:root{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand: #2563eb;--brand-dark: #1e3a8a;--brand-light: rgba(37, 99, 235, .12);--brand-shadow: rgba(37, 99, 235, .24);--brand-gradient: linear-gradient(110deg, #0f4fd8 0%, #2276f2 52%, #38a6ff 100%);--brand-gradient-strong: linear-gradient(110deg, #0f4fd8 0%, #2276f2 52%, #38a6ff 100%);--primary-button-hover-shadow: 0 18px 34px rgba(37, 99, 235, .32)}:root.dark-theme{--bg-primary: #141414;--bg-secondary: rgba(255, 255, 255, .02);--bg-tertiary: rgba(255, 255, 255, .06);--bg-hover: rgba(255, 255, 255, .12);--border-color: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .12);--text-primary: #e5e7eb;--text-secondary: rgba(229, 231, 235, .8);--text-tertiary: rgba(229, 231, 235, .65);--shadow: rgba(0, 0, 0, .45);--shadow-light: rgba(0, 0, 0, .3);--accent: var(--brand);--accent-bg: rgba(37, 99, 235, .2);--page-bg: white}:root.light-theme{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--bg-hover: #dee2e6;--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(0, 0, 0, .15);--text-primary: #212529;--text-secondary: rgba(33, 37, 41, .8);--text-tertiary: rgba(33, 37, 41, .65);--shadow: rgba(0, 0, 0, .15);--shadow-light: rgba(0, 0, 0, .1);--accent: var(--brand);--accent-bg: rgba(37, 99, 235, .1);--page-bg: white}html,body{margin:0;padding:0;min-height:100vh;min-height:100dvh;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}html{background:var(--bg-primary)}*{box-sizing:border-box}.routeLoadingScreen{min-height:100vh;display:grid;place-items:center;padding:32px;background:#fff}.routeLoadingMark{width:min(320px,100%);display:grid;justify-items:center;gap:22px}.routeLoadingMark img{width:76px;height:76px;object-fit:contain}.routeLoadingProgress{width:min(220px,70vw);height:4px;overflow:hidden;border-radius:999px;background:#0ea5e929}.routeLoadingProgress span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#2563eb);animation:routeLoadingProgress 1.1s ease-in-out infinite}@keyframes routeLoadingProgress{0%{transform:translate(-110%)}52%{transform:translate(82%)}to{transform:translate(250%)}}.oauthCallbackScreen{min-height:100vh;display:grid;place-items:center;padding:32px;background:#fff;color:#0f172a}.oauthCallbackLoading,.oauthCallbackError{width:min(320px,100%);display:grid;justify-items:center;gap:22px}.oauthCallbackLogo{width:76px;height:76px;object-fit:contain}.oauthCallbackProgress{width:min(220px,70vw);height:4px;overflow:hidden;border-radius:999px;background:#0ea5e929}.oauthCallbackProgress span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#2563eb);animation:routeLoadingProgress 1.1s ease-in-out infinite}.oauthCallbackError{gap:16px;text-align:center}.oauthCallbackError h1{margin:0;font-size:22px;line-height:1.25;font-weight:800}.oauthCallbackError p{margin:0;color:#64748b;font-size:14px;line-height:1.55}.oauthCallbackActions{display:flex;justify-content:center;margin-top:4px}.oauthCallbackButton{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(37,99,235,.72);border-radius:8px;background:var(--brand-gradient);color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:none;transition:box-shadow .18s ease}.oauthCallbackButton:hover{box-shadow:var(--primary-button-hover-shadow)}
