@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-primary: #ae4a17;--color-primary-end: #c86e00;--color-primary-dark: #CC4400;--color-primary-light: #FFB347;--color-primary-glow: rgba(255, 85, 0, .35);--color-secondary: #22C55E;--color-bg: #0A0500;--color-bg-secondary: #110800;--color-surface: #110800;--color-card: #180C00;--color-heading: #FFFFFF;--color-body: #EDD9C8;--color-muted: #8A7060;--color-border: rgba(255, 140, 0, .1);--gradient-primary: linear-gradient(135deg, #ae4a17, #c86e00);--shadow-glow: 0 0 24px rgba(255, 85, 0, .4), 0 0 48px rgba(255, 85, 0, .15);--font-heading: Space Grotesk, sans-serif;--font-body: Inter, sans-serif;--font-mono: JetBrains Mono, Fira Code, monospace}.theme-be{--color-primary: #FF5500;--color-primary-end: #FF8C00;--color-primary-dark: #CC4400;--color-primary-light: #FFB347;--color-primary-glow: rgba(255, 85, 0, .35);--color-bg: #0A0500;--color-bg-secondary: #110800;--color-surface: #110800;--color-card: #180C00;--color-heading: #FFFFFF;--color-body: #EDD9C8;--color-muted: #8A7060;--color-border: rgba(255, 140, 0, .1);--gradient-primary: linear-gradient(135deg, #FF5500, #FF8C00);--shadow-glow: 0 0 24px rgba(255, 85, 0, .35), 0 0 48px rgba(255, 85, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-body);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 20% 20%,var(--color-primary-glow),transparent 40%),radial-gradient(circle at 80% 70%,rgba(34,197,94,.07),transparent 40%);background-attachment:fixed;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}body::-webkit-scrollbar{width:5px;height:5px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#fff3}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}#root{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-heading);font-weight:700;line-height:1.25}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{color:var(--color-body);line-height:1.6}a{color:var(--color-primary-light);text-decoration:none;transition:color .15s ease}code,pre{font-family:JetBrains Mono,Fira Code,Courier New,monospace}img,video{max-width:100%;height:auto}button{cursor:pointer}input,textarea,select{font-family:inherit}ul,ol{list-style:none}::selection{background:var(--color-primary-glow);color:var(--color-heading)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:641px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.page{min-height:100vh;display:flex;flex-direction:column}.page__content{flex:1;padding:1.5rem 1rem}@media(min-width:641px){.page__content{padding:2rem 1.5rem}}@media(min-width:1024px){.page__content{padding:2.5rem 2rem}}.auth-layout{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#0a0500;padding:1rem}.assignments-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:641px){.assignments-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.assignments-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1281px){.assignments-grid{grid-template-columns:repeat(4,1fr)}}.workspace-layout{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;padding:1rem;min-height:calc(100vh - 64px)}@media(min-width:1024px){.workspace-layout{grid-template-columns:380px 1fr;grid-template-rows:1fr;gap:1rem;padding:1rem;height:calc(100vh - 64px)}}.workspace-layout__left{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:calc(100vh - 80px);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.workspace-layout__left::-webkit-scrollbar{width:5px;height:5px}.workspace-layout__left::-webkit-scrollbar-track{background:transparent}.workspace-layout__left::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.workspace-layout__left::-webkit-scrollbar-thumb:hover{background:#fff3}.workspace-layout__right{display:flex;flex-direction:column;gap:.75rem;min-height:0;height:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-header__title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.section-header__subtitle{font-family:Inter,sans-serif;font-size:.875rem;color:#edd9c8;line-height:1.6;color:#8a7060;margin-top:.25rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatYSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(5deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #7c3aed4d}50%{box-shadow:0 0 40px #7c3aed99,0 0 80px #7c3aed33}}@keyframes progressBar{0%{width:0%}to{width:100%}}@keyframes loadingPulse{0%,to{opacity:.4;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes scanLine{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes borderGlow{0%,to{border-color:#7c3aed4d}50%{border-color:#a855f7b3}}.animate-fadeIn{animation:fadeIn .5s ease both}.animate-fadeInUp{animation:fadeInUp .6s ease both}.animate-fadeInDown{animation:fadeInDown .5s ease both}.animate-slideLeft{animation:slideInLeft .6s ease both}.animate-slideRight{animation:slideInRight .6s ease both}.animate-float{animation:floatY 4s ease-in-out infinite}.animate-floatSlow{animation:floatYSlow 6s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-spinSlow{animation:spinSlow 8s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-glowPulse{animation:glowPulse 3s ease-in-out infinite}.animate-shimmer{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s linear infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:.875rem;padding:.75rem 1.25rem;transition:all .25s ease;text-decoration:none;white-space:nowrap;min-height:44px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid #ae4a17;outline-offset:2px}.btn--primary{background:var(--gradient-primary);color:#fff}.btn--primary:hover:not(:disabled){transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-glow);filter:brightness(1.15) saturate(1.1)}.btn--primary:active:not(:disabled){transform:translateY(0) scale(1);filter:brightness(1)}.btn--secondary{background:transparent;color:var(--color-body);border:1px solid var(--color-border)}.btn--secondary:hover:not(:disabled){border-color:var(--color-primary-glow);color:var(--color-primary-light);background:#00000026;box-shadow:0 0 12px var(--color-primary-glow)}.btn--success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.btn--success:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 24px #22c55e4d}.btn--danger{background:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background:#dc2626}.btn--ghost{background:transparent;color:var(--color-body);border:1px solid var(--color-border)}.btn--ghost:hover:not(:disabled){color:var(--color-heading);background:#ffffff12;border-color:#ffffff1f}.btn--sm{padding:.5rem .75rem;font-size:.75rem;min-height:36px}.btn--lg{padding:1rem 2rem;font-size:1.125rem;min-height:52px;border-radius:12px}.btn--full{width:100%}.btn--loading{position:relative;color:transparent;pointer-events:none}.btn--loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:9999px;animation:btn-spin .7s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.assignment-card{background:#180c00;border:1px solid rgba(255,140,0,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.assignment-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#ae4a17,#ffb347);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.assignment-card:hover{border-color:#ae4a17;box-shadow:0 8px 32px #0009,0 0 0 1px #ae4a1733;transform:translateY(-2px)}.assignment-card:hover:before{transform:scaleX(1)}.assignment-card__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.assignment-card__title{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;color:#fff;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.assignment-card__difficulty{flex-shrink:0}.assignment-card__difficulty--easy{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.assignment-card__difficulty--medium{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.assignment-card__difficulty--hard{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.assignment-card__description{font-family:Inter,sans-serif;font-size:.875rem;color:#edd9c8;line-height:1.6;color:#8a7060;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.assignment-card__footer{margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(255,140,0,.1)}.panel-card{background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:12px;padding:1.5rem}.panel-card__title{font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:600;color:#fff;line-height:1.2;color:#8a7060;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,140,0,.1)}.sql-editor{display:flex;flex-direction:column;height:100%;min-height:280px}.sql-editor__toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#180c00;border:1px solid rgba(255,140,0,.1);border-bottom:none;border-radius:12px 12px 0 0;flex-wrap:wrap;gap:.5rem}.sql-editor__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#8a7060}.sql-editor__title-dot{width:8px;height:8px;border-radius:9999px;background:#ae4a17}.sql-editor__shortcut{font-size:.75rem;color:#8a7060;background:#ffffff0d;border:1px solid rgba(255,140,0,.1);border-radius:4px;padding:2px .5rem;font-family:JetBrains Mono,monospace}.sql-editor__monaco{flex:1;border:1px solid rgba(255,140,0,.1);border-top:none;border-radius:0 0 12px 12px;overflow:hidden;min-height:200px}.sql-editor__monaco .monaco-editor{border-radius:0 0 12px 12px}.sql-editor__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;padding:.75rem 0;flex-wrap:wrap}.results-table{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.results-table::-webkit-scrollbar{width:5px;height:5px}.results-table::-webkit-scrollbar-track{background:transparent}.results-table::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.results-table::-webkit-scrollbar-thumb:hover{background:#fff3}.results-table__container{min-width:100%;border-collapse:collapse;font-size:.875rem;font-family:Inter,sans-serif}.results-table__head th{background:#110800;color:#8a7060;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1rem;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(255,140,0,.1);position:sticky;top:0;z-index:1}.results-table__head th:first-child{border-radius:8px 0 0}.results-table__head th:last-child{border-radius:0 8px 0 0}.results-table__body tr{transition:background .15s ease}.results-table__body tr:nth-child(2n){background:#ffffff05}.results-table__body tr:hover{background:#ae4a170f}.results-table__body td{padding:.75rem 1rem;color:#edd9c8;border-bottom:1px solid rgba(255,140,0,.5);white-space:nowrap;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.results-table__body td.null-value{color:#8a7060;font-style:italic}.sample-table{margin-bottom:1.5rem}.sample-table__name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.75rem}.sample-table__name-icon{width:20px;height:20px;color:#ae4a17}.sample-table__name-label{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600;color:#ffb347}::selection{background:#de510052;color:#fff}::-webkit-scrollbar{display:none}.navbar{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--color-bg) 75%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.navbar--scrolled{background:color-mix(in srgb,var(--color-bg) 92%,transparent);border-bottom-color:var(--color-primary-glow);box-shadow:0 1px 32px #0006}.navbar__container{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1rem;height:64px;gap:1rem}@media(min-width:641px){.navbar__container{padding:0 1.5rem}}.navbar__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0;transition:opacity .2s ease}.navbar__logo:hover{opacity:.85}.navbar__logo-hex{color:#ae4a17;display:flex;align-items:center;filter:drop-shadow(0 0 6px rgba(124,58,237,.5))}.navbar__logo-text{font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.02em}.navbar__logo-accent{background:linear-gradient(135deg,#ffb347,#f50,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar__links{display:none;gap:.25rem;align-items:center}@media(min-width:641px){.navbar__links{display:flex}}.navbar__link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:.875rem;font-weight:500;color:#8a7060;text-decoration:none;cursor:pointer;transition:color .15s ease,background .15s ease}.navbar__link:hover,.navbar__link--active{color:#fff;background:#ffffff0f}.navbar__link--active{color:#ffb347}.navbar__link--ghost{cursor:default;opacity:.45;pointer-events:none}.navbar__actions{display:none;align-items:center;gap:.75rem}@media(min-width:641px){.navbar__actions{display:flex}}.navbar__icon-btn{display:flex;justify-content:center;align-items:center;width:36px;height:36px;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:#8a7060;cursor:pointer;transition:all .15s ease}.navbar__icon-btn:hover{color:#fff;border-color:#ffffff26;background:#ffffff0d}.navbar__user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.navbar__user-avatar{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background:var(--gradient-primary);font-size:12px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 0 10px var(--color-primary-glow)}.navbar__user-name{font-size:.875rem;color:#edd9c8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.navbar__auth{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.navbar__cta{box-shadow:0 0 12px var(--color-primary-glow)}.navbar__hamburger{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:1px solid var(--color-border);border-radius:8px;cursor:pointer;color:#edd9c8;flex-shrink:0;transition:all .15s ease}@media(min-width:641px){.navbar__hamburger{display:none}}.navbar__hamburger:hover{background:#ffffff0f;color:#fff;border-color:#ffffff1f}.navbar__mobile{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 98%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:fadeInDown .2s ease}@media(min-width:641px){.navbar__mobile{display:none}}.navbar__mobile-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem .75rem;font-size:.875rem;color:#edd9c8;border-bottom:1px solid var(--color-border);margin-bottom:.25rem}.navbar__mobile-link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:.75rem;border-radius:8px;color:#edd9c8;text-decoration:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease}.navbar__mobile-link:hover{background:#ffffff0d}.navbar__mobile-link--ghost{cursor:default;opacity:.4;pointer-events:none}.footer{background:#180c00;border-top:1px solid rgba(255,140,0,.1);margin-top:auto}.footer__inner{max-width:1200px;margin:0 auto;padding:3rem 1.25rem 2rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:641px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}}@media(min-width:1024px){.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:1.125rem;font-family:Space Grotesk,sans-serif;font-weight:700;color:#fff;text-decoration:none;width:fit-content}.footer__logo svg{color:#ae4a17;flex-shrink:0}.footer__logo:hover{color:#fff}.footer__logo-accent{background:linear-gradient(135deg,#ae4a17,#c86e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__tagline{font-size:.875rem;color:#8a7060;line-height:1.7;max-width:280px}.footer__github{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:fit-content;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,140,0,.1);font-size:.875rem;color:#edd9c8;text-decoration:none;transition:all .15s ease}.footer__github:hover{border-color:#ae4a17;color:#ffb347;background:#ae4a170f}.footer__col{display:flex;flex-direction:column;gap:.75rem}.footer__col-title{font-size:.75rem;font-weight:600;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem}.footer__link{font-size:.875rem;color:#8a7060;text-decoration:none;transition:color .15s ease;width:fit-content}.footer__link:hover{color:#ffb347}.footer__link--ext{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.footer__link--ext svg{opacity:.5;flex-shrink:0}.footer__tech{font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace;color:#8a7060;padding:3px 8px;border-radius:4px;background:#ae4a1712;border:1px solid rgba(255,140,0,.1);width:fit-content;line-height:1.6}.footer__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;max-width:1200px;margin:0 auto;padding:1rem 1.25rem;border-top:1px solid rgba(255,140,0,.1)}.footer__copy{font-size:.75rem;color:#8a7060}.footer__credit{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;font-size:.75rem;color:#8a7060;text-decoration:none;transition:color .15s ease}.footer__credit:hover{color:#ffb347}.footer__bottom-badges{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:wrap}.footer__badge{font-size:11px;font-family:JetBrains Mono,Fira Code,monospace;color:#ffb347;padding:2px 8px;border-radius:9999px;background:#ae4a171a;border:1px solid rgba(174,74,23,.2)}.loading-screen{position:fixed;inset:0;z-index:999;background:#0a0500;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:1;transition:opacity .5s ease}.loading-screen--fadeout{opacity:0;pointer-events:none}.loading-screen__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%)}.loading-screen__glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:glowPulse 3s ease-in-out infinite}.loading-screen__glow--purple{width:400px;height:300px;background:radial-gradient(circle,rgba(255,85,0,.5),transparent 70%);top:-60px;left:50%;transform:translate(-60%)}.loading-screen__glow--green{width:300px;height:200px;background:radial-gradient(circle,rgba(34,197,94,.3),transparent 70%);bottom:60px;right:10%;animation-delay:1.5s}.loading-screen__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;text-align:center}.loading-screen__logo{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;animation:fadeInUp .6s ease both}.loading-screen__hex{position:relative;width:56px;height:56px;animation:spinSlow 8s linear infinite}.loading-screen__hex-poly{filter:drop-shadow(0 0 12px rgba(255,85,0,.6))}.loading-screen__cursor{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:JetBrains Mono,Fira Code,monospace;font-size:1.25rem;font-weight:700;color:#ffb347;animation:cursorBlink 1s step-end infinite}.loading-screen__wordmark{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.loading-screen__wordmark span{background:linear-gradient(135deg,#ae4a17,#c86e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-screen__message{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;color:#8a7060;min-height:20px;animation:pulse .4s ease;letter-spacing:.02em}.loading-screen__bar-track{width:280px;height:3px;background:#ffffff0f;border-radius:9999px;overflow:hidden}.loading-screen__bar-fill{height:100%;background:linear-gradient(135deg,#ae4a17,#c86e00);border-radius:9999px;transition:width 80ms linear;box-shadow:0 0 8px #f509}.loading-screen__pct{font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;color:#8a7060;letter-spacing:.05em}@keyframes glowPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes spinSlow{to{transform:rotate(360deg)}}@keyframes fadeinUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hp{min-height:100vh}.hp__gradient-text{background:linear-gradient(135deg,#ffb347,#f50,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp__badge{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;display:inline-flex;gap:6px;padding:5px 12px;border-radius:999px;background:#7c3aed1f;border:1px solid rgba(124,58,237,.3);color:#ffb347;font-size:12px;font-weight:500;letter-spacing:.02em;margin-bottom:1.25rem}.hp__badge--green{background:#22c55e1a;border-color:#22c55e4d;color:#86efac}.hp__section-inner{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:641px){.hp__section-inner{padding:0 2rem}}.hp__section-header{text-align:center;margin-bottom:52px}.hp__section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem}.hp__section-sub{font-size:1rem;color:#8a7060;max-width:520px;margin:0 auto;line-height:1.7}.hp__cta-glow{box-shadow:0 0 20px #7c3aed73,0 4px 16px #0000004d!important}.hp__cta-glow:hover{box-shadow:0 0 32px #7c3aed99,0 8px 24px #0000004d!important}.hp__hero{position:relative;overflow:hidden;padding:96px 0 80px}.hp__hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hp__hero-glow{position:absolute;border-radius:50%;filter:blur(80px)}.hp__hero-glow--purple{width:600px;height:600px;top:-150px;left:-100px;background:radial-gradient(circle,rgba(124,58,237,.2),transparent 70%)}.hp__hero-glow--green{width:400px;height:400px;bottom:-100px;right:-50px;background:radial-gradient(circle,rgba(34,197,94,.12),transparent 70%)}.hp__hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr;gap:56px;align-items:center}@media(min-width:641px){.hp__hero-inner{padding:0 2rem}}@media(min-width:900px){.hp__hero-inner{grid-template-columns:1fr 1fr;gap:64px}}.hp__hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem}.hp__hero-desc{font-size:1.0625rem;color:#edd9c8;line-height:1.75;max-width:480px;margin-bottom:1.75rem}.hp__hero-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hp__hero-stats{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.25rem;flex-wrap:wrap}.hp__stat{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px}.hp__stat-num{font-size:1.375rem;font-weight:700;background:linear-gradient(135deg,#ffb347,#f50,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp__stat-label{font-size:12px;color:#8a7060;text-transform:uppercase;letter-spacing:.06em}.hp__stat-divider{width:1px;height:32px;background:#ff8c001a}.hp__hero-right{position:relative;display:flex;justify-content:center}.hp__sql-card{width:100%;max-width:520px;background:#180c00;border:1px solid rgba(124,58,237,.2);border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f;animation:floatY 6s ease-in-out infinite}.hp__sql-chrome{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;padding:12px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,140,0,.1)}.hp__sql-chrome--sm{padding:10px 14px}.hp__sql-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.hp__sql-dot--red{background:#ff5f57}.hp__sql-dot--yellow{background:#ffbd2e}.hp__sql-dot--green{background:#28ca41}.hp__sql-chrome-title{margin-left:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;color:#8a7060}.hp__sql-code{margin:0;padding:16px 20px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.7;color:#edd9c8;white-space:pre;overflow-x:auto;background:transparent}.hp__sql-code .sq-kw{color:#c084fc;font-weight:600}.hp__sql-code .sq-str{color:#86efac}.hp__sql-code .sq-num{color:#fca5a5}.hp__sql-code--demo{font-size:12.5px}.hp__sql-run{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:10px 16px;border-top:1px solid rgba(255,140,0,.1);background:#ffffff05}.hp__sql-run-btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:5px 12px;background:linear-gradient(135deg,#ae4a17,#c86e00);border:none;border-radius:4px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:opacity .2s}.hp__sql-run-btn:hover{opacity:.85}.hp__sql-run-status{font-size:11px;color:#22c55e;font-family:JetBrains Mono,Fira Code,monospace}.hp__sql-results{border-top:1px solid rgba(255,140,0,.1);overflow-x:auto}.hp__sql-results table{width:100%;border-collapse:collapse;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px}.hp__sql-results th{padding:8px 14px;text-align:left;color:#8a7060;border-bottom:1px solid rgba(255,140,0,.1);font-weight:500;background:#ffffff04}.hp__sql-results td{padding:7px 14px;color:#edd9c8;border-bottom:1px solid rgba(255,255,255,.03)}.hp__sql-results tr:last-child td{border-bottom:none}.hp__num{color:#fca5a5!important}.hp__float{position:absolute;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,140,0,.1);background:#110800;box-shadow:0 4px 16px #0006;color:#ffb347}.hp__float--db{top:-16px;right:60px;animation:floatY 5s ease-in-out infinite}.hp__float--term{bottom:24px;right:-16px;animation:floatYSlow 7s ease-in-out infinite .5s}.hp__float--code{top:40%;left:-16px;animation:floatY 6s ease-in-out infinite 1s}.hp__features{padding:96px 0;border-top:1px solid rgba(255,140,0,.1)}.hp__feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:641px){.hp__feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hp__feature-grid{grid-template-columns:repeat(4,1fr)}}.hp__feature-card{padding:28px 24px;background:#180c00;border:1px solid rgba(255,140,0,.1);border-radius:16px;transition:all .3s ease;cursor:default}.hp__feature-card:hover{transform:translateY(-4px)}.hp__feature-card--purple:hover{border-color:#7c3aed66;box-shadow:0 8px 32px #7c3aed26}.hp__feature-card--green:hover{border-color:#22c55e66;box-shadow:0 8px 32px #22c55e1f}.hp__feature-icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:8px;margin-bottom:18px}.hp__feature-card--purple .hp__feature-icon{background:#7c3aed26;color:#ffb347}.hp__feature-card--green .hp__feature-icon{background:#22c55e1f;color:#86efac}.hp__feature-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.hp__feature-desc{font-size:14px;color:#8a7060;line-height:1.65}.hp__demo{padding:96px 0;background:linear-gradient(to bottom,transparent,rgba(15,23,42,.5),transparent)}.hp__demo-panel{background:#180c00;border:1px solid rgba(255,140,0,.1);border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0006}.hp__demo-tabs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:12px 16px;border-bottom:1px solid rgba(255,140,0,.1);background:#ffffff05;overflow-x:auto}.hp__demo-tab{padding:6px 16px;border:1px solid transparent;border-radius:8px;background:transparent;color:#8a7060;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:JetBrains Mono,Fira Code,monospace}.hp__demo-tab:hover{color:#edd9c8;background:#ffffff0a}.hp__demo-tab--active{color:#ffb347;background:#7c3aed1f;border-color:#7c3aed4d}.hp__demo-body{display:grid;grid-template-columns:1fr}@media(min-width:768px){.hp__demo-body{grid-template-columns:1fr 1fr}}.hp__demo-editor{border-right:1px solid rgba(255,140,0,.1)}.hp__demo-results{padding:0;overflow-x:auto}.hp__results-table{width:100%;border-collapse:collapse;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px}.hp__results-table th{padding:12px 16px;text-align:left;color:#8a7060;border-bottom:1px solid rgba(255,140,0,.1);font-weight:500;background:#ffffff04;white-space:nowrap}.hp__results-table td{padding:11px 16px;color:#edd9c8;border-bottom:1px solid rgba(255,255,255,.03)}.hp__results-table tr:last-child td{border-bottom:none}.hp__results-table tr:hover td{background:#ffffff05}.hp__assignments{padding:96px 0;border-top:1px solid rgba(255,140,0,.1)}.hp__assignment-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:641px){.hp__assignment-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hp__assignment-grid{grid-template-columns:repeat(3,1fr)}}.hp__assignment-card{padding:20px 22px;background:#180c00;border:1px solid rgba(255,140,0,.1);border-radius:12px;transition:all .25s ease;cursor:default}.hp__assignment-card:hover{border-color:#7c3aed4d;background:#7c3aed0a;transform:translateY(-2px)}.hp__assignment-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.hp__assignment-tag{font-family:JetBrains Mono,Fira Code,monospace;font-size:11px;color:#ffb347;background:#7c3aed1f;padding:3px 8px;border-radius:4px}.hp__assignment-diff{font-size:11px;font-weight:500;padding:3px 8px;border-radius:4px}.hp__assignment-diff--beginner{color:#86efac;background:#22c55e1a}.hp__assignment-diff--intermediate{color:#fde68a;background:#f59e0b1a}.hp__assignment-diff--advanced{color:#fca5a5;background:#ef44441a}.hp__assignment-title{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.4}.hp__assignment-arrow{color:#8a7060;transition:transform .2s,color .2s}.hp__assignment-card:hover .hp__assignment-arrow{color:#ffb347;transform:translate(4px)}.hp__assignments-cta{text-align:center;margin-top:48px}.hp__footer-cta{position:relative;padding:120px 0;overflow:hidden;border-top:1px solid rgba(255,140,0,.1);text-align:center}.hp__footer-cta-glow{position:absolute;width:800px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(124,58,237,.18) 0%,transparent 70%);pointer-events:none}.hp__footer-cta-inner{position:relative;z-index:1}.hp__footer-cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1.2;margin-bottom:1rem}.hp__footer-cta-sub{font-size:1rem;color:#8a7060;margin-bottom:2rem;max-width:440px;margin-left:auto;margin-right:auto}.auth-form{width:100%;max-width:420px;background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:12px;padding:1.5rem;box-shadow:0 8px 32px #0009}@media(min-width:641px){.auth-form{padding:2.5rem}}.auth-form__header{text-align:center;margin-bottom:2rem}.auth-form__logo{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}.auth-form__logo-icon{font-size:2rem;color:#ae4a17}.auth-form__logo-text{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#fff}.auth-form__logo-accent{color:#ae4a17}.auth-form__title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.5rem}.auth-form__subtitle{font-family:Inter,sans-serif;font-size:.875rem;color:#edd9c8;line-height:1.6;color:#8a7060}.auth-form__body{display:flex;flex-direction:column;gap:1.25rem}.auth-form__field{display:flex;flex-direction:column;gap:.5rem}.auth-form__label{font-size:.875rem;font-weight:500;color:#edd9c8}.auth-form__input{width:100%;padding:.75rem 1rem;background:#180c00;border:1px solid rgba(255,140,0,.1);border-radius:8px;color:#fff;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px}.auth-form__input::placeholder{color:#8a7060}.auth-form__input:focus{outline:none;border-color:#ae4a17;box-shadow:0 0 0 3px #ae4a1726}.auth-form__footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,140,0,.1)}.auth-form__footer p{font-size:.875rem;color:#8a7060}.auth-form__footer a{color:#ffb347;font-weight:500}.auth-form__footer a:hover{color:#ae4a17}.assignments-page{max-width:1280px;margin:0 auto;width:100%}.assignments-page__total{font-size:.875rem;color:#8a7060;background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:9999px;padding:.5rem 1rem}.assignments-page__filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;margin-bottom:1.5rem}@media(min-width:641px){.assignments-page__filters{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.assignments-page__search{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex:1}.assignments-page__search-input{flex:1;padding:.75rem 1rem;background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:8px;color:#fff;font-size:.875rem;font-family:Inter,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px}.assignments-page__search-input::placeholder{color:#8a7060}.assignments-page__search-input:focus{outline:none;border-color:#ae4a17;box-shadow:0 0 0 3px #ae4a171f}.assignments-page__difficulty-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:wrap}.assignments-page__loading{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:641px){.assignments-page__loading{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.assignments-page__loading{grid-template-columns:repeat(3,1fr)}}@media(min-width:1281px){.assignments-page__loading{grid-template-columns:repeat(4,1fr)}}.assignments-page__skeleton{background:linear-gradient(90deg,#110800 25%,#233044,#110800 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;height:160px;border-radius:12px;border:1px solid rgba(255,140,0,.1)}.assignments-page__error,.assignments-page__empty{display:flex;justify-content:center;align-items:center;padding:4rem;color:#8a7060;font-size:.875rem;text-align:center}.assignments-page__error p,.assignments-page__empty p{color:#8a7060}.assignments-page__error p{color:#ef4444}.assignments-page__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,140,0,.1)}.assignments-page__page-info{font-size:.875rem;color:#8a7060}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.question-panel{background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:12px;padding:1.25rem}.question-panel__header{margin-bottom:1.25rem}.question-panel__difficulty{display:inline-block;margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .75rem;border-radius:9999px}.question-panel__difficulty--easy{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.question-panel__difficulty--medium{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.question-panel__difficulty--hard{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.question-panel__title{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2;line-height:1.3}.question-panel__section{margin-bottom:1.25rem}.question-panel__section:last-child{margin-bottom:0}.question-panel__section-label{font-size:.75rem;font-weight:600;color:#8a7060;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.question-panel__text{font-size:.875rem;color:#edd9c8;line-height:1.7}.question-panel__question{font-size:.875rem;color:#fff;line-height:1.7;padding:1rem;background:#ae4a170f;border:1px solid rgba(174,74,23,.2);border-radius:8px;border-left:3px solid #ae4a17}.sample-data-viewer{background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:12px;padding:1.25rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sample-data-viewer::-webkit-scrollbar{width:5px;height:5px}.sample-data-viewer::-webkit-scrollbar-track{background:transparent}.sample-data-viewer::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.sample-data-viewer::-webkit-scrollbar-thumb:hover{background:#fff3}.sample-data-viewer__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,140,0,.1)}.sample-data-viewer__icon{font-size:1.125rem;color:#ae4a17}.sample-data-viewer__title{font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:600;color:#fff;line-height:1.2;color:#8a7060;text-transform:uppercase;letter-spacing:.08em}.sample-data-viewer__col-type{display:inline-block;margin-left:.5rem;font-size:10px;color:#8a7060;font-family:JetBrains Mono,monospace;font-weight:400;text-transform:lowercase}.sample-data-viewer__empty{text-align:center;color:#8a7060;font-style:italic;padding:1rem}.sample-data-viewer .sample-table__name-label{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600;color:#ffb347;margin-bottom:.75rem;display:block}.sample-data-viewer .results-table{overflow-x:auto;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sample-data-viewer .results-table::-webkit-scrollbar{width:5px;height:5px}.sample-data-viewer .results-table::-webkit-scrollbar-track{background:transparent}.sample-data-viewer .results-table::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.sample-data-viewer .results-table::-webkit-scrollbar-thumb:hover{background:#fff3}.sample-data-viewer .results-table{border-radius:8px;border:1px solid rgba(255,140,0,.1)}.sql-editor{display:flex;flex-direction:column;flex:1;min-height:280px;overflow:hidden}.sql-editor__monaco{flex:1;min-height:0;overflow:hidden}.sql-editor__monaco>section,.sql-editor__monaco .monaco-editor,.sql-editor__monaco .overflow-guard{height:100%!important}.sql-editor__loading{display:flex;justify-content:center;align-items:center;flex:1;min-height:240px;color:#8a7060;font-size:.875rem;background:#180c00;font-family:JetBrains Mono,monospace}.query-results{background:#110800;border:1px solid rgba(255,140,0,.1);border-radius:12px;overflow:hidden;min-height:240px;max-height:580px;flex:1;display:flex;flex-direction:column}.query-results--loading{display:flex;justify-content:center;align-items:center;gap:.75rem;color:#8a7060;font-size:.875rem}.query-results__spinner{width:20px;height:20px;border:2px solid rgba(174,74,23,.2);border-top-color:#ae4a17;border-radius:9999px;animation:spin .7s linear infinite}.query-results--error{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ef44440f;border-color:#ef444440}.query-results__error-icon{font-size:1.5rem;color:#ef4444;flex-shrink:0;margin-top:2px}.query-results__error-title{font-weight:600;color:#ef4444;margin-bottom:.5rem;font-size:.875rem}.query-results__error-msg{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#edd9c8;white-space:pre-wrap;word-break:break-word}.query-results--empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem;text-align:center}.query-results--empty p{color:#8a7060;font-size:.875rem}.query-results__empty-icon{font-size:2rem;color:#ff8c001a;margin-bottom:.5rem}.query-results__empty-hint{font-size:.75rem!important;color:#6b7280!important}.query-results__meta{padding:.75rem 1rem;border-bottom:1px solid rgba(255,140,0,.1);background:#22c55e0f}.query-results__count{font-size:.75rem;color:#22c55e;font-weight:600;font-family:JetBrains Mono,monospace}.query-results .results-table{overflow-x:auto;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.query-results .results-table::-webkit-scrollbar{width:5px;height:5px}.query-results .results-table::-webkit-scrollbar-track{background:transparent}.query-results .results-table::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.query-results .results-table::-webkit-scrollbar-thumb:hover{background:#fff3}.hint-box__content{background:#f59e0b14;border:1px solid rgba(245,158,11,.3);border-radius:12px;padding:1rem 1.25rem}.hint-box__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.75rem}.hint-box__icon{font-size:1.125rem}.hint-box__label{font-size:.875rem;font-weight:600;color:#f59e0b;flex:1}.hint-box__close{background:transparent;border:none;color:#8a7060;cursor:pointer;font-size:.75rem;padding:.25rem;border-radius:4px;transition:color .15s ease;line-height:1}.hint-box__close:hover{color:#edd9c8}.hint-box__text{font-size:.875rem;color:#edd9c8;line-height:1.7}.hint-box__fallback{margin-top:.75rem;font-size:.75rem;color:#8a7060;font-style:italic;border-top:1px solid rgba(245,158,11,.2);padding-top:.5rem}.sql-workspace__actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;flex-wrap:wrap}.sql-workspace__attempts{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;font-size:.875rem;font-family:JetBrains Mono,Fira Code,monospace;color:#edd9c8;-webkit-user-select:none;user-select:none;white-space:nowrap;padding-right:.5rem;border-right:1px solid rgba(255,140,0,.1)}.sql-workspace__attempts svg{color:#ae4a17;opacity:.8}.sql-workspace__attempts-count{font-weight:600;color:#ffb347}.sql-workspace__complete-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;border:1px solid rgba(34,197,94,.4);color:#22c55e;background:#22c55e0f;transition:all .15s ease}.sql-workspace__complete-btn:hover:not(:disabled){background:#22c55e24;border-color:#22c55e}.sql-workspace__complete-btn--done{opacity:.6;cursor:default}.workspace-page{min-height:calc(100vh - 64px)}.workspace-page__breadcrumb{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,140,0,.1);background:#110800}@media(min-width:641px){.workspace-page__breadcrumb{padding:.75rem 1.5rem}}.workspace-page__back{font-size:.875rem;color:#ffb347;text-decoration:none;transition:color .15s ease}.workspace-page__back:hover{color:#ae4a17}.workspace-page__separator{color:#ff8c001a;font-size:.875rem}.workspace-page__current{font-size:.875rem;color:#8a7060;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.workspace-loading,.workspace-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);gap:1rem;padding:2rem;text-align:center}.workspace-loading__spinner{width:40px;height:40px;border:3px solid rgba(174,74,23,.2);border-top-color:#ae4a17;border-radius:9999px;animation:spin .8s linear infinite}.workspace-loading p{color:#8a7060;font-size:.875rem}.workspace-error h2{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.workspace-error p{color:#8a7060;font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}
