:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#f1f1e9;background:#090d0e;font-synthesis:none;font-weight:400;color-scheme:dark;--muted: #9cabad;--line: #303b3e;--mint: #b8d7bc}*{box-sizing:border-box}body{margin:0}button{font:inherit;color:inherit;cursor:pointer;border:1px solid var(--line);background:transparent;border-radius:50%;min-width:38px;min-height:38px}button:hover{background:#2b373a}button:focus-visible{outline:2px solid #d6eacf;outline-offset:4px}h1,h2,p{margin:0}button,a{-webkit-tap-highlight-color:transparent}.dashboard{width:min(100%,var(--target-width));aspect-ratio:var(--target-ratio);margin:auto;padding:30px;display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));grid-template-rows:repeat(var(--rows),minmax(0,1fr));gap:16px;background:#111719;position:relative}.widget{min-width:0;min-height:0;container-type:size;position:relative}.widget-photo{border-radius:18px;overflow:hidden}.widget-weather{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.eyebrow{font-size:14px;letter-spacing:.19em;font-weight:600;color:var(--muted)}.loading-widget{height:100%;display:grid;place-content:center;color:var(--muted);padding:20px}.startup{min-height:100vh;display:grid;place-content:center;gap:20px}.startup h1{font-weight:400;font-size:60px}.startup p{color:var(--muted)}.clock-widget{height:100%;display:flex;flex-direction:column;padding:12px 12px 10px 2px;overflow:hidden}.home-label{display:flex;gap:12px;align-items:center;color:var(--mint);font-size:clamp(12px,3.7cqw,18px)}.home-mark{font-size:32px;line-height:1}.clock-face{display:flex;align-items:baseline;gap:12px;margin:auto 0 10px}.clock-face time{font-size:clamp(24px,22cqw,110px);line-height:1;font-weight:300;letter-spacing:-.065em;font-variant-numeric:tabular-nums;white-space:nowrap}.clock-face time.with-seconds{font-size:17cqw}.day-period{font-size:clamp(12px,4cqw,22px);color:var(--muted)}.clock-date{font-size:clamp(16px,6cqw,29px);line-height:1.45}.clock-date span{font-size:clamp(13px,4.5cqw,21px);color:var(--muted)}.clock-zone{margin-top:auto;padding-top:24px;font-size:14px;color:#b8c3c5;display:flex;justify-content:space-between;gap:10px}.clock-zone span{font-size:10px;letter-spacing:.1em;align-self:center;color:var(--muted)}.photo-widget{height:100%;position:relative;background:#1b2729;overflow:hidden}.photo-layer{position:absolute;inset:0;overflow:hidden}.photo-sharp{width:100%;height:100%;position:relative;display:block}.photo-blur{position:absolute;width:100%;height:100%;object-fit:cover;filter:blur(22px) brightness(.6);transform:scale(1.16)}.photo-layer.incoming{animation:photo-in var(--fade-time) ease both}.photo-layer.outgoing{animation:photo-out var(--fade-time) ease both}.crossfade .outgoing{animation:none}.photo-caption{position:absolute;bottom:20px;left:22px;font-size:11px;letter-spacing:.2em;color:#fff;text-shadow:0 1px 6px black;background:#11171980;padding:7px 10px;border-radius:4px}.photo-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:radial-gradient(ellipse at top right,#30443f,transparent 75%)}.photo-empty svg{width:clamp(32px,13cqw,72px);color:#91afa2;margin-bottom:22px}.photo-empty h2{font-size:clamp(17px,4.5cqw,27px);font-weight:400}.photo-empty p{font-size:clamp(13px,3cqw,17px);line-height:1.65;margin-top:14px;color:#a9bab5}.widget-status{position:absolute;bottom:10px;left:10px;right:10px;background:#111719dc;padding:8px;font-size:12px}.photo-widget:has(.widget-status) .photo-caption{display:none}@keyframes photo-in{0%{opacity:0}to{opacity:1}}@keyframes photo-out{0%{opacity:1}to{opacity:0}}.weather-widget{height:100%;display:flex;flex-direction:column;padding:18px 4px 10px;overflow:auto}.weather-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.weather-header>div:first-child{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.weather-header h2{font-size:clamp(15px,2.2cqw,24px);font-weight:500}.header-divider{color:#667779;margin:0 15px}.weather-view{font-weight:400;color:#b2bfc0}.sample-label{font-size:10px;letter-spacing:.13em;color:#a0ada6;border:1px solid #3d4c48;border-radius:4px;padding:4px 6px}.carousel-controls{display:flex;gap:7px}.carousel-controls button{font-size:18px;min-width:32px;min-height:32px}.weather-current{display:flex;align-items:center;justify-content:space-between;gap:20px;flex:1}.current-main{display:flex;align-items:center;gap:15px}.weather-icon{width:64px;height:64px;flex-shrink:0}.current-main .weather-icon{width:clamp(38px,9cqw,100px);height:auto}.temperature{font-size:clamp(34px,7cqw,80px);font-weight:300;letter-spacing:-.05em}.current-description{display:flex;flex-direction:column;gap:7px;font-size:clamp(13px,1.9cqw,20px)}.current-description strong{font-weight:400}.current-description span{font-size:.85em;color:var(--muted)}.current-details{display:flex;gap:30px}.current-details>div{display:flex;flex-direction:column;gap:10px}.current-details span{font-size:10px;letter-spacing:.13em;color:var(--muted)}.current-details strong{font-size:21px;font-weight:500;white-space:nowrap}.current-details em{font-style:normal;font-weight:400;color:var(--muted);font-size:.8em}.weather-footer{display:flex;justify-content:space-between;align-items:center;color:#94a4a5;font-size:11px;min-height:22px}.carousel-dots{display:flex;gap:0}.carousel-dots button{border:0;min-width:24px;min-height:22px;position:relative}.carousel-dots button:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#566766;left:10px;top:8px}.carousel-dots button.active:after{background:#c8dace;width:12px;left:6px;border-radius:4px}.forecast{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:5px;flex:1;align-items:center;padding:10px 0}.forecast-item{display:flex;flex-direction:column;align-items:center;gap:3px;border-left:1px solid #253134;min-width:0}.forecast-item:first-child{border:0}.forecast-label{font-size:clamp(12px,1.8cqw,19px);color:#c5cfd0}.forecast-item .weather-icon{width:clamp(25px,5cqw,60px);height:clamp(25px,5cqw,60px)}.forecast-item strong{font-size:clamp(14px,2.2cqw,24px);font-weight:500;white-space:nowrap}.forecast-item em{font-style:normal;color:var(--muted);font-size:.85em;font-weight:400}.rain-chance{font-size:12px;color:#98b5c2}.forecast-hourly .forecast-label{font-size:clamp(10px,1.6cqw,17px)}.calendar-widget{height:100%;display:flex;flex-direction:column;padding-top:12px;--fc-border-color: #303b3e;--fc-today-bg-color: #20302a;--fc-neutral-bg-color: #1a2427;--fc-page-bg-color: #1a2427;--fc-small-font-size: 1em}.calendar-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.calendar-header h1{font-size:clamp(22px,4.4cqw,48px);font-weight:400;letter-spacing:-.035em;line-height:1.2;margin-top:10px}.calendar-nav{display:flex;align-items:center;gap:8px}.calendar-nav button{font-size:24px}.calendar-nav .today-button{font-size:14px;border-radius:20px;padding:7px 16px;color:#c9d5d1}.calendar-legend{display:flex;gap:24px;align-items:center;flex-wrap:wrap;padding:24px 0 28px;font-size:clamp(13px,1.8cqw,19px);color:#c3cccc}.calendar-legend>span{display:flex;align-items:center;gap:8px}.calendar-legend i{width:9px;height:9px;border-radius:50%}.calendar-legend .sample-events{margin-left:auto;font-size:12px;color:var(--muted)}.calendar-body{flex:1;min-height:0}.fc{height:100%;font-size:clamp(13px,1.9cqw,21px)}.fc .fc-scrollgrid{border-left:0;border-right:0}.fc th,.fc td{border-right:0}.fc .fc-col-header-cell-cushion{padding:14px 4px;font-size:clamp(12px,1.6cqw,18px);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#aebabc}.fc .fc-daygrid-day-top{flex-direction:row;padding:8px 3px}.fc .fc-daygrid-day-number{font-size:clamp(18px,2.8cqw,31px);font-weight:400;width:44px;height:44px;display:grid;place-content:center;line-height:1}.fc .fc-day-today .fc-daygrid-day-number{background:var(--mint);color:#122018;border-radius:50%}.fc .fc-day-other .fc-daygrid-day-top{opacity:.35}.fc .fc-daygrid-event{margin:3px 4px;padding:5px 6px;border-radius:4px;line-height:1.25}.fc .fc-daygrid-dot-event{align-items:flex-start;background:#1c292b;border-left:3px solid var(--event-color, #93bcd9);color:#eef1ed}.fc .fc-daygrid-dot-event .fc-daygrid-event-dot{display:none}.fc .fc-daygrid-dot-event .event-content{font-weight:400}.fc .fc-daygrid-dot-event:hover{background:#2a393d}.event-content{display:flex;flex-direction:column;overflow:hidden;font-size:clamp(12px,1.65cqw,19px);font-weight:500;max-width:100%;width:100%}.event-content>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-time{font-size:.78em;font-weight:400;opacity:.85}.event-time:empty{display:none}.fc .fc-daygrid-more-link{font-size:clamp(12px,1.5cqw,17px);color:#baccc2;padding:5px 6px}.fc .fc-popover{background:#1a2427;border:1px solid #4a5e60;box-shadow:0 8px 30px #0008;max-width:min(380px,90vw)}.fc .fc-popover-header{padding:12px;color:#fff}.fc .fc-popover .fc-event{white-space:normal}.fc .fc-popover .event-content>span:last-child{white-space:normal}.fc .fc-popover-body{max-height:60vh;overflow:auto}.calendar-error{padding:8px;color:#e9bb9f;font-size:14px}.alerts-list{height:100%;overflow:auto}.alert-widget{height:100%;border-left:3px solid #dfb17e;background:#352b20;border-radius:6px;padding:12px 16px;display:flex;align-items:center;gap:20px;font-size:clamp(12px,1.6cqw,18px)}.alert-widget>div{flex:1}.alert-widget strong{display:block}.alert-widget span{font-size:.7em;color:#d5bd9f;display:block;margin-top:5px}.alert-widget p{font-size:.85em;flex:1;color:#e0cdb6;line-height:1.4}.connection-status{position:fixed;bottom:8px;left:50%;transform:translate(-50%);padding:8px 16px;background:#523a28;border-radius:8px;font-size:13px;z-index:5}@container (max-width:700px){.weather-current{flex-wrap:wrap;gap:10px;padding:15px 0}.current-details{gap:25px}.current-details strong{font-size:18px}.weather-header>div:first-child{gap:8px}.weather-header .sample-label{font-size:8px}.calendar-legend{gap:12px;padding:16px 0}.calendar-header .eyebrow{font-size:10px}.calendar-nav{gap:4px}.calendar-nav button{min-width:30px;min-height:30px}.calendar-nav .today-button{font-size:12px;padding:4px 10px}.calendar-legend .sample-events{font-size:10px}.forecast-hourly{grid-auto-flow:row;grid-template-columns:repeat(5,minmax(0,1fr));row-gap:12px}.forecast-hourly .forecast-item:nth-child(6){border-left:0}.clock-zone{flex-direction:column;gap:4px}.clock-zone span{align-self:flex-start}}@container (max-height:250px){.home-label{font-size:11px}.home-mark{font-size:22px}.clock-zone{display:none}.clock-face{margin:10px 0}.clock-face time{font-size:min(20cqw,30cqh)}.clock-date{font-size:min(6cqw,10cqh)}.weather-widget{padding-top:8px}.weather-header h2{font-size:18px}.current-main .weather-icon{width:54px}.temperature{font-size:52px}.forecast{padding:4px 0}.forecast-item .weather-icon{width:38px;height:38px}.forecast-item{gap:0}.forecast-item strong{font-size:18px}.photo-empty svg{margin-bottom:10px}.photo-empty p{margin-top:6px}}@container (max-height: 850px){.fc .fc-daygrid-day-top{padding:2px}.fc .fc-daygrid-day-number{width:30px;height:30px}.fc .fc-daygrid-event{padding:3px 4px;margin-top:2px}.fc .fc-col-header-cell-cushion{padding:8px 4px}}@media(min-width:701px)and (max-width:900px){.dashboard{min-height:1500px}}@media(max-width:700px){.dashboard{padding:14px;gap:10px;aspect-ratio:auto;min-height:100vh;grid-template-rows:repeat(var(--rows),35px)}.calendar-legend .sample-events{display:none}.fc .fc-daygrid-day-number{width:30px;height:30px}.fc .fc-daygrid-day-top{padding:5px 0}.fc .fc-daygrid-event{padding:3px;margin:2px}.calendar-nav .today-button{display:none}}@media(prefers-reduced-motion:reduce){.photo-layer{animation:none!important}}.weather-attribution{color:#9cabad;text-decoration:none}.weather-attribution:hover{text-decoration:underline}.alert-widget.warning{border-color:#ef947f;background:#3b2420}.alert-widget.watch{border-color:#e5c476}.alert-widget p{max-height:100%;overflow:auto}
