.pc-portal { max-width: 800px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.pc-portal--login { max-width: 440px; margin: 40px auto; }
.pc-portal__card { background: #fff; border: 1.5px solid #e2e8f0; border-radius: 16px; padding: 40px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.pc-portal__logo { width: 56px; height: 56px; background: linear-gradient(135deg,#f97316,#ea580c); color: white; font-size: 28px; font-weight: 900; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.pc-portal__card h2 { font-size: 22px; font-weight: 700; color: #0f172a; margin: 0 0 8px; }
.pc-portal__card p { font-size: 14px; color: #64748b; margin: 0 0 24px; line-height: 1.6; }
.pc-input { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: 14px; outline: none; transition: border-color .2s; }
.pc-input:focus { border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,.1); }
.pc-btn { display: inline-block; padding: 12px 24px; font-size: 14px; font-weight: 700; border-radius: 8px; border: none; cursor: pointer; transition: all .2s; text-decoration: none; }
.pc-btn--primary { background: linear-gradient(135deg,#f97316,#ea580c); color: white; }
.pc-btn--primary:hover { background: linear-gradient(135deg,#ea580c,#c2410c); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(249,115,22,.3); }
.pc-btn--ghost { background: transparent; color: #64748b; border: 1.5px solid #e2e8f0; }
.pc-btn--ghost:hover { border-color: #f97316; color: #f97316; }
.pc-btn--sm { padding: 8px 16px; font-size: 13px; }
.pc-portal__header { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid #f1f5f9; margin-bottom: 24px; }
.pc-portal__header h2 { margin: 0 0 4px; font-size: 18px; color: #0f172a; }
.pc-portal__header p { margin: 0; font-size: 13px; color: #64748b; }
.pc-portal__header .pc-btn { margin-left: auto; }
.pc-portal__nav { display: flex; gap: 4px; margin-bottom: 24px; border-bottom: 1px solid #f1f5f9; }
.pc-portal__nav-item { padding: 10px 16px; font-size: 13px; font-weight: 600; color: #64748b; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all .2s; }
.pc-portal__nav-item:hover { color: #f97316; }
.pc-portal__nav-item--active { color: #f97316; border-bottom-color: #f97316; }
.pc-nav-count { background: #FFF7ED; color: #f97316; font-size: 11px; padding: 2px 6px; border-radius: 10px; margin-left: 6px; }
.pc-license-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid #f1f5f9; gap: 16px; }
.pc-license-row__info { display: flex; flex-direction: column; gap: 6px; }
.pc-license-row__info strong { font-size: 14px; color: #0f172a; }
.pc-key { background: #f8fafc; border: 1px solid #e2e8f0; padding: 4px 8px; border-radius: 6px; font-size: 12px; color: #475569; letter-spacing: .05em; }
.pc-license-row__meta { display: flex; flex-direction: column; gap: 4px; text-align: right; font-size: 12px; color: #94a3b8; }
.pc-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 20px; }
.pc-badge--active { background: #DCFCE7; color: #16A34A; }
.pc-badge--expired { background: #FEE2E2; color: #DC2626; }
.pc-badge--pending { background: #FEF3C7; color: #D97706; }
.pc-text-green { color: #16A34A; }
.pc-row { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.pc-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.pc-table th { text-align: left; padding: 10px 12px; background: #f8fafc; color: #64748b; font-weight: 600; border-bottom: 1px solid #e2e8f0; }
.pc-table td { padding: 12px; border-bottom: 1px solid #f1f5f9; color: #475569; }
.pc-empty { text-align: center; padding: 48px 0; color: #94a3b8; font-size: 14px; }
.pc-empty a { color: #f97316; }
.pc-support h3 { font-size: 16px; color: #0f172a; margin: 0 0 16px; }
.pc-downloads { text-align: center; padding: 32px; background: #f8fafc; border-radius: 12px; border: 1.5px dashed #e2e8f0; }
.pc-downloads h3 { margin: 0 0 8px; color: #0f172a; }
.pc-downloads p { color: #64748b; font-size: 14px; margin: 0 0 20px; }
