@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#0c1b2b;--panel:#12263a;--panel2:#172d42;--line:#294157;--text:#f4f8f8;--muted:#9db1bc;--teal:#80ddd3;--orange:#f6ab7a;--deep:#0a1725;font-family:Manrope,'DM Sans',system-ui,sans-serif;font-size:16px}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,.import-button:focus-within{outline:2px solid var(--teal);outline-offset:3px}button:disabled{opacity:.45;cursor:not-allowed}body{background:radial-gradient(circle at 0 0,#15334a 0,transparent 28rem),var(--bg)}.app-shell{min-height:100vh;max-width:1900px;margin:auto}.topbar{height:83px;padding:0 clamp(22px,3vw,48px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #273c4d;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:1.56rem;font-weight:800;letter-spacing:-.075em;white-space:nowrap}.brand-mark{display:grid;place-items:center;border:2px solid var(--teal);border-radius:50%;height:34px;width:34px;color:var(--teal);font-size:1.3rem;line-height:1}.brand-dot{color:var(--orange)}.brand-rule{height:24px;border-left:1px solid #597181;margin:0 2px}.brand-sub{font-size:.81rem;font-weight:600;letter-spacing:.01em;color:var(--muted)}.top-actions{display:flex;align-items:center;gap:12px}.local-badge{font-size:.67rem;letter-spacing:.14em;color:var(--teal);font-weight:800;white-space:nowrap}.icon-button{border:1px solid var(--line);background:#172c40;color:var(--text);border-radius:10px;padding:10px 13px;font-size:.84rem}.workspace{display:grid;grid-template-columns:minmax(260px,296px) minmax(460px,1fr) minmax(272px,316px);min-height:calc(100vh - 83px)}.side-rail{border-right:1px solid #263b4e;padding:30px 20px 28px clamp(22px,3vw,46px);display:flex;flex-direction:column;gap:22px}.clock-card,.weather-card{border:1px solid #2a4756;border-radius:20px;background:#152c3e;overflow:hidden;position:relative}.clock-card{padding:26px 22px 30px;min-height:265px;background:linear-gradient(145deg,#214756,#172f42 67%,#12283a);isolation:isolate}.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.145em;color:var(--muted)}.eyebrow.accent{color:var(--teal)}.live-pip{display:inline-block;width:7px;height:7px;background:var(--teal);border-radius:50%;box-shadow:0 0 0 5px #80ddd321;margin-right:9px}.clock-time{font-size:clamp(3rem,4vw,4.1rem);letter-spacing:-.08em;line-height:1.1;font-weight:800;margin-top:34px;white-space:nowrap;position:relative;z-index:1}.clock-time span{font-size:.43em;letter-spacing:0;color:var(--teal);margin-left:4px}.clock-date{color:#d7e5e9;font-size:.93rem;font-weight:600;margin-top:8px;position:relative;z-index:1}.clock-zone{border-top:1px solid #ffffff2c;margin-top:29px;padding-top:17px;color:#b5c7ce;font-size:.72rem;display:flex;justify-content:space-between;position:relative;z-index:1;gap:8px}.clock-zone span{color:var(--teal);white-space:nowrap}.clock-art{position:absolute;width:190px;height:190px;border:1px solid #ffffff1a;border-radius:50%;right:-58px;top:70px;box-shadow:0 0 0 22px #ffffff07,0 0 0 51px #ffffff05;z-index:0}.clock-art-ring{position:absolute;inset:30px;border:1px solid #ffffff20;border-radius:50%}.weather-card{padding:24px 20px;background:#142a3d}.section-top{display:flex;justify-content:space-between;gap:8px}.section-top h2{font-size:1.14rem;margin:8px 0 2px;letter-spacing:-.035em}.section-top p{font-size:.74rem;color:var(--muted);margin:0}.weather-sun{font-size:2rem;color:var(--orange);line-height:1}.weather-list{margin-top:22px}.weather-row{display:grid;grid-template-columns:1fr 27px 46px 37px;align-items:center;gap:6px;border-top:1px solid #ffffff12;padding:11px 0;font-size:.8rem}.weather-row:first-child{border-top:0}.weather-row .day-name{font-weight:650}.weather-row .weather-glyph{font-size:1.18rem;text-align:center;color:#ffd5a4}.weather-row .temp{font-weight:750;text-align:right;white-space:nowrap}.weather-row .rain{font-size:.68rem;text-align:right;color:var(--muted);white-space:nowrap}.weather-message{padding:17px 0;color:var(--muted);font-size:.84rem;line-height:1.5}.weather-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff1c;padding-top:15px;margin-top:5px;font-size:.66rem;color:var(--muted);gap:8px}.weather-foot button{background:none;color:var(--teal);font-size:1.3rem;border:0;line-height:1}.main-panel{padding:35px clamp(22px,2.7vw,46px) 40px;min-width:0}.main-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:31px}.main-heading h1{font-size:clamp(1.9rem,2.5vw,2.65rem);letter-spacing:-.06em;line-height:1.13;margin:6px 0}.main-heading p{font-size:.82rem;color:var(--muted);margin:0}.primary-button{background:var(--teal);color:#092332;border:0;border-radius:11px;font-weight:800;font-size:.82rem;padding:12px 16px;white-space:nowrap;box-shadow:0 8px 25px #06182040}.primary-button:hover{background:#a3eee4}.primary-button span{font-size:1.25rem;line-height:0;vertical-align:-1px;margin-right:5px}.calendar-section{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--panel)}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;gap:12px;border-bottom:1px solid var(--line)}.date-controls{display:flex;align-items:center;gap:7px}.nav-button,.today-button{background:#1a3246;color:var(--text);border:1px solid #345167;border-radius:9px;height:34px}.nav-button{font-size:1.55rem;line-height:1;width:34px}.today-button{font-size:.76rem;font-weight:700;padding:0 12px}.view-switch{display:flex;background:#0b2032;padding:4px;border-radius:10px;gap:1px}.view-switch button{background:none;border:0;color:var(--muted);border-radius:7px;padding:8px 11px;font-size:.74rem;font-weight:700}.view-switch button.active{background:#2b4b59;color:#e9fffb}.weekday-row{display:grid;grid-template-columns:repeat(7,1fr);background:#102538}.weekday-row span{text-align:center;color:#9eb4bf;padding:12px 2px;font-size:.65rem;font-weight:800;letter-spacing:.12em}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#294157;gap:1px;border-top:1px solid var(--line)}.month-cell{min-height:clamp(92px,9.7vw,137px);background:#152a3d;padding:8px;min-width:0;cursor:pointer;transition:background .15s;outline-offset:-3px}.month-cell:hover,.week-cell:hover,.mini-day:hover{background:#1e3b4c}.month-cell.other{background:#102437}.month-cell.other .day-number{opacity:.42}.month-cell.today{background:#193748}.day-number{width:28px;height:28px;display:grid;place-items:center;font-size:.75rem;font-weight:750;border-radius:50%}.today .day-number,.mini-day.today{background:var(--teal);color:#0b2635}.event-chip{display:block;width:100%;text-align:left;border:0;border-radius:5px;padding:5px 6px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#315264;color:#ecf8f8;font-size:.64rem;font-weight:750}.event-chip:nth-of-type(3n){background:#634b53;color:#ffe7d4}.event-chip:hover{filter:brightness(1.2)}.more-events{font-size:.63rem;color:var(--muted);padding:4px 2px}.day-view{padding:25px;min-height:520px}.day-view-head{display:flex;align-items:baseline;gap:15px;padding-bottom:23px;border-bottom:1px solid var(--line)}.big-day{font-size:3.5rem;line-height:1;font-weight:800;letter-spacing:-.08em;color:var(--teal)}.day-view-head strong{font-size:1.1rem}.day-view-head small{display:block;color:var(--muted);margin-top:4px}.agenda{padding:9px 0}.agenda-item{display:flex;align-items:flex-start;gap:16px;width:100%;background:transparent;border:0;border-bottom:1px solid #ffffff18;color:var(--text);padding:17px 0;text-align:left}.agenda-item:hover{background:#ffffff08}.agenda-time{font-size:.74rem;color:var(--teal);font-weight:750;min-width:95px;padding-top:2px}.agenda-content strong{display:block;font-size:.88rem}.agenda-content small{display:block;color:var(--muted);margin-top:4px;font-size:.74rem;line-height:1.4}.empty-day{padding:50px 12px;text-align:center;color:var(--muted);font-size:.86rem}.empty-day .empty-icon{display:block;font-size:2.3rem;color:var(--orange);margin-bottom:13px}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;background:var(--line)}.week-cell{background:#152a3d;min-height:440px;padding:13px 9px;cursor:pointer;min-width:0}.week-head{text-align:center;border-bottom:1px solid #ffffff18;padding-bottom:14px;margin-bottom:9px}.week-head small{display:block;color:var(--muted);font-size:.67rem;font-weight:750;text-transform:uppercase}.week-head strong{display:grid;place-items:center;margin:7px auto 0;width:32px;height:32px;border-radius:50%;font-size:.87rem}.week-cell.today .week-head strong{background:var(--teal);color:#0b2635}.week-event{width:100%;text-align:left;border:0;border-left:3px solid var(--teal);background:#28495a;border-radius:4px;padding:7px 5px;margin-top:6px;color:var(--text);font-size:.67rem;overflow:hidden;text-overflow:ellipsis}.week-event span{display:block;color:#a7d8d7;font-size:.61rem}.year-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:var(--line)}.mini-month{padding:20px 15px 17px;background:#152a3d;border:0;min-width:0}.mini-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.mini-title button{background:none;border:0;color:var(--text);font-size:.85rem;font-weight:800;padding:0}.mini-title small{font-size:.65rem;color:var(--muted)}.mini-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;text-align:center}.mini-weekday{font-size:.56rem;color:var(--muted);padding:4px 0}.mini-day{display:grid;place-items:center;position:relative;margin:auto;width:24px;height:24px;border:0;border-radius:50%;background:transparent;color:#c9d8dc;font-size:.62rem}.mini-day.has-event:after{content:'';position:absolute;bottom:2px;width:3px;height:3px;border-radius:50%;background:var(--orange)}.mini-day.today:after{background:#092332}.notes-panel{border-left:1px solid #263b4e;padding:35px clamp(19px,2vw,34px) 20px;display:flex;flex-direction:column;min-width:0;background:#102335}.notes-heading{display:flex;justify-content:space-between;align-items:center}.notes-heading h2{font-size:1.85rem;letter-spacing:-.06em;margin:5px 0}.heading-period{color:var(--orange)}.round-add{border:1px solid var(--line);background:#244456;color:var(--teal);border-radius:50%;height:36px;width:36px;font-size:1.25rem}.notes-intro{color:var(--muted);font-size:.77rem;margin:0 0 23px}.notes-list{display:flex;flex-direction:column;gap:9px;max-height:245px;overflow:auto;padding-right:2px}.note-item{border:1px solid var(--line);background:#183044;color:var(--text);border-radius:11px;padding:13px;text-align:left;width:100%}.note-item.selected{border-color:#77c7c5;background:#214353}.note-item strong{display:block;font-size:.81rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.note-item span{display:block;color:var(--muted);font-size:.7rem;margin-top:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.notes-empty{font-size:.81rem;color:var(--muted);padding:12px 0}.note-editor{border:1px solid var(--line);border-radius:14px;margin-top:20px;background:#172e42;padding:15px;display:flex;flex-direction:column;min-height:300px}.note-editor input,.note-editor textarea{background:none;border:0;color:var(--text);outline:0;width:100%}.note-editor input{font-size:.91rem;font-weight:800;padding-bottom:12px;border-bottom:1px solid #ffffff24}.note-editor textarea{font-size:.83rem;line-height:1.6;resize:vertical;min-height:165px;padding:15px 0;flex:1}.note-editor input::placeholder,.note-editor textarea::placeholder{color:#849eac}.editor-bottom{border-top:1px solid #ffffff1c;display:flex;justify-content:space-between;align-items:center;padding-top:12px;gap:8px}.editor-bottom span{font-size:.67rem;color:var(--muted)}.editor-actions{display:flex;gap:9px}.editor-actions button{border:0;background:#24465a;color:var(--text);border-radius:8px;width:33px;height:33px;font-size:1rem}.editor-actions button.listening{color:#072332;background:var(--orange);animation:pulse 1s infinite}.dictation-status{color:var(--orange);font-size:.7rem;line-height:1.4;margin-top:8px}.dictation-status:empty{display:none}.privacy-note{color:#839aa8;font-size:.68rem;line-height:1.5;margin-top:auto;padding-top:22px}.mobile-switch{display:none}.modal{border:1px solid #426071;border-radius:18px;background:#152b3e;color:var(--text);box-shadow:0 25px 90px #000b;width:min(430px,calc(100vw - 28px));padding:25px}.modal::backdrop{background:#031321bb;backdrop-filter:blur(5px)}.modal-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px;gap:12px}.modal h2{font-size:1.35rem;letter-spacing:-.04em;margin:6px 0 0}.close-button{background:none;border:0;color:var(--muted);font-size:1.8rem;line-height:1}.modal form>label,.form-row label{display:block;margin-top:14px;font-size:.76rem;font-weight:700;color:#d6e6e8}.modal input:not([type=file]),.modal textarea{display:block;width:100%;background:#0d2132;border:1px solid #385367;border-radius:9px;color:var(--text);padding:11px;margin-top:7px;font-size:.86rem}.modal textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.optional{color:var(--muted);font-weight:400}.form-error{color:#ffb6aa;font-size:.75rem;min-height:15px;margin:9px 0}.modal-actions{display:flex;align-items:center;gap:10px;margin-top:15px}.spacer{flex:1}.quiet-button,.danger-button,.import-button{background:none;border:1px solid #426071;border-radius:9px;color:var(--text);padding:10px 13px;font-size:.77rem;font-weight:700}.danger-button{color:#ffb5a9}.backup-copy{font-size:.85rem;line-height:1.6;color:#c4d3da}.backup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.import-button{cursor:pointer}.backup-message{color:var(--orange);font-size:.77rem;line-height:1.5}.backup-message:empty{display:none}@keyframes pulse{50%{box-shadow:0 0 0 7px #f6ab7a33}}
@media(max-width:1250px){.workspace{grid-template-columns:245px minmax(400px,1fr)}.side-rail{padding-left:18px;padding-right:16px}.notes-panel{grid-column:1 / -1;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.6fr;column-gap:28px;padding:28px}.notes-heading,.notes-intro,.notes-list{grid-column:1}.note-editor{grid-column:2;grid-row:1 / span 3;margin-top:0}.privacy-note{grid-column:1 / -1;margin:0}.year-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.workspace{display:block}.topbar{height:70px;padding:0 18px}.brand-sub,.brand-rule,.local-badge,.desktop-only{display:none}.side-rail{border-right:0;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.clock-card{min-height:0;padding:18px}.clock-time{font-size:2.65rem;margin-top:20px}.clock-zone{margin-top:19px}.weather-card{padding:17px}.weather-list{margin-top:12px}.weather-row{padding:6px 0}.weather-row:nth-child(n+5){display:none}.weather-foot{margin-top:2px;padding-top:7px}.main-panel{padding:18px}.main-heading{margin-bottom:18px}.main-heading h1{font-size:2rem}.notes-panel{display:none;border:0;padding:18px}.notes-panel.mobile-active{display:block}.main-panel.mobile-notes .calendar-section{display:none}.mobile-switch{display:inline-flex;background:#183147;border:1px solid var(--line);border-radius:10px;padding:4px;margin-bottom:16px}.mobile-switch button{background:none;border:0;border-radius:7px;color:var(--muted);font-weight:700;font-size:.76rem;padding:8px 13px}.mobile-switch button.selected{background:#315363;color:var(--text)}.notes-list{max-height:200px}.note-editor{min-height:290px;margin-top:15px}.privacy-note{margin-top:18px;padding:0}.year-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:550px){.side-rail{grid-template-columns:1fr}.clock-card{min-height:192px}.clock-time{font-size:3.35rem;margin-top:20px}.clock-zone{margin-top:16px}.weather-row:nth-child(n+5){display:grid}.weather-list{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.weather-row:nth-child(-n+2){border-top:0}.main-heading{align-items:end}.main-heading .eyebrow{font-size:.58rem}.main-heading h1{font-size:1.65rem}.main-heading p{font-size:.72rem}.main-heading .primary-button{font-size:.72rem;padding:10px}.calendar-toolbar{padding:12px 10px;flex-wrap:wrap}.view-switch{width:100%;justify-content:space-between}.view-switch button{flex:1}.month-cell{min-height:77px;padding:4px 2px}.day-number{width:23px;height:23px;font-size:.68rem}.event-chip{font-size:.54rem;padding:3px 2px;margin-top:2px}.more-events{font-size:.54rem}.weekday-row span{font-size:.56rem;padding:9px 0}.week-cell{min-height:360px;padding:8px 3px}.week-head strong{width:25px;height:25px;font-size:.68rem}.week-head small{font-size:.53rem}.week-event{font-size:.55rem;padding:5px 2px}.week-event span{font-size:.51rem}.year-grid{grid-template-columns:1fr 1fr}.mini-month{padding:12px 6px}.mini-day{width:20px;height:22px;font-size:.57rem}.mini-weekday{font-size:.5rem}.day-view{min-height:420px;padding:18px}.agenda-item{gap:8px}.agenda-time{min-width:76px;font-size:.67rem}}
@media(max-width:360px){.year-grid{grid-template-columns:1fr}.weather-list{grid-template-columns:1fr}.month-cell{min-height:69px}.brand{font-size:1.3rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
