:root{--black: #000000;--white: #ffffff;--gray-900: #111827;--gray-600: #6b7280;--blue-deep: #1d3557;--blue: #3b82f6;--blue-600: #2563eb;--blue-100: #e8f2ff;--emerald: #2db373;--primary: #3b82f6;--primary-600: #2563eb;--primary-100: #e8f2ff;--bg: #f4f9ff;--card: #ffffff;--glass-bg: rgba(255, 255, 255, .55);--glass-border: rgba(255, 255, 255, .8);--ink: #1f2937;--muted: #94a3b8;--border: rgba(0, 0, 0, .06);--border-strong: rgba(0, 0, 0, .12);--input: #f8fbff;--success: var(--emerald);--danger: #b44242;--warn: #8a3b12;--pill-shadow: 0 10px 20px rgba(59, 130, 246, .25);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .04), 0 0 0 1px rgba(255, 255, 255, .7) inset;--shadow-card: 0 12px 32px rgba(0, 0, 0, .06);--shadow-hover: 0 16px 40px rgba(0, 0, 0, .08);--card-shadow: var(--shadow-card);--radius-xl: 16px;--radius-lg: 12px;--radius-md: 8px;--radius-sm: 6px;--radius-full: 999px;--radius: var(--radius-xl);--r-md: var(--radius-lg);--r-sm: var(--radius-md);--r-xs: var(--radius-sm);--space-1: 8px;--space-2: 12px;--space-3: 16px;--space-4: 24px;--ring: 0 0 0 3px rgba(59, 130, 246, .25);--rail-w: 280px;--grad-start: #0f1a2b;--grad-mid: #173a60;--grad-end: #3b82f6;--accent-emerald: #2db373;color-scheme:light dark;--transition-theme: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease}*{box-sizing:border-box;transition:var(--transition-theme)}html,body,#root{margin:0;height:100%}body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(180deg,#0d1e44,#143b72 35%,#1d6be6 75%,#7db8ff);background-attachment:fixed}.container{max-width:1120px;margin:0 auto;padding:24px}.app-shell{display:block;position:relative;overflow-x:hidden}.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--rail-w);background:#fff;border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;z-index:50;box-shadow:4px 0 18px #0f172a0f}.content{position:relative;z-index:1;margin-left:var(--rail-w);width:calc(100vw - var(--rail-w));max-width:calc(100vw - var(--rail-w));padding:24px 24px 80px;min-height:100vh}.sidebar-close-btn,.topbar{display:none}@media(max-width:900px){.topbar{display:flex;align-items:center;gap:10px;position:sticky;top:0;z-index:50;background:var(--bg);padding:12px 12px 0}.hamburger{display:inline-flex;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px;cursor:pointer}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:16px;right:16px;width:32px;height:32px;background:#0000000d;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;z-index:100}.sidebar-close-btn:hover{background:#0000001a}.sidebar{transform:translate(-100%);transition:transform .3s ease-in-out;z-index:50;width:280px;max-width:80vw}.app-shell.nav-open>.sidebar{transform:translate(0);z-index:50}.backdrop{position:fixed;inset:0;background:#00000080;z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content{margin-left:0;width:100vw;max-width:100vw;padding:16px 16px 60px}}.sidebar-bottom{margin-top:auto}.sidebar-user-card{margin-top:16px;padding:10px 12px 12px;border-radius:var(--radius-xl);background:#f9fafb;border:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.sidebar-user-main{display:flex;align-items:center;gap:10px}.sidebar-avatar{width:36px;height:36px;border-radius:var(--radius-full);overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#4b5563}.sidebar-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-user-text{display:flex;flex-direction:column}.sidebar-user-name{font-size:13px;font-weight:600;color:var(--ink)}.sidebar-user-email{font-size:11px;color:var(--muted)}.sidebar-user-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.sidebar-user-role{font-size:11px;padding:3px 8px;border-radius:var(--radius-full);border:1px solid var(--border);background:#eef2ff;color:#1d4ed8}.sidebar-user-role.admin{background:#e8f7ef;border-color:#b6e7c3;color:#166534}.sidebar-user-role.consultant{background:#eef5ff;border-color:#cfeaff;color:#1d4ed8}.sidebar-user-role.manager{background:#fff4e6;border-color:#ffd8a8;color:#d97706}.sidebar-logout-btn{border:0;border-radius:var(--radius-full);padding:6px 10px;font-size:11px;font-weight:600;cursor:pointer;background:var(--primary);color:#fff;box-shadow:0 4px 12px #3b82f659;transition:background .15s ease,transform .1s ease}.sidebar-logout-btn:hover{background:var(--primary-600);transform:translateY(-1px)}.sidebar-theme{width:100%;margin-top:8px}.theme-switch{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius-full);border:1px solid var(--border);background:#f9fafb;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;color:var(--ink);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.theme-switch:hover{background:#f3f4ff;border-color:#d4d4ff;box-shadow:0 4px 12px #3b82f633}.theme-switch-label{display:flex;align-items:center;gap:6px}.theme-switch-icon{width:16px;height:16px}.theme-switch-toggle{width:32px;height:18px;border-radius:var(--radius-full);background:#e5e7eb;padding:2px;display:flex;align-items:center;transition:background .15s ease}.theme-switch-toggle-thumb{width:14px;height:14px;border-radius:var(--radius-full);background:#fff;box-shadow:0 1px 3px #0f172a80;transform:translate(0);transition:transform .15s ease}.theme-switch.is-on .theme-switch-toggle{background:var(--primary)}.theme-switch.is-on .theme-switch-toggle-thumb{transform:translate(14px)}.brand-header{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px 18px;margin-bottom:6px;border-bottom:1px solid var(--border)}.brand-logo,.brand-logo-lg{width:64px;height:64px;object-fit:contain;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.06))}.brand-logo-lg{width:72px;height:72px}.tool-name,.brand-title{font-weight:800;letter-spacing:.06em;color:var(--ink);font-size:13px;text-transform:uppercase}.brand-sub{font-size:13px;color:var(--muted);text-align:center}.sidebar nav{margin-top:14px;display:flex;flex-direction:column;gap:10px}.side-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);background:transparent;border-radius:var(--radius-md);padding:12px 16px;font-weight:600;transition:all .2s ease}.side-link-icon{width:20px;height:20px;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.side-link:hover .side-link-icon,.side-link.active .side-link-icon{opacity:1}.side-link:hover{background:var(--primary-100)}.side-link.active{background:var(--primary);color:#fff;border-radius:var(--radius-lg);box-shadow:0 6px 20px #3b82f659}.card{background:var(--card);border-radius:var(--radius);padding:26px;border:1px solid var(--border);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;position:relative;margin-bottom:var(--space-4)}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.section-title{display:flex;align-items:center;gap:10px;color:var(--primary);font-weight:700;font-size:16px;margin-bottom:18px}.section-title svg{width:18px;height:18px;fill:var(--primary)}.grid{display:grid;gap:var(--space-3)}.g-2{grid-template-columns:repeat(2,minmax(0,1fr))}.g-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.g-3{grid-template-columns:1fr 1fr}}@media(max-width:640px){.g-2,.g-3{grid-template-columns:1fr}}label{display:block;font-size:12px;color:var(--muted);margin:6px 0 6px 4px}.input{display:flex;align-items:center;gap:10px;background:#fff;border-radius:var(--r-md);border:1px solid var(--border);padding:12px 14px;box-shadow:var(--shadow-soft);transition:all .2s ease}.input:hover{background:#f6faff;box-shadow:0 4px 16px #3b82f614}.input:focus-within{border-color:var(--primary);background:#fff;box-shadow:var(--ring)}.input svg{width:16px;height:16px;fill:var(--primary)}.input input,.input select{flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}*:focus{outline:none}:focus-visible{box-shadow:var(--ring);border-color:var(--primary)!important}.hint{font-size:12px;color:var(--muted)}.tf-field{margin-bottom:10px}.tf-error{margin:6px 4px 0;font-size:12px;color:#dc2626}.input.invalid{border-color:#ef4444!important;box-shadow:0 0 0 1px #fecaca inset}.input.invalid svg{fill:#dc2626!important;color:#dc2626!important}.dz.invalid{border-color:#ef4444!important;box-shadow:0 0 0 1px #fecaca inset}.dz.invalid .file-ico svg{color:#dc2626}.hero{display:flex;flex-direction:column;align-items:center;gap:10px;margin:8px auto 22px}.hero h1{margin:0;font-size:22px;color:var(--ink)}.hero p{margin:0;color:var(--muted);font-size:13px;text-align:center}.hero-pill{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);color:var(--primary);padding:10px 14px;border-radius:var(--radius-full);box-shadow:var(--pill-shadow);font-weight:600;font-size:14px}.hero-pill svg{width:18px;height:18px;fill:var(--primary)}.hero-banner{border-radius:var(--radius);padding:28px 28px 34px;color:#fff;background:radial-gradient(1200px 600px at 15% 10%,transparent 55%,#00000014 56%),radial-gradient(900px 500px at 85% 30%,#ffffff10 0,transparent 60%),linear-gradient(135deg,var(--grad-start) 0%,var(--grad-mid) 45%,var(--grad-end) 100%);position:relative;overflow:hidden;box-shadow:var(--card-shadow)}.hero-banner .hero-pill{background:transparent;border-color:#fff3;color:#fff}.hero-banner .hero-pill svg{fill:#fff}.hero-banner p{color:#e9f3ff}.hero-banner .underline{width:80px;height:6px;border-radius:var(--radius-full);background:var(--accent-emerald);display:inline-block;margin:6px 0 10px}.hero-banner:after{content:"";position:absolute;inset:0;opacity:.15;background-image:radial-gradient(#ffffff 1px,transparent 1px);background-size:14px 14px;background-position:-20px -20px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 25%,black 75%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,black 25%,black 75%,transparent 100%);pointer-events:none}.drop,.dz{border:1px solid var(--border);background:#f9fbff;border-radius:var(--radius-xl);padding:24px;min-height:160px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;flex-direction:column;gap:8px;box-shadow:0 2px 10px #0f172a08}.dz input[type=file],.drop input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.dz.is-dragover,.drop.is-dragover{border-color:#99d8ff;box-shadow:inset 0 0 0 2px #99d8ff55,var(--card-shadow)}.dz .file-ico{display:flex;align-items:center;justify-content:center;margin-bottom:6px}.dz .file-ico svg{width:34px;height:34px;fill:var(--primary)}.dz .dz-btn,.dz-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;height:36px;border-radius:var(--radius-lg);line-height:1;font-size:13px;font-weight:600;cursor:pointer;background:#fff;color:var(--ink);border:1px solid var(--border);padding:9px 12px;transition:background .15s ease,border-color .15s ease,color .15s ease}.dz .dz-btn:hover,.dz-btn:hover{background:var(--input);border-color:#d9dee7}.filelist{list-style:none;margin:8px 0 0;padding:0}.filelist-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--ink);margin-bottom:4px}.filelist-remove{flex-shrink:0;margin-right:2px}.filelist-name{flex:1;min-width:0;word-break:break-word}.filelist-size{font-size:11px;color:#6b7280;flex-shrink:0;padding:2px 6px;border-radius:4px;background:#f3f4f6}.filelist-size--error{color:#dc2626;background:#fee2e2}.dz-info{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:10px;font-size:11px;color:#6b7280}.dz-formats{font-weight:500}.dz-limits{color:#9ca3af;font-size:10px}.filelist-item--rejected{background:#fef2f2;border-radius:6px;padding:4px 8px;margin:2px 0}.filelist-name--rejected{color:#dc2626!important}.filelist-size--rejected{color:#b91c1c!important;background:#fee2e2!important;border:1px solid #fecaca}.filelist-reason{font-size:10px;color:#ef4444;font-style:italic;flex-shrink:0;margin-left:auto;padding-right:8px}.dz-total{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500}.dz-total--ok{background:#d1fae5;color:#059669}.dz-total--error{background:#fee2e2;color:#dc2626}.dz-total-size{font-weight:600}.logo-zone{border-style:solid;border-width:1px;border-color:#e5e7eb;background:#f9fbff;min-height:180px;cursor:pointer;box-shadow:0 2px 10px #0f172a0a}.logo-zone.is-dragover{border-color:#bfdbfe;box-shadow:0 0 0 1px #bfdbfe inset,0 4px 14px #3b82f640}.logo-preview{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.logo-preview img{display:block;max-height:110px;max-width:100%;object-fit:contain}.logo-actions{position:absolute;right:18px;bottom:18px;display:flex;gap:8px;align-items:center}.logo-zone .dz-btn--subtle{background:#fff;color:#111827;border-radius:var(--radius-full);border:1px solid #e5e7eb;padding:6px 14px;font-size:12px;font-weight:600;box-shadow:0 2px 6px #0f172a0f}.logo-zone .dz-btn--subtle:hover{background:#f3f4f6;border-color:#d1d5db}.logo-zone .logo-remove{width:auto;height:32px;padding:0 10px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:#fee2e2;border:1px solid #fecaca;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.logo-zone .logo-remove svg{width:14px;height:14px;stroke:#b91c1c;stroke-width:2;fill:none}.logo-zone .logo-remove:hover{background:#fecaca;border-color:#fca5a5;box-shadow:0 2px 8px #f8717159}.logo-zone .logo-remove:active{transform:translateY(1px)}.logo-zone .logo-remove:focus-visible{outline:none;box-shadow:0 0 0 3px #f8717166}.logo-remove{width:36px;height:36px;border-radius:var(--radius-lg);display:inline-flex;align-items:center;justify-content:center;background:#fdeaea;border:1px solid #ffc9c9;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.logo-remove:hover{background:#ffdede;border-color:#ffb3b3}.logo-remove:focus-visible{outline:none;box-shadow:0 0 0 3px #ff4d4d40}.logo-remove svg{width:14px;height:14px;stroke:#b44242;stroke-width:2;fill:none}.logo-info{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:8px;font-size:11px;color:#6b7280}.logo-formats{font-weight:500}.logo-max-size{color:#9ca3af}.logo-file-info{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:8px;font-size:11px}.logo-filename{color:#374151;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-filesize{color:#6b7280}.logo-filesize--error{color:#dc2626}.chips{display:flex;gap:8px;flex-wrap:wrap;background:var(--input);border:1px solid var(--border);padding:8px;border-radius:var(--radius-lg)}.chips .chip{position:relative}.chips .chip input{position:absolute;inset:0;opacity:0;cursor:pointer}.chips .chip label{background:var(--input);border:1px solid var(--border);color:var(--muted);border-radius:var(--radius-lg);padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.chips .chip input:not(:checked):hover+label{background:#eceff3;border-color:#d9dee7}.chips .chip input:focus-visible+label{outline:none;box-shadow:var(--ring);border-color:var(--primary)}.chips .chip input:checked+label{background:var(--primary);color:#fff;border-color:var(--primary)}.chips-invalid-wrap .chips{border:1px solid #ef4444;border-radius:var(--radius-lg);padding:6px;box-shadow:0 0 0 1px #fecaca inset}.cell.optype .input--chips{width:100%}.input--chips .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;background:transparent;border:0;padding:0;margin:0}.input--chips .chip{width:100%}.input--chips .chip label{width:100%;height:36px}.optype-group{display:flex;flex-direction:column;gap:6px}.optype-label{font-size:12px;font-weight:600;color:var(--muted);margin-left:4px}.optype-label .required,.required-asterisk{color:#ef4444}.optype-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.optype-tile{position:relative;text-align:left;padding:10px 12px;border-radius:var(--radius-lg);border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.optype-tile:hover{background:#f3f7ff;border-color:#bfdbfe;box-shadow:0 6px 14px #3b82f626}.optype-tile.selected{background:linear-gradient(135deg,#2563eb,#3b82f6 60%,#60a5fa);border-color:#1d4ed8;box-shadow:0 10px 26px #2563eb73;transform:translateY(-1px);color:#fff}.optype-header{display:flex;align-items:center;justify-content:flex-start}.optype-badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:var(--radius-full);border:1px solid #d1d5db;background:#f9fafb;color:#4b5563}.optype-tile.selected .optype-badge{border-color:#fff9;background:#ffffff29;color:#e0edff}.optype-title{font-size:13px;font-weight:700}.optype-desc{margin:0;font-size:11px;line-height:1.4;color:var(--muted)}.optype-tile.selected .optype-desc{color:#e5edff}.optype-error .optype-tiles{border-radius:var(--radius-lg)}.optype-error .optype-tile{border-color:#fecaca}.optype-error .optype-tiles:after{content:"";position:absolute}.comp-wrap{display:flex;flex-direction:column;gap:14px}.comp-list{display:grid;grid-template-columns:1fr;gap:12px}.comp-card{border:1px solid #e5e7eb;border-radius:var(--radius-xl);background:#fff;box-shadow:0 2px 10px #00000008;overflow:hidden}.comp-card__head{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:linear-gradient(135deg,#1d4ed8,#3b82f6 60%,#60a5fa);color:#fff}.comp-card__title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px}.comp-chip{background:#0f172a1f;color:#e0ecff;border:1px solid rgba(255,255,255,.35);padding:2px 8px;border-radius:var(--radius-full);font-size:11px}.comp-card__right{display:flex;align-items:center;gap:8px}.comp-badge{background:#0f172a24;border:1px solid rgba(255,255,255,.35);color:#e5edff;padding:2px 8px;border-radius:var(--radius-full);font-size:11px}.comp-card__body{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px}@media(max-width:860px){.comp-card__body{grid-template-columns:1fr}}.comp-remove{flex-shrink:0}.ai-error{display:flex;align-items:center;gap:10px;margin-top:10px;margin-bottom:8px;padding:10px 14px;width:100%;border-radius:var(--radius-lg);background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:12px;font-weight:600}.ai-error-icon{width:18px;height:18px;border-radius:var(--radius-full);border:2px solid #fecaca;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#fee2e2}.urls>label{display:block;font-weight:600;margin-bottom:6px}.url-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.url-row .input{flex:1}.comp-toolbar{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-top:2px}.comp-toolbar .btn,.comp-toolbar .btn-secondary{border-radius:var(--radius-full);padding:8px 18px;font-size:13px;display:inline-flex;align-items:center;gap:6px}.btn-secondary{background:#111;color:#fff;border:none}.comp-toolbar .btn-secondary{box-shadow:0 6px 16px #00000059}.delete-competitor{width:28px;height:28px;padding:0;background:transparent;border:1px solid transparent;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;color:#b44242;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .02s ease}.delete-competitor svg{width:16px;height:16px;fill:currentColor}.delete-competitor:hover{background:#fdeaea;border-color:#ffc9c9}.delete-competitor:focus-visible{outline:none;box-shadow:0 0 0 3px #ff4d4d40}.delete-competitor:active{transform:translateY(1px)}.admin-table .delete-competitor{position:static;margin-left:8px}.admin-actions-cell{text-align:right;white-space:nowrap}.icon-circle-btn{width:32px;height:32px;border-radius:var(--radius-full);border:none;padding:0;margin-left:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:#eef2ff;color:#3b82f6;box-shadow:0 3px 8px #0f172a1f;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease,background .12s ease}.icon-circle-btn svg{width:16px;height:16px;fill:currentColor}.icon-circle-btn:hover{transform:translateY(-1px);box-shadow:0 5px 12px #0f172a2e;filter:brightness(1.03)}.icon-circle-btn:active{transform:translateY(0);box-shadow:0 2px 6px #0f172a40}.icon-circle-btn.edit{background:radial-gradient(circle at 30% 0%,#60a5fa,#3b82f6);color:#fff}.icon-circle-btn.danger{background:radial-gradient(circle at 30% 0%,#fb7185,#b91c1c);color:#fff}.icon-circle-btn:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.ai-status{display:inline-flex;align-items:center;gap:8px;margin-top:10px;margin-bottom:6px;padding:8px 12px;width:100%;border-radius:var(--radius-lg);background:#ecfdf3;border:1px solid #bbf7d0;color:#166534;font-size:12px;font-weight:600}.ai-spinner{width:14px;height:14px;border-radius:var(--radius-full);border:2px solid #bbf7d0;border-top-color:#22c55e;animation:ai-spin .8s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.btn,.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-xl);padding:8px 12px;font-size:12px;cursor:pointer;font-weight:600;box-shadow:0 6px 18px #3b82f659;transition:.2s ease}.btn:hover,.btn-primary:hover{background:var(--primary-600);transform:translateY(-2px)}.btn-primary[disabled],.btn[disabled]{background:#8a8993!important;color:#fff;cursor:not-allowed;box-shadow:none}.btn-secondary{background:#111;color:#fff;border-radius:var(--radius-lg);padding:8px 12px;font-size:12px;font-weight:600;border:none;cursor:pointer}.btn-secondary:hover{background:#2563eb}.btn-ghost{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:10px 18px;color:var(--ink);cursor:pointer;transition:.2s ease}.btn-ghost:hover{background:var(--primary-100);color:var(--primary)}.btn-link{background:transparent;border:0;color:var(--primary);font-weight:700;padding:8px 10px;cursor:pointer}.btn-link:hover{text-decoration:underline}.btn-link:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}.btn-icon{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer}.btn-file{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;border-radius:var(--radius-full);border:1px solid #d1d5e3;background-color:#f9fafb;font-size:.875rem;font-weight:500;color:#111827;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.btn-file:hover{background-color:#f3f4f6;border-color:#cbd5e1}.btn-file:active{transform:translateY(1px);box-shadow:none}.btn-file:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn-microsoft{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--ink);border:1px solid var(--border);border-radius:var(--radius-xl);padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease;min-width:260px;text-align:center}.btn-microsoft:hover{background:var(--input);border-color:#d9dee7}.btn-microsoft:focus-visible{outline:none;box-shadow:var(--ring);border-color:var(--primary)}.ms-ico{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.checklist{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;color:var(--muted);font-size:12px}.check{display:flex;align-items:center;gap:6px;background:var(--input);border:1px solid var(--border);border-radius:var(--radius-full);padding:6px 10px}.flash{background:#fff5f5;border:1px solid #ffd9d9;color:#b44242;padding:10px 12px;border-radius:var(--radius-lg);margin:12px 0}.flash.success{background:#e6f6ee;border:1px solid #27ae60;color:#1b7f4a}.docq{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;margin-bottom:14px}.docq .status{margin-top:8px;font-size:12px;color:#2c7a4b;background:#e8fff0;border:1px solid #b6e7c3;padding:8px 10px;border-radius:var(--radius-lg)}.docq .status.warn{color:#8a3b12;background:#fff7ed;border-color:#fed7aa}.stepper{display:flex;gap:10px;justify-content:center;margin:6px 0 20px;flex-wrap:wrap}.stepper .step{font-size:13px;font-weight:600;color:var(--muted);background:var(--input);border:1px solid var(--border);padding:8px 14px;border-radius:var(--radius-full)}.stepper .step.active{color:var(--primary);background:#fff;box-shadow:var(--pill-shadow)}.card{padding-bottom:72px}.next-in-card{position:absolute;right:18px;bottom:18px;padding:10px 16px;border-radius:var(--radius-lg);font-size:14px}@media(max-width:640px){.card{padding-bottom:88px}.next-in-card{right:12px;bottom:12px}}.yp-field{position:relative}.yp-field>label{display:block;font-weight:600;margin-bottom:6px}.yp-input{display:flex;align-items:center;min-height:44px}.yp-input .yp-display{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--input);cursor:pointer;font:inherit;text-align:left}.yp-input.invalid .yp-display{border-color:#ef4444}.yp-display svg{width:18px;height:18px;opacity:.6}.yp-pop{position:absolute;z-index:20;top:calc(100% + 6px);left:0;min-width:260px;background:#fff;border-radius:var(--radius-xl);box-shadow:0 16px 34px #0f172a38;overflow:hidden}.yp-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 10px;background:linear-gradient(135deg,#1d4ed8,#3b82f6 60%,#60a5fa);color:#fff}.yp-range{font-weight:700;font-size:13px}.yp-nav-btn{border:none;background:transparent;color:#e5edff;cursor:pointer;width:26px;height:26px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:background .15s ease,transform .05s ease}.yp-nav-btn:hover{background:#0f172a2e}.yp-nav-btn:active{transform:translateY(1px)}.yp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:10px;background:#f3f6ff}.yp-cell{padding:8px 0;border-radius:var(--radius-lg);border:1px solid #e5e7eb;background:#fff;cursor:pointer;font:inherit;font-size:13px;color:#111827;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,color .12s ease}.yp-cell:hover{background:#e5edff;border-color:#bfdbfe;box-shadow:0 0 0 1px #dbeafe}.yp-cell.selected{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 0 0 1px #1d4ed8}.yp-cell.disabled{opacity:.45;cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.yp-footer{display:flex;justify-content:space-between;padding:6px 10px 8px;background:#f9fafb;border-top:1px solid #e5e7eb}.yp-footer .link{background:none;border:none;color:#2563eb;cursor:pointer;padding:4px 0;font-size:12px;font-weight:600}.yp-footer .link:hover{text-decoration:underline}.yp-footer .link{background:none;border:none;color:#2563eb;cursor:pointer;padding:6px 0}.yp-invalid .tf-error{margin-top:6px}.periods-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.end-col{display:flex;flex-direction:column}.checkbox-under{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-size:.95rem}@media(max-width:720px){.periods-row{grid-template-columns:1fr}}.info-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"company logo" "project logo" "optype  logo" "year    leader";column-gap:16px;row-gap:16px;align-items:start;margin-bottom:12px}.info-grid .company{grid-area:company}.info-grid .project{grid-area:project}.info-grid .optype{grid-area:optype}.info-grid .year{grid-area:year}.info-grid .leader{grid-area:leader}.info-grid .logo{grid-area:logo;grid-row:1 / span 3;align-self:stretch;display:flex;flex-direction:column}.info-grid .logo .dz{height:100%;min-height:unset}.info-grid .logo .logo-preview img{max-height:120px}@media(max-width:900px){.info-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto auto;grid-template-areas:"company" "project" "optype" "logo" "year" "leader"}.info-grid .logo{grid-row:auto}.info-grid .logo .dz{height:auto}}.section-block{padding-top:14px;margin-top:14px;border-top:1px dashed var(--border)}.section-block:first-of-type{padding-top:0;margin-top:0;border-top:0}.dz-block{background:transparent;border:0;box-shadow:none;padding:0}.section-subtitle{margin:0 0 6px;font-size:14px;font-weight:700;color:var(--primary)}.section-hint{margin:0 0 10px;font-size:12px;color:var(--muted)}.auth-wrap{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(40px,10vh,120px) 16px 32px}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:10px}.auth-card{width:100%;max-width:560px;padding:18px;border-radius:var(--radius-xl);box-shadow:var(--card-shadow);background:var(--card);border:1px solid var(--border)}.auth-actions{display:flex;justify-content:center!important;margin-top:8px;width:100%}.auth-or{display:flex;align-items:center;gap:10px;margin:14px 0 8px;width:100%}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:var(--border)}.auth-or span{font-size:12px;color:var(--muted)}.auth-row{display:flex;justify-content:flex-end;margin-top:6px}.login-card{width:100%;max-width:460px;padding:26px 24px 20px;border-radius:var(--radius-xl);background:#ffffffeb;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 40px #0f172a47,0 0 0 1px #94a3b826;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;margin-bottom:12px}.login-logo{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(37,99,235,.45))}.login-title{font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:14px;color:var(--ink)}.login-sub{font-size:13px;color:var(--muted);max-width:340px;margin-top:20px;margin-bottom:30px}.login-highlights{list-style:none;margin:8px 0 10px;padding:0;font-size:12px;color:var(--muted)}.login-highlights li{display:flex;align-items:center;gap:6px;margin-bottom:4px}.login-highlights li:before{content:"•";color:var(--primary);font-size:16px}.login-actions{display:flex;justify-content:center;margin-top:8px}.login-card .btn-microsoft{width:100%;justify-content:center;border-radius:var(--radius-full);padding:10px 18px}.login-footnote{margin-top:10px;font-size:11px;color:var(--muted);text-align:center}.password-input{position:relative;padding-right:44px}.icon-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--ink);transition:background .15s ease,border-color .15s ease,color .15s ease}.icon-toggle:hover{background:var(--input);border-color:#d9dee7}.icon-toggle:focus-visible{outline:none;box-shadow:var(--ring);border-color:var(--primary)}.link{background:transparent;border:0;color:var(--primary);font-size:13px;font-weight:600;padding:0;cursor:pointer}.link:hover{text-decoration:underline}.link:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}@media(max-width:640px){.auth-wrap{align-content:center;padding:32px 16px}}.admin-table-wrap{margin-top:14px;overflow:auto}.admin-table{width:100%;border-collapse:separate!important;border-spacing:0 12px!important}.admin-table thead th{padding:8px 12px;color:var(--muted);font-size:13px;border:none}.admin-table tbody tr{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);transition:all .2s ease}.admin-table tbody tr:hover{background:var(--primary-100);box-shadow:0 6px 20px #00000012}.admin-table td{padding:14px 18px;border:none}.admin-table .muted{color:var(--muted)}.admin-table td[style*="text-align:right"],.admin-table td.actions{text-align:right;white-space:nowrap}.role-badge{display:inline-block;padding:4px 10px;border-radius:var(--radius-full);font-size:12px;background:var(--input);border:1px solid var(--border);color:var(--ink)}.role-badge.admin{background:#e8f7ef;border-color:#b6e7c3;color:#2c7a4b}.role-badge.consultant{background:#eef5ff;border-color:#cfeaff;color:#2a5aa8}.role-badge.manager{background:#fff4e6;border-color:#ffd8a8;color:#d97706}.type-badge{display:inline-block;padding:4px 12px;border-radius:var(--radius-full);font-size:12px;font-weight:600;border:1px solid;text-transform:uppercase;letter-spacing:.5px}.type-badge.cir{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.type-badge.cii{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.stats-card{display:flex;align-items:center;gap:24px;padding:24px;background:var(--card);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.stats-chart-container{position:relative;width:160px;height:160px;flex-shrink:0}.stats-chart{width:100%;height:100%;transform:rotate(-90deg)}.stats-chart-bg{fill:none;stroke:var(--border);stroke-width:24}.stats-chart-cir{fill:none;stroke:#3b82f6;stroke-width:24;stroke-linecap:round;transition:stroke-dasharray .5s ease}.stats-chart-cii{fill:none;stroke:#10b981;stroke-width:24;stroke-linecap:round;transition:stroke-dasharray .5s ease}.stats-chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.stats-chart-total{font-size:28px;font-weight:700;color:var(--ink);line-height:1}.stats-chart-label{font-size:12px;color:var(--muted);margin-top:4px}.stats-legend{display:flex;flex-direction:column;gap:12px;flex:1;justify-content:center}.stats-legend-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--input);border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .2s ease}.stats-legend-item:hover{border-color:var(--primary);box-shadow:0 4px 12px #3b82f61a}.stats-legend-color{width:16px;height:16px;border-radius:var(--radius-sm);flex-shrink:0}.stats-legend-color.cir{background:#3b82f6}.stats-legend-color.cii{background:#10b981}.stats-legend-info{display:flex;flex-direction:column;flex:1}.stats-legend-type{font-weight:600;font-size:14px;color:var(--ink);text-transform:uppercase;letter-spacing:.5px}.stats-legend-desc{font-size:12px;color:var(--muted);margin-top:2px}.stats-legend-count{font-size:24px;font-weight:700;color:var(--ink)}.stats-legend-percent{font-size:12px;color:var(--muted);margin-left:4px}.stats-charts-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media(max-width:900px){.stats-charts-wrapper{grid-template-columns:1fr}}.stats-charts-wrapper .stats-card,.stats-charts-wrapper .timeline-chart-card{height:100%;min-height:260px;margin:0}.timeline-chart-card{display:flex;flex-direction:column;padding:24px;background:var(--card);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.timeline-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.timeline-chart-title{font-size:16px;font-weight:600;color:var(--ink)}.timeline-chart-controls{display:flex;align-items:center;gap:8px}.timeline-chart-total{font-size:13px;font-weight:600;color:var(--primary);background:#3b82f61a;padding:5px 10px;border-radius:var(--radius-md)}.timeline-period-btn{background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px 8px;font-size:11px;color:var(--muted);cursor:pointer;transition:all .2s ease}.timeline-period-btn:hover{border-color:var(--primary);color:var(--primary)}.timeline-period-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.timeline-chart-container{flex:1;display:flex;flex-direction:column;min-height:160px}.timeline-chart-bars{display:flex;align-items:flex-end;gap:8px;flex:1;padding-bottom:8px}.timeline-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0}.timeline-bar-container{width:100%;height:120px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.timeline-bar{width:100%;max-width:40px;background:linear-gradient(180deg,#3b82f6,#1e40af);border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:height .3s ease;min-height:0}.timeline-bar-wrapper:hover .timeline-bar{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.timeline-bar-value{font-size:11px;font-weight:600;color:var(--ink);margin-bottom:4px}.timeline-bar-label{font-size:10px;color:var(--muted);margin-top:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;text-align:center}.icon-btn.edit{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:8px;cursor:pointer;color:var(--ink)}.icon-btn.edit svg{fill:currentColor}.icon-btn.edit:hover{background:var(--input);border-color:#d9dee7;color:var(--primary)}.admin-actions{display:flex;justify-content:flex-end;margin-top:12px}.modal-backdrop{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:60}.modal-card{width:min(560px,92vw);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:28px;box-sizing:border-box;box-shadow:0 18px 40px #00000026;animation:modalPop .25s ease;max-height:92vh;overflow:auto}.modal-card h3{margin:0 0 6px;color:var(--primary)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.modal-label{font-size:12px;color:var(--muted);margin-left:4px;display:inline-block}@keyframes modalPop{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.theme-toggle-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);height:34px;padding:0 12px;cursor:pointer;font-size:12px;font-weight:700;color:var(--ink);transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.theme-toggle-pill:hover{background:var(--input);border-color:#d9dee7}.theme-toggle-pill:focus-visible{outline:none;box-shadow:var(--ring)}.theme-toggle-pill .theme-ico{width:16px;height:16px;display:inline-flex}.theme-toggle-pill .theme-ico svg{width:16px;height:16px;fill:currentColor}.theme-toggle-pill .theme-label{line-height:1}.download-icon-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.download-icon-circle{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 0%,#81cff3,#3f3ceb);box-shadow:0 4px 10px #2563eb59;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.download-icon-circle svg{width:18px;height:18px;stroke:#fff;stroke-width:1.8;fill:none}.download-icon-circle svg circle{stroke:#fff6}.download-icon-btn:hover .download-icon-circle{transform:translateY(-1px);box-shadow:0 6px 14px #2563eb80;filter:brightness(1.05)}.download-icon-btn:active .download-icon-circle{transform:translateY(0);box-shadow:0 3px 8px #0f172a66}.download-icon-btn:focus-visible .download-icon-circle{outline:2px solid #ffffff;outline-offset:2px}.table-wrap{width:100%;overflow-x:auto}.scholar-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed}.scholar-table thead th{text-align:left;padding:10px 12px;background:#f6f7fb;border-bottom:1px solid #e6e8ef;font-weight:600;white-space:nowrap}.scholar-table tbody td{padding:10px 12px;border-bottom:1px solid #eef0f5;vertical-align:top;word-wrap:break-word;overflow-wrap:break-word}.col-competitor-name{width:15%}.col-competitor-weakness{width:25%}.col-competitor-advantage{width:28%}.col-competitor-site{width:22%}.col-competitor-site a{word-break:break-all;display:inline-block}.scholar-table tbody tr:nth-child(2n) td{background:#fcfdff}.cell-keyword{font-weight:600;color:#3a3f58;white-space:nowrap}.meta-line{margin-top:2px;color:#667085;font-size:12px}.cell-year,.cell-cites,.col-link,.cell-link,.col-select,.cell-select{text-align:center;white-space:nowrap}.cell-link a{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);padding:6px}.cell-link a:hover{background:#eef2ff}.col-link{width:44px}.col-select{width:10%;min-width:80px}.pre-table-hint{margin:4px 0 10px;font-weight:600;color:#3a3f58}.keywords-row{display:flex;gap:12px;align-items:flex-end;margin-top:6px}.keywords-input-wrap{flex:1;min-width:0}.keywords-action{flex-shrink:0}.keywords-action .btn-primary{border-radius:var(--radius-full);padding:10px 18px;white-space:nowrap}.keywords-box .chips{width:100%;background:#f9fbff;border-radius:var(--radius-full);border-color:#e5e7eb;padding:8px 10px}.keywords-box .chip label{border-radius:var(--radius-full)}@media(max-width:900px){.keywords-row{flex-direction:column;align-items:stretch}.keywords-action .btn-primary{width:100%;justify-content:center}}.user-info-banner{display:flex;align-items:center;gap:12px;padding:10px 16px;margin-bottom:18px;border-radius:var(--radius-xl);background:linear-gradient(90deg,#f9fafb,#fff 60%);border:1px solid #e5e7eb;box-shadow:0 4px 14px #0f172a0f}.user-info-icon{width:34px;height:34px;border-radius:var(--radius-full);background:#eef2ff;display:flex;align-items:center;justify-content:center;color:#3b82f6;box-shadow:0 2px 8px #3b82f640}.user-info-icon svg{width:18px;height:18px;fill:currentColor}.user-info-text{display:flex;flex-direction:column}.user-info-text>div:first-child{font-size:14px;font-weight:600;color:var(--ink)}.user-info-text .muted{font-size:12px;color:var(--muted);margin-top:2px}.loader-overlay{position:fixed;inset:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999}.loader-panel{background:#fff;border-radius:var(--radius-xl);padding:18px 22px 16px;min-width:260px;box-shadow:0 18px 40px #0f172a59;display:flex;flex-direction:column;align-items:center;gap:8px}.loader-logo{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.loader-logo img{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(15,23,42,.25))}.loader-message{margin-top:4px;font-size:13px;font-weight:600;color:var(--ink)}.loader-dots{display:flex;gap:6px;margin-top:2px}.loader-dot{width:7px;height:7px;border-radius:var(--radius-full);background:#22c55e;opacity:.5;animation:loader-bounce .9s infinite ease-in-out}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}@keyframes loader-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.generation-success{display:flex;align-items:flex-start;gap:10px;margin:14px auto;max-width:760px;padding:12px 16px;border-radius:var(--radius-xl);background:#ecfdf3;border:1px solid #bbf7d0;box-shadow:0 4px 12px #16a34a26}.generation-success-icon{width:22px;height:22px;border-radius:var(--radius-full);background:#22c55e;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#fff;flex-shrink:0}.generation-success-text{display:flex;flex-direction:column;justify-content:center}.generation-success-title{font-size:14px;font-weight:700;color:#166534;margin-bottom:2px;justify-content:center}.generation-success-body{font-size:13px;color:#166534}.generation-success-body strong{font-weight:700}:root[data-theme=dark]{--bg: #020617;--card: #020617;--ink: #e5edf7;--muted: #9ca3af;--border: #1f2937;--input: #020617;--primary: #3b82f6;--primary-600: #2563eb;--primary-100: #0b1220;--glass-bg: rgba(15, 23, 42, .9);--glass-border: rgba(148, 163, 184, .45);--shadow-soft: 0 8px 22px rgba(0, 0, 0, .65);--shadow-card: 0 18px 40px rgba(0, 0, 0, .75);--pill-shadow: none}:root[data-theme=dark] body,:root[data-theme=dark] html,:root[data-theme=dark] #root{background:linear-gradient(180deg,#0e1f69,#0d1d64 35%,#081341 65%,#01050e);background-attachment:fixed}:root[data-theme=dark] .content{background:transparent}:root[data-theme=dark] .loader-panel{background:#020617;border:1px solid #1f2937}:root[data-theme=dark] .loader-message{color:#e5edf7}:root[data-theme=dark] .sidebar{background:radial-gradient(circle at top left,#0b1120 0,#020617 55%);border-right-color:#111827;box-shadow:10px 0 32px #000000e6}:root[data-theme=dark] .tool-name,:root[data-theme=dark] .brand-title{color:var(--ink)}:root[data-theme=dark] .brand-logo,:root[data-theme=dark] .brand-logo-lg{filter:brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0,0,0,.9))}:root[data-theme=dark] .side-link{color:var(--ink)}:root[data-theme=dark] .side-link:hover{background:#111827}:root[data-theme=dark] .side-link.active{background:var(--primary);color:#fff;box-shadow:0 0 0 1px #1d4ed8,0 10px 28px #2563eb80}:root[data-theme=dark] .card{background:#020617;border-color:#111827;box-shadow:var(--shadow-card)}:root[data-theme=dark] .stepper .step{background:#020617;border-color:#1f2937;color:var(--muted)}:root[data-theme=dark] .stepper .step.active{background:var(--primary);color:#fff;box-shadow:0 10px 24px #2563ebb3}:root[data-theme=dark] label{color:var(--muted)}:root[data-theme=dark] .input{background:#020617;border-color:#1f2937;box-shadow:0 0 0 1px #0f172ae6}:root[data-theme=dark] .input:hover{background:#020617;box-shadow:0 0 0 1px #1d4ed8}:root[data-theme=dark] .input svg{fill:#60a5fa}:root[data-theme=dark] .input:focus-within{border-color:#2563eb;background:#020617;box-shadow:var(--ring)}:root[data-theme=dark] .yp-input .yp-display{background:#020617;border-color:#1f2937;color:var(--ink)}:root[data-theme=dark] .yp-pop{background:#020617;border-color:#1f2937;box-shadow:0 18px 40px #000000e6}:root[data-theme=dark] .yp-cell{background:#020617;border-color:#1f2937;color:var(--ink)}:root[data-theme=dark] .yp-cell:hover{background:#111827;border-color:#2563eb}:root[data-theme=dark] .yp-cell.selected{background:#2563eb;border-color:#1d4ed8;color:#fff}:root[data-theme=dark] .dz{background:#020617;border-color:#1f2937}:root[data-theme=dark] .dz .file-ico svg{fill:#60a5fa!important}:root[data-theme=dark] .dz .dz-btn,:root[data-theme=dark] .dz-btn{background:#020617;color:var(--ink);border-color:#1f2937}:root[data-theme=dark] .dz .dz-btn:hover,:root[data-theme=dark] .dz-btn:hover{background:#111827;border-color:#2563eb}:root[data-theme=dark] .filelist-size{background:#1f2937;color:#9ca3af}:root[data-theme=dark] .filelist-size--error{background:#7f1d1d;color:#f87171}:root[data-theme=dark] .dz-info{color:#9ca3af}:root[data-theme=dark] .dz-limits{color:#6b7280}:root[data-theme=dark] .dz-total--ok{background:#064e3b;color:#10b981}:root[data-theme=dark] .dz-total--error{background:#7f1d1d;color:#f87171}:root[data-theme=dark] .filelist-item--rejected{background:#450a0a}:root[data-theme=dark] .filelist-name--rejected{color:#f87171!important}:root[data-theme=dark] .filelist-size--rejected{color:#fca5a5!important;background:#7f1d1d!important;border-color:#991b1b}:root[data-theme=dark] .filelist-reason{color:#f87171}:root[data-theme=dark] .logo-info{color:#9ca3af}:root[data-theme=dark] .logo-max-size{color:#6b7280}:root[data-theme=dark] .logo-filename{color:#e5edf7}:root[data-theme=dark] .comp-card{background:#020617;border-color:#1f2937;box-shadow:0 2px 10px #00000080}:root[data-theme=dark] .comp-card__body{background:#020617}:root[data-theme=dark] .comp-card__body .input{background:#0b1120;border-color:#1f2937}:root[data-theme=dark] .comp-card__body .input:hover{background:#0b1120;border-color:#2563eb}:root[data-theme=dark] .comp-card__body label{color:var(--muted)}:root[data-theme=dark] .comp-card__body .btn-link{color:#60a5fa}:root[data-theme=dark] .comp-card__body .file-name{color:var(--ink)}.team-stat-box{text-align:center;padding:12px;background:#f8f9fa;border-radius:var(--radius-md)}:root[data-theme=dark] .team-stat-box{background:#0b1120;border:1px solid #1f2937}.team-stat-divider{border-top:1px solid #e0e0e0}:root[data-theme=dark] .team-stat-divider{border-top-color:#1f2937}.team-manager-label{font-size:.85em;font-weight:600;margin-bottom:8px;color:#666}:root[data-theme=dark] .team-manager-label{color:var(--muted)}.team-stat-value{font-size:1.5em;font-weight:700}.team-stat-label{font-size:.8em;color:#666;margin-top:4px}:root[data-theme=dark] .team-stat-label{color:var(--muted)}.team-empty-state{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:var(--radius-md);color:#999}:root[data-theme=dark] .team-empty-state{background:#0b1120;border:1px solid #1f2937;color:var(--muted)}.modal-divider{border-top:1px solid #e0e0e0}:root[data-theme=dark] .modal-divider{border-top-color:#1f2937}.prompt-type-header{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;margin-bottom:20px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border-radius:var(--radius-lg);font-size:1.1em;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px #2563eb4d}.prompt-type-header svg{width:24px;height:24px;fill:#fff}:root[data-theme=dark] .prompt-type-header{box-shadow:0 4px 16px #2563eb99}.prompts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:20px;margin-bottom:32px}.prompt-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-xl);overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.prompt-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#3b82f6}:root[data-theme=dark] .prompt-card{background:#020617;border-color:#1f2937;box-shadow:0 2px 8px #0000004d}:root[data-theme=dark] .prompt-card:hover{box-shadow:0 8px 24px #0009;border-color:#3b82f6}.prompt-card__header{padding:18px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb}:root[data-theme=dark] .prompt-card__header{background:linear-gradient(135deg,#0b1120,#0f172a);border-bottom-color:#1f2937}.prompt-card__title{font-size:1.1em;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px}:root[data-theme=dark] .prompt-card__title{color:var(--ink)}.prompt-card__title svg{width:20px;height:20px;fill:#3b82f6;flex-shrink:0}.prompt-card__body{padding:18px 20px}.prompt-info-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.prompt-info-row:last-child{margin-bottom:0}.prompt-info-icon{width:18px;height:18px;flex-shrink:0;margin-top:2px;fill:#6b7280}:root[data-theme=dark] .prompt-info-icon{fill:var(--muted)}.prompt-info-content{flex:1;min-width:0}.prompt-info-label{font-size:.8em;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}:root[data-theme=dark] .prompt-info-label{color:var(--muted)}.prompt-info-value{font-size:.95em;color:#374151;word-break:break-word}:root[data-theme=dark] .prompt-info-value{color:var(--ink)}.prompt-info-value a{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s}.prompt-info-value a:hover{color:#2563eb;text-decoration:underline}.prompt-card__footer{padding:14px 20px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}:root[data-theme=dark] .prompt-card__footer{background:#0b1120;border-top-color:#1f2937}.prompt-edit-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9em;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #2563eb4d}.prompt-edit-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.prompt-edit-btn:active{transform:translateY(0)}.prompt-edit-btn svg{width:16px;height:16px;fill:#fff}:root[data-theme=dark] .prompt-edit-btn{box-shadow:0 2px 8px #2563eb80}:root[data-theme=dark] .prompt-edit-btn:hover{box-shadow:0 4px 12px #2563ebb3}.prompt-variables{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}:root[data-theme=dark] .prompt-variables{border-top-color:#1f2937}.prompt-variables-title{font-size:.8em;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;gap:6px}:root[data-theme=dark] .prompt-variables-title{color:var(--muted)}.prompt-variables-title svg{width:14px;height:14px;fill:currentColor}.prompt-variables-list{display:flex;flex-wrap:wrap;gap:6px}.admin-container{padding:32px;max-width:1400px;margin:0 auto}.alert{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:var(--radius-lg);margin-bottom:20px;font-size:.95em;line-height:1.6}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}:root[data-theme=dark] .alert-error{background:#3a1414;border-color:#7f1d1d;color:#fca5a5}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}:root[data-theme=dark] .alert-success{background:#14352a;border-color:#166534;color:#86efac}.alert-info{background:#e0f2fe;border:1px solid #bae6fd;color:#075985}:root[data-theme=dark] .alert-info{background:#0c2340;border-color:#1e3a8a;color:#93c5fd}.text-muted{color:#6b7280}:root[data-theme=dark] .text-muted{color:#9ca3af}.admin-header{margin-bottom:32px}.admin-title{display:flex;align-items:center;gap:16px;font-size:2em;font-weight:700;color:#111827;margin:0 0 8px}:root[data-theme=dark] .admin-title{color:#f9fafb}.admin-subtitle{color:#6b7280;font-size:1.05em;margin:0}:root[data-theme=dark] .admin-subtitle{color:#9ca3af}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px;margin-top:24px}@media(max-width:768px){.templates-grid{grid-template-columns:1fr}}.template-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-xl);padding:24px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.template-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}:root[data-theme=dark] .template-card{background:#020617;border-color:#1f2937;box-shadow:0 2px 8px #0000004d}:root[data-theme=dark] .template-card:hover{box-shadow:0 4px 16px #00000080}.template-card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}:root[data-theme=dark] .template-card-header{border-bottom-color:#1f2937}.template-card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:var(--radius-lg);color:#fff;flex-shrink:0}.template-card-title h2{font-size:1.5em;font-weight:700;color:#111827;margin:0 0 4px}:root[data-theme=dark] .template-card-title h2{color:#f9fafb}.template-version{display:inline-block;padding:4px 12px;background:#f3f4f6;color:#6b7280;border-radius:var(--radius-lg);font-size:.85em;font-weight:600}:root[data-theme=dark] .template-version{background:#1f2937;color:#9ca3af}.template-card-body{margin-bottom:20px}.template-info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.template-info-row:last-child{border-bottom:none}:root[data-theme=dark] .template-info-row{border-bottom-color:#1f2937}.template-info-row .label{font-weight:600;color:#6b7280;font-size:.9em}:root[data-theme=dark] .template-info-row .label{color:#9ca3af}.template-info-row .value{color:#111827;font-size:.95em}:root[data-theme=dark] .template-info-row .value{color:#f9fafb}.template-card-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.btn-action{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:var(--radius-lg);font-weight:600;font-size:.9em;cursor:pointer;transition:all .2s ease}.btn-action:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}:root[data-theme=dark] .btn-action{background:#1f2937;color:#f9fafb;border-color:#374151}:root[data-theme=dark] .btn-action:hover{background:#374151;border-color:#4b5563}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}:root[data-theme=dark] .modal-overlay{background:#000c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}:root[data-theme=dark] .modal-content{background:#0b1120;border:1px solid #1f2937}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}:root[data-theme=dark] .modal-header{border-bottom-color:#1f2937}.modal-header h2{display:flex;align-items:center;gap:12px;font-size:1.5em;font-weight:700;color:#111827;margin:0}:root[data-theme=dark] .modal-header h2{color:#f9fafb}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}:root[data-theme=dark] .modal-footer{border-top-color:#1f2937}.template-editor-modal{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}:root[data-theme=dark] .template-editor-modal{background:#000c}.template-editor-container{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:1400px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}:root[data-theme=dark] .template-editor-container{background:#0b1120;border:1px solid #1f2937}.template-editor-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}:root[data-theme=dark] .template-editor-header{border-bottom-color:#1f2937}.template-editor-header h2{font-size:1.5em;font-weight:700;color:#111827;margin:0}:root[data-theme=dark] .template-editor-header h2{color:#f9fafb}.template-editor-body{display:flex;flex:1;overflow:hidden}.template-editor-main{flex:1;padding:20px;overflow-y:auto}.template-variables-sidebar{width:300px;border-left:1px solid #e5e7eb;padding:20px;overflow-y:auto;background:#f9fafb}:root[data-theme=dark] .template-variables-sidebar{background:#020617;border-left-color:#1f2937}.template-variables-sidebar h3{font-size:1.1em;font-weight:700;color:#111827;margin:0 0 8px}:root[data-theme=dark] .template-variables-sidebar h3{color:#f9fafb}.variables-help{font-size:.85em;color:#6b7280;margin-bottom:16px}:root[data-theme=dark] .variables-help{color:#9ca3af}.variables-list{display:flex;flex-direction:column;gap:8px}.variable-item{padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.variable-item:hover{background:#f3f4f6;border-color:#2563eb;transform:translate(4px)}:root[data-theme=dark] .variable-item{background:#0b1120;border-color:#1f2937}:root[data-theme=dark] .variable-item:hover{background:#1f2937;border-color:#2563eb}.variable-item code{font-family:Courier New,monospace;font-size:.9em;color:#2563eb;font-weight:600}:root[data-theme=dark] .variable-item code{color:#60a5fa}.template-editor-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}:root[data-theme=dark] .template-editor-footer{border-top-color:#1f2937}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:var(--radius-lg);transition:all .2s ease}.history-item:hover{background:#f3f4f6;border-color:#d1d5db}:root[data-theme=dark] .history-item{background:#020617;border-color:#1f2937}:root[data-theme=dark] .history-item:hover{background:#0b1120;border-color:#374151}.history-info{flex:1}.history-version{font-weight:700;font-size:1.05em;color:#111827;margin-bottom:6px;display:flex;align-items:center;gap:10px}:root[data-theme=dark] .history-version{color:#f9fafb}.history-meta{display:flex;align-items:center;gap:6px;font-size:.9em;color:#6b7280;margin-top:4px}:root[data-theme=dark] .history-meta{color:#9ca3af}.badge{display:inline-block;padding:4px 10px;border-radius:var(--radius-lg);font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-primary{background:#dbeafe;color:#1e40af}:root[data-theme=dark] .badge-primary{background:#1e3a8a;color:#93c5fd}.btn-sm{padding:8px 16px;font-size:.85em}.btn-action-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;border-color:#2563eb!important;font-weight:700!important}.btn-action-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;border-color:#1d4ed8!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #2563eb66!important}:root[data-theme=dark] .btn-action-primary{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#3b82f6!important}:root[data-theme=dark] .btn-action-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 4px 12px #3b82f680!important}.variables-info-section{padding:20px}.variables-info-section h3{font-size:1.3em;font-weight:700;color:#111827;margin-bottom:12px}:root[data-theme=dark] .variables-info-section h3{color:#f9fafb}.variables-info-section p{color:#4b5563;line-height:1.6;margin-bottom:16px}:root[data-theme=dark] .variables-info-section p{color:#d1d5db}.variables-info-section ul{line-height:1.8;color:#374151}:root[data-theme=dark] .variables-info-section ul{color:#e5e7eb}.variables-info-section code{background:#f3f4f6;padding:2px 6px;border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:.9em;color:#dc2626;font-weight:600}:root[data-theme=dark] .variables-info-section code{background:#1f2937;color:#fca5a5}.variables-info-section h4{font-size:1.05em;font-weight:600;color:#374151;margin-bottom:12px}:root[data-theme=dark] .variables-info-section h4{color:#e5e7eb}.variables-info-section textarea{background:#f9fafb!important;color:#111827!important;border:1px solid #d1d5db!important}:root[data-theme=dark] .variables-info-section textarea{background:#0b1120!important;color:#f9fafb!important;border:1px solid #374151!important}.variables-info-section .alert{border-radius:var(--radius-md);padding:16px;margin-top:16px}.variables-info-section .alert strong{display:block;margin-bottom:8px;font-weight:700}.variables-info-section .alert ul{margin-top:8px;padding-left:20px;margin-bottom:0}.variables-info-section .alert p{margin:4px 0 0}:root[data-theme=dark] .variables-info-section .alert[style*="background: #e0f2fe"]{background:#0c2340!important;border-color:#1e3a8a!important;color:#bfdbfe!important}:root[data-theme=dark] .variables-info-section .alert[style*="background: #e0f2fe"] strong{color:#93c5fd}:root[data-theme=dark] .variables-info-section .alert[style*="background: #e0f2fe"] ul{color:#bfdbfe}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef2f2"]{background:#3a1414!important;border-color:#7f1d1d!important;color:#fecaca!important}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef2f2"] strong{color:#fca5a5}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef2f2"] ul{color:#fecaca}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef3c7"]{background:#3a2a0f!important;border-color:#78350f!important;color:#fde68a!important}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef3c7"] strong{color:#fcd34d}:root[data-theme=dark] .variables-info-section .alert[style*="background: #fef3c7"] p{color:#fde68a}.prompt-variable-tag{display:inline-flex;align-items:center;padding:4px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:.8em;color:#1e40af;font-weight:600;transition:all .2s;cursor:default}.prompt-variable-tag:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}:root[data-theme=dark] .prompt-variable-tag{background:#0c1e3a;border-color:#1e3a5f;color:#93c5fd}:root[data-theme=dark] .prompt-variable-tag:hover{background:#1e3a5f;border-color:#3b82f6}.prompt-template-name{display:inline-flex;align-items:center;padding:6px 12px;background:#f0fdf4;border:1px solid #86efac;border-radius:var(--radius-md);font-family:Courier New,monospace;font-size:.85em;color:#15803d;font-weight:600;margin-top:8px}:root[data-theme=dark] .prompt-template-name{background:#0a2817;border-color:#166534;color:#86efac}:root[data-theme=dark] .btn,:root[data-theme=dark] .btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 24px #2563ebb3}:root[data-theme=dark] .btn:hover,:root[data-theme=dark] .btn-primary:hover{background:var(--primary-600)}:root[data-theme=dark] .btn-ghost{background:transparent;border-color:#1f2937;color:#e5edf7}:root[data-theme=dark] .btn-ghost:hover{background:#111827;color:#bfdbfe}:root[data-theme=dark] .btn-microsoft{background:#020617;border-color:#1f2937;color:#e5edf7}:root[data-theme=dark] .btn-microsoft:hover{background:#020617;border-color:#2563eb}:root[data-theme=dark] .chips{background:var(--input);border-color:var(--border)}:root[data-theme=dark] .chips .chip label{background:var(--input);border-color:var(--border);color:var(--muted)}:root[data-theme=dark] .chips .chip input:not(:checked):hover+label{background:#141b23;border-color:#334155}:root[data-theme=dark] .chips .chip input:checked+label{background:var(--primary);border-color:var(--primary);color:#fff}:root[data-theme=dark] .theme-toggle-pill{background:#0f141b;border-color:#273140;color:#e8ecf2}:root[data-theme=dark] .theme-toggle-pill:hover{background:#141b23;border-color:#334155}:root[data-theme=dark] .flash{background:#3f1f2a;border-color:#7f1d1d;color:#fecaca}:root[data-theme=dark] .flash.success{background:#052e16;border-color:#15803d;color:#bbf7d0}:root[data-theme=dark] .docq{background:#020617;border-color:#1f2937}:root[data-theme=dark] .docq .status{background:#052e16;border-color:#15803d;color:#bbf7d0}:root[data-theme=dark] .docq .status.warn{background:#451a03;border-color:#ea580c;color:#fed7aa}:root[data-theme=dark] .type-badge.cir{background:#1e3a5f;border-color:#3b82f6;color:#93c5fd}:root[data-theme=dark] .type-badge.cii{background:#064e3b;border-color:#10b981;color:#6ee7b7}:root[data-theme=dark] .stats-card{background:var(--card);border-color:var(--border)}:root[data-theme=dark] .stats-chart-bg{stroke:#1f2937}:root[data-theme=dark] .stats-legend-item{background:#0f172a;border-color:#1f2937}:root[data-theme=dark] .stats-legend-item:hover{border-color:#3b82f6}:root[data-theme=dark] .timeline-chart-card{background:var(--card);border-color:var(--border)}:root[data-theme=dark] .timeline-chart-total{background:#3b82f633}:root[data-theme=dark] .timeline-bar{background:linear-gradient(180deg,#3b82f6,#1d4ed8)}:root[data-theme=dark] .timeline-bar-wrapper:hover .timeline-bar{background:linear-gradient(180deg,#60a5fa,#3b82f6)}:root[data-theme=dark] .admin-table tbody tr{background:#020617;box-shadow:0 8px 18px #000c}:root[data-theme=dark] .admin-table tbody tr:hover{background:#020617;box-shadow:0 10px 24px #2563eb73}:root[data-theme=dark] .admin-table td,:root[data-theme=dark] .admin-table th{border:none;color:var(--ink)}:root[data-theme=dark] .admin-table .muted{color:var(--muted)}:root[data-theme=dark] .role-badge.consultant{background:#0f2233;border-color:#21364a;color:#a7d5ff}:root[data-theme=dark] .role-badge.admin{background:#0f2a1c;border-color:#214d34;color:#8ce2b9}:root[data-theme=dark] .role-badge.manager{background:#2d1f0f;border-color:#4a3317;color:#ffb347}:root[data-theme=dark] .scholar-table thead th{background:#020617;border-bottom-color:#1f2937}:root[data-theme=dark] .scholar-table tbody td{border-bottom-color:#111827}:root[data-theme=dark] .scholar-table tbody tr:nth-child(2n) td{background:#020617}:root[data-theme=dark] .scholar-title{color:#bfdbfe}:root[data-theme=dark] .scholar-title:hover{color:#60a5fa}:root[data-theme=dark] .user-info-banner{background:#0f172af2;border-color:#1f2937;box-shadow:0 12px 30px #000000b3}:root[data-theme=dark] .user-info-icon{background:#020617;box-shadow:inset 0 0 0 1px #111827}:root[data-theme=dark] .user-info-icon svg{fill:#60a5fa}:root[data-theme=dark] .loader-overlay{background:#000000bf}:root[data-theme=dark] .sidebar-user-card{background:#020617;border-color:#111827}:root[data-theme=dark] .sidebar-avatar{background:#111827;color:#e5edf7}:root[data-theme=dark] .sidebar-user-email{color:var(--muted)}:root[data-theme=dark] .sidebar-logout-btn{box-shadow:0 4px 14px #2563ebb3}:root[data-theme=dark] .sidebar-user-role.manager{background:#2d1f0f;border-color:#4a3317;color:#ffb347}:root[data-theme=dark] .sidebar-user-role.admin{background:#0d2818;border-color:#1a4028;color:#8ce2b9}:root[data-theme=dark] .sidebar-user-role.consultant{background:#0c1929;border-color:#1e3a5f;color:#60a5fa}:root[data-theme=dark] .sidebar-close-btn{background:#ffffff1a;border-color:#374151}:root[data-theme=dark] .sidebar-close-btn:hover{background:#ffffff26}:root[data-theme=dark] .hamburger{background:#111827;border-color:#374151}:root[data-theme=dark] .theme-switch{background:#020617;border-color:#1f2937;color:#e5edf7}:root[data-theme=dark] .theme-switch:hover{background:#020617;border-color:#2563eb}:root[data-theme=dark] .theme-switch-toggle{background:#111827}:root[data-theme=dark] .theme-switch.is-on .theme-switch-toggle{background:var(--primary)}:root[data-theme=dark] .user-info-banner{background:linear-gradient(90deg,#020617 0% 60%);border-color:#111827;box-shadow:0 10px 22px #000c}:root[data-theme=dark] .user-info-icon{background:#0b1120;color:#60a5fa;box-shadow:0 2px 8px #2563eb99}:root[data-theme=dark] .logo-zone{border-color:#1f2937;background:#020617;box-shadow:0 4px 16px #000c}:root[data-theme=dark] .logo-zone.is-dragover{border-color:#2563eb}:root[data-theme=dark] .logo-zone .dz-btn--subtle{background:#020617;color:#e5edf7;border-color:#1f2937}:root[data-theme=dark] .logo-zone .dz-btn--subtle:hover{background:#0b1120;border-color:#334155}:root[data-theme=dark] .logo-zone .logo-remove{background:#7f1d1d;border-color:#b91c1c}:root[data-theme=dark] .logo-zone .logo-remove:hover{background:#b91c1c;border-color:#fecaca}:root[data-theme=dark] .yp-pop{background:#020617;box-shadow:0 18px 40px #000000e6}:root[data-theme=dark] .yp-header{background:linear-gradient(135deg,#1d4ed8,#3b82f6 60%,#60a5fa)}:root[data-theme=dark] .yp-grid{background:#020617}:root[data-theme=dark] .yp-cell{background:#020617;border-color:#1f2937;color:#e5edf7}:root[data-theme=dark] .yp-cell:hover{background:#0b1120;border-color:#2563eb}:root[data-theme=dark] .yp-cell.disabled{background:#020617;border-color:#111827;color:#4b5563}:root[data-theme=dark] .yp-footer{background:#020617;border-top-color:#111827}:root[data-theme=dark] .ai-status{background:#052e16;border-color:#15803d;color:#bbf7d0}:root[data-theme=dark] .ai-spinner{border-color:#14532d;border-top-color:#22c55e}:root[data-theme=dark] .generation-success{background:#052e16;border-color:#15803d;box-shadow:0 6px 18px #000c}:root[data-theme=dark] .generation-success-title,:root[data-theme=dark] .generation-success-body{color:#bbf7d0}:root[data-theme=dark] .generation-success-icon{background:#22c55e}.file-name{font-size:13px;color:var(--ink);font-weight:500;word-break:break-word}.loader-bar{width:100%;height:8px;background:#e5e7eb;border-radius:var(--radius-full);overflow:hidden;margin-top:10px}.loader-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .4s ease}.loader-details{margin-top:6px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.loader-steps{margin-top:14px;display:grid;gap:8px;text-align:left}.loader-step{display:flex;align-items:center;gap:10px;opacity:.85}.loader-step .loader-step-icon{width:18px;display:inline-flex;justify-content:center}.loader-step.done{color:#1f8a3b;opacity:1}.loader-step.active{opacity:1}.loader-step.error{color:#b42318;opacity:1}.spinner{width:14px;height:14px;border:2px solid rgba(0,0,0,.15);border-top-color:#000000a6;border-radius:50%;display:inline-block;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader-bar.indeterminate{position:relative;overflow:hidden}.loader-bar.indeterminate .loader-bar-fill{width:30%;height:100%;position:absolute;left:-30%;animation:indeterminate 1.2s ease-in-out infinite}@keyframes indeterminate{0%{left:-30%}to{left:100%}}:root[data-theme=dark]{color-scheme:dark;--bg: #020617;--card: #0b1120;--input: #0b1120;--border: rgba(148, 163, 184, .18);--border-strong: rgba(148, 163, 184, .28);--ink: #e5edf7;--muted: #9ca3af;--ring: 0 0 0 3px rgba(59, 130, 246, .35)}:root[data-theme=dark] .input{background:var(--input);border-color:var(--border);box-shadow:inset 0 0 0 1px #00000059}:root[data-theme=dark] .input:hover{background:#0f172a;border-color:#3b82f68c}:root[data-theme=dark] .input input,:root[data-theme=dark] .input select{color:var(--ink)}:root[data-theme=dark] .input input::placeholder{color:#9ca3afcc}:root[data-theme=dark] input:-webkit-autofill,:root[data-theme=dark] select:-webkit-autofill,:root[data-theme=dark] textarea:-webkit-autofill{-webkit-text-fill-color:var(--ink)!important;box-shadow:0 0 0 1000px var(--input) inset!important;transition:background-color 9999s ease-in-out 0s}:root[data-theme=dark] select{background:var(--input);color:var(--ink);border-color:var(--border)}:root[data-theme=dark] option{background:#0b1120;color:var(--ink)}:root[data-theme=dark] .optype-tile{background:#0b1120;border-color:var(--border);color:var(--ink)}:root[data-theme=dark] .optype-tile:hover{background:#0f172a;border-color:#3b82f68c;box-shadow:0 8px 18px #0000008c}:root[data-theme=dark] .optype-badge{background:#111827;border-color:var(--border);color:var(--muted)}:root[data-theme=dark] .optype-desc{color:#9ca3afe6}:root[data-theme=dark] .optype-tile.selected{border-color:#1d4ed8;box-shadow:0 12px 28px #2563eb8c}:root[data-theme=dark] .modal-backdrop{background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}:root[data-theme=dark] .modal-card{background:var(--card);border-color:var(--border);box-shadow:0 18px 45px #000000bf}@media(min-width:1400px){.teams-grid{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:1025px)and (max-width:1399px){.teams-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:1024px){.teams-grid{grid-template-columns:repeat(2,1fr)!important}.container{padding:16px}.card{padding:20px}.modal-card{width:90vw!important;max-width:600px!important}}@media(max-width:768px){.teams-grid{grid-template-columns:1fr!important}.admin-table-wrap{overflow-x:auto}.admin-table{min-width:600px}.user-info-banner{flex-direction:column;align-items:flex-start;gap:12px}.section-title{font-size:1.2em}.modal-card{width:95vw!important;max-width:100%!important;padding:16px}.admin-actions{flex-direction:column;align-items:stretch}.admin-actions button{width:100%}}@media(max-width:480px){.container{padding:12px}.card{padding:16px}.teams-grid{gap:16px}.section-title{font-size:1.1em;gap:8px}.section-title svg{width:20px;height:20px}.admin-table{font-size:.9em}.admin-table th,.admin-table td{padding:10px 8px}.role-badge{font-size:11px;padding:3px 8px}.btn{padding:10px 16px;font-size:.9em}.icon-circle-btn{width:36px;height:36px}.modal-card h3{font-size:1.3em}.input input,.input select{font-size:14px}.user-info-banner{padding:12px}.grid.g-2{grid-template-columns:1fr;gap:10px}.content{padding:16px 12px 60px}.sidebar{width:280px}.brand-header{padding:12px}.brand-logo{max-height:32px}.tool-name{font-size:1em}.side-link{padding:10px 12px;font-size:.9em}}@media(max-width:1024px){.prompt-edit-layout{flex-direction:column!important}.prompt-edit-layout>div:first-child{flex:1!important;max-width:100%!important;max-height:200px!important}}@media(max-width:768px){.prompt-edit-layout>div:first-child{max-height:150px!important}.prompt-edit-layout textarea{min-height:300px!important}}@media(max-width:480px){.prompt-edit-layout{gap:12px!important}.prompt-edit-layout>div:first-child{padding:12px!important}.prompt-edit-layout textarea{font-size:.85em!important;min-height:250px!important}}.input select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px}.input select:hover{background-color:#2563eb08}.input select:focus{background-color:#2563eb0d}.input select option{padding:12px 16px;background:var(--card);color:var(--ink);font-size:14px;line-height:1.5;border:none}.input select option:hover,.input select option:focus{background:linear-gradient(135deg,#2563eb1a,#1e40af1a);color:var(--primary)}.input select option:checked{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;font-weight:500}.input select:disabled{opacity:.6;cursor:not-allowed;background-color:var(--bg)}:root[data-theme=dark] .input select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%9ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}:root[data-theme=dark] .input select:hover{background-color:#60a5fa14}:root[data-theme=dark] .input select:focus{background-color:#60a5fa1f}:root[data-theme=dark] .input select option{background:#1e293b;color:#e2e8f0;border-bottom:1px solid rgba(148,163,184,.1)}:root[data-theme=dark] .input select option:hover,:root[data-theme=dark] .input select option:focus{background:linear-gradient(135deg,#60a5fa26,#3b82f626);color:#60a5fa}:root[data-theme=dark] .input select option:checked{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}:root[data-theme=dark] .input select:disabled{background-color:#1e293b80}.custom-select{position:relative;width:100%;font-size:14px;outline:none}.custom-select__trigger{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;min-height:44px}.custom-select__trigger:hover{border-color:var(--primary);background:#2563eb05}.custom-select.open .custom-select__trigger{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.custom-select:focus .custom-select__trigger{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.custom-select.disabled .custom-select__trigger{opacity:.6;cursor:not-allowed;background:var(--bg)}.custom-select__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--primary);flex-shrink:0}.custom-select__icon svg{width:100%;height:100%;fill:currentColor}.custom-select__value{flex:1;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select__value.placeholder{color:var(--muted)}.custom-select__arrow{flex-shrink:0;color:var(--muted);transition:transform .2s ease}.custom-select.open .custom-select__arrow{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;max-height:280px;overflow-y:auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;list-style:none;margin:0;padding:6px;animation:customSelectFadeIn .15s ease}@keyframes customSelectFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select__dropdown::-webkit-scrollbar{width:6px}.custom-select__dropdown::-webkit-scrollbar-track{background:transparent}.custom-select__dropdown::-webkit-scrollbar-thumb{background:#2563eb33;border-radius:var(--radius-sm)}.custom-select__dropdown::-webkit-scrollbar-thumb:hover{background:#2563eb66}.custom-select__option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;margin-bottom:2px}.custom-select__option:last-child{margin-bottom:0}.custom-select__option:hover,.custom-select__option.highlighted{background:linear-gradient(135deg,#2563eb14,#1e40af14)}.custom-select__option.selected{background:linear-gradient(135deg,#2563eb1f,#1e40af1f)}.custom-select__option.selected .custom-select__option-label{color:var(--primary);font-weight:500}.custom-select__option-label{flex:1;color:var(--ink)}.custom-select__option-subtitle{font-size:12px;color:var(--muted)}.custom-select__check{flex-shrink:0;color:var(--primary)}:root[data-theme=dark] .custom-select__trigger{background:#0f172a;border-color:#3b82f64d}:root[data-theme=dark] .custom-select__trigger:hover{border-color:#3b82f6;background:#3b82f60d}:root[data-theme=dark] .custom-select.open .custom-select__trigger,:root[data-theme=dark] .custom-select:focus .custom-select__trigger{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}:root[data-theme=dark] .custom-select__icon{color:#60a5fa}:root[data-theme=dark] .custom-select__dropdown{background:#1e293b;border-color:#3b82f633;box-shadow:0 10px 40px #0006,0 4px 12px #0000004d}:root[data-theme=dark] .custom-select__dropdown::-webkit-scrollbar-thumb{background:#60a5fa4d}:root[data-theme=dark] .custom-select__dropdown::-webkit-scrollbar-thumb:hover{background:#60a5fa80}:root[data-theme=dark] .custom-select__option:hover,:root[data-theme=dark] .custom-select__option.highlighted{background:linear-gradient(135deg,#60a5fa1f,#3b82f61f)}:root[data-theme=dark] .custom-select__option.selected{background:linear-gradient(135deg,#60a5fa2e,#3b82f62e)}:root[data-theme=dark] .custom-select__option.selected .custom-select__option-label{color:#60a5fa}:root[data-theme=dark] .custom-select__option-label{color:#e2e8f0}:root[data-theme=dark] .custom-select__option-subtitle{color:#94a3b8}:root[data-theme=dark] .custom-select__check{color:#60a5fa}.modal-select .custom-select__dropdown{max-height:180px;border-radius:var(--radius-sm)}.modal-card{overflow:visible}
