@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-deep:#03040a}*,:before,:after{box-sizing:border-box}body{background:var(--bg-deep);color:#e2e8f0;margin:0;font-family:Outfit,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{min-height:100svh}.brand-mark{--brand-green:#1bdd1b;--brand-green-dim:#1bdd1b8c;align-items:center;display:inline-flex}.brand-mark--stacked{text-align:center;flex-direction:column;align-items:center;gap:10px}.brand-mark__row{align-items:center;gap:.65rem;display:inline-flex}.brand-mark__logo{object-fit:contain;filter:drop-shadow(0 0 10px #1bdd1b59);flex-shrink:0;display:block}.brand-mark--sm .brand-mark__logo{width:32px;height:32px}.brand-mark--lg .brand-mark__logo{width:48px;height:48px}.brand-mark__title{letter-spacing:-.02em;color:#f1f5f9;-webkit-text-stroke:1px var(--brand-green-dim);paint-order:stroke fill;text-shadow:0 0 16px #1bdd1b59,0 0 32px #1bdd1b1f,1px 1px #1bdd1b33,-1px -1px #1bdd1b26;margin:0;font-weight:600}.brand-mark--sm .brand-mark__title{font-size:1.1rem}.brand-mark--lg .brand-mark__title{font-size:2rem}.brand-mark__tagline{color:#64748b;margin:0;font-size:.95rem;line-height:1.4}.auth-page{z-index:50;box-sizing:border-box;background:var(--bg-deep);justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px;display:flex;position:fixed;inset:0;overflow:hidden}.auth-page-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.auth-page-bg-gradient{background:linear-gradient(125deg,#03040a 0%,#1e1b4b 22%,#4c1d95 42%,#0e7490 58%,#312e81 78%,#03040a 100%) 0 0/300% 300%;animation:18s infinite auth-gradient-shift;position:absolute;inset:-40%}.auth-page-bg-orb{filter:blur(72px);opacity:.55;will-change:transform;border-radius:50%;position:absolute}.auth-page-bg-orb--1{background:radial-gradient(circle,#7c3aedd9 0%,#0000 70%);width:min(55vw,420px);height:min(55vw,420px);animation:14s ease-in-out infinite auth-orb-float-1;top:-8%;left:-6%}.auth-page-bg-orb--2{background:radial-gradient(circle,#06b6d4bf 0%,#0000 70%);width:min(50vw,380px);height:min(50vw,380px);animation:16s ease-in-out infinite auth-orb-float-2;bottom:10%;right:-10%}.auth-page-bg-orb--3{background:radial-gradient(circle,#6366f199 0%,#0000 70%);width:min(42vw,320px);height:min(42vw,320px);animation:20s ease-in-out infinite auth-orb-float-3;bottom:-12%;left:35%}@keyframes auth-gradient-shift{0%,to{background-position:0%;transform:rotate(0)scale(1)}50%{background-position:100%;transform:rotate(3deg)scale(1.05)}}@keyframes auth-orb-float-1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(12%,18%)scale(1.12)}}@keyframes auth-orb-float-2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-14%,-12%)scale(1.08)}}@keyframes auth-orb-float-3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-8%,14%)scale(1.15)}}.auth-page-content{z-index:1;justify-content:center;align-items:center;width:100%;max-height:100%;padding:8px 0;display:flex;position:relative;overflow-y:auto}.auth-page-card{flex-direction:column;align-items:center;width:100%;max-width:440px;margin:0 auto;display:flex}.auth-page-brand{justify-content:center;width:100%;margin-bottom:28px;display:flex}.auth-clerk-wrap{justify-content:center;align-items:flex-start;width:100%;display:flex}.auth-page .auth-clerk-root,.auth-page .cl-rootBox{max-width:400px;justify-content:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}.auth-page .auth-clerk-card-box,.auth-page .cl-cardBox{width:100%!important;margin:0 auto!important}.auth-clerk-card{background:#fff!important;border:1px solid #e2e8f0!important;width:100%!important;margin:0 auto!important;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0000000a!important}.auth-clerk-title{color:#0f172a!important}.auth-clerk-subtitle{color:#64748b!important}.auth-clerk-input{color:#0f172a!important;background:#f8fafc!important;border-color:#e2e8f0!important}.auth-clerk-link{color:#7c3aed!important}@media (prefers-reduced-motion:reduce){.auth-page-bg-gradient,.auth-page-bg-orb{animation:none}.auth-page-bg-gradient{background-position:50%}}.app-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a1299;border-bottom:1px solid #ffffff0f;flex-shrink:0}.app-navbar-inner{box-sizing:border-box;justify-content:space-between;align-items:center;gap:16px;max-width:100%;padding:10px clamp(16px,4vw,32px);display:flex}.app-navbar-brand{flex-shrink:0}.app-navbar-user{align-items:center;gap:16px;min-width:0;display:flex}.app-navbar-stats{align-items:center;gap:16px;display:flex}@media (width<=639px){.app-navbar-stats .navbar-stat:last-child{display:none}}.navbar-stat{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.navbar-stat-label{letter-spacing:.1em;text-transform:uppercase;color:#64748b;font-size:.65rem}.navbar-stat-value{color:#e2e8f0;font-size:.9rem;font-weight:500}.navbar-stat-value--quota{font-variant-numeric:tabular-nums;color:#86efac}.app-navbar-meta{flex-direction:column;align-items:flex-end;gap:2px;min-width:0;display:none}@media (width>=640px){.app-navbar-meta{display:flex}}.app-navbar-name{color:#f1f5f9;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.9rem;overflow:hidden}.app-navbar-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.75rem;overflow:hidden}.app-navbar-avatar{width:40px!important;height:40px!important}.panel-shell{background:linear-gradient(135deg,#7c3aed80,#06b6d459,#ec489973);border-radius:20px;padding:3px;position:relative;box-shadow:inset 0 0 0 1px #ffffff0f,0 16px 32px -12px #00000080,0 0 60px -20px #7c3aed40}.panel-inner{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#080a12d1;border-radius:17px;position:relative;overflow:hidden}.panel-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:14px 18px}.panel-header h2{letter-spacing:.18em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:.8rem;font-weight:500}.panel-fill{flex-direction:column;height:100%;min-height:0;display:flex}.panel-body{color:#64748b;flex:1;min-height:0;padding:16px 18px;font-size:.95rem;line-height:1.55;overflow:auto}.panel-placeholder{color:#475569;margin:0}.lang-select-wrap,.lang-select-shell,.lang-select-inner{height:100%}.lang-select-inner--dual{box-sizing:border-box;align-items:stretch;gap:10px;min-height:60px;padding:6px 12px 6px 14px;display:flex}.lang-select-item{cursor:default;flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.lang-select-label{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;flex-shrink:0;font-size:.65rem;font-weight:500;line-height:1.2}.lang-select-control{color:#f1f5f9;width:100%;min-width:0;height:36px;font:inherit;cursor:pointer;appearance:none;background-color:#ffffff0a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:0 28px 0 10px;font-size:.9rem}.lang-select-control:focus{border-color:#22d3ee73;box-shadow:0 0 0 2px #22d3ee26}.lang-select-control option{color:#f1f5f9;background:#0a0d16}@media (width<=768px){.lang-select-inner--dual{flex-direction:column;min-height:auto;padding:10px 12px}}.result-card{text-align:left;color:#e2e8f0;border-bottom:1px solid #ffffff14;margin-bottom:20px;padding-bottom:20px}.result-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.result-card--error{color:#f87171}.result-card-badge{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;margin-bottom:8px;padding:2px 8px;font-size:.7rem;display:inline-block}.result-card .results-title{color:#f1f5f9;margin:0 0 8px;font-size:1.1rem;font-weight:600}.result-card .results-meta{color:#64748b;margin:0 0 12px;font-size:.8rem}.result-card .results-meta a{color:#22d3ee;text-decoration:none}.result-card .results-meta a:hover{text-decoration:underline}.result-card section{margin-bottom:12px}.result-card h4{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 6px;font-size:.75rem;font-weight:500}.result-card p,.result-card li{color:#cbd5e1;margin:0;line-height:1.55}.result-card ul{margin:0;padding-left:1.2rem}.result-card .results-content{white-space:pre-wrap;word-break:break-word;color:#94a3b8;max-height:200px;margin:0;font-family:inherit;font-size:.9rem;line-height:1.5;overflow:auto}.result-card .results-url{word-break:break-all;margin:0 0 6px;font-size:.85rem}.panel-body--results{overflow:auto}.results-placeholder{color:#475569;margin:0}.results-placeholder code{color:#94a3b8;font-family:ui-monospace,Consolas,monospace;font-size:.9em}.results-url-list{text-align:left;margin:12px 0 0;padding-left:1.2rem}.results-url-list .results-url{margin-bottom:6px}.results-batch{text-align:left}.results-loading{color:#94a3b8}.results-prompt-hint{color:#22d3ee;font-size:.85em}.results-url{word-break:break-all;color:#64748b;margin:0 0 8px;font-size:.85rem}.results-error{color:#f87171;line-height:1.5}.results-article{text-align:left;color:#e2e8f0}.results-title{color:#f1f5f9;margin:0 0 8px;font-size:1.15rem;font-weight:600}.results-meta{color:#64748b;margin:0 0 16px;font-size:.8rem}.results-meta a{color:#22d3ee;text-decoration:none}.results-meta a:hover{text-decoration:underline}.results-article section{margin-bottom:16px}.results-article h4{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 8px;font-size:.75rem;font-weight:500}.results-article p,.results-article li{color:#cbd5e1;margin:0;line-height:1.55}.results-article ul{margin:0;padding-left:1.2rem}.results-content{white-space:pre-wrap;word-break:break-word;color:#94a3b8;max-height:280px;margin:0;font-family:inherit;font-size:.9rem;line-height:1.5;overflow:auto}.panel-body--input{flex-direction:column;padding:0;display:flex;overflow:hidden}.text-input-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.panel-textarea{color:#f1f5f9;width:100%;min-height:0;font:inherit;letter-spacing:.02em;resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;padding:16px 18px 8px;font-size:.95rem;line-height:1.55}.panel-textarea::placeholder{color:#64748b}.text-input-footer{flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;padding:10px 14px 14px;display:flex}.text-input-status{color:#94a3b8;letter-spacing:.04em;margin-right:auto;font-size:.75rem}.text-input-save{cursor:pointer;font:inherit;color:#fff;background:linear-gradient(135deg,#7c3aed,#06b6d4);border:none;border-radius:10px;padding:8px 20px;font-size:.875rem;font-weight:500}.text-input-save:disabled{opacity:.35;cursor:not-allowed;background:#334155}.page-split{box-sizing:border-box;align-items:stretch;gap:clamp(12px,2vw,20px);padding:clamp(20px,4vw,32px) clamp(16px,4vw,32px) clamp(12px,2vw,16px);display:flex}.page-col{flex-direction:column;min-width:0;display:flex}.page-col--left{flex:0 0 30%}.page-col--right{flex:0 0 70%}@media (width<=768px){.page-split{flex-direction:column;padding-bottom:8px}.page-col--left,.page-col--right{flex:auto;width:100%}}.content-split{flex:1;min-height:0;padding-top:0;padding-bottom:clamp(24px,4vw,40px)}.content-col{flex-direction:column;min-height:min(420px,100svh - 240px);display:flex}.content-col .panel-shell{flex-direction:column;flex:1;min-height:0;display:flex}@media (width<=768px){.content-col{min-height:200px}.content-col:last-child{min-height:280px}}.search-bar,.search-shell{width:100%}.search-shell--focus{box-shadow:inset 0 0 0 1px #ffffff14,0 16px 32px -12px #0000008c,0 0 72px -16px #06b6d44d}.search-shell--invalid{box-shadow:inset 0 0 0 1px #f8717159,0 16px 32px -12px #00000080}.search-field{cursor:text;box-sizing:border-box;align-items:center;gap:12px;min-height:60px;padding:6px 8px 6px 20px;display:flex}.search-icon{color:#94a3b8;flex-shrink:0;width:22px;height:22px}.search-shell--focus .search-icon{color:#22d3ee}.search-icon svg{width:100%;height:100%;display:block}.search-input{color:#f1f5f9;letter-spacing:.02em;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 0;font-size:clamp(.95rem,2vw,1.05rem);font-weight:450}.search-input::placeholder{color:#64748b;font-size:.9em}.search-shell--focus .search-input::placeholder{color:#94a3b8}.search-go{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c3aed,#06b6d4);border:none;border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.search-go:disabled{opacity:.35;cursor:not-allowed;background:#334155}.search-go svg{width:22px;height:22px}.search-error{color:#f87171;text-align:left;margin:8px 0 0;font-size:.8rem}.top-toolbar{flex-shrink:0}.top-toolbar-split{align-items:stretch}.top-toolbar-left{flex:0 0 70%;justify-content:stretch}.top-toolbar-right{flex:0 0 30%;justify-content:stretch}@media (width<=768px){.top-toolbar-left,.top-toolbar-right{flex:auto;width:100%}}.app{flex-direction:column;min-height:100svh;display:flex}.app-main{flex-direction:column;flex:1;min-height:0;display:flex}
