:root{--primary: #1e88e5;--primary-dark: #1976d2;--primary-light: #42a5f5;--primary-bg: #e3f2fd;--primary-border: #cfe0f5;--danger: #d32f2f;--danger-bg: #ffebee;--danger-border: #ef9a9a;--success: #155724;--success-bg: #d4edda;--success-border: #a5d6a7;--warning: #e65100;--warning-bg: #fff3e0;--warning-border: #ffcc80;--text: #1a2332;--text-muted: #6b7280;--border: #e0e0e0;--border-light: #ddd;--surface: #fff;--surface-muted: #f5f5f5;--page-bg: #f5f5f5;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 10px;--radius-xl: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;color:var(--text);background:var(--page-bg);-webkit-font-smoothing:antialiased}.hamburger-btn{display:none;width:40px;height:40px;border:none;background:var(--surface-muted);border-radius:10px;font-size:20px;cursor:pointer;align-items:center;justify-content:center;color:#374151;transition:background .15s}.hamburger-btn:hover{background:#e5e7eb}.hamburger-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;display:none}.sidebar-overlay.is-visible{display:block;animation:sidebar-fade-in .25s ease}@keyframes sidebar-fade-in{0%{opacity:0}to{opacity:1}}.sidebar{width:240px;min-width:240px;background:#1a2332;color:#c9d1d9;display:flex;flex-direction:column;height:100vh;height:100dvh;position:sticky;top:0;z-index:50}.sidebar-header{padding:24px 20px 20px;background:linear-gradient(135deg,#1565c0 0%,var(--primary-light) 100%);border-bottom:1px solid #2d3748}.sidebar-brand{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.3px}.sidebar-sub{font-size:12px;color:#ffffffb3;margin-top:2px}.sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;border:none;background:transparent;color:#a0aec0;font-size:14px;border-radius:8px;cursor:pointer;text-align:left;white-space:nowrap;transition:all .15s}.sidebar-item>span:not(.sidebar-icon):not(.sidebar-badge){min-width:0;overflow:hidden;text-overflow:ellipsis}.sidebar-item:hover{background:#ffffff0f;color:#e2e8f0}.sidebar-item:focus-visible{outline:2px solid var(--primary-light);outline-offset:-2px}.sidebar-item-active{background:var(--primary)!important;color:#fff!important;font-weight:600}.sidebar-item-admin{color:#8892a0}.sidebar-item-admin:hover{color:#e2e8f0}.sidebar-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.sidebar-icon svg{width:20px;height:20px;display:block;flex-shrink:0}.sidebar-divider{height:1px;background:#2d3748;margin:8px 14px}.sidebar-footer{padding:14px 16px;border-top:1px solid #2d3748}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#1565c0);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.sidebar-user-info{min-width:0;flex:1}.sidebar-email{font-size:13px;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-role{font-size:11px;color:var(--primary-light);font-weight:600}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:9px 12px;border:1px solid #374151;border-radius:8px;background:transparent;color:#9ca3af;font-size:13px;cursor:pointer;transition:all .15s}.sidebar-logout:hover{background:#374151;color:#e2e8f0}.sidebar-header-admin{background:linear-gradient(135deg,#7c3aed,#a855f7)}.sidebar-avatar-admin{background:linear-gradient(135deg,#7c3aed,#ec4899)}.sidebar-badge{font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px;background:#374151;color:#9ca3af}.sidebar-badge-active{background:#fff3;color:#fff}.main-content{padding:20px!important;margin:0 auto}.flex-header{display:flex;justify-content:space-between;align-items:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.search-input{width:260px}.filter-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.hamburger-btn{display:block!important}.sidebar{position:fixed!important;top:0;left:-260px;width:260px!important;min-width:260px!important;height:100vh;height:100dvh;z-index:50;transition:left .25s ease;box-shadow:none}.sidebar.sidebar-open{left:0;box-shadow:4px 0 20px #0000004d}.sidebar-header{padding:20px 16px 16px}.sidebar-brand{font-size:18px}.sidebar-nav{padding:8px}.sidebar-item{padding:10px 12px;font-size:13px}.sidebar-footer{padding:12px}.sidebar-email{font-size:12px}.main-content{padding:12px!important}.flex-header{flex-direction:column;align-items:flex-start;gap:8px}.flex-row{flex-direction:column;align-items:stretch}.grid-2,.template-grid{grid-template-columns:1fr}.search-input{width:100%!important}.filter-bar{flex-direction:column;align-items:stretch}.filter-bar>div{flex-wrap:wrap}.stat-card{padding:16px!important}.stat-number{font-size:24px!important}}.card{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;background:var(--surface)}.template-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;background:var(--surface);cursor:pointer;transition:box-shadow .15s,border-color .15s}.template-card:hover{border-color:var(--primary);box-shadow:0 2px 8px #1e88e526}.stat-card{padding:24px;border-radius:var(--radius-lg);display:flex;align-items:center;gap:16px}.stat-icon{font-size:28px}.stat-number{font-size:32px;font-weight:700;line-height:1}.stat-label{font-size:14px;color:#555;margin-top:4px}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;padding:12px 14px;border-bottom:2px solid var(--border);font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.tbl td{padding:12px 14px;border-bottom:1px solid #f0f0f0;font-size:13px}.tbl tbody tr{transition:background .1s}.tbl tbody tr:hover{background:#fafafa}.tbl tbody tr:last-child td{border-bottom:none}.table-empty{color:var(--text-muted);text-align:center;padding:24px;margin:0}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-top:1px solid var(--border);flex-wrap:wrap}.pagination-info{font-size:13px;color:#555}.pagination-total{font-size:13px;color:#888}.pagination button{cursor:pointer;padding:6px 14px;font-size:13px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:#555;transition:background .15s}.pagination button:hover:not(:disabled){background:var(--primary-bg);border-color:var(--primary);color:var(--primary)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.flex-row{display:flex;gap:8px;align-items:center}.flex-col{display:flex;flex-direction:column;gap:12px}.section-title{margin:0;font-size:18px}.section-sub{margin:4px 0 0;font-size:13px;color:var(--text-muted)}.banner{padding:8px 12px;border-radius:6px;margin:0 0 12px;font-size:14px;word-break:break-all}.banner-error{color:var(--danger);background:var(--danger-bg);border:1px solid var(--danger-border)}.banner-success{color:var(--success);background:var(--success-bg);border:1px solid var(--success-border)}.hx-root{font-family:Josefin Sans,Segoe UI,system-ui,-apple-system,sans-serif;color:#444;background:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hx-section .hx-container,.hx-section .hx-api-row{opacity:0}.hx-section .hx-container.is-visible,.hx-section .hx-api-row.is-visible{animation:fadeInUp .5s ease forwards}.hx-container.is-visible .hx-step,.hx-container.is-visible .hx-feature-card,.hx-api-row.is-visible .hx-api-text,.hx-api-row.is-visible .hx-api-code{opacity:0;animation:slideUp .4s ease forwards}.hx-nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#0396ff;box-shadow:0 2px 12px #0396ff59}.hx-nav-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 28px}.hx-nav-brand{display:flex;align-items:center;gap:10px}.hx-nav-logo{width:36px;height:36px;border-radius:50%;background:#fff;color:#0396ff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;box-shadow:0 4px 12px #00000026}.hx-nav-name{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.2px}.hx-nav-links{display:flex;align-items:center;gap:10px}.hx-nav-gh{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;border-radius:30px;border:1px solid rgba(255,255,255,.45);transition:color .15s,background .15s}.hx-nav-gh:hover{background:#ffffff26;color:#fff}.hx-nav-login{cursor:pointer;padding:7px 18px;font-size:13px;font-weight:600;color:#fff;background:transparent;border:none;border-radius:30px;transition:background .15s}.hx-nav-login:hover{background:#ffffff26}.hx-nav-cta{cursor:pointer;padding:8px 22px;font-size:13px;font-weight:700;color:#0396ff;background:#fff;border:none;border-radius:30px;box-shadow:0 4px 12px #0000001f;transition:transform .15s,box-shadow .2s}.hx-nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000002e}.hx-hero{position:relative;padding:150px 28px 90px;text-align:center;overflow:hidden;background:linear-gradient(135deg,#0396ff,#032775 55%,#0a1628);color:#fff}.hx-hero-inner{position:relative;max-width:760px;margin:0 auto;opacity:0}.hx-hero-inner.is-visible{animation:fadeInUp .6s ease .1s forwards}.hx-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 22px;border-radius:50px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:13px;font-weight:500;margin-bottom:24px}.hx-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#0f8;box-shadow:0 0 8px #0f8}.hx-hero-title{font-size:52px;font-weight:700;line-height:1.15;letter-spacing:-1px;margin:0 0 20px;color:#fff}.hx-hero-gradient{background:linear-gradient(135deg,#00bbf0,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hx-hero-desc{font-size:18px;line-height:1.7;color:#ffffffe6;margin:0 auto 36px;max-width:540px}.hx-hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hx-btn-cta{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:15px 40px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#0396ff,#00bbf0);border:none;border-radius:30px;transition:box-shadow .2s,transform .15s;box-shadow:0 5px 20px #0396ff59}.hx-btn-cta:hover{box-shadow:0 8px 28px #0396ff73;transform:translateY(-3px)}.hx-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:15px 34px;font-size:15px;font-weight:600;color:#fff;background:transparent;border:2px solid #ffffff;border-radius:30px;text-decoration:none;transition:background .15s,color .15s}.hx-btn-ghost:hover{background:#fff;color:#0396ff}.hx-hero-points{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-top:34px}.hx-hero-points span{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#ffffffd9}.hx-hero-code{position:relative;max-width:600px;margin:48px auto 0;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#fff;text-align:left;box-shadow:0 20px 50px #00000040;opacity:0}.hx-hero-code.is-visible{animation:fadeInUp .6s ease .3s forwards,float 6s ease-in-out 1s infinite}.hx-code-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f1f5f9;border-bottom:1px solid #e5e7eb}.hx-code-dots{display:flex;gap:6px}.hx-code-dots span{width:11px;height:11px;border-radius:50%;background:#0000001a}.hx-code-dots span:nth-child(1){background:#ef4444}.hx-code-dots span:nth-child(2){background:#eab308}.hx-code-dots span:nth-child(3){background:#22c55e}.hx-code-label{font-size:12px;color:#64748b;font-family:SF Mono,Fira Code,monospace}.hx-code-body{margin:0;padding:22px;font-size:13px;line-height:1.7;color:#0f172a;font-family:SF Mono,Fira Code,Cascadia Code,monospace;overflow-x:auto;white-space:pre}.hx-code-body code{color:inherit}.hx-stats{background:linear-gradient(135deg,#032775,#0396ff);color:#fff}.hx-stats-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.hx-stat{text-align:center;padding:40px 20px;border-right:1px solid rgba(255,255,255,.15)}.hx-stat:last-child{border-right:none}.hx-stat-value{font-size:34px;font-weight:700;letter-spacing:-1px;color:#00bbf0}.hx-stat-label{font-size:14px;color:#ffffffd9;margin-top:4px;font-weight:500}.hx-section{padding:80px 28px}.hx-section-dark{background:#f8f9fa}.hx-section-light{background:#fff}.hx-container{max-width:1120px;margin:0 auto;text-align:center}.hx-eyebrow{display:inline-block;text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#fff;background:linear-gradient(135deg,#0396ff,#00bbf0);padding:8px 22px;border-radius:20px;margin:0 0 16px}.hx-section-title{text-align:center;font-size:36px;font-weight:700;letter-spacing:-.5px;color:#032775;margin:0 0 48px}.hx-container.hx-api-row,.hx-container.hx-steps,.hx-container.hx-features{text-align:left}.hx-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hx-step{background:#fff;border-radius:18px;padding:34px 28px;text-align:center;position:relative;box-shadow:0 8px 30px #0000000f;transition:transform .25s,box-shadow .25s}.hx-step:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0396ff29}.hx-step-num{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;background:linear-gradient(135deg,#0396ff,#00bbf0);color:#fff;font-size:18px;font-weight:700;box-shadow:0 6px 16px #0396ff4d}.hx-step-line{display:none}.hx-step-title{font-size:18px;font-weight:700;color:#032775;margin-bottom:8px}.hx-step-desc{font-size:14px;color:#666;line-height:1.65}.hx-features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hx-feature-card{background:#fff;border-radius:18px;padding:30px;box-shadow:0 8px 30px #0000000f;transition:transform .25s,box-shadow .25s}.hx-feature-card:hover{transform:translateY(-8px);box-shadow:0 18px 42px #0396ff29}.hx-feature-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0396ff,#00bbf0);color:#fff;margin-bottom:18px;box-shadow:0 6px 16px #0396ff4d}.hx-feature-title{font-size:18px;font-weight:700;color:#032775;margin-bottom:8px}.hx-feature-desc{font-size:14px;color:#666;line-height:1.65}.hx-api-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hx-api-text .hx-eyebrow{text-align:left}.hx-api-text .hx-section-title{text-align:left;margin-bottom:18px}.hx-api-desc{font-size:16px;color:#666;line-height:1.75;margin:0 0 24px}.hx-api-points{display:flex;flex-direction:column;gap:14px}.hx-api-point{display:flex;align-items:center;gap:10px;font-size:14px;color:#444;font-weight:600}.hx-api-code{border-radius:20px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;box-shadow:0 16px 40px #0000001a}.hx-cta{padding:80px 28px;text-align:center;background:linear-gradient(135deg,#0396ff,#032775);color:#fff}.hx-cta-inner{max-width:620px;margin:0 auto;opacity:0}.hx-cta-inner.is-visible{animation:fadeInUp .5s ease forwards}.hx-cta-title{font-size:36px;font-weight:700;letter-spacing:-.5px;color:#fff;margin:0 0 12px}.hx-cta-desc{font-size:16px;color:#ffffffe6;margin:0 0 32px}.hx-btn-cta-white{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:15px 40px;font-size:15px;font-weight:600;color:#0396ff;background:#fff;border:none;border-radius:30px;box-shadow:0 8px 24px #0000002e;transition:box-shadow .2s,transform .15s}.hx-btn-cta-white:hover{box-shadow:0 12px 32px #00000040;transform:translateY(-3px)}@media (max-width: 1024px){.hx-hero-title{font-size:40px}.hx-features{grid-template-columns:repeat(2,1fr)}.hx-api-row{gap:32px}}@media (max-width: 768px){.hx-nav-inner{padding:10px 16px}.hx-nav-gh{display:none}.hx-nav-login{padding:6px 12px;font-size:12px}.hx-nav-cta{padding:7px 16px;font-size:12px}.hx-hero{padding:110px 16px 56px}.hx-hero-inner{max-width:100%}.hx-hero-title{font-size:30px;letter-spacing:-.5px;line-height:1.12}.hx-hero-desc{font-size:15px;line-height:1.6;padding:0 4px}.hx-hero-actions{flex-direction:column;gap:10px}.hx-btn-cta,.hx-btn-ghost{width:100%;justify-content:center;padding:14px 24px;font-size:14px;box-sizing:border-box}.hx-hero-code{margin:32px 0 0;max-width:100%;border-radius:14px}.hx-code-body{font-size:11px;padding:14px;line-height:1.6}.hx-code-label{font-size:11px}.hx-code-dots span{width:9px;height:9px}.hx-stats-inner{grid-template-columns:repeat(2,1fr)}.hx-stat{padding:28px 16px;border-bottom:1px solid rgba(255,255,255,.15)}.hx-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.hx-stat:nth-child(2n){border-right:none}.hx-stat:nth-last-child(-n+2){border-bottom:none}.hx-stat-value{font-size:26px}.hx-stat-label{font-size:12px}.hx-section{padding:48px 16px}.hx-section-title{font-size:24px;margin-bottom:32px}.hx-eyebrow{font-size:11px;letter-spacing:1px}.hx-steps{grid-template-columns:1fr;gap:16px}.hx-step{padding:28px 22px}.hx-step-num{width:52px;height:52px;font-size:16px}.hx-features{grid-template-columns:1fr;gap:16px}.hx-feature-card{padding:24px}.hx-feature-icon{width:56px;height:56px}.hx-feature-icon svg{width:24px;height:24px}.hx-api-row{grid-template-columns:1fr;gap:28px}.hx-api-text{order:1}.hx-api-code{order:2}.hx-cta{padding:48px 16px}.hx-cta-title{font-size:24px}.hx-cta-desc{font-size:14px;margin-bottom:24px}.hx-btn-cta-white{padding:14px 30px;font-size:14px}}@media (max-width: 400px){.hx-nav-name{font-size:15px}.hx-hero{padding-top:100px}.hx-hero-title{font-size:26px}.hx-hero-badge{font-size:11px;padding:6px 14px}.hx-hero-points{gap:10px}.hx-hero-points span{font-size:12px}.hx-stat-value{font-size:22px}.hx-code-body{font-size:10px;padding:10px}}.fp-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f6fa}.fp-card{width:100%;max-width:400px;background:#fff;border-radius:12px;border:1px solid #e8e8e8;padding:40px 32px;text-align:center}.fp-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:#e8f5e9;color:#2e7d32;font-size:28px;font-weight:700}.fp-icon-error{background:#fce4ec;color:#c62828}.fp-title{font-size:22px;font-weight:700;margin:0 0 8px;color:#1a2332}.fp-desc{font-size:14px;color:#666;line-height:1.5;margin:0 0 24px}.fp-form{display:flex;flex-direction:column;gap:12px}.fp-input{padding:12px 14px;font-size:15px;border:1px solid #ddd;border-radius:8px;outline:none;transition:border-color .2s}.fp-input:focus{border-color:#1e88e5}.fp-btn{padding:12px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.fp-btn:disabled{opacity:.6;cursor:not-allowed}.fp-btn-primary{background:#1e88e5;color:#fff}.fp-error{padding:8px 12px;background:#fce4ec;color:#c62828;border-radius:6px;font-size:13px;text-align:left}.fp-link{display:block;margin-top:16px;padding:0;background:none;border:none;color:#1e88e5;font-size:14px;font-weight:600;cursor:pointer}.fp-link:hover{text-decoration:underline}.fp-dev-box{margin:16px 0;padding:12px;background:#fff3e0;border:1px solid #ffe0b2;border-radius:8px;text-align:left}.fp-dev-label{font-size:12px;font-weight:600;color:#e65100;margin-bottom:6px}.fp-dev-link{font-size:12px;color:#1565c0;word-break:break-all;text-decoration:underline}@media (max-width: 768px){.fp-root{padding:48px 16px 16px;align-items:flex-start}.fp-card{padding:28px 20px}.fp-title{font-size:20px}}.dev-card{border:1px solid #ddd;border-radius:8px;padding:16px}.dev-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:8px}.dev-title{margin:0;font-size:18px}.dev-count{font-size:13px;color:#888}.dev-error{color:#d32f2f;padding:8px 12px;background:#ffebee;border-radius:6px;border:1px solid #ef9a9a;margin:0 0 12px;font-size:14px}.dev-success{color:#155724;padding:8px 12px;background:#d4edda;border-radius:6px;border:1px solid #a5d6a7;margin:0 0 12px;font-size:14px;word-break:break-all}.dev-register-row{display:flex;gap:8px;align-items:center;margin-bottom:16px}.dev-link-box{margin-bottom:16px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.dev-guide-title{font-size:13px;font-weight:600;color:#555;margin-bottom:8px}.dev-guide{list-style:none;margin:0 0 12px;padding:0}.dev-guide-step{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:#666;padding:3px 0}.dev-guide-num{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#1e88e5;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.dev-guide-text strong{color:#333}.dev-health{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:12px;color:#888;margin-top:4px}.dev-health-item{white-space:nowrap}.dev-warn{margin-top:6px;font-size:12px;color:#8a6d1a;background:#fff8e1;border:1px solid #ffe082;border-radius:4px;padding:5px 8px;display:inline-block}.dev-link-row{display:flex;gap:8px;align-items:center}.dev-link-row+.dev-link-row{margin-top:8px}.dev-input{padding:8px 12px;font-size:14px;border:1px solid #ddd;border-radius:4px;outline:none;transition:border-color .2s}.dev-input:focus{border-color:#1e88e5}.dev-input-full{width:100%;box-sizing:border-box}.dev-register-btn{cursor:pointer;padding:8px 18px;background:#1e88e5;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;white-space:nowrap}.dev-register-btn:disabled{opacity:.6;cursor:not-allowed}.dev-empty{color:#888;text-align:center;padding:20px}.dev-empty-box{text-align:center;padding:30px;color:#888;background:#fafafa;border-radius:6px}.dev-empty-title{margin:0 0 8px;font-size:15px}.dev-empty-desc{margin:0;font-size:13px}.dev-list{list-style:none;padding:0;margin:0}.dev-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.dev-item:last-child{border-bottom:none}.dev-status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dev-info{flex:1;min-width:0}.dev-name{font-weight:600;font-size:14px}.dev-id{font-size:12px;font-family:monospace;color:#aaa;margin-top:2px;word-break:break-all}.dev-actions{display:flex;gap:6px;flex-shrink:0;flex-wrap:wrap}.dev-btn{cursor:pointer;padding:5px 10px;font-size:12px;border-radius:4px;white-space:nowrap}.dev-btn-primary{background:#1e88e5;color:#fff;border:none}.dev-btn-copy{background:#f5f5f5;color:#555;border:1px solid #ddd}.dev-btn-copied{background:#4caf50;color:#fff;border:1px solid #4caf50}.dev-btn-cancel{background:#f5f5f5;border:1px solid #ddd;color:#333}.dev-btn-delete{color:#d32f2f;background:none;border:1px solid #ef9a9a}@media (max-width: 768px){.dev-card{padding:12px!important}.dev-header{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}.dev-title{font-size:16px!important}.dev-register-row{flex-direction:column;gap:8px}.dev-link-row{flex-direction:column;align-items:stretch}.dev-input{width:100%!important;box-sizing:border-box;font-size:14px!important;padding:10px 12px!important}.dev-register-btn{width:100%;padding:10px!important;font-size:14px!important}.dev-empty-box{padding:20px 16px!important}.dev-item{flex-wrap:wrap;gap:8px;padding:12px 0}.dev-info{flex:1 1 calc(100% - 36px);order:1}.dev-id{font-size:11px!important}.dev-actions{width:100%;order:2;gap:6px}.dev-btn{flex:1 1 auto;text-align:center;padding:8px 6px!important;font-size:12px!important}.dev-success{font-size:13px!important;word-break:break-all}.dev-guide-step{font-size:12px}.dev-warn{font-size:11.5px;line-height:1.4}}.logs-card{border:1px solid #ddd;border-radius:8px;padding:16px}.logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:8px;flex-wrap:wrap}.logs-title{margin:0;font-size:18px}.logs-controls{display:flex;gap:8px;align-items:center;flex-shrink:0}.logs-count{font-size:13px;color:#555;background:#eef4fd;border:1px solid #cfe0f5;border-radius:12px;padding:3px 10px;white-space:nowrap}.logs-auto-label{display:flex;align-items:center;gap:4px;font-size:13px;white-space:nowrap}.logs-refresh-btn{cursor:pointer;padding:6px 14px;font-size:13px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;white-space:nowrap}.logs-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.logs-clear-btn{cursor:pointer;padding:6px 14px;background:#fff;color:#d32f2f;border:1px solid #ef9a9a;border-radius:4px;font-size:13px;font-weight:600;white-space:nowrap}.logs-clear-btn:hover{background:#ffebee}.logs-clear-btn:disabled{opacity:.6;cursor:not-allowed}.logs-delete-btn{cursor:pointer;padding:4px 10px;background:none;color:#d32f2f;border:1px solid #ef9a9a;border-radius:4px;font-size:12px}.logs-delete-btn:hover{background:#ffebee}.logs-delete-btn:disabled{opacity:.5;cursor:not-allowed}.logs-td-actions{width:80px}.logs-delete-mobile{margin-top:8px;width:100%;text-align:center;padding:8px}.logs-error{color:#d32f2f;padding:8px 12px;background:#ffebee;border-radius:6px;border:1px solid #ef9a9a;margin:0 0 12px;font-size:14px}.logs-empty{color:#888;text-align:center;padding:20px}.logs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.logs-table{width:100%;border-collapse:collapse}.logs-table th{text-align:left;padding:10px 12px;border-bottom:2px solid #e0e0e0;font-size:13px;font-weight:600;color:#555;white-space:nowrap}.logs-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;font-size:13px;vertical-align:middle}.logs-table tr:hover{background:#fafafa}.logs-td-id{white-space:nowrap;color:#888}.logs-td-to{font-weight:500;white-space:nowrap}.logs-td-msg{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#555}.logs-td-device{font-family:monospace;font-size:12px;color:#888;white-space:nowrap}.logs-td-time{white-space:nowrap;color:#888}.logs-mobile-cards{display:none}.dash-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:30;box-shadow:0 1px 3px #0000000a}.dash-header-left{display:flex;align-items:center;gap:12px}.dash-header-title{font-size:18px;font-weight:700;color:#1a2332}.admin-error-banner{padding:12px 16px;background:#ffebee;border:1px solid #ef9a9a;border-radius:8px;color:#d32f2f;margin-bottom:20px;font-size:14px}.admin-loading{text-align:center;padding:40px 16px;color:#888}@media (max-width: 768px){.dash-header{padding:10px 12px;flex-wrap:wrap;gap:8px}.dash-header-left{gap:8px}.admin-loading{padding:24px 12px}}@media (max-width: 768px){section[style*="border: 1px solid"]{padding:12px!important;border-radius:8px!important}table{font-size:12px!important}th,td{padding:6px 8px!important;font-size:12px!important}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=search],textarea,select{font-size:14px!important;padding:10px 12px!important;width:100%!important}button[style*=padding]{font-size:13px!important}div[style*="display: flex"][style*="flex-direction: row"],div[style*="display:flex"][style*="flex-direction:row"]{flex-wrap:wrap!important}div[style*="display: flex"]:not([style*=flex-direction]):not([style*=column]){flex-wrap:wrap!important;gap:8px!important}div[style*="flex-direction: column"]>input,div[style*="flex-direction: column"]>textarea,div[style*="flex-direction: column"]>select,div[style*="flex-direction:column"]>input,div[style*="flex-direction:column"]>textarea,div[style*="flex-direction:column"]>select{width:100%!important;box-sizing:border-box!important}div[style*="display: flex"][style*="gap: 10"]>input,div[style*="display: flex"][style*="gap: 10"]>textarea{flex:1 1 100%!important;min-width:0!important}div[style*="padding: 12px 0"]{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}div[style*="padding: 12px 0"]>div:last-child{flex-direction:row!important;width:100%!important}div[style*="gap: 6"],div[style*="gap:6"]{flex-wrap:wrap!important}div[style*="display: flex"]>button{white-space:nowrap!important}div[style*="text-align: center"]{padding:20px 12px!important}div[style*="padding: 60"]{padding:24px 12px!important}code,span[style*="font-family: monospace"]{font-size:11px!important;word-break:break-all!important}div[style*="background: #fff3cd"],div[style*="background: #e3f2fd"],div[style*="background: #fff3e0"],div[style*="background: #ffebee"],div[style*="background: #e8f5e9"],div[style*="background:#fff3cd"],div[style*="background:#e3f2fd"],div[style*="background:#fff3e0"],div[style*="background:#ffebee"],div[style*="background:#e8f5e9"]{padding:10px 12px!important;font-size:13px!important}div[style*="padding: 30"]{padding:16px!important}div[style*="padding: 16"]{padding:12px!important}.template-grid>div{padding:12px!important}div[style*="align-items: center"][style*="marginBottom: 14"]{flex-wrap:wrap!important}div[style*="padding: 8px 12px"][style*="font-size: 12"]{font-size:11px!important;padding:6px 8px!important}div[style*="display: flex"][style*="align-items: center"][style*="gap: 8"][style*=margin-top],div[style*="display: flex"][style*="align-items:center"][style*="gap:8"][style*=margin-top]{flex-direction:column!important;align-items:stretch!important}div[style*="display: flex"][style*="align-items: center"][style*="gap: 8"][style*=margin-top]>button,div[style*="display: flex"][style*="align-items:center"][style*="gap:8"][style*=margin-top]>button{white-space:nowrap!important;align-self:flex-end!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.logs-card{padding:12px!important;border-radius:8px}.logs-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px}.logs-title{font-size:16px!important;margin:0}.logs-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:6px}.logs-clear-btn,.logs-refresh-btn{padding:5px 10px!important;font-size:12px!important}.logs-empty{padding:16px 12px!important;font-size:13px}.logs-error{font-size:13px!important;padding:8px 10px!important;margin-bottom:10px!important}.logs-table-wrap{display:none!important}.logs-mobile-cards{display:flex!important;flex-direction:column;gap:10px}.logs-mobile-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:12px;transition:box-shadow .15s}.logs-mobile-card:active{box-shadow:0 2px 8px #00000014}.logs-mobile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.logs-mobile-id{font-size:12px;font-weight:600;color:#888}.logs-mobile-to{font-size:15px;font-weight:600;color:#1a2332;margin-bottom:4px;word-break:break-all}.logs-mobile-msg{font-size:13px;color:#555;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.logs-mobile-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.logs-mobile-device{font-family:monospace;font-size:11px;color:#888;background:#f5f5f5;padding:2px 6px;border-radius:4px}.logs-mobile-time{font-size:11px;color:#999}}@media (max-width: 400px){.stats-grid{grid-template-columns:1fr!important}.logs-search-input{min-width:100%!important}}.site-footer{background:#101828;color:#c9d1d9;margin-top:40px;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1e88e5,#42a5f5 50%,#1e88e5)}.footer-inner{max-width:1080px;margin:0 auto;padding:0 24px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:52px 0 40px}.footer-brand{min-width:0}.footer-logo-block{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-logo-mark{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#1e88e5,#42a5f5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;letter-spacing:-.5px}.footer-logo{font-size:19px;font-weight:800;color:#fff;letter-spacing:-.5px}.footer-tagline{font-size:13px;color:#98a2b3;line-height:1.7;margin:0 0 18px;max-width:280px}.footer-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;background:#1e88e5;color:#fff;border:none;border-radius:8px;text-decoration:none;transition:background .15s,transform .05s}.footer-cta:hover{background:#1976d2}.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer-badge{font-size:11px;font-weight:600;color:#bae6fd;background:#1e88e526;border:1px solid rgba(66,165,245,.35);padding:4px 10px;border-radius:20px;white-space:nowrap}.footer-links{display:flex;gap:40px}.footer-col{display:flex;flex-direction:column;gap:10px;min-width:140px}.footer-heading{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#60a5fa;margin:0 0 6px}.footer-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#a0aec0;text-decoration:none;transition:color .15s,transform .15s}.footer-link:hover{color:#fff;transform:translate(2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:22px 0;border-top:1px solid #223047}.footer-copy{font-size:12px;color:#6b7280}.footer-made{font-size:12px;color:#6b7280;text-align:center}.footer-bottom-links{display:flex;gap:16px}.footer-bottom-links a{font-size:12px;color:#6b7280;text-decoration:none;transition:color .15s}.footer-bottom-links a:hover{color:#e2e8f0}@media (max-width: 900px){.footer-top{grid-template-columns:1fr 1fr;gap:28px;padding:40px 0 32px}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer-top{grid-template-columns:1fr;gap:24px;padding:32px 0 24px}.footer-links{gap:24px}.footer-col{min-width:0}.footer-bottom{flex-direction:column;gap:12px;text-align:center;padding:18px 0}}.legal-page{min-height:100vh;background:#f8f9fa}.legal-container{max-width:700px;margin:0 auto;padding:40px 20px 60px}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#2563eb;text-decoration:none;margin-bottom:24px}.legal-back:hover{text-decoration:underline}.legal-title{font-size:32px;font-weight:800;color:#1a2332;margin:0 0 8px}.legal-updated{font-size:14px;color:#6b7280;margin:0 0 32px}.legal-content{background:#fff;border-radius:12px;padding:32px;border:1px solid #e5e7eb}.legal-content h2{font-size:18px;font-weight:700;color:#1a2332;margin:28px 0 12px}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:15px;font-weight:600;color:#374151;margin:20px 0 8px}.legal-content p{font-size:14px;color:#4b5563;line-height:1.7;margin:0 0 12px}.legal-content ul{font-size:14px;color:#4b5563;line-height:1.7;margin:0 0 12px;padding-left:20px}.legal-content li{margin-bottom:4px}.legal-content a{color:#2563eb;text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (max-width: 768px){.legal-container{padding:20px 16px 40px}.legal-title{font-size:24px}.legal-content{padding:20px}}.auth-root{display:flex;min-height:100vh;background:#f1f5f9;font-family:Josefin Sans,Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.auth-brand{flex:0 0 46%;max-width:560px;background:linear-gradient(155deg,#032775,#0396ff 55%,#00bbf0);color:#fff;display:flex;align-items:center;justify-content:center;padding:48px;position:relative;overflow:hidden}.auth-brand:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0%,transparent 70%);top:-140px;right:-140px}.auth-brand:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);bottom:-110px;left:-110px}.auth-brand-inner{position:relative;z-index:1;max-width:360px}.auth-brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:44px}.auth-brand-mark{width:44px;height:44px;border-radius:50%;background:#fff;color:#0396ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 24px #0000002e}.auth-brand-mark svg{width:24px;height:24px}.auth-brand-name{font-size:20px;font-weight:800;letter-spacing:-.5px}.auth-brand-title{font-size:34px;line-height:1.22;font-weight:800;margin:0 0 16px;letter-spacing:-1px}.auth-brand-sub{font-size:16px;line-height:1.65;opacity:.92;margin:0 0 30px}.auth-brand-points{list-style:none;margin:0 0 44px;padding:0;display:flex;flex-direction:column;gap:14px}.auth-brand-points li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.auth-point-icon{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center}.auth-brand-foot{font-size:12px;opacity:.7}.auth-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;position:relative;background:radial-gradient(900px 500px at 85% -10%,rgba(3,150,255,.08),transparent 60%),radial-gradient(700px 500px at 0% 110%,rgba(0,187,240,.06),transparent 60%)}.auth-mobile-bar{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:410px;margin-bottom:28px}.auth-card{width:100%;max-width:410px;background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:40px 36px;box-shadow:0 24px 60px -20px #0396ff38;animation:auth-card-in .5s cubic-bezier(.16,1,.3,1) both}@keyframes auth-card-in{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-title{font-size:27px;font-weight:700;color:#032775;margin:0 0 6px;letter-spacing:-.5px}.auth-sub{font-size:15px;color:#64748b;margin:0 0 28px;line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:7px}.auth-label{font-size:13px;font-weight:600;color:#334155}.auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.auth-inline-link{background:none;border:none;padding:0;color:#0396ff;font-size:13px;font-weight:600;cursor:pointer}.auth-inline-link:hover{text-decoration:underline}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:13px;color:#94a3b8;display:flex;transition:color .15s}.auth-input{width:100%;box-sizing:border-box;padding:13px 42px 13px 14px;font-size:15px;color:#0f172a;background:#fff;border:1px solid #d6dce5;border-radius:10px;outline:none;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:#aab2c0}.auth-input-wrap:focus-within .auth-input-icon{color:#0396ff}.auth-input:focus{border-color:#0396ff;box-shadow:0 0 0 4px #2563eb24}.auth-input-pr{padding-right:46px}.auth-input-wrap .auth-input-icon+input{padding-left:42px}.auth-eye{position:absolute;right:6px;background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;-webkit-tap-highlight-color:transparent}.auth-eye:hover{color:#0f172a;background:#f1f5f9}.auth-hint{font-size:12px;color:#64748b}.auth-error-line{font-size:12px;color:#dc2626;margin:0}.auth-strength{display:flex;flex-direction:column;gap:6px}.auth-strength-bars{display:flex;gap:4px}.auth-strength-bars span{flex:1;height:5px;border-radius:999px;background:#e4e7ec;transition:background .2s}.auth-strength-bars span.strength-weak{background:#f97066}.auth-strength-bars span.strength-fair,.auth-strength-bars span.strength-good{background:#fdb022}.auth-strength-bars span.strength-strong{background:#16a34a}.auth-strength-label{font-size:12px;color:#64748b}.auth-error{padding:11px 13px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;font-size:13px;line-height:1.45}.auth-submit{width:100%;padding:13px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#0396ff,#00bbf0);border:none;border-radius:30px;cursor:pointer;transition:box-shadow .2s,transform .06s,filter .15s;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 20px -6px #0396ff80}.auth-submit:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 10px 26px -6px #0396ff99}.auth-submit:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 10px 26px -6px #2563eb99}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite;flex-shrink:0}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0 6px;color:#94a3b8;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-switch{display:block;width:100%;margin-top:16px;padding:12px;font-size:14px;font-weight:600;color:#0396ff;background:#eef4ff;border:2px solid #0396ff;border-radius:30px;cursor:pointer;transition:background .15s,color .15s}.auth-switch:hover{background:#0396ff;color:#fff}.auth-status-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:26px;font-weight:700}.auth-status-ok{background:#e7f6ec;color:#16a34a}.auth-status-error{background:#fde8ee;color:#dc2626}.auth-dev-box{margin:0 0 20px;padding:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;text-align:left}.auth-dev-label{font-size:12px;font-weight:600;color:#b45309;margin-bottom:6px}.auth-dev-link{font-size:12px;color:#1d4ed8;word-break:break-all;text-decoration:underline}.hx-btn-cta:focus-visible,.hx-btn-ghost:focus-visible,.hx-btn-cta-white:focus-visible,.hx-btn-outline:focus-visible,.hx-btn-primary:focus-visible,.auth-input:focus-visible,.auth-eye:focus-visible,.auth-submit:focus-visible,.auth-switch:focus-visible,.auth-inline-link:focus-visible,.auth-back:focus-visible{outline:2px solid #0396ff;outline-offset:2px}.auth-back{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:16px auto 0;font-size:13px;color:#64748b;text-decoration:none;padding:6px 10px;border-radius:6px;transition:color .15s}.auth-back:hover{color:#0396ff}@media (max-width: 900px){.auth-brand{display:none}.auth-main{padding:32px 20px}.auth-mobile-bar{display:flex;align-items:center;gap:12px;width:100%;max-width:410px;margin-bottom:28px}.auth-brand-mark-mobile{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#0396ff,#00bbf0);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2563eb4d}.auth-brand-mark-mobile svg{width:21px;height:21px}.auth-mobile-bar .auth-brand-name{font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.5px}}@media (max-width: 480px){.auth-main{padding:24px 16px}.auth-mobile-bar{margin-bottom:22px}.auth-card{padding:28px 22px;border-radius:16px}.auth-title{font-size:23px}.auth-sub{font-size:14px;margin-bottom:22px}.auth-form{gap:16px}.auth-input{font-size:16px;padding:13px 42px}.auth-input-pr{padding-right:46px}.auth-submit{padding:14px;font-size:16px}.auth-switch{padding:13px;font-size:15px}.auth-inline-link,.auth-back,.auth-hint,.auth-error-line{font-size:13px}}@media (max-height: 700px){.auth-main{padding-top:24px;padding-bottom:24px}.auth-mobile-bar{margin-bottom:18px}.auth-card{padding-top:28px;padding-bottom:28px}}
