:root{color-scheme:light;--sidebar: #0d0c22;--surface: #fcf8ff;--surface-low: #f5f2ff;--surface-lowest: #ffffff;--surface-high: #e9e6f5;--ink: #1b1b25;--muted: #584147;--accent: #af1a5d;--accent-strong: #d13876;--accent-soft: rgba(175, 26, 93, .1);--outline-ghost: rgba(223, 190, 198, .2);--success: #2f6a52;--warning: #9b5a17;--danger: #ba1a1a;--shadow: 0 4px 20px rgba(27, 27, 37, .04), 0 10px 40px rgba(27, 27, 37, .08);font-family:Inter,Apple SD Gothic Neo,Noto Sans KR,sans-serif}html,body{margin:0;min-height:100%;background:var(--surface);color:var(--ink)}body{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,217,225,.4),transparent 24%),linear-gradient(180deg,#fcf8ff,#f7f3ff)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,a.button-link{appearance:none;border:none;border-radius:.5rem;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-weight:700;gap:.5rem;padding:.95rem 1.3rem;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}button:hover,a.button-link:hover{background:var(--accent-strong);box-shadow:0 18px 32px #af1a5d38;transform:translateY(-1px)}.app-shell{display:grid;gap:0;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.auth-page-surface{min-height:100vh}.sidebar{background:var(--sidebar);display:flex;flex-direction:column;gap:1.5rem;min-height:100vh;padding:1.9rem 1.2rem;position:sticky;top:0}.content-shell{display:block;min-width:0;overflow-x:clip}.brand{display:flex;flex-direction:column;gap:.2rem}.brand-tag{color:#ffffff57;font-size:.66rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.brand-title{color:#fff;font-size:2rem;font-weight:900;letter-spacing:-.05em}.surface-card{background:var(--surface-lowest);border-radius:1.35rem;box-shadow:var(--shadow)}.nav-list{display:grid;gap:.3rem;margin-top:1rem}.nav-link{align-items:center;border-radius:.75rem;color:#ffffff9e;display:flex;gap:.85rem;padding:.86rem .95rem;transition:background .16s ease,color .16s ease}.nav-link:hover{background:#ffffff0d;color:#fff}.nav-link.active{background:#ffffff1a;color:#fff}.nav-link .material-symbols-outlined{font-size:1.1rem}.nav-link strong{font-size:.96rem}.sidebar-meta{display:grid;gap:.7rem}.meta-label{color:#ffffff52;font-size:.66rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.mini-chip{background:#ffffff14;border-radius:999px;color:#ffffffc2;font-size:.78rem;font-weight:700;padding:.48rem .78rem}.profile-card{align-items:center;display:flex;gap:.85rem;margin-top:auto;padding:.8rem .25rem 0}.profile-avatar{align-items:center;background:linear-gradient(135deg,#ffb1c638,#af1a5d66);border-radius:999px;color:#fff;display:inline-flex;font-size:.78rem;font-weight:800;height:2.5rem;justify-content:center;width:2.5rem}.profile-copy{display:grid;gap:.12rem}.profile-copy strong{color:#fff;font-size:.9rem}.profile-copy span{color:#fff6;font-size:.76rem}.profile-auth-link{color:#ffffffb8;font-size:.72rem;font-weight:700;letter-spacing:.02em;margin-top:.18rem}.profile-auth-link:hover{color:#fff}.page-surface{min-width:0;padding:clamp(1rem,2vw,2.4rem)}.main-panel{display:grid;gap:1rem}@media(max-width:1080px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;position:static}.page-surface{padding:1rem}}@media(max-width:720px){.sidebar{padding:1.25rem 1rem}.brand-title{font-size:1.6rem}}
