@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap");:root{--bg:#f8f7f4;--surface:#fff;--soft:#f3f1ed;--ink:#292c28;--muted:#858780;--line:#e8e7e1;--accent:#a33b32;--accent-soft:#f7eae6;--green:#47705c;--green-soft:#edf3ed;--blue:#52768e;--blue-soft:#eaf1f7;--gold:#946b39;--gold-soft:#f8f0df;--sidebar:#252824;--shadow:0 24px 80px #161b1926;color-scheme:light}[data-theme=dark]{--bg:#1a1d1a;--surface:#232723;--soft:#2b302a;--ink:#e7e9e2;--muted:#a0a79b;--line:#373c34;--accent:#e08975;--accent-soft:#412f29;--green:#a1c2a5;--green-soft:#293b2d;--blue:#9abbcf;--blue-soft:#283841;--gold:#d8bd8a;--gold-soft:#3d3626;--sidebar:#141713;--shadow:0 24px 80px #0006;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Noto Sans KR,Arial,sans-serif;font-size:13px;line-height:1.6}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:wait;opacity:.5}a,button,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:4px}input,textarea{background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:12px 14px;width:100%;color:var(--ink);outline:none;transition:border-color .15s}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{resize:vertical}label{display:block;font-size:12px;font-weight:600}label>.password-field,label>input,label>textarea{margin-top:8px}input[type=checkbox],input[type=radio]{accent-color:var(--accent);width:16px;height:16px;padding:0}h1,h2,h3,p{margin:0}a{color:var(--accent);text-decoration:none}svg{flex-shrink:0}b,strong{font-weight:700}.muted{color:var(--muted)}.accent-text{color:var(--accent)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.brand{display:flex;align-items:center;gap:9px;white-space:nowrap}.brand img{width:39px;height:39px;object-fit:contain}.brand b{display:block;font-size:18px;letter-spacing:.6px;font-weight:800;line-height:1.3}.brand b span{font-weight:400;margin-left:5px}.brand small{display:block;font-size:6.8px;letter-spacing:1.6px;opacity:.55;margin-top:4px}.brand-large img{width:48px;height:48px}.brand-large b{font-size:23px}.brand-large small{font-size:8px}.button{min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 17px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;transition:filter .15s,transform .15s}.button:hover{filter:brightness(.94)}.primary{background:var(--accent);color:var(--bg)}:root:not([data-theme=dark]) .primary{color:white}.secondary{background:var(--surface);border:1px solid var(--line)}.danger{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:6px}.icon-button:hover{background:var(--soft)}.text-button{display:inline-flex;gap:6px;align-items:center;font-size:12px;color:var(--muted);padding:8px}.text-button:hover{color:var(--accent)}.section-eyebrow{font-size:9px;font-weight:600;letter-spacing:1.8px;color:var(--muted)}.theme-control{display:flex;border:1px solid var(--line);border-radius:7px;width:max-content;padding:3px;gap:2px;background:var(--soft)}.theme-control button{display:flex;justify-content:center;align-items:center;height:29px;width:33px;color:var(--muted);border-radius:4px}.theme-control button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #0001}.splash{height:100dvh;display:flex;align-items:center;justify-content:center;gap:24px;flex-direction:column}.splash p{color:var(--muted)}.app-shell{min-height:100dvh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:222px;background:var(--sidebar);color:#e9ebe3;display:flex;flex-direction:column;padding:32px 20px 18px}.sidebar>.brand{padding:0 2px 35px;border-bottom:1px solid #ffffff12}.sidebar-inner{flex:1 1;display:flex;flex-direction:column;padding-top:27px}.nav-caption{font-size:8px;letter-spacing:1.7px;color:#848d80;display:block;padding:0 13px 12px}.sidebar nav>button{width:100%;display:flex;align-items:center;gap:12px;height:46px;padding:0 13px;border-radius:6px;color:#a9b0a2;font-size:13px;text-align:left;margin-bottom:6px}.sidebar nav>button:hover{background:#ffffff06}.sidebar nav>button.active{background:#ffffff0e;color:#fbf8ed}.nav-dot{display:none;width:5px;height:5px;background:#d28868;border-radius:50%;margin-left:auto}.active .nav-dot{display:block}.admin-caption{padding-top:32px}.muted-icon{margin-left:auto;color:#7c8576}.sidebar-note{margin:auto 12px 35px;padding-top:60px;color:#b5bcad}.little-line{display:block;width:20px;height:2px;background:#bc8164;margin-bottom:15px}.sidebar-note p{font-size:12px;line-height:1.95;letter-spacing:.2px}.sidebar-note small{font-size:7px;letter-spacing:1.6px;color:#737f6e;display:block;margin-top:13px}.sidebar-bottom{border-top:1px solid #ffffff12;padding-top:18px}.sidebar .theme-control{--soft:#1f221e;--surface:#363c32;--line:#3b4036;--ink:#e9ebe3;--muted:#949c8c;margin-bottom:20px}.profile{gap:10px}.profile,.user-avatar{display:flex;align-items:center}.user-avatar{justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--soft);font-size:13px;flex-shrink:0}.sidebar .user-avatar{background:#474c3c;color:#e4d5b0}.profile>div:nth-child(2){min-width:0;flex:1 1}.profile b{display:block;overflow:hidden;text-overflow:ellipsis;font-size:11px}.profile small{font-size:9px;color:#8d9685}.profile>.icon-button{width:27px;color:#8d9685}.workspace{margin-left:222px;min-width:0;flex:1 1}.bottom-nav,.mobile-fab,.mobile-header{display:none}.admin-page,.calendar-page,.settings-page{padding:28px 32px 32px;max-width:1800px;margin:auto}.page-topline{display:flex;align-items:center;justify-content:space-between;min-height:20px;color:var(--muted);font-size:10px;margin-bottom:29px}.page-topline>span{display:flex;align-items:center;gap:10px}.private-indicator{font-size:9px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:36px}.page-heading h1{font-size:29px;letter-spacing:-1.7px;line-height:1.4;font-weight:800}.title-dot{color:var(--accent);margin-left:4px}.page-heading p{margin-top:7px;color:var(--muted);font-size:12px}.heading-actions{gap:12px}.heading-actions,.search-field{display:flex;align-items:center}.search-field{gap:8px;color:var(--muted);border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:0 12px;height:41px;font-weight:400}.search-field input{border:0;padding:0;width:130px;margin:0;background:transparent;font-size:11px;box-shadow:none}.search-field button{display:flex;padding:0}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.month-navigation{display:flex;align-items:center;gap:13px}.month-navigation h2{font-size:22px;font-weight:700;letter-spacing:-.7px;white-space:nowrap}.month-navigation h2 span{font-size:16px;font-weight:500}.arrow-buttons{display:flex;gap:2px}.arrow-buttons button{height:30px;width:28px;display:flex;align-items:center;justify-content:center;border-radius:4px}.arrow-buttons button:hover{background:var(--soft)}.today-button{font-size:10px;border:1px solid var(--line);border-radius:4px;padding:4px 10px;background:var(--surface)}.toolbar-right{display:flex;align-items:center;gap:16px}.view-switch{display:flex;background:var(--soft);padding:3px;border-radius:5px}.view-switch button{padding:4px 12px;font-size:10px;color:var(--muted);border-radius:3px}.view-switch button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px #0001}.category-filter{display:flex;align-items:center;gap:4px}.category-filter button{display:flex;gap:5px;align-items:center;font-size:10px;color:var(--muted);border-radius:4px;padding:5px 7px;white-space:nowrap}.category-filter button.active{color:var(--ink);background:var(--soft)}.category-dot{width:5px;height:5px;border-radius:50%;display:inline-block;flex-shrink:0}.category-dot.personal{background:var(--green)}.category-dot.work{background:var(--blue)}.category-dot.study{background:var(--gold)}.calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 266px;gap:25px}.calendar-main{min-width:0}.calendar-surface{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--line)}.weekday-row span{height:38px;padding:11px 13px;font-size:10px;color:var(--muted)}.sunday{color:var(--accent)!important}.saturday{color:var(--blue)!important}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.day-cell{position:relative;min-height:106px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:9px 6px 5px;cursor:pointer;transition:background .12s}.day-cell:nth-child(7n){border-right:0}.day-cell:nth-last-child(-n+7){border-bottom:0}.day-cell:hover{background:var(--soft)}.day-cell.selected{background:color-mix(in srgb,var(--accent-soft) 45%,var(--surface))}.day-cell.outside{background:var(--bg)}.day-cell.outside .day-number{opacity:.3}.day-number{border-radius:50%;height:25px;min-width:25px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.day-number.is-today{background:var(--accent);color:var(--surface);font-weight:700}.day-cell:nth-child(7n+1) .day-number:not(.is-today){color:var(--accent)}.day-cell:nth-child(7n) .day-number:not(.is-today){color:var(--blue)}.day-add{position:absolute;right:5px;top:10px;display:flex;opacity:0;padding:5px;color:var(--muted)}.day-add:focus-visible,.day-cell:hover .day-add{opacity:1}.day-events{display:flex;flex-direction:column;gap:3px;margin-top:6px}.event-chip{display:block;width:100%;font-size:9px;border-radius:3px;padding:2px 4px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-left:2px solid}.event-chip span{font-size:8px;margin-right:4px;opacity:.7}.category-tag.personal,.event-chip.personal{background:var(--green-soft);color:var(--green)}.category-tag.work,.event-chip.work{background:var(--blue-soft);color:var(--blue)}.category-tag.study,.event-chip.study{background:var(--gold-soft);color:var(--gold)}.event-chip.completed{text-decoration:line-through;opacity:.45}.more-events{font-size:9px;color:var(--muted);text-align:left;padding:1px 4px}.mobile-dots{display:none}.calendar-footnote{display:flex;gap:15px;color:var(--muted);font-size:8px;margin-top:14px;align-items:center}.calendar-footnote>span{display:flex;align-items:center;gap:5px}.calendar-footnote>span:last-of-type{margin-left:auto}.today-dot{background:var(--accent)}.agenda{display:flex;flex-direction:column;min-width:0}.agenda-heading{padding:1px 0 15px;border-bottom:1px solid var(--line)}.agenda-heading .count-label{float:right;font-size:9px}.agenda-heading h2{font-size:18px;margin-top:11px;letter-spacing:-.6px}.count-label{font-weight:400}.add-day,.count-label{font-size:10px;color:var(--muted)}.add-day{border:1px dashed var(--line);display:flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border-radius:5px;margin:16px 0}.add-day:hover{border-color:var(--accent);color:var(--accent)}.agenda-events{flex:1 1}.agenda-event{padding:16px 14px;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--green);border-radius:6px;margin-bottom:11px}.agenda-event.work{border-left-color:var(--blue)}.agenda-event.study{border-left-color:var(--gold)}.agenda-event-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.2px;color:var(--muted)}.category-tag{border-radius:3px;padding:2px 6px;font-size:9px;letter-spacing:0}.agenda-event-title{display:flex;gap:8px;align-items:flex-start;margin:12px 0 6px}.agenda-event-title>button:last-child{text-align:left;padding:0;font-size:12px;font-weight:600;word-break:break-word;line-height:1.6}.complete-button{border:1px solid var(--line);width:17px;height:17px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;flex-shrink:0;margin-top:2px}.complete-button svg{opacity:0}.complete-button.checked{background:var(--green);border-color:var(--green);color:var(--surface)}.complete-button.checked svg{opacity:1}.is-completed .agenda-event-title>button:last-child{text-decoration:line-through;color:var(--muted)}.event-description{font-size:10px;line-height:1.8;color:var(--muted);margin:7px 0 12px 25px;white-space:pre-wrap;overflow-wrap:anywhere}.reminder-summary{display:flex;align-items:center;gap:5px;font-size:9px;color:var(--muted);padding:8px 0 0;border-top:1px solid var(--line);width:100%;text-align:left}.reminder-summary svg:last-child{margin-left:auto}.assistant-card{margin-top:24px;text-align:left;border:1px solid var(--line);background:var(--soft);padding:14px;border-radius:6px}.assistant-card-top{display:flex;align-items:center;gap:9px}.assistant-card img{width:34px;height:34px;border-radius:50%;object-fit:cover}.assistant-card b{font-size:11px;display:block}.assistant-card span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;margin-top:2px}.assistant-card-top>svg{margin-left:auto;color:var(--muted)}.assistant-card p{font-size:9px;color:var(--muted);margin-top:10px}.connection-dot{height:6px;width:6px;display:inline-block;background:var(--muted);border-radius:50%;flex-shrink:0}.connection-dot.online{background:#6e9674}.empty{padding:55px 12px;text-align:center;display:flex;align-items:center;flex-direction:column;color:var(--muted)}.empty>svg{margin-bottom:17px;opacity:.6}.empty strong{font-weight:500;font-size:12px;color:var(--ink)}.empty p{font-size:10px;margin-top:6px}.month-list{min-height:500px;padding:22px}.list-heading{justify-content:space-between;color:var(--muted);font-size:11px;padding-bottom:15px}.list-event,.list-heading{display:flex;border-bottom:1px solid var(--line)}.list-event{align-items:center;gap:16px;padding:18px 2px}.list-event-date{font-size:11px;width:65px;color:var(--muted)}.list-event-title{text-align:left;flex:1 1;padding:0}.list-event-title b{display:block;font-size:12px}.list-event-title span{font-size:10px;color:var(--muted)}.auth-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.auth-story{padding:44px 9%;background:#252824;color:#e9e9df;display:flex;flex-direction:column;justify-content:space-between;min-height:100dvh;overflow:hidden;position:relative}.auth-story:after{content:"";position:absolute;width:500px;height:500px;border:1px solid #ffffff08;border-radius:50%;right:-280px;bottom:-150px;box-shadow:0 0 0 65px #ffffff02,0 0 0 130px #ffffff02;pointer-events:none}.auth-story-content{padding:60px 0}.auth-story .section-eyebrow{color:#a8ac9c;font-size:9px}.auth-story h1{font-size:clamp(28px,3.1vw,49px);line-height:1.6;letter-spacing:-2px;margin:26px 0 20px;white-space:nowrap;font-weight:600}.auth-story h1>span{color:#c88267}.auth-story p{font-size:13px;line-height:2;color:#a7ad9f}.auth-demo{gap:18px;margin-top:45px;padding:22px 20px;border:1px solid #ffffff16;border-radius:7px;background:#ffffff04;max-width:350px}.auth-demo,.demo-date{display:flex;align-items:center}.demo-date{flex-direction:column;border-right:1px solid #ffffff16;padding-right:18px}.demo-date b{font-size:31px;line-height:1.2}.demo-date span{font-size:6px;letter-spacing:1px;margin-top:5px;color:#a6ad9b}.auth-demo>div:nth-child(2){flex:1 1;display:flex;flex-direction:column}.auth-demo small{font-size:7px;color:#c7ae86;letter-spacing:1.3px}.auth-demo>div:nth-child(2)>b{font-size:12px;font-weight:500;margin:5px 0 9px}.auth-demo>div:nth-child(2)>span{display:flex;align-items:center;gap:5px;font-size:9px;color:#9fa994}.auth-demo>svg{color:#a8b78c}.auth-footer{display:flex;justify-content:space-between;gap:10px;font-size:8px;color:#88917f}.auth-footer>span:first-child{letter-spacing:1.7px}.auth-form-side{display:flex;flex-direction:column;justify-content:center;padding:35px 10%;position:relative}.auth-top{position:absolute;right:35px;top:30px}.auth-card{width:100%;max-width:360px;margin:60px auto}.auth-card h2{font-size:25px;letter-spacing:-1px;margin:15px 0 8px}.auth-card>p{font-size:12px;color:var(--muted);margin-bottom:34px}.auth-card form{display:flex;flex-direction:column;gap:20px}.password-field{position:relative}.password-field input{padding-right:44px}.password-field button{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--muted);padding:5px;display:flex}.auth-submit{margin-top:7px;width:100%;justify-content:space-between;padding:14px 20px;font-size:13px;min-height:48px}.auth-switch{font-size:11px;display:flex;justify-content:center;gap:12px;margin-top:25px;color:var(--muted)}.auth-switch button{padding:0;color:var(--accent);font-weight:600}.private-note{justify-content:center;align-items:center;gap:6px;font-size:10px;border-top:1px solid var(--line);padding-top:25px;margin-top:35px}.auth-legal,.private-note{display:flex;color:var(--muted)}.auth-legal{position:absolute;bottom:28px;left:10%;right:10%;justify-content:space-between;font-size:8px;letter-spacing:1px}.auth-legal span{letter-spacing:0}.password-welcome{max-width:430px;margin:70px auto;padding:30px}.approval-page h1,.password-welcome h1{font-size:24px;letter-spacing:-1px;margin:20px 0 10px}.password-welcome>p{font-size:12px;color:var(--muted);margin-bottom:32px}.approval-symbol{display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);border-radius:18px;width:65px;height:65px;margin-top:28px}.approval-page{max-width:550px;margin:90px auto;text-align:center;padding:30px;display:flex;flex-direction:column;align-items:center}.approval-page p{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:20px}.approval-page>.button{margin-top:28px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1120px}.settings-card{background:var(--surface);border:1px solid var(--line);padding:25px;border-radius:9px;min-width:0}.settings-card-heading{display:flex;gap:12px;align-items:center;margin-bottom:26px}.settings-card-heading h2{font-size:15px;letter-spacing:-.4px}.settings-card-heading p{font-size:10px;color:var(--muted);margin-top:4px}.settings-card-heading>.icon-button,.settings-card-heading>.status-pill{margin-left:auto}.card-icon{width:37px;height:37px;display:flex;justify-content:center;border-radius:9px;color:var(--green);flex-shrink:0}.card-icon,.status-pill{align-items:center;background:var(--soft)}.status-pill{width:max-content;display:inline-flex;color:var(--muted);padding:4px 8px;border-radius:4px;font-size:9px;white-space:nowrap;font-weight:500}.status-pill.success{background:var(--green-soft);color:var(--green)}.status-pill.pending{background:var(--gold-soft);color:var(--gold)}.linked-account{display:flex;align-items:center;gap:12px;padding:17px;background:var(--soft);border-radius:6px}.linked-account img{width:45px;height:45px;border-radius:50%;object-fit:cover}.linked-account b{display:block;font-size:12px}.linked-account code{display:block;font-size:10px;color:var(--muted);margin-top:3px}.linked-account>svg{margin-left:auto;color:var(--green)}.connection-line{gap:6px;font-size:10px;color:var(--muted);margin:15px 0 25px}.button-row,.connection-line{display:flex;align-items:center}.button-row{gap:12px;flex-wrap:wrap}.settings-form{display:flex;flex-direction:column;gap:18px}.settings-form .button{align-self:flex-start;margin-top:3px}.appearance-row,.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.appearance-row b,.switch-row b{font-size:12px}.appearance-row small,.switch-row small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.switch-row input{appearance:none;width:36px;height:21px;border-radius:20px;background:var(--line);border:0;position:relative;margin:0;cursor:pointer;flex-shrink:0}.switch-row input:checked{background:var(--green)}.switch-row input:after{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;background:white;border-radius:50%;transition:transform .15s}.switch-row input:checked:after{transform:translateX(15px)}.account-readonly{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.account-readonly b{font-weight:500}.connection-steps{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:24px}.connection-steps li{display:flex;gap:12px}.connection-steps li>span{width:23px;height:23px;background:var(--soft);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;flex-shrink:0}.connection-steps b{font-size:11px}.connection-steps p{color:var(--muted);font-size:10px;margin:4px 0 10px}.connection-steps a{font-size:10px;display:flex;gap:4px;align-items:center}.code-block{align-items:center;justify-content:space-between;gap:10px;background:var(--soft);padding:10px;border-radius:5px;font-size:11px;word-break:break-all}.code-block,.code-block button{display:flex}.history-card{grid-column:1/-1}.notification-history>div{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.notification-history>div:last-child{border:0}.history-icon{height:29px;width:29px;background:var(--soft);color:var(--muted);display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.history-icon.sent{background:var(--green-soft);color:var(--green)}.history-icon.retry{background:var(--gold-soft);color:var(--gold)}.notification-history b{display:block;font-size:11px;overflow-wrap:anywhere}.notification-history small{display:block;font-size:9px;color:var(--muted);margin-top:3px}.notification-history .status-pill{margin-left:auto}.settings-card>.button{margin-top:20px}.event-dialog{padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow);width:560px;max-width:calc(100vw - 32px);max-height:90dvh;overflow:hidden}.event-dialog::backdrop{background:#11191073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.event-dialog>form{display:flex;flex-direction:column;max-height:90dvh}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.dialog-header h2{font-size:22px;letter-spacing:-.7px;margin-top:6px}.dialog-header .section-eyebrow{font-size:8px}.dialog-body{padding:24px 28px;overflow-y:auto;overscroll-behavior:contain}.dialog-body>label{margin-bottom:23px}.form-section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;font-weight:600}.form-section-heading>span:first-child{display:flex;align-items:center;gap:7px}.inline-check{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);font-weight:400}.inline-check input{margin:0}.date-form-row{display:flex;gap:12px;margin-top:12px}.date-form-row>label:first-child{flex:1.5 1;min-width:0}.date-form-row>label:last-child{flex:1 1;min-width:0}.date-form-row label{font-size:10px;color:var(--muted)}.date-form-row input{padding:10px 12px;font-size:12px;min-width:0}.field-hint{font-size:10px;color:var(--muted);line-height:1.8;margin-top:10px}.dialog-body fieldset{border:0;padding:0;margin:23px 0}.dialog-body legend{font-size:12px;font-weight:600;margin-bottom:10px}.category-choices{display:flex;gap:8px}.category-choices label{display:flex;gap:6px;align-items:center;border:1px solid var(--line);border-radius:5px;padding:8px 15px;font-size:11px;cursor:pointer;font-weight:400}.category-choices label.selected{background:var(--soft);border-color:var(--muted)}.category-choices input{position:absolute;opacity:0;width:1px;height:1px}.category-choices label:focus-within{outline:2px solid var(--accent)}.reminder-section{padding:19px 0 23px;border-top:1px solid var(--line)}.reminder-picker{display:flex;flex-wrap:wrap;gap:8px}.reminder-picker label{position:relative;cursor:pointer;display:flex;align-items:center;gap:7px;font-weight:400;font-size:11px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:5px}.reminder-picker label.selected{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,var(--line));background:var(--accent-soft)}.reminder-picker input{position:absolute;opacity:0;width:1px;height:1px}.reminder-picker label:focus-within{outline:2px solid var(--accent);outline-offset:2px}.checkbox-visual{width:14px;height:14px;border:1px solid var(--line);border-radius:3px;display:flex;align-items:center;justify-content:center;background:var(--surface)}.checkbox-visual svg{opacity:0}.selected .checkbox-visual{background:var(--accent);border-color:var(--accent);color:var(--surface)}.selected .checkbox-visual svg{opacity:1}.notice-text{display:flex;align-items:center;gap:6px;padding:9px 10px;background:var(--gold-soft);color:var(--gold);font-size:10px;margin-top:10px;border-radius:4px}.optional{font-size:9px;font-weight:400;color:var(--muted);margin-left:4px}.dialog-footer{padding:17px 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:var(--surface)}.dialog-footer>div{display:flex;gap:8px;margin-left:auto}.delete-button{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--accent)}.delete-confirm{padding:16px;background:var(--accent-soft);border-radius:6px;margin-top:16px}.delete-confirm p{font-size:11px;margin-bottom:12px}.error-banner,.form-error{color:var(--accent);background:var(--accent-soft);padding:11px 13px;border-radius:5px;font-size:11px;line-height:1.8}.error-banner{display:flex;align-items:center;gap:8px;margin-bottom:15px}.error-banner button{margin-left:auto;text-decoration:underline}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:100;display:flex;align-items:center;gap:10px;background:var(--ink);color:var(--surface);border-radius:8px;padding:15px 18px;box-shadow:var(--shadow);max-width:calc(100vw - 32px);font-size:12px}.toast>svg{color:#afcb9c}.toast-error>svg{color:#e7a28b}.toast button{display:flex;padding:3px;opacity:.65;margin-left:10px}.admin-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 28px}.admin-summary>div{border:1px solid var(--line);background:var(--surface);padding:22px 25px;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.admin-summary span{font-size:11px;color:var(--muted)}.admin-summary b{font-size:29px;font-weight:500}.user-table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:14px}.user-table-header,.user-table-row{display:grid;grid-template-columns:minmax(140px,1.5fr) 100px 110px 90px 90px;gap:14px;align-items:center}.user-table-header{font-size:9px;color:var(--muted);padding:13px 0}.user-table-header,.user-table-row{border-bottom:1px solid var(--line)}.user-table-row{padding:20px 0;font-size:10px}.user-cell{gap:10px;min-width:0}.user-cell,.user-cell b{display:flex;align-items:center}.user-cell b{gap:5px;font-size:11px;overflow-wrap:anywhere}.user-cell small{font-size:10px;color:var(--muted);overflow-wrap:anywhere}.discord-cell{display:flex;align-items:center;gap:6px}.discord-cell,.user-created{color:var(--muted)}.user-action .button{font-size:10px;min-height:32px;padding:6px 10px}.admin-privacy{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;margin-top:25px}@media(min-width:1600px){.day-cell{min-height:125px}.calendar-layout{grid-template-columns:minmax(0,1fr) 295px;gap:30px}.admin-page,.calendar-page,.settings-page{padding:35px 45px}}@media(max-width:1250px){.sidebar{width:195px;padding:28px 14px 18px}.sidebar .brand b{font-size:16px}.sidebar .brand img{width:32px;height:32px}.sidebar .brand small{font-size:6px;letter-spacing:1.2px}.workspace{margin-left:195px}.admin-page,.calendar-page,.settings-page{padding:25px 23px}.calendar-layout{grid-template-columns:minmax(0,1fr) 230px;gap:18px}.calendar-toolbar{flex-wrap:wrap}.toolbar-right{gap:10px}.day-cell{min-height:94px;padding:7px 3px}.calendar-footnote .desktop-hint,.event-chip span{display:none}.settings-card{padding:20px}.user-table-header,.user-table-row{grid-template-columns:minmax(130px,1.5fr) 75px 90px 70px 70px;gap:10px}}@media(max-width:1050px){.calendar-layout{grid-template-columns:minmax(0,1fr)}.agenda{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.add-day,.agenda-heading{grid-column:1/-1}.assistant-card{align-self:start;margin-top:0}.settings-grid{gap:16px}.settings-card-heading{gap:8px}.settings-card-heading p{font-size:9px}.settings-card-heading .card-icon{display:none}.user-table-header,.user-table-row{grid-template-columns:minmax(130px,1fr) 75px 70px 70px}.user-created,.user-table-header>span:nth-child(3){display:none}.auth-story{padding:35px 8%}.auth-form-side{padding:35px 9%}.auth-demo{padding:16px;gap:12px}.auth-demo>svg{display:none}}@media(max-width:759px){body{font-size:13px}.sidebar{display:none}.workspace{margin:0}.mobile-header{height:72px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--line);background:var(--surface);gap:10px}.mobile-header .brand{margin-right:auto;gap:7px}.mobile-header .brand img{width:30px;height:30px}.mobile-header .brand b{font-size:15px}.mobile-header .brand small{font-size:5.5px;letter-spacing:1.15px}.mobile-header .theme-control button{width:27px;height:28px}.mobile-header>.icon-button{width:28px}.bottom-nav{justify-content:space-around;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--line);z-index:20;padding:8px 18px max(8px,env(safe-area-inset-bottom))}.bottom-nav,.bottom-nav button{display:flex;align-items:center}.bottom-nav button{flex-direction:column;gap:3px;justify-content:center;min-height:45px;min-width:70px;font-size:9px;color:var(--muted)}.bottom-nav button.active{color:var(--accent)}.admin-page,.calendar-page,.settings-page{padding:24px 20px 150px}.page-topline{display:none}.page-heading{margin-bottom:25px;gap:10px;align-items:flex-start}.page-heading h1{font-size:27px}.page-heading p{font-size:11px;margin-top:5px}.heading-actions{margin-top:6px}.heading-actions .new-event{display:none}.search-field{width:125px;height:36px;padding:0 9px;gap:5px}.search-field input{width:100%;font-size:10px;min-width:0}.calendar-toolbar{gap:15px;margin-bottom:16px}.month-navigation{gap:9px}.month-navigation h2{font-size:22px}.month-navigation h2 span{font-size:15px}.arrow-buttons button{width:27px;height:34px}.today-button{min-height:30px;padding:4px 10px}.toolbar-right{width:100%;justify-content:space-between;flex-direction:row-reverse}.view-switch button{padding:6px 13px}.category-filter button{font-size:11px;min-height:34px;padding:5px 8px}.calendar-surface{border:0;border-radius:8px;padding:8px 6px 12px}.weekday-row{border:0}.weekday-row span{height:30px;text-align:center;padding:4px 0;font-size:10px}.day-cell{height:51px;min-height:0;border:0!important;display:flex;flex-direction:column;align-items:center;padding:3px 0;background:transparent!important}.day-number{height:29px;min-width:29px;font-size:12px}.day-cell.selected .day-number:not(.is-today){background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.day-cell.outside .day-number{opacity:.23}.day-add,.day-events{display:none}.mobile-dots{display:flex;gap:3px;height:5px;margin-top:5px}.mobile-dots .category-dot{height:3px;width:3px}.calendar-footnote{font-size:8px;margin:10px 3px 0}.calendar-layout{gap:30px}.agenda{display:flex;gap:0}.agenda-heading{padding-bottom:15px}.agenda-heading h2{font-size:20px;margin-top:7px}.agenda-heading .section-eyebrow{font-size:8px}.add-day{min-height:42px;font-size:11px;margin:17px 0}.agenda-event{padding:18px}.agenda-event-top{font-size:10px}.agenda-event-title>button:last-child{font-size:14px}.complete-button{height:19px;width:19px}.event-description{font-size:11px;margin-left:27px}.reminder-summary{font-size:10px;padding-top:10px}.category-tag{font-size:10px}.assistant-card{margin-top:15px;padding:15px}.assistant-card b{font-size:12px}.assistant-card p,.assistant-card span{font-size:10px}.mobile-fab{display:flex;gap:8px;align-items:center;position:fixed;bottom:83px;right:20px;background:var(--accent);color:var(--bg);box-shadow:0 6px 20px #0002;border-radius:30px;padding:14px 20px;font-size:12px;font-weight:600;z-index:10}.month-list{padding:10px;min-height:260px}.list-event{gap:10px}.list-event-date{width:52px;font-size:10px}.list-event-title b{font-size:12px}.empty{padding:40px 12px}.settings-grid{grid-template-columns:1fr;gap:18px}.settings-card{padding:21px}.settings-card-heading{gap:12px}.settings-card-heading .card-icon{display:flex}.settings-card-heading p{font-size:10px}.history-card{grid-column:auto}.settings-form input{font-size:16px;padding:11px 12px}.button{min-height:44px}.settings-card>.button{font-size:12px}.reminder-picker{gap:7px}.reminder-picker label{font-size:11px;padding:11px 10px}.appearance-row{gap:8px}.notification-history{margin:0 -2px}.notification-history>div{gap:8px}.notification-history .status-pill{font-size:8px;padding:4px 6px}.notification-history b{font-size:10px}.notification-history small{font-size:8px}.event-dialog{margin:auto 0 0;border-radius:16px 16px 0 0;width:100%;max-width:100%;border:0}.event-dialog,.event-dialog>form{max-height:94dvh}.dialog-header{padding:21px 22px 17px}.dialog-header h2{font-size:22px}.dialog-body{padding:22px}.dialog-body textarea,.dialog-body>label>input{font-size:16px}.dialog-header .section-eyebrow{font-size:7px}.dialog-footer{padding:14px 22px max(14px,env(safe-area-inset-bottom))}.dialog-footer .button{min-width:80px}.date-form-row input{font-size:14px;padding:10px;min-height:44px}.toast{bottom:86px;font-size:11px;width:max-content;max-width:calc(100vw - 32px);padding:13px 15px}.auth-page{display:flex;flex-direction:column}.auth-story{min-height:0;padding:30px 26px 32px}.auth-story>.brand{margin-bottom:29px}.auth-story-content{padding:0}.auth-story .section-eyebrow{font-size:7px}.auth-story h1{font-size:30px;margin:13px 0 8px;line-height:1.45;letter-spacing:-1.6px}.auth-story p{font-size:11px;line-height:1.8}.auth-demo,.auth-footer,.auth-story p br{display:none}.auth-form-side{padding:50px 28px 60px;flex:1 1}.auth-top{top:18px;right:25px}.auth-card{margin:20px auto;max-width:400px}.auth-card h2{font-size:23px}.auth-card>.section-eyebrow{font-size:8px}.auth-card>p{font-size:11px;margin-bottom:25px}.auth-card input{font-size:16px}.auth-card label{font-size:12px}.auth-legal{bottom:20px;left:28px;right:28px}.private-note{font-size:10px;padding-top:22px;margin-top:25px}.password-welcome{margin:35px auto;padding:25px 30px 120px}.password-welcome h1{font-size:23px}.approval-page{margin:40px auto;padding-bottom:130px}.admin-summary{gap:9px;margin-bottom:20px}.admin-summary>div{padding:15px 12px;display:block}.admin-summary span{font-size:9px}.admin-summary b{display:block;margin-top:5px;font-size:27px}.admin-users{padding:16px}.user-table-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:10px}.user-table-toolbar .category-filter{width:100%;justify-content:space-between;gap:0}.user-table-toolbar .category-filter button{font-size:10px;padding:5px}.user-table-toolbar .search-field{width:100%;height:40px}.user-table-header{display:none}.user-table-row{grid-template-columns:minmax(100px,1fr) 62px 60px;gap:7px;padding:18px 0}.discord-cell{display:none}.user-cell{gap:8px}.user-cell .user-avatar{height:29px;width:29px;font-size:11px}.user-cell b{font-size:10px}.user-cell small{font-size:9px}.user-table-row>.status-pill{font-size:8px;padding:4px 6px}.user-action .button{font-size:9px;min-height:37px;padding:5px 7px}.admin-privacy{font-size:9px;align-items:flex-start;line-height:1.8}.admin-page>.page-heading>.button{font-size:10px;padding:8px 11px;min-height:36px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}.spin{animation-duration:2s}}