: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;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)}.paymentCompletionOverlay{position:fixed;inset:0;z-index:11000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.paymentCompletionCard{width:min(100%,520px);padding:42px 38px 34px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;box-shadow:0 24px 60px #0f172a33;color:var(--ink);text-align:center}.paymentCompletionCard h2{margin:0;color:var(--ink);font-size:clamp(24px,4vw,34px);font-weight:900;letter-spacing:0;line-height:1.16}.paymentCompletionCard p{margin:18px 0 0;color:var(--muted);font-size:18px;font-weight:800;line-height:1.6}.paymentCompletionCard span{display:block;margin-top:16px;color:#6b7280;font-size:14px;font-weight:800}.paymentCompletionCard button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:28px;padding:0 30px;border:0;border-radius:8px;background:var(--brand-gradient, linear-gradient(110deg, #0f4fd8 0%, #2276f2 52%, #38a6ff 100%));color:#fff;cursor:pointer;font:inherit;font-size:15px;font-weight:900;transition:box-shadow .2s ease,transform .2s ease}.paymentCompletionCard button:hover{box-shadow:var(--primary-button-hover-shadow, 0 18px 34px rgba(37, 99, 235, .32));transform:translateY(-1px)}@media(max-width:640px){.paymentCompletionOverlay{align-items:flex-end;padding:18px}.paymentCompletionCard{padding:34px 22px 28px}.paymentCompletionCard h2{font-size:26px}.paymentCompletionCard p{font-size:16px}.paymentCompletionCard button{width:100%}}.smartTaskAssistant{position:fixed;right:24px;bottom:24px;z-index:96;display:grid;justify-items:end;gap:12px;pointer-events:none}.smartTaskAssistant:not(.isOpen){transform-origin:center bottom;animation:smartTaskButtonHop 1.08s cubic-bezier(.28,.84,.42,1) infinite}.smartTaskAssistant button,.smartTaskAssistant input{font:inherit}.smartTaskLauncher{position:relative;min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;padding:0 10px;border:1px solid #020617;border-radius:8px;background:#020617;color:#fff;box-shadow:none;cursor:pointer;font-size:18px;font-weight:900;line-height:1;pointer-events:auto;transition:box-shadow .18s ease}.smartTaskLauncherLogo,.smartTaskLauncherAi{width:36px;height:36px;flex:0 0 auto;border-radius:8px}.smartTaskLauncherLogo{display:block;object-fit:contain}.smartTaskLauncherAi{display:inline-grid;place-items:center;border:1px solid rgba(37,99,235,.72);background:#2563eb1f;color:#fff;font-size:14px;font-weight:1000;letter-spacing:0;line-height:1}.smartTaskLauncher:hover,.smartTaskAssistant.isOpen .smartTaskLauncher{box-shadow:0 20px 42px #02061747,0 12px 30px #2563eb4d}@keyframes smartTaskButtonHop{0%,to{transform:translateY(0) scale(1)}20%{transform:translateY(-11px) scale(1.018)}38%{transform:translateY(0) scale(1)}54%{transform:translateY(-5px) scale(1.008)}70%{transform:translateY(0) scale(1)}}.smartTaskPanel{position:relative;width:min(420px,calc(100vw - 32px));height:min(82vh,780px);max-height:calc(100vh - 112px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:16px;overflow:hidden;padding:22px;border:1px solid rgba(147,197,253,.28);border-radius:8px;background:linear-gradient(135deg,#2563eb57,#3b82f624 42%,#0f172a00 72%),linear-gradient(180deg,#08111f,#020617);color:#fff;font-size:16px;box-shadow:0 30px 74px #02061775,0 14px 34px #2563eb2e,0 0 0 1px #ffffff14 inset;pointer-events:auto;isolation:isolate}.smartTaskPanel:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#02061757,#0206170f 34%,#02061761),repeating-linear-gradient(115deg,rgba(147,197,253,.06) 0 1px,transparent 1px 18px);pointer-events:none}.smartTaskPanel:after{content:"";position:absolute;inset:0;z-index:-1;border-top:4px solid #2563eb;background:linear-gradient(180deg,#0206170a,#02061747);pointer-events:none}.smartTaskHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.smartTaskHeaderTitle{display:flex;align-items:center;min-width:0}.smartTaskHeader h2{margin:0;color:#fff;font-size:25px;font-weight:900;line-height:1.12;letter-spacing:0}.smartTaskIconButton{width:36px;height:36px;min-width:36px;display:inline-grid;place-items:center;border:1px solid rgba(147,197,253,.22);border-radius:8px;background:#ffffff14;color:#e2e8f0db;cursor:pointer;box-shadow:none;filter:none;transition:color .18s ease,filter .18s ease}.smartTaskIconButton:hover{color:#fb7185;filter:drop-shadow(0 8px 12px rgba(251,113,133,.34))}.smartTaskIconButton svg{width:21px;height:21px}.smartTaskIntro{margin:0;color:#64748b;font-size:16px;line-height:1.55}.smartTaskGuide{display:grid;gap:10px}.smartTaskGuide p{margin:0;color:#fff;font-size:16px;font-weight:800;line-height:1.45}.smartTaskGuide>span{color:#cbd5e1db;font-size:14px;font-weight:700;line-height:1.45}.smartTaskBody{min-height:0;display:grid;align-content:start;gap:14px;overflow:auto;padding:2px 4px 2px 0;scrollbar-width:thin;scrollbar-color:rgba(37,99,235,.42) transparent}.smartTaskBody::-webkit-scrollbar{width:6px}.smartTaskBody::-webkit-scrollbar-track{background:transparent}.smartTaskBody::-webkit-scrollbar-thumb{border-radius:999px;background:#2563eb6b}.smartTaskForm{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:center;gap:8px;padding:8px;border:2px solid rgba(147,197,253,.78);border-radius:8px;background:#fff;box-shadow:0 14px 32px #02061733,0 0 18px #93c5fd29}.smartTaskForm input{width:100%;min-width:0;min-height:54px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:#0f172a;font-size:15px;font-weight:700;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.smartTaskForm input::placeholder{color:#94a3b8;font-weight:600}.smartTaskForm input:hover,.smartTaskForm input:focus{box-shadow:none}.smartTaskForm button,.smartTaskResult button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(37,99,235,.72);border-radius:8px;background:var(--brand-gradient, linear-gradient(110deg, #0f4fd8 0%, #2276f2 52%, #38a6ff 100%));color:#fff;cursor:pointer;font-size:15px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:none;transition:box-shadow .18s ease}.smartTaskForm button{width:54px;padding:0}.smartTaskForm button:disabled{cursor:default;opacity:.48;transform:none}.smartTaskForm button svg{width:24px;height:24px}.smartTaskForm button:hover,.smartTaskResult button:hover{box-shadow:var(--primary-button-hover-shadow, 0 18px 34px rgba(37, 99, 235, .32))}.smartTaskForm button:disabled:hover{box-shadow:none;transform:none}.smartTaskExamples{display:grid;gap:10px;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#ffffffb8}.smartTaskExamples>span{color:#475569;font-size:14px;font-weight:900}.smartTaskExamples>div{display:flex;flex-wrap:wrap;gap:8px}.smartTaskExamples button{min-height:32px;padding:0 10px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;color:#334155;cursor:pointer;font-size:13px;font-weight:800;box-shadow:none;transition:box-shadow .18s ease}.smartTaskExamples button:hover{box-shadow:0 9px 18px #2563eb24}.smartTaskFileBox{display:grid;gap:10px;padding:0;border:0;border-radius:8px;background:transparent}.smartTaskFileHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.smartTaskFileHead strong{color:#fff;font-size:14px;font-weight:900}.smartTaskFileHead span{color:#2563eb;font-size:13px;font-weight:900}.smartTaskFileDrop{min-height:74px;display:grid;place-items:center;gap:4px;padding:13px;border:2px dashed rgba(147,197,253,.72);border-radius:8px;background:#fffffff5;color:#1e3a8a;cursor:pointer;outline:none;box-shadow:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.smartTaskFileDrop:focus-visible,.smartTaskFileDrop.hasFiles,.smartTaskFileDrop.isDragging{border-color:#2563ebf2;background:#fff;box-shadow:0 18px 34px #2563eb47,0 0 18px #93c5fd2e}.smartTaskFileDrop.isDragging{background:linear-gradient(180deg,#eff6fff5,#fff),#fff;color:#2563eb;transform:translateY(-1px)}.smartTaskFileDrop:hover{box-shadow:0 18px 34px #2563eb47,0 0 18px #93c5fd2e}.smartTaskFileDrop b{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:15px;font-weight:900;line-height:1.2}.smartTaskFileDrop b svg{width:18px;height:18px;flex:0 0 auto}.smartTaskFileDrop span{color:#64748b;font-size:13px;font-weight:700;line-height:1.35;text-align:center}.smartTaskFileList{display:grid;gap:7px}.smartTaskFileItem{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:8px 9px;border:1px solid rgba(147,197,253,.2);border-radius:8px;background:#fff}.smartTaskFileItem span{min-width:0;overflow:hidden;color:#0f172a;font-size:14px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.smartTaskFileItem small{color:#94a3b8;font-size:12px;font-weight:800;white-space:nowrap}.smartTaskFileItem button{width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid rgba(220,38,38,.2);border-radius:8px;background:#fff;color:#dc2626;cursor:pointer;box-shadow:none;transition:box-shadow .18s ease}.smartTaskFileItem button:hover{box-shadow:0 10px 20px #dc262624}.smartTaskFileItem svg{width:15px;height:15px}.smartTaskFileError{color:#fca5a5;font-size:13px;font-weight:800;line-height:1.45}.smartTaskNotice{display:grid;gap:5px;padding:12px;border:1px solid rgba(147,197,253,.22);border-radius:8px;background:#0f172a94}.smartTaskNotice strong{color:#fff;font-size:15px;font-weight:900;line-height:1.35}.smartTaskNotice span{color:#cbd5e1db;font-size:14px;font-weight:700;line-height:1.45}.smartTaskResult{display:grid;gap:9px;padding:14px;border:1px solid rgba(37,99,235,.24);border-radius:8px;background:linear-gradient(180deg,#e0f2fe7a,#fffffff0);box-shadow:inset 3px 0 #2563eb}.smartTaskResult strong{color:#0f172a;font-size:16px;font-weight:800;line-height:1.4}.smartTaskResult strong b{color:#1e3a8a;font-weight:900}.smartTaskResult span,.smartTaskResult small{color:#64748b;font-size:14px;font-weight:700;line-height:1.45}.smartTaskResult small{color:#94a3b8;font-size:13px}.smartTaskResult button{width:100%;margin-top:3px;padding:0 14px}.smartTaskResult button:disabled{cursor:wait;opacity:.66;transform:none}.smartTaskResult button svg{width:18px;height:18px}.smartTaskPlan{display:grid;gap:7px;padding:10px;border:1px solid rgba(37,99,235,.14);border-radius:8px;background:#ffffffbd}.smartTaskPlan>span{color:#1e3a8a;font-size:13px;font-weight:900}.smartTaskPlan ol{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.smartTaskPlan li{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:8px;background:#fff;color:#0f172a;font-size:13px;font-weight:900;box-shadow:0 1px #0f172a14}.smartTaskResult.isEmpty{border-color:#0f172a1f;background:#fff;box-shadow:inset 3px 0 #94a3b8}.smartTaskResult.isEmpty button{border-color:#0f172a;background:#0f172a}.smartTaskResult.isEmpty button:hover{box-shadow:0 14px 26px #0f172a2e}@media(max-width:640px){.smartTaskAssistant{display:none}.smartTaskPanel{width:100%;height:min(78vh,680px);max-height:calc(100dvh - 104px);padding:16px}.smartTaskLauncher{width:fit-content;min-height:54px;justify-self:end}.smartTaskHeader h2{font-size:22px}.smartTaskGuide p,.smartTaskIntro{font-size:15px}.smartTaskForm{grid-template-columns:minmax(0,1fr) 52px;padding:6px}.smartTaskForm button{width:52px}}@media(prefers-reduced-motion:reduce){.smartTaskAssistant *,.smartTaskAssistant *:before,.smartTaskAssistant *:after{animation:none!important;transition-duration:.01ms!important}}
