@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
.SideNav-module__LmQsVG__sidebar{z-index:100;height:100dvh;width:var(--sidebar-collapsed);clip-path:inset(0);-webkit-backdrop-filter:blur(40px)saturate(180%);border-right:1px solid var(--border);background:#0e0e0eeb;flex-direction:column;align-items:flex-start;padding:28px 0;transition:width .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:4px 0 24px #0006}.SideNav-module__LmQsVG__sidebar.SideNav-module__LmQsVG__expanded{width:var(--sidebar-expanded)}@media (min-width:641px){.SideNav-module__LmQsVG__sidebar:hover{width:var(--sidebar-expanded)}}@media (max-width:640px){.SideNav-module__LmQsVG__sidebar{border-right:none;width:0}.SideNav-module__LmQsVG__sidebar.SideNav-module__LmQsVG__expanded{width:var(--sidebar-expanded);border-right:1px solid var(--border)}}.SideNav-module__LmQsVG__mobileToggle,.SideNav-module__LmQsVG__backdrop{display:none}@media (max-width:640px){.SideNav-module__LmQsVG__mobileToggle{z-index:101;-webkit-backdrop-filter:blur(20px);width:48px;height:48px;color:var(--accent);cursor:pointer;background:#141414f2;border:1px solid #e9c34973;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:24px;right:16px;box-shadow:0 6px 20px #0000008c}.SideNav-module__LmQsVG__backdrop{z-index:99;background:#00000080;display:block;position:fixed;inset:0}}.SideNav-module__LmQsVG__brand{align-items:center;gap:14px;width:100%;margin-bottom:40px;padding:0 20px;display:flex}.SideNav-module__LmQsVG__brandLink{flex-shrink:0;display:block;position:relative}.SideNav-module__LmQsVG__brandTooltip{color:var(--accent);letter-spacing:.02em;white-space:nowrap;opacity:0;pointer-events:none;z-index:2;cursor:pointer;background:#141414f5;border:1px solid #e9c34973;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:600;transition:opacity .18s,transform .18s,background .18s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px)}.SideNav-module__LmQsVG__brandTooltip:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.SideNav-module__LmQsVG__brandLink:hover .SideNav-module__LmQsVG__brandTooltip,.SideNav-module__LmQsVG__brandTooltip:focus-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.SideNav-module__LmQsVG__brandTooltip:hover{background:#e9c34929}.SideNav-module__LmQsVG__brandLink:hover .SideNav-module__LmQsVG__brandIcon{box-shadow:0 4px 16px #00000080,0 0 14px #e9c34959}.SideNav-module__LmQsVG__brandIcon{background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000080}.SideNav-module__LmQsVG__logoImage{object-fit:cover;width:100%;height:100%;transform:scale(1.05)}@media (max-width:640px){.SideNav-module__LmQsVG__brand{padding:0 14px}.SideNav-module__LmQsVG__brandIcon{width:32px;height:32px}}.SideNav-module__LmQsVG__brandText{opacity:0;white-space:nowrap;flex-direction:column;transition:opacity .25s 50ms,transform .25s 50ms;display:flex;transform:translate(-8px)}.SideNav-module__LmQsVG__sidebar.SideNav-module__LmQsVG__expanded .SideNav-module__LmQsVG__brandText{opacity:1;transform:translate(0)}@media (min-width:641px){.SideNav-module__LmQsVG__sidebar:hover .SideNav-module__LmQsVG__brandText{opacity:1;transform:translate(0)}}.SideNav-module__LmQsVG__brandName{font-family:var(--font-headline);color:#f6f3e6;letter-spacing:.02em;font-size:19px;font-weight:800;line-height:1.1}.SideNav-module__LmQsVG__brandTagline{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;color:#7a9366;margin-top:1px;font-size:10px;font-style:italic;font-weight:500}.SideNav-module__LmQsVG__divider{background:var(--border);flex-shrink:0;width:calc(100% - 44px);height:1px;margin:0 22px 24px}.SideNav-module__LmQsVG__nav{flex-direction:column;flex:1;gap:4px;width:100%;padding:0 10px;display:flex;overflow:hidden}.SideNav-module__LmQsVG__navItem{color:var(--text-muted);white-space:nowrap;width:100%;font-family:var(--font-body);border-radius:6px;align-items:center;gap:14px;padding:11px 12px;transition:background .2s,color .2s;display:flex;position:relative}.SideNav-module__LmQsVG__navItem:hover{color:var(--foreground);background:#ffffff0a}.SideNav-module__LmQsVG__navItem.SideNav-module__LmQsVG__active{color:var(--accent);background:#e9c34914}.SideNav-module__LmQsVG__navItem.SideNav-module__LmQsVG__active:before{content:"";background:var(--accent);border-radius:0 4px 4px 0;width:3px;height:60%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 12px #e9c34999}.SideNav-module__LmQsVG__navIcon{text-align:center;flex-shrink:0;width:22px;font-size:22px}.SideNav-module__LmQsVG__navLabel{letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;opacity:0;font-size:12px;font-weight:600;transition:opacity .22s 40ms,transform .22s 40ms;transform:translate(-6px)}.SideNav-module__LmQsVG__sidebar.SideNav-module__LmQsVG__expanded .SideNav-module__LmQsVG__navLabel{opacity:1;transform:translate(0)}@media (min-width:641px){.SideNav-module__LmQsVG__sidebar:hover .SideNav-module__LmQsVG__navLabel{opacity:1;transform:translate(0)}}.SideNav-module__LmQsVG__bottom{width:100%;padding:0 10px}.SideNav-module__LmQsVG__bottomRow{flex-direction:column;gap:4px;width:100%;display:flex}.SideNav-module__LmQsVG__bottomItem{gap:14px}
.AuthGuard-module___iq98q__loadingContainer{background-color:var(--bg-deep);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AuthGuard-module___iq98q__spinner{border:3px solid #ffffff1a;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite AuthGuard-module___iq98q__spin}@keyframes AuthGuard-module___iq98q__spin{to{transform:rotate(360deg)}}
:root{--bg-deep:#0e0e0e;--bg-surface:#131313;--bg-surface-low:#1c1b1b;--bg-surface-mid:#201f1f;--bg-surface-high:#2a2a2a;--bg-surface-top:#353534;--bg-glass:#2a2a2a80;--foreground:#e5e2e1;--text-primary:#fff;--text-secondary:#c4c7c8;--text-muted:#8e9192;--text-faint:#444748;--accent:#e9c349;--accent-dim:#e9c3494d;--accent-glow:#e9c34926;--border:#ffffff14;--border-mid:#ffffff1f;--border-strong:#fff3;--font-headline:"Pretendard", "Apple SD Gothic Neo", system-ui, sans-serif;--font-display:"Bodoni Moda", "Pretendard", Georgia, serif;--font-body:"Pretendard", "Apple SD Gothic Neo", system-ui, sans-serif;--shadow-sm:0 4px 16px #0006;--shadow-md:0 8px 32px #0009;--shadow-lg:0 16px 64px #000c;--shadow-glow:0 0 40px #e9c34926;--sidebar-collapsed:80px;--sidebar-expanded:256px}@media (max-width:640px){:root{--sidebar-collapsed:60px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{background:var(--bg-deep);min-height:100dvh;color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;line-height:1;display:inline-block;overflow:hidden}.texture-overlay{pointer-events:none;z-index:9999;opacity:.035;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(40px)saturate(180%);border-top:1px solid var(--border);border-left:1px solid var(--border)}.glass-strong{-webkit-backdrop-filter:blur(60px)saturate(200%);border-top:1px solid var(--border-mid);border-left:1px solid var(--border-mid);background:#2a2a2ab3}.layout-shell{min-height:100dvh;display:flex}.main-content{margin-left:var(--sidebar-collapsed);flex:1;min-width:0;min-height:100dvh;transition:margin-left .35s cubic-bezier(.4,0,.2,1);position:relative}.main-content--full{margin-left:0}@media (max-width:640px){.main-content{margin-left:0}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-faint);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.display{font-family:var(--font-headline);letter-spacing:-.02em;font-size:clamp(48px,6vw,96px);font-weight:700;line-height:1}.headline-lg{font-family:var(--font-headline);letter-spacing:-.02em;font-size:clamp(32px,4vw,72px);font-weight:600;line-height:1.1}.headline-md{font-family:var(--font-headline);font-size:clamp(24px,3vw,48px);font-weight:500;line-height:1.2}.label-caps{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;font-size:11px;font-weight:700}.label-micro{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;font-size:10px;font-weight:700}.text-glow{text-shadow:0 0 20px #e9c34980}.atmo-bg{z-index:-1;background:radial-gradient(ellipse 80% 60% at 50% -20%, #e9c3490a 0%, transparent 70%), radial-gradient(ellipse 60% 80% at -20% 80%, #e9c34908 0%, transparent 70%), var(--bg-deep);position:fixed;inset:0}::selection{color:var(--text-primary);background:#e9c34940}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
