@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;600;700&display=swap";.auth-page{background:radial-gradient(circle at 50% 0,#172f39 0,#0b111a 52%);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-card{background:#101925;border:1px solid #2a3a4c;border-radius:18px;width:min(100%,420px);padding:38px;box-shadow:0 24px 80px #03070d88}.auth-brand{color:#dffbf6;align-items:center;gap:10px;font-size:22px;display:flex}.auth-brand span{color:#07110f;background:#68d5c4;border-radius:11px;place-items:center;width:36px;height:36px;font-size:24px;font-weight:700;display:grid}.auth-kicker{color:#68d5c4;margin:24px 0 6px;font-size:12px}.auth-card h1{margin:0 0 24px;font-size:28px}.auth-description{color:#91a0b1;margin:-10px 0 24px;font-size:13px;line-height:1.6}.auth-form{gap:17px;display:grid}.auth-form label{color:#b4c0cd;gap:7px;font-size:12px;display:grid}.auth-form input{width:100%;padding:11px 12px}.auth-form button{width:100%;margin-top:3px}.auth-error,.auth-success{margin:0;font-size:12px;line-height:1.5}.auth-error{color:#fb7185}.auth-success{color:#9cf1df;background:#12302e;border:1px solid #2c6a62;border-radius:8px;padding:10px 12px}.auth-note{color:#718093;margin:24px 0 0;font-size:11px;line-height:1.6}.planning-notice,.planning-feedback{color:#aab7c6;background:#111b28;border:1px solid #2a3a4d;border-radius:10px;margin:0 0 16px;padding:14px 16px}.planning-feedback{justify-content:space-between;display:flex}.planning-grid{grid-template-columns:1.25fr 1fr 1fr;align-items:start;gap:16px;display:grid}.planning-form{align-content:start;gap:12px;display:grid}.planning-form label,.budget-panel label{color:#91a0b1;gap:6px;font-size:12px;display:grid}.planning-page input,.planning-page select{color:#e7edf4;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1622;border:1px solid #314052;border-radius:8px;width:100%;padding:10px}.form-row{gap:10px;display:flex}.form-row>*{flex:1}.estimate-total,.recommendation{background:#0b141e;border-radius:10px;margin-top:8px;padding:16px}.estimate-total strong,.recommendation strong{margin:6px 0;font-size:24px;display:block}.estimate-total small,.recommendation small,.budget-panel>small{color:#718093}.deductions h3{font-size:13px}.deductions div,.budget-panel dl div{border-top:1px solid #202d3c;justify-content:space-between;padding:7px 0;display:flex}.expense-list{padding:0;list-style:none}.expense-list li{grid-template-columns:1fr auto auto;align-items:center;gap:10px;display:grid}.budget-panel{align-content:start;gap:12px;display:grid}.budget-panel dl,.budget-panel dt,.budget-panel dd{margin:0}@media (width<=1100px){.planning-grid{grid-template-columns:1fr 1fr}.budget-panel{grid-column:1/-1}}@media (width<=700px){.planning-grid{grid-template-columns:1fr}.budget-panel{grid-column:auto}.form-row{display:grid}}.reports-page{max-width:1120px;margin:auto}.report-create{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.report-create label{gap:6px;display:grid}.report-create input{color:inherit;background:#0b1726;border:1px solid #38516b;border-radius:8px;padding:10px}.report-list{padding:0;list-style:none}.report-list li{border-bottom:1px solid #294057;justify-content:space-between;align-items:center;padding:15px 0;display:flex}.report-list small{color:#9fb0c4;display:block}.report-actions{gap:8px;display:flex}.report-actions a{border:1px solid #2c4249;border-radius:8px;padding:8px 12px}:root{color:#e7edf4;font-synthesis:none;background:#0b111a;font-family:Noto Sans KR,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 65% 0,#172536 0,#0b111a 36%);min-width:320px;margin:0}a{color:inherit;text-decoration:none}.shell{min-height:100vh}.shell aside{background:#0d141f;border-right:1px solid #243142;width:230px;padding:30px 18px;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 12px 35px;display:flex}.brand span{color:#07110f;background:#68d5c4;border-radius:10px;place-items:center;width:32px;height:32px;font-size:22px;font-weight:700;display:grid}.brand-name{font-size:22px;font-weight:700;line-height:1.2}.brand-by{color:#5c6b7d;letter-spacing:.02em;font-size:11px;font-weight:400}.shell nav{gap:6px;display:grid}.shell nav a{color:#8e9aaa;border-radius:9px;gap:12px;padding:12px 14px;display:flex}.shell nav a.active{color:#dffbf6;background:#172c31}.shell nav i{width:20px;font-style:normal}.local{color:#68d5c4;font-size:12px;position:absolute;bottom:18px}.shell main{max-width:1500px;margin-left:230px;padding:36px 42px 60px}.page-head{justify-content:space-between;align-items:end;margin-bottom:26px;display:flex}.page-head p{color:#68d5c4;margin:0;font-size:12px}.page-head h1{margin:5px 0 0;font-size:29px}.page-head label{color:#8e9aaa;gap:5px;font-size:11px;display:grid}input:not([type]),input[type=text],input[type=date],input[type=month],input[type=number],input[type=search]{color:#e7edf4;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#111b28;border:1px solid #314052;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:14px}input:not([type]):focus,input[type=text]:focus,input[type=date]:focus,input[type=month]:focus,input[type=number]:focus,input[type=search]:focus{outline-offset:1px;outline:2px solid #68d5c4}button{color:#dffbf6;cursor:pointer;background:#1a2a30;border:1px solid #2c4249;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,border-color .15s}button:hover:not(:disabled){background:#213540;border-color:#3a5560}button:focus-visible{outline-offset:1px;outline:2px solid #68d5c4}button:disabled{cursor:not-allowed;opacity:.5}button.primary,.state button{color:#07110f;background:#68d5c4;border-color:#68d5c4}button.primary:hover:not(:disabled),.state button:hover:not(:disabled){background:#7fe0d1;border-color:#7fe0d1}input[type=file]{color:#8e9aaa;font-size:13px}input[type=file]::file-selector-button{color:#dffbf6;cursor:pointer;background:#1a2a30;border:1px solid #2c4249;border-radius:8px;margin-right:10px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600}input[type=file]::file-selector-button:hover{background:#213540;border-color:#3a5560}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(72%)sepia(11%)saturate(939%)hue-rotate(122deg)brightness(92%)contrast(88%);cursor:pointer}input[type=month]::-webkit-calendar-picker-indicator{filter:invert(72%)sepia(11%)saturate(939%)hue-rotate(122deg)brightness(92%)contrast(88%);cursor:pointer}input[type=color]{cursor:pointer;background:#111b28;border:1px solid #314052;border-radius:8px;width:44px;height:38px;padding:2px}.select{min-width:140px;display:inline-block;position:relative}.select-trigger{color:#e7edf4;cursor:pointer;text-align:left;white-space:nowrap;background:#111b28;border:1px solid #314052;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;display:flex;overflow:hidden}.select-trigger span{text-overflow:ellipsis;overflow:hidden}.select-trigger:hover{border-color:#3f5266}.select-trigger:focus-visible,.select-trigger[aria-expanded=true]{outline-offset:1px;outline:2px solid #68d5c4}.select-trigger i{color:#68d5c4;font-size:11px;font-style:normal}.select-options{z-index:20;background:#111b28;border:1px solid #314052;border-radius:8px;max-height:240px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #03070d55}.select-options li{cursor:pointer;color:#e7edf4;border-radius:6px;padding:8px 10px;font-size:14px}.select-options li.highlight,.select-options li[aria-selected=true]{color:#dffbf6;background:#172c31}.month-picker{gap:8px;display:flex}.month-picker .select:first-child{flex:90px;min-width:90px}.month-picker .select:last-child{flex:70px;min-width:70px}.field-label{color:#8e9aaa;gap:5px;max-width:220px;margin-bottom:20px;font-size:11px;display:grid}.filters{flex-wrap:wrap;align-items:end;gap:24px;display:flex}.filters .field-label{flex:0 0 200px}.filters button{flex:none;align-self:end}input[type=month]{padding-right:6px}.category-form-row{flex-wrap:wrap;align-items:end;gap:16px;display:flex}.filters .field-label{max-width:none;margin-bottom:0}.category-form-row .field-label{max-width:220px;margin-bottom:0}.filters button,.category-form-row button{height:40px}.category-form-row .field-label:first-child{flex:0 260px}.classify-form{gap:16px;display:grid}.scope-fieldset{border:1px solid #243142;border-radius:10px;gap:10px;margin:0;padding:14px 16px;display:grid}.scope-fieldset legend{color:#8e9aaa;padding:0 6px;font-size:11px}.scope-fieldset label{color:#e7edf4;align-items:center;gap:8px;font-size:14px;display:flex}nav.pager{border-top:1px solid #202d3c;justify-content:center;align-items:center;gap:14px;margin-top:20px;padding-top:16px;display:flex}.metrics{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.metrics article,.panel,.state{background:#101925;border:1px solid #243142;border-radius:14px;padding:22px;box-shadow:0 12px 30px #03070d33}.metrics span{color:#91a0b1;font-size:13px}.metrics strong{margin:10px 0 6px;font-size:27px;display:block}.metrics small{color:#718093}.positive{color:#6ee7b7!important}.negative{color:#fb7185!important}.charts{grid-template-columns:1.7fr 1fr;gap:16px;margin-top:16px;display:grid}.panel h2{margin:0 0 18px;font-size:16px}.chart{height:270px}.lower{grid-template-columns:1fr 1.2fr 1fr;gap:16px;margin-top:16px;display:grid}.panel ol{margin:0;padding:0;list-style:none}.panel li,.transaction,.review{border-top:1px solid #202d3c;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.panel li:first-child{border-top:0}.panel b{font-size:13px}.transaction>span:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.transaction b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.transaction small{color:#718093;font-size:11px}.transaction-actions{white-space:nowrap;align-items:center;gap:10px;display:flex}.review b{color:#68d5c4}.state{text-align:center;padding:60px 20px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.shell aside{width:auto;position:static}.shell nav{grid-template-columns:repeat(3,1fr)}.local{display:none}.shell main{margin-left:0;padding:24px}.charts,.lower{grid-template-columns:1fr}}@media (width<=560px){.metrics{grid-template-columns:1fr}.shell nav{grid-template-columns:repeat(2,1fr)}.page-head{align-items:start}.metrics strong{font-size:23px}.panel li,.transaction,.review{flex-wrap:wrap;gap:8px 16px}.panel li>span:first-child,.transaction>span:first-child{white-space:normal;flex:100%;min-width:0}.transaction b{white-space:normal}nav.pager{flex-wrap:wrap}}.account-box{color:#b4c0cd;border:1px solid #243142;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;font-size:12px;display:flex;position:absolute;bottom:62px;left:18px;right:18px}.account-box button{color:#9cf1df;background:0 0;border-color:#2c4249;padding:5px 8px;font-size:11px}
