.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6;padding:20px}.auth-container{width:100%;max-width:420px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;padding:32px;box-shadow:0 14px 40px #0f172a1f;position:relative}.auth-back-btn{position:absolute;top:20px;left:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .1s ease;padding:0}.auth-back-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#111827;transform:translate(-2px)}.auth-back-btn:active{transform:translate(-1px)}.auth-back-btn svg{display:block}.auth-header{text-align:center;margin-bottom:28px}.auth-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.auth-brand-mark{width:36px;height:36px;border-radius:999px;background:#0f172a;color:#f9fafb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.auth-brand-name{font-weight:600;color:#020617;letter-spacing:-.03em;font-size:1.1rem}.auth-header h1{font-size:1.5rem;font-weight:640;color:#020617;letter-spacing:-.03em;margin-bottom:6px}.auth-subtitle{font-size:.9rem;color:#6b7280}.auth-form-page{display:flex;flex-direction:column;gap:16px}.auth-form-group{display:flex;flex-direction:column;gap:6px}.auth-form-group label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#4b5563}.auth-form-group input{padding:11px 13px;border-radius:10px;border:1px solid #d1d5db;font-size:.95rem;color:#020617;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-form-group input::placeholder{color:#9ca3af}.auth-form-group input:focus{outline:none;border-color:#020617;box-shadow:0 0 0 1px #020617,0 0 0 4px #0f172a1f;background-color:#f9fafb}.auth-error{font-size:.85rem;color:#b91c1c;background:#fee2e2;padding:10px 12px;border-radius:8px;border:1px solid #fecaca}.auth-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;border-radius:999px;border:none;background:#111827;color:#f9fafb;font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 32px #0f172a66,0 0 0 1px #0f172ab3;transition:transform .1s ease,box-shadow .1s ease,filter .1s ease;margin-top:4px}.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.04)}.auth-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 20px #0f172a66,0 0 0 1px #0f172acc}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;font-size:.85rem;color:#6b7280;margin-top:4px}.auth-switch a{color:#111827;font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.app{min-height:100vh}.shell{background:#fff;border-radius:20px;box-shadow:0 14px 40px #0f172a1f;border:1px solid #e5e7eb;padding:24px 24px 20px}.topbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e5e7eb;margin-bottom:18px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:30px;height:30px;border-radius:999px;background:#0f172a;color:#f9fafb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-name{font-weight:600;color:#020617;letter-spacing:-.03em}.brand-tagline{font-size:.78rem;color:#6b7280}.topbar-right{display:flex;align-items:center;gap:8px}.quota-pill{padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;font-size:.78rem;font-weight:500}.quota-pill--enterprise{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;border:1px solid #d97706;box-shadow:0 2px 8px #fbbf244d}.quota-pill--pro{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#eff6ff;border:1px solid #1d4ed8;box-shadow:0 2px 8px #3b82f64d}.topbar-cta{padding:6px 12px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.8rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}.topbar-cta:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-.5px)}.topbar-user-wrapper{position:relative;display:inline-block}.topbar-user{padding:6px 12px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:.8rem;cursor:pointer;transition:background-color .2s,color .2s;text-decoration:none;display:inline-block;font-weight:500}.topbar-user:hover{background:#e5e7eb;color:#111827}.user-tooltip{position:absolute;top:calc(100% + 8px);right:0;background:#1f2937;color:#f9fafb;padding:12px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:200px;font-size:.85rem;white-space:nowrap}.user-tooltip:before{content:"";position:absolute;bottom:100%;right:16px;border:6px solid transparent;border-bottom-color:#1f2937}.tooltip-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.tooltip-row:last-child{margin-bottom:0}.tooltip-label{color:#9ca3af;font-weight:500}.tooltip-value{color:#f9fafb;font-weight:600}.subscription-expired-notification{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:12px 16px;margin-bottom:16px;max-width:960px;margin-left:auto;margin-right:auto}.notification-content{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.notification-icon{font-size:1.2rem}.notification-text{flex:1;color:#78350f;font-size:.9rem;font-weight:500}.notification-link{color:#92400e;text-decoration:underline;font-weight:600;font-size:.9rem;transition:color .2s}.notification-link:hover{color:#78350f}.layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.1fr);gap:22px;margin-top:12px}@media (max-width: 860px){.layout{grid-template-columns:minmax(0,1fr)}.shell{padding:18px 16px 14px;border-radius:18px}}.panel{border-radius:18px;padding:20px 20px 16px;border:1px solid #e5e7eb;background:#fff}.secondary{background:#f9fafb}.panel-header h1{font-size:1.35rem;font-weight:640;color:#020617;letter-spacing:-.03em}.subtitle{margin-top:6px;font-size:.9rem;color:#6b7280}.form{margin-top:18px;display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column;gap:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#4b5563}input[type=text],select{padding:9px 11px;border-radius:10px;border:1px solid #d1d5db;font-size:.95rem;color:#020617;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .05s ease}input[type=text]::placeholder{color:#9ca3af}input[type=text]:focus,select:focus{outline:none;border-color:#020617;box-shadow:0 0 0 1px #020617,0 0 0 4px #0f172a1f;background-color:#f9fafb}.form-footer{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:4px}.helper-text{font-size:.8rem;color:#6b7280}.helper-text code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;background:#e5e7eb;padding:1px 5px;border-radius:999px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 20px;border-radius:999px;border:none;background:#111827;color:#f9fafb;font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 32px #0f172a66,0 0 0 1px #0f172ab3;transition:transform .1s ease,box-shadow .1s ease,filter .1s ease}.primary-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.primary-btn:active{transform:translateY(0);box-shadow:0 8px 20px #0f172a66,0 0 0 1px #0f172acc}.secondary-btn{margin-top:10px;padding:7px 13px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.82rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}.secondary-btn:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.ghost-btn{padding:5px 10px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.78rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}.ghost-btn:hover{background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-.5px)}.panel-block{padding:8px 0}.panel-block+.panel-block{margin-top:14px;border-top:1px dashed #e5e7eb;padding-top:14px}.panel-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.panel-title{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#6b7280}.url-box{word-break:break-all;padding:11px 12px;background:#020617;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;color:#e5e7eb;border:1px solid #1f2937}.muted{font-size:.82rem;color:#9ca3af}.recent-toggle{background:none;border:none;color:#111827;cursor:pointer;font-size:.9rem;font-weight:600;padding:2px 0 4px;width:100%;text-align:left;transition:color .15s ease}.recent-toggle:hover{color:#6b7280}.recent-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.recent-item{display:flex;justify-content:space-between;align-items:center;padding:9px 10px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;gap:8px}.recent-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.recent-query{font-size:.9rem;font-weight:500;color:#111827;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.recent-meta{font-size:.78rem;color:#6b7280}.recent-actions{display:flex;gap:6px}@media (max-width: 640px){.recent-item{flex-direction:column;align-items:flex-start}.recent-actions{align-self:flex-end}}.footer{margin-top:16px;padding-top:10px;border-top:1px solid #e5e7eb;text-align:right;color:#9ca3af;font-size:.8rem}@media (max-width: 640px){.footer{text-align:left}}.plan-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}@media (max-width: 900px){.plan-list{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.plan-list{grid-template-columns:1fr}}.plan-card{border-radius:16px;border:2px solid #e5e7eb;background:#fff;padding:24px 20px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease;position:relative;overflow:hidden}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.plan-card--highlight{border-color:#3b82f6;box-shadow:0 12px 32px #3b82f626;background:linear-gradient(to bottom,#fff,#f8fafc)}.plan-card--enterprise{border-color:#f59e0b;background:linear-gradient(to bottom,#fff,#fffbeb)}.plan-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content;margin-bottom:4px}.plan-badge--free{background:#f3f4f6;color:#6b7280}.plan-badge--pro{background:#dbeafe;color:#1e40af}.plan-badge--enterprise{background:#fef3c7;color:#92400e}.plan-name{font-size:1.25rem;font-weight:700;color:#020617;letter-spacing:-.02em;margin-top:4px}.plan-price{font-size:1.75rem;font-weight:700;color:#111827;letter-spacing:-.03em;margin:4px 0}.plan-meta{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:8px}.plan-features{margin:12px 0 0;padding-left:20px;font-size:.875rem;color:#4b5563;line-height:1.6;list-style:none}.plan-features li{position:relative;padding-left:8px}.plan-features li:before{content:"✓";position:absolute;left:-20px;color:#10b981;font-weight:700}.plan-features li+li{margin-top:8px}.plans-notice{margin-top:32px;padding:16px 20px;background:#fef3c7;border:1px solid #fcd34d;border-radius:12px;text-align:center}.plans-notice-text{font-size:.875rem;color:#78350f;margin:0;line-height:1.6}.plans-contact-link{color:#d97706;text-decoration:underline;font-weight:600}.plans-contact-link:hover{color:#b45309}.plan-buy-btn,.plan-contact-btn{margin-top:16px;width:100%;padding:12px 20px;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.plan-buy-btn{background:#3b82f6;color:#fff}.plan-buy-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.plan-buy-btn:disabled{opacity:.6;cursor:not-allowed}.plan-contact-btn{background:#f59e0b;color:#fff}.plan-contact-btn:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.plan-current-badge{margin-top:16px;padding:8px 16px;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.875rem;font-weight:600;text-align:center}.seo-intro{margin-top:20px;padding:20px;background:#f9fafb;border-radius:12px;border-left:4px solid #3b82f6}.seo-intro p{font-size:.9rem;line-height:1.7;color:#374151;margin:0 0 12px}.seo-intro p:last-child{margin-bottom:0}.seo-intro strong{color:#111827;font-weight:600}.seo-content{margin-top:40px;padding-top:32px;border-top:2px solid #e5e7eb}.seo-content-title{font-size:1.5rem;font-weight:700;color:#020617;margin:0 0 16px;letter-spacing:-.02em}.seo-content-subtitle{font-size:1.1rem;font-weight:600;color:#111827;margin:24px 0 12px}.seo-content p{font-size:.95rem;line-height:1.8;color:#4b5563;margin:0 0 16px}.seo-content p:last-child{margin-bottom:0}.seo-content strong{color:#111827;font-weight:600}.seo-content-cta{margin-top:24px;padding:20px;background:#eff6ff;border-radius:12px;border-left:4px solid #3b82f6;font-size:1rem;line-height:1.7;color:#1e40af}.seo-content-cta strong{color:#1e3a8a;font-weight:700}@media (max-width: 640px){.seo-intro{padding:16px}.seo-content-title{font-size:1.25rem}.seo-content-subtitle{font-size:1rem}.seo-content p{font-size:.9rem}}.small{font-size:.75rem;margin-top:8px}.auth-block{margin-bottom:8px}.auth-form{display:flex;flex-direction:column;gap:8px}.auth-input-row{display:flex;flex-direction:column;gap:6px}@media (min-width: 700px){.auth-input-row{flex-direction:column}}.auth-error{font-size:.78rem;color:#b91c1c}.auth-actions{display:flex;flex-direction:column;gap:6px}.auth-btn{width:100%;justify-content:center}.auth-mode-toggle{background:none;border:none;padding:0;font-size:.8rem;color:#4b5563;cursor:pointer;text-align:left}.auth-mode-toggle:hover{color:#111827}.auth-status{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.auth-email{font-size:.9rem;font-weight:500;color:#111827}.auth-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.auth-name{font-size:.85rem;font-weight:500;color:#4b5563;flex:1}.auth-edit-name-btn{font-size:.75rem;padding:4px 8px}.auth-name-edit{display:flex;flex-direction:column;gap:6px}.auth-name-input{padding:7px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:.85rem;color:#020617;background-color:#fff;width:100%}.auth-name-input:focus{outline:none;border-color:#020617;box-shadow:0 0 0 1px #020617}.auth-name-input:disabled{opacity:.6;cursor:not-allowed}.auth-name-actions{display:flex;gap:6px}.auth-error-small{font-size:.75rem;color:#b91c1c}.auth-plan{font-size:.8rem;color:#4b5563}.auth-plan-expiry{font-size:.75rem;color:#6b7280;font-style:italic}.auth-usage{font-size:.8rem;color:#6b7280}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.75rem;font-weight:500}.plans-shell{margin-top:20px;padding:20px 20px 16px;border-radius:18px;border:1px solid #e5e7eb;background:#fff}.plans-header{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:6px}.plans-title{font-size:1.1rem;font-weight:620;color:#020617;letter-spacing:-.02em}.plans-subtitle{margin-top:3px;font-size:.86rem;color:#6b7280}.admin-block{margin-top:8px}.admin-user-list{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto;margin-top:6px}.admin-user-row{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 9px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.admin-user-main{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-user-email{font-size:.85rem;font-weight:500;color:#111827;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-user-name{font-size:.78rem;color:#4b5563;font-weight:500}.admin-user-plan{font-size:.78rem;color:#6b7280}.admin-user-edit-form{width:100%;display:flex;flex-direction:column;gap:8px}.admin-user-edit-fields{display:flex;flex-direction:column;gap:6px}.admin-user-edit-fields input,.admin-user-edit-fields select{padding:7px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:.85rem;color:#020617;background-color:#fff}.admin-user-edit-fields input:focus,.admin-user-edit-fields select:focus{outline:none;border-color:#020617;box-shadow:0 0 0 1px #020617}.admin-user-edit-actions{display:flex;gap:6px;justify-content:flex-end}.admin-user-actions{display:flex;gap:4px;flex-wrap:wrap}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40}.admin-modal{background:#fff;border-radius:16px;box-shadow:0 18px 45px #0f172a59;border:1px solid #e5e7eb;max-width:580px;width:100%;padding:16px 18px 14px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.admin-modal-title{font-size:.9rem;font-weight:600;color:#020617}.admin-modal-search{margin-top:4px;margin-bottom:8px}.admin-modal-search input{width:100%;padding:7px 10px;border-radius:999px;border:1px solid #d1d5db;font-size:.85rem}.admin-modal-body{max-height:320px;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6;min-height:100vh;padding:32px 16px}#root{max-width:960px;margin:0 auto}
