:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7fc;--panel:#fff;--panel-muted:#f8f9ff;--panel-subtle:#f2f4fb;--line:#e6e9f4;--line-strong:#d9def0;--text:#151515;--text-strong:#303030;--muted:gray;--muted-strong:#606060;--accent:#6c79ff;--accent-strong:#5e6ad2;--accent-deep:#37466c;--accent-soft:#eef1ff;--accent-soft-strong:#e2e6fb;--accent-rgb:108, 121, 255;--accent-strong-rgb:94, 106, 210;--danger:#e71c3b;--danger-soft:#fff3f5;--shadow-panel:0 0 1px #22234214, 0 14px 32px #2a2b5114;--shadow-popover:0 0 1px #22234229, 0 20px 40px #2a2b5129;--radius-xl:28px;--radius-lg:24px;--radius-md:18px;--radius-sm:12px;--font-ui:"Pretendard Variable", "SUIT", "Apple SD Gothic Neo", "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:radial-gradient(circle at top right, rgba(var(--accent-rgb), .1), transparent 30%), radial-gradient(circle at top left, rgba(var(--accent-strong-rgb), .05), transparent 24%), linear-gradient(180deg, #fcfcff 0%, var(--bg) 100%);min-height:100%}body{min-height:100vh;color:var(--text);font-family:var(--font-ui);background:0 0;margin:0;overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.page-shell{height:100dvh;overflow:hidden}.studio-shell{grid-template-columns:272px minmax(0,1fr);height:100dvh;display:grid;position:relative}.studio-shell-sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.icon-button{min-width:32px;height:32px;color:var(--muted-strong);letter-spacing:.02em;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.icon-button:hover{background:var(--panel-subtle)}.primary-button,.subtle-button{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:13px;line-height:1;text-decoration:none;transition:transform .16s,opacity .16s,border-color .16s;display:inline-flex}.primary-button{background:var(--accent);color:#fff;border:0;font-weight:700}.subtle-button{border:1px solid var(--line);background:var(--panel);color:var(--text-strong)}.primary-button:hover,.subtle-button:hover{transform:translateY(-1px)}.primary-button:disabled,.subtle-button:disabled{cursor:wait;opacity:.55}.field{gap:8px;display:grid}.field span{color:var(--muted);letter-spacing:.02em;font-size:12px}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--panel);width:100%;color:var(--text-strong);border-radius:14px;outline:none;padding:14px 16px;transition:border-color .16s,box-shadow .16s,transform .16s}.field input::placeholder,.field textarea::placeholder{color:#a0a0a0}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(var(--accent-strong-rgb), .32);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12);transform:translateY(-1px)}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-label-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.field-required-badge{color:#dc2626;align-items:center;margin-left:2px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.field-required-empty input,.field-required-empty select,.field-required-empty textarea{border-color:#dc262652;box-shadow:0 0 0 3px #dc262614}.field-helper-error{color:#b42318;font-size:12px;font-weight:600;line-height:1.5}.loading-indicator{background:var(--panel-muted);border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.loading-spinner{border:2px solid rgba(var(--accent-rgb), .18);border-top-color:var(--accent);border-radius:999px;flex-shrink:0;width:18px;height:18px;animation:.9s linear infinite spin}.loading-dots{align-items:center;gap:6px;display:inline-flex}.loading-dots span{background:var(--accent);border-radius:999px;width:7px;height:7px;animation:1.1s ease-in-out infinite pulseDots}.loading-dots span:nth-child(2){animation-delay:.16s}.loading-dots span:nth-child(3){animation-delay:.32s}.loading-caption{color:var(--muted-strong);margin:0;font-size:14px;font-weight:600}.status-toast{z-index:30;color:#fff;max-width:min(90vw,520px);box-shadow:var(--shadow-popover);background:#303030;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:inline-flex;position:fixed;top:22px;left:50%;transform:translate(-50%)}.status-toast strong{font-size:13px}.status-toast span{font-size:13px;line-height:1.5}.status-toast-error{background:var(--danger)}.sidebar-backdrop{z-index:14;background:#15151547;border:0;position:fixed;inset:0}.auth-kicker{color:var(--accent-strong);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseDots{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes assetFlash{0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0);transform:translateY(0)}25%{box-shadow:0 0 0 6px rgba(var(--accent-rgb), .18);transform:translateY(-1px)}to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0);transform:translateY(0)}}@media (max-width:1100px){body{overflow:hidden}.page-shell,.studio-shell{height:100dvh;min-height:100dvh}.studio-shell,.studio-shell-sidebar-collapsed{grid-template-columns:1fr}}@media (max-width:720px){.primary-button,.subtle-button{flex:1 1 0}.status-toast{width:calc(100vw - 24px)}}
