:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17241f;background:#eef1ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #17241f;--muted: #66736d;--surface: rgba(255, 255, 250, .82);--surface-strong: #fffdf7;--line: rgba(34, 49, 43, .12);--brand: #19352b;--brand-soft: #e2eee7;--gold: #dcae45;--rose: #df6d53;--blue: #5a78bd;--shadow: 0 22px 60px rgba(25, 53, 43, .14);--soft-shadow: 0 12px 34px rgba(25, 53, 43, .1)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f7f6ef,#eef1ea 42%,#edf3f4)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.72}button,a,input,select,textarea{transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(90,120,189,.32);outline-offset:2px}.loading{min-height:100vh;display:grid;place-items:center;font-weight:900;letter-spacing:0}.login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);align-items:stretch}.login-art{background:linear-gradient(145deg,#173227,#243f35);display:grid;place-items:center}.calendar-mark{width:min(320px,70vw);aspect-ratio:1;border-radius:42px;background:#fffdf7;border:18px solid var(--rose);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:80px 44px 44px;box-shadow:var(--shadow)}.calendar-mark span{align-self:start;aspect-ratio:1;border-radius:50%;background:#6aa36f}.calendar-mark span:nth-child(2){background:var(--gold)}.calendar-mark span:nth-child(3){background:var(--blue)}.login-copy{padding:clamp(32px,8vw,92px);display:flex;flex-direction:column;justify-content:center;max-width:720px}.eyebrow{margin:0 0 8px;color:#748078;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.login-copy h1{font-size:clamp(3.2rem,8vw,7rem);line-height:.95;margin:0 0 20px}.login-copy p,.login-message,.inline-error{font-size:1rem;line-height:1.55}.login-message,.inline-error{margin:14px 0 0;color:#a43c2f;font-weight:800}.primary-link,.secondary-link,.primary-button,.ghost-button,.danger-button,.icon-button,.chip,.sidebar button,.segmented button,.stat-card{border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;text-decoration:none}.primary-link,.primary-button{background:linear-gradient(135deg,#172f27,#244b3b);color:#fff;padding:0 18px;font-weight:900;box-shadow:0 14px 28px #19352b2e}.primary-link{width:fit-content;margin-top:14px}.primary-button:hover,.primary-link:hover{transform:translateY(-1px);box-shadow:0 18px 34px #19352b3d}.secondary-link,.ghost-button,.danger-button{width:fit-content;background:#fffdf7d1;color:var(--ink);border:1px solid var(--line);padding:0 16px;font-weight:850;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.secondary-link{margin-top:10px}.ghost-button:hover,.secondary-link:hover{background:#fffdf7;transform:translateY(-1px);box-shadow:var(--soft-shadow)}.danger-button{color:#9f352a}.shell{display:grid;grid-template-columns:292px 1fr;min-height:100vh}.sidebar{margin:14px;background:#142c23f0;color:#fff;padding:20px;position:sticky;top:14px;height:calc(100vh - 28px);border-radius:8px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:21}.nav-scrim{display:none}.brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.brand img{width:48px;height:48px;border-radius:8px;box-shadow:0 12px 24px #00000029}.brand strong,.brand span{display:block}.brand span{color:#dce5de;font-size:.78rem;max-width:190px;overflow:hidden;text-overflow:ellipsis}.sidebar nav{display:grid;gap:7px}.sidebar button{justify-content:flex-start;background:transparent;color:#f7f4ed;padding:0 13px;position:relative}.sidebar button:before{content:"";width:4px;height:20px;border-radius:999px;background:transparent;transition:background .18s ease,transform .18s ease}.sidebar button.active,.sidebar button:hover{background:#fffdf7f0;color:var(--ink);transform:translate(3px)}.sidebar button.active:before{background:var(--gold)}.workspace{min-width:0;padding:22px 24px 28px 8px}.topbar{position:sticky;top:0;z-index:9;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:10px 0;background:linear-gradient(180deg,#f7f6eff5,#f7f6efb8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar h1{margin:0;display:flex;align-items:center;gap:10px;font-size:clamp(1.55rem,3vw,2.35rem)}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);background:var(--surface);border-radius:8px}.toast{background:#e2eee7eb;border:1px solid rgba(74,140,94,.24);color:#244f2d;padding:12px 14px;border-radius:8px;margin-bottom:14px;box-shadow:var(--soft-shadow);animation:slideFade .22s ease}.thin-loader{height:4px;background:linear-gradient(90deg,var(--rose),var(--gold),#6aa36f,var(--blue));border-radius:999px;margin-bottom:14px;animation:shimmer 1.1s ease infinite alternate}.page-stage,.module-view{animation:pageIn .26s ease both}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.stat-card{min-height:148px;flex-direction:column;align-items:flex-start;background:var(--surface);border:1px solid var(--line);padding:20px;color:var(--ink);box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stat-card:hover{transform:translateY(-4px);background:var(--surface-strong)}.stat-card strong{font-size:2.7rem;line-height:1}.stat-card span{color:var(--muted)}.module-view{display:grid;gap:16px}.module-hero,.glass-panel,.list-toolbar,.empty-state{background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.module-hero{padding:8px 2px 12px;display:flex;justify-content:space-between;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.module-hero h2{margin:0 0 6px;font-size:clamp(1.5rem,3vw,2.2rem)}.module-hero p,.glass-panel p,.empty-state p{margin:0;color:var(--muted);line-height:1.55}.toolbar-actions,.card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.list-toolbar{padding:6px 0;display:flex;align-items:center;justify-content:space-between;gap:14px}.list-toolbar span{color:var(--muted);font-weight:800;white-space:nowrap}.search-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fffdf7db;border-radius:8px;padding-left:12px;min-width:min(360px,100%)}.search-box input{border:0;background:transparent}input,select,textarea{width:100%;border:1px solid var(--line);background:#fffdf7eb;color:var(--ink);border-radius:8px;padding:11px 12px;min-height:44px}input:hover,select:hover,textarea:hover,input:focus,select:focus,textarea:focus{border-color:#19352b47;background:#fffdf7}textarea{resize:vertical}.stack-form,.modal-form,.item-list,.timeline,.media-results,.list-grid{display:grid;gap:12px}.inline-form{display:grid;grid-template-columns:150px minmax(180px,1fr) auto;gap:8px;align-items:center;margin-bottom:12px}.primary-button.compact{min-height:36px;padding:0 11px}.icon-button{width:42px;height:42px;background:#ebe4d6e0;color:var(--ink);flex:0 0 auto}.icon-button:hover{background:#fffdf7;transform:translateY(-1px);box-shadow:0 10px 22px #19352b1f}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{background:#fffdf7d1;border:1px solid var(--line);color:var(--ink);padding:0 12px;font-weight:800}.chip:hover{transform:translateY(-1px);box-shadow:var(--soft-shadow);background:#fffdf7}.list-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;align-items:stretch}.notes-view .list-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.list-card,.media-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:stretch;background:linear-gradient(135deg,#fffdf7fa,#f8f4ecdb);border:1px solid rgba(34,49,43,.14);border-radius:14px;padding:18px;box-shadow:0 16px 34px #19352b1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;overflow:hidden}.list-card{animation:cardIn .26s ease both;min-height:150px}.notes-view .list-card{grid-template-columns:1fr;gap:12px;min-height:170px}.list-card:hover,.list-card:focus{transform:translateY(-4px);box-shadow:0 22px 54px #19352b29;background:#fffdf7}.list-card.accent{border-left:6px solid var(--rose)}.notes-view .list-card.accent{border-left:1px solid rgba(34,49,43,.14);box-shadow:0 20px 40px #19352b29}.notes-view .list-card.accent:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--rose),#f29d83)}.card-main{display:flex;flex-direction:column;gap:6px;min-height:120px}.notes-view .card-main{min-height:0;gap:8px}.card-main p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-main time{margin-top:auto}.notes-view .card-main h3{font-size:1.18rem;line-height:1.22}.notes-view .card-main p{-webkit-line-clamp:4;font-size:1.03rem}.notes-view .card-main time{margin-top:2px}.list-card h3,.media-result h3,.detail-panel h3{margin:5px 0;font-size:1.05rem;overflow-wrap:anywhere}.list-card p,.media-result p,.detail-panel p{margin:0;color:var(--muted);line-height:1.45}.list-card time,.detail-panel time{display:block;color:#8a8578;font-size:.82rem;margin-top:8px}.list-card .card-actions{align-self:stretch;flex-direction:column;justify-content:center;gap:10px;padding-left:12px;border-left:1px solid rgba(34,49,43,.12)}.list-card .card-actions .icon-button{width:38px;height:38px;border-radius:10px}.notes-view .list-card .card-actions{flex-direction:row;justify-content:flex-end;align-items:center;border-left:0;border-top:1px dashed rgba(34,49,43,.18);padding:10px 0 0;gap:8px}.notes-view .list-card .card-actions .icon-button{width:40px;height:40px;border-radius:8px;background:#ede8dde6}.notes-view .list-card .card-actions .icon-button:hover{background:#fff}.pill-label{width:fit-content;display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:var(--brand-soft);color:#244f2d;font-size:.76rem;font-weight:900}.notes-view .pill-label{background:#c1d6ca9e;color:#1e4a36}.segmented{display:flex;background:#ebe4d6cc;border-radius:8px;padding:4px}.segmented button{background:transparent;min-height:34px;padding:0 12px;color:var(--ink)}.segmented button.active{background:#fffdf7;color:var(--ink);box-shadow:0 8px 18px #19352b1a}.timeline.modern .list-card{grid-template-columns:150px minmax(0,1fr) auto}.timeline.modern time{margin-top:0;font-weight:900;color:var(--ink)}.calendar-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr);gap:18px;align-items:start}.calendar-panel,.calendar-detail{background:#fffdf7eb;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--soft-shadow)}.calendar-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.calendar-header h3,.calendar-detail-header h3{margin:0;font-size:1.25rem;text-transform:capitalize}.calendar-nav{display:flex;gap:8px;align-items:center}.calendar-nav .icon-button{width:38px;height:38px;border-radius:10px}.calendar-grid{display:grid;gap:10px;margin-top:10px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;font-size:.7rem;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.calendar-day{position:relative;border:1px solid rgba(34,49,43,.12);background:#fffdf7db;border-radius:12px;padding:10px;min-height:92px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.calendar-day.out-month{opacity:.55}.calendar-day:hover{transform:translateY(-2px);background:#fffdf7;box-shadow:var(--soft-shadow)}.calendar-day.selected{border-color:#19352b4d;box-shadow:0 12px 24px #19352b1f}.calendar-day.today{border-color:#5a78bd66;box-shadow:inset 0 0 0 1px #5a78bd59}.day-number{font-weight:900;font-size:.95rem}.day-count{position:absolute;top:8px;right:8px;background:#e2eee7e6;color:#244f2d;font-size:.68rem;font-weight:900;padding:2px 6px;border-radius:999px}.day-dots{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-height:10px}.event-dot{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fffdf7bf}.event-more{font-size:.7rem;font-weight:800;color:var(--muted)}.calendar-detail{display:grid;gap:14px}.calendar-detail-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.calendar-detail-header p{margin:0}.calendar-detail-list{display:grid;gap:12px}.calendar-empty{border:1px dashed rgba(34,49,43,.18);border-radius:12px;padding:16px;background:#ebe4d680;color:var(--muted)}.calendar-empty p{margin:0}.calendar-event-card{min-height:0}.calendar-event-card time{color:#2f3b36;font-weight:800}.media-grid .media-card,.media-result{grid-template-columns:64px minmax(0,1fr) auto}.media-card img,.media-result img{width:64px;height:88px;object-fit:cover;border-radius:8px;background:#ebe4d6;box-shadow:0 10px 20px #19352b1f}.media-card>svg,.media-result>svg{width:64px;height:88px;padding:16px;border-radius:8px;background:#ebe4d6}.empty-state{min-height:240px;display:grid;place-items:center;text-align:center;padding:30px;background:#fffdf7a8;border:1px dashed rgba(34,49,43,.18);border-radius:8px}.empty-state h3{margin:8px 0 2px}.split-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.split-list>div>h3{margin:0 0 10px}.settings-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.glass-panel{padding:18px;background:#fffdf7c2;border:1px solid var(--line);border-radius:8px;box-shadow:var(--soft-shadow)}.glass-panel h2{margin:0 0 10px}.source-grid{display:grid;gap:8px}.source-grid span{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:8px}.profile-line{font-weight:900}.check-row{display:flex;align-items:center;gap:8px;color:var(--muted)}.check-row input{width:auto}.modal-overlay{position:fixed;inset:0;z-index:30;display:grid;justify-items:end;background:#121d1957;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .18s ease both}.modal-sheet{width:min(620px,calc(100vw - 28px));height:calc(100vh - 28px);margin:14px;display:grid;grid-template-rows:auto 1fr;background:#fffdf7f5;border:1px solid rgba(255,255,255,.6);border-radius:8px;box-shadow:0 32px 80px #121d194d;overflow:hidden;animation:sheetIn .24s cubic-bezier(.2,.85,.2,1) both}.modal-header{display:flex;justify-content:space-between;gap:16px;padding:22px 22px 14px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0 0 4px}.modal-header p{margin:0;color:var(--muted)}.modal-body{min-height:0;overflow:auto;padding:18px 22px 22px}.modal-form{gap:12px}.detail-panel{display:grid;gap:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetIn{0%{opacity:0;transform:translate(34px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{filter:saturate(.9)}to{filter:saturate(1.4)}}@media(max-width:920px){.login-screen{grid-template-columns:1fr}.login-art{min-height:34vh}.shell{grid-template-columns:1fr}.sidebar{position:fixed;z-index:20;width:min(82vw,300px);transform:translate(-112%);transition:transform .22s ease}.sidebar.open{transform:translate(0)}.nav-scrim{display:block;position:fixed;inset:0;z-index:19;border:0;background:#121d1952;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.menu-button{display:inline-grid;place-items:center}.workspace{padding:14px}.module-hero,.list-toolbar,.split-list{grid-template-columns:1fr}.module-hero,.list-toolbar{align-items:stretch}.module-hero,.list-toolbar,.topbar{flex-direction:column;align-items:flex-start}.toolbar-actions{justify-content:flex-start;width:100%}.toolbar-actions .primary-button,.toolbar-actions .ghost-button{flex:1 1 150px}.list-grid,.split-list{display:grid;grid-template-columns:1fr}.calendar-shell{grid-template-columns:1fr}.calendar-header,.calendar-detail-header{flex-direction:column;align-items:flex-start}.calendar-nav{width:100%;justify-content:flex-start;flex-wrap:wrap}.calendar-day{min-height:78px}.list-card{grid-template-columns:1fr}.list-card .card-actions{flex-direction:row;justify-content:flex-end;padding:10px 0 0;border-left:0;border-top:1px solid rgba(34,49,43,.12)}.inline-form,.timeline.modern .list-card,.media-grid .media-card,.media-result{grid-template-columns:1fr}.ghost-button{padding:0 10px}.modal-overlay{align-items:end;justify-items:stretch}.modal-sheet{width:100%;height:min(86vh,760px);margin:0;border-radius:12px 12px 0 0;animation-name:bottomSheetIn}}@keyframes bottomSheetIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important;scroll-behavior:auto!important}}
