@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype")}:root{color-scheme:light;font-family:Poppins,Segoe UI,sans-serif;font-size:14px;font-synthesis:none;--brand: 248 166 107;--page: 247 247 244;--surface: 255 255 255;--surface-muted: 242 243 241;--heading: 30 92 145;--link: 65 91 127;--text: 44 49 57;--muted: 119 127 138;--very-muted: 168 174 182;--line: 224 226 222;--soft-line: 237 238 235;--success: 67 121 91;--danger: 170 67 57;--new: 46 126 181;--clock-face: 54 59 67;--clock-face-line: 91 98 108;--clock-face-primary: 236 239 241;--clock-face-secondary: 169 177 187;--clock-face-accent: 151 190 221}:root[data-theme=dark]{color-scheme:dark;--page: 30 34 39;--surface: 38 43 49;--surface-muted: 46 52 59;--heading: 142 203 255;--link: 164 187 224;--text: 245 246 247;--muted: 151 159 171;--very-muted: 105 116 132;--line: 72 81 93;--soft-line: 57 64 73;--success: 112 169 135;--danger: 222 126 113;--new: 118 196 245;--clock-face: 226 229 231;--clock-face-line: 176 182 187;--clock-face-primary: 48 53 60;--clock-face-secondary: 101 109 118;--clock-face-accent: 65 91 127}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);white-space:nowrap}html,body,#app{min-width:0;min-height:100%;margin:0}html{background:rgb(var(--page))}body{min-height:100vh;background:rgb(var(--page));color:rgb(var(--text));transition:background-color .14s ease,color .14s ease}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:rgb(var(--link))}.boot-screen{display:grid;min-height:100vh;place-items:center}.brand{display:inline-flex;align-items:center;gap:.36rem;color:rgb(var(--heading));font-size:.8rem;font-weight:600;letter-spacing:-.015em}.brand-mark{position:relative;display:inline-block;width:1.08rem;height:1.08rem;border:1px solid rgb(var(--heading) / .45);border-radius:50%}.brand-mark i{position:absolute;width:.27rem;height:.27rem;border-radius:50%;background:rgb(var(--brand))}.brand-mark i:first-child{top:.22rem;left:.23rem}.brand-mark i:last-child{right:.2rem;bottom:.18rem;background:rgb(var(--heading))}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:2rem;padding:.2rem clamp(.58rem,1.2vw,1.15rem);border-bottom:1px solid rgb(var(--line));background:rgb(var(--page))}.topbar-actions{display:flex;align-items:center;gap:.24rem}.button,.icon-button,.theme-switch button,.add-widget,.page-message button{min-height:1.48rem;padding:.2rem .48rem;border:1px solid rgb(var(--line));border-radius:.32rem;background:rgb(var(--surface));color:rgb(var(--text));cursor:pointer;font-size:.68rem;line-height:1}.button:hover,.icon-button:hover,.theme-switch button:hover,.add-widget:hover{border-color:rgb(var(--heading) / .45)}.button:focus-visible,.icon-button:focus-visible,.theme-switch button:focus-visible,.add-widget:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgb(var(--brand));outline-offset:2px}.button:disabled,.icon-button:disabled,.theme-switch button:disabled{cursor:wait;opacity:.55}.button-primary{border-color:rgb(var(--heading));background:rgb(var(--heading));color:#fff}:root[data-theme=dark] .button-primary{color:rgb(var(--page))}.button-danger{border-color:rgb(var(--danger) / .45);color:rgb(var(--danger))}.icon-button{border-color:transparent;background:transparent;color:rgb(var(--muted))}.app-icon{display:block;flex:0 0 auto}.topbar-icon-button{display:grid;width:1.62rem;height:1.5rem;min-height:1.5rem;padding:0;border-color:rgb(var(--line));background:rgb(var(--surface));place-items:center}.topbar-icon-button.button-primary{border-color:rgb(var(--heading));background:rgb(var(--heading));color:#fff}:root[data-theme=dark] .topbar-icon-button.button-primary{color:rgb(var(--page))}.icon-spin{animation:icon-spin .85s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}.theme-switch{display:inline-flex;padding:.1rem;border:1px solid rgb(var(--line));border-radius:.35rem;background:rgb(var(--surface-muted))}.theme-switch button{display:grid;width:1.38rem;min-height:1.24rem;padding:.12rem;border:0;background:transparent;color:rgb(var(--muted));font-size:.61rem;place-items:center}.theme-switch button.active{background:rgb(var(--surface));color:rgb(var(--heading))}.logout-button{color:rgb(var(--muted))}.page-message{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1660px;margin:.7rem auto -.25rem;padding:.62rem .85rem;border:1px solid rgb(var(--danger) / .35);border-radius:.55rem;background:rgb(var(--surface));color:rgb(var(--danger));font-size:.8rem}.page-message button{min-height:auto;padding:0;border:0;background:transparent;color:rgb(var(--danger))}.dashboard{display:grid;grid-template-columns:minmax(275px,.72fr) minmax(390px,1fr) minmax(430px,1.12fr);align-items:start;gap:.56rem;width:min(100%,1900px);margin:0 auto;padding:.52rem clamp(.5rem,1vw,1rem) 2rem}.dashboard-loading{grid-column:1 / -1;padding:4rem 1rem;color:rgb(var(--muted));text-align:center}.widget-column{display:flex;min-width:0;flex-direction:column;gap:.56rem}.widget{min-width:0;overflow:hidden;border:1px solid rgb(var(--line));border-radius:.42rem;background:rgb(var(--surface));transition:border-color .14s ease,background-color .14s ease}.widget-editing{border-style:dashed;cursor:grab}.widget-editing:active{cursor:grabbing}.widget-dragging{opacity:.4}.widget-header{display:flex;align-items:center;justify-content:space-between;min-height:1.78rem;padding:.24rem .5rem .21rem;border-bottom:1px solid rgb(var(--soft-line))}.widget-heading{display:flex;min-width:0;align-items:center}.widget-heading h2{overflow:hidden;margin:0;color:rgb(var(--heading));font-size:.73rem;font-weight:600;letter-spacing:.012em;text-overflow:ellipsis;white-space:nowrap}.widget-header-actions{display:flex;align-items:center;gap:.08rem}.widget-edit-button,.widget-action-button{display:grid;width:1.3rem;height:1.25rem;min-height:1.2rem;padding:0;font-size:.61rem;place-items:center}.widget-state{padding:1.15rem .65rem;color:rgb(var(--muted));font-size:.7rem;text-align:center}.widget-footer{padding:.24rem .52rem;border-top:1px solid rgb(var(--soft-line));color:rgb(var(--very-muted));font-size:.58rem;text-align:right}.widget-footer-attention{color:rgb(var(--brand))}.article-list{margin:0;padding:0;list-style:none}.feed-tabs{display:flex;min-width:0;overflow-x:auto;border-bottom:1px solid rgb(var(--soft-line));background:rgb(var(--surface-muted) / .42);scrollbar-width:none}.feed-tabs::-webkit-scrollbar{display:none}.feed-tab{position:relative;display:inline-flex;min-width:max-content;min-height:1.75rem;align-items:center;gap:.27rem;padding:.25rem .42rem .23rem;border:0;background:transparent;color:rgb(var(--muted));cursor:pointer;font-size:.61rem;transition:color .14s ease,background-color .14s ease;white-space:nowrap}.feed-tab:after{position:absolute;right:.42rem;bottom:0;left:.42rem;height:2px;border-radius:1rem 1rem 0 0;background:transparent;content:""}.feed-tab:hover,.feed-tab.active{color:rgb(var(--text))}.feed-tab.active{background:rgb(var(--surface))}.feed-tab.active:after{background:var(--feed-accent, rgb(var(--heading)))}.feed-new-count{min-width:1.15em;color:rgb(var(--new));font-size:.52rem;font-weight:600;line-height:1;text-align:right}.brand-icon{display:grid;width:1rem;height:1rem;flex:0 0 auto;place-items:center}.brand-icon svg,.brand-icon img,.brand-icon-raw,.brand-icon-raw svg{display:block;width:100%;height:100%}.brand-icon img{border-radius:.18rem;object-fit:contain}.article-row{position:relative;display:flex;min-width:0;border-bottom:1px solid rgb(var(--soft-line) / .72);transition:background-color .14s ease}.article-row:last-child{border-bottom:0}.article-row:hover{background:rgb(var(--surface-muted) / .58)}.article-main{display:flex;min-width:0;flex:1;gap:.5rem;padding:.46rem 1.75rem .46rem .52rem;color:rgb(var(--text));text-decoration:none}.article-image{width:3.74rem;height:2.61rem;flex:0 0 auto;border-radius:.26rem;background:rgb(var(--surface-muted));object-fit:cover}.article-copy{display:flex;min-width:0;flex-direction:column;gap:.1rem}.article-title{display:-webkit-box;overflow:hidden;font-size:.75rem;font-weight:600;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-new-dot{display:inline-block;width:.36rem;height:.36rem;margin:0 .24rem .05rem 0;border-radius:50%;background:rgb(var(--new))}.article-summary{display:-webkit-box;overflow:hidden;color:rgb(var(--muted));font-size:.65rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:1}.article-time{color:rgb(var(--very-muted));font-size:.58rem}.article-read .article-title{color:rgb(var(--muted));font-weight:400}.article-read .article-image{opacity:.64;filter:saturate(.55)}.star-button{position:absolute;top:.32rem;right:.3rem;display:grid;width:1.3rem;height:1.3rem;padding:0;border:0;background:transparent;color:rgb(var(--very-muted));cursor:pointer;font-size:.88rem;place-items:center;transition:color .14s ease,opacity .14s ease}.star-button.active{color:rgb(var(--brand))}@media(hover:hover){.article-row .star-button:not(.active){opacity:0}.article-row:hover .star-button,.article-row:focus-within .star-button{opacity:1}}.bookmark-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.18rem .3rem;padding:.32rem .4rem .38rem}.bookmark-link{display:flex;min-width:0;align-items:center;min-height:2.12rem;gap:.42rem;padding:.25rem .32rem;border:1px solid transparent;border-radius:.4rem;background:transparent;color:rgb(var(--text));font-size:.66rem;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.bookmark-link:hover{border-color:rgb(var(--soft-line));background:rgb(var(--surface-muted) / .72);color:rgb(var(--heading))}.bookmark-link:focus-visible{outline-offset:0}.bookmark-icon{display:grid;width:1.55rem;height:1.55rem;flex:0 0 auto;border:1px solid rgb(var(--soft-line));border-radius:.42rem;background:rgb(var(--surface-muted) / .64);place-items:center;transition:border-color .12s ease,background-color .12s ease}.bookmark-link:hover .bookmark-icon{border-color:rgb(var(--heading) / .2);background:rgb(var(--surface))}.bookmark-label{overflow:hidden;letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap}.bookmark-link .brand-icon{width:1.02rem;height:1.02rem}.research-request-form{padding:.42rem .5rem .46rem}.research-request-form textarea{min-height:3.5rem;max-height:8rem;padding:.45rem .52rem;border-color:rgb(var(--soft-line));border-radius:.34rem;background:rgb(var(--surface-muted) / .34);font-size:.66rem;line-height:1.42;resize:vertical;transition:border-color .14s ease,background-color .14s ease}.research-request-form textarea:focus{border-color:rgb(var(--heading) / .5);background:rgb(var(--surface))}.research-request-actions{display:flex;min-height:1.55rem;align-items:center;justify-content:space-between;gap:.45rem;margin-top:.28rem}.research-request-hint,.research-request-confirmation,.research-request-error{overflow:hidden;color:rgb(var(--very-muted));font-size:.52rem;text-overflow:ellipsis;white-space:nowrap}.research-request-confirmation{color:rgb(var(--success))}.research-request-error,.research-notes-error{color:rgb(var(--danger))}.research-request-submit{min-height:1.45rem;padding:.2rem .58rem;border:1px solid rgb(var(--heading) / .5);border-radius:.32rem;background:transparent;color:rgb(var(--heading));cursor:pointer;font-size:.59rem;font-weight:600;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.research-request-submit:hover:not(:disabled){border-color:rgb(var(--heading));background:rgb(var(--heading));color:rgb(var(--surface))}.research-request-submit:disabled{cursor:default;opacity:.4}.research-request-submit:focus-visible,.research-notes-toggle:focus-visible,.research-note-row summary:focus-visible,.vps-bar-row:focus-visible,.vps-services-heading:focus-visible{outline:2px solid rgb(var(--brand));outline-offset:2px}.research-notes-empty{padding:.72rem .54rem;color:rgb(var(--very-muted));font-size:.58rem}.research-note-list,.research-note-row{border-bottom:1px solid rgb(var(--soft-line) / .72)}.research-note-row:last-child{border-bottom:0}.research-note-row summary{display:flex;min-height:2.2rem;align-items:center;justify-content:space-between;gap:.5rem;padding:.34rem .5rem;cursor:pointer;list-style:none;transition:background-color .14s ease,color .14s ease}.research-note-row summary::-webkit-details-marker{display:none}.research-note-row summary:hover{background:rgb(var(--surface-muted) / .48)}.research-note-row[open] summary .app-icon{transform:rotate(180deg)}.research-note-summary-copy{display:flex;min-width:0;flex-direction:column;gap:.08rem}.research-note-summary-copy strong{overflow:hidden;color:rgb(var(--text));font-size:.62rem;font-weight:600;line-height:1.28;text-overflow:ellipsis;white-space:nowrap}.research-note-summary-copy small{color:rgb(var(--very-muted));font-size:.5rem}.research-note-row summary .app-icon{color:rgb(var(--very-muted));transition:transform .14s ease}.research-note-detail{padding:.05rem .5rem .48rem;color:rgb(var(--muted));font-size:.54rem}.research-note-detail p{margin:0 0 .35rem;line-height:1.42}.research-note-detail>div{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.research-note-detail a{display:inline-flex;flex:0 0 auto;align-items:center;gap:.2rem;color:rgb(var(--heading));text-decoration:none}.research-note-detail a:hover{text-decoration:underline}.research-notes-toggle{width:100%;min-height:1.7rem;padding:.25rem .5rem;border:0;background:transparent;color:rgb(var(--muted));cursor:pointer;font-size:.52rem;transition:color .14s ease,background-color .14s ease}.research-notes-toggle:hover{background:rgb(var(--surface-muted) / .38);color:rgb(var(--heading))}.research-notes-error{margin:0;padding:.35rem .5rem;font-size:.52rem}.weather-body{padding:.28rem .5rem .24rem}.weather-current{display:grid;grid-template-columns:minmax(3.7rem,auto) 1fr auto;align-items:center;gap:.5rem}.weather-current>div:first-child{display:flex;min-width:0;flex-direction:column}.weather-temperature{color:rgb(var(--text));font-size:1.24rem;font-weight:400;letter-spacing:-.06em;line-height:1}.weather-description{margin-top:.1rem;color:rgb(var(--heading));font-size:.61rem}.weather-outlook{display:grid;min-width:6.2rem;grid-template-columns:auto .65rem auto;align-items:center;justify-content:center;gap:.24rem;color:rgb(var(--muted))}.weather-outlook-item{display:grid;min-width:2.25rem;grid-template-rows:.58rem 1.68rem .52rem;align-items:center;justify-items:center}.weather-outlook-caption{display:inline-flex;align-items:baseline;gap:.14rem;font-size:.46rem;letter-spacing:.02em;line-height:1}.weather-outlook-caption small{color:rgb(var(--very-muted));font-size:.38rem;letter-spacing:0}.weather-precip{display:inline-flex;align-items:center;gap:.08rem;color:rgb(var(--heading) / .78);font-size:.42rem;line-height:1}.weather-precip svg{width:.38rem;height:.46rem;fill:none;stroke:currentColor;stroke-width:1.1}.weather-outlook-connector{position:relative;width:.56rem;height:1px;background:rgb(var(--line) / .72)}.weather-outlook-connector:after{position:absolute;top:-2px;right:0;width:4px;height:4px;border-top:1px solid rgb(var(--line) / .72);border-right:1px solid rgb(var(--line) / .72);content:"";transform:rotate(45deg)}.weather-symbol{display:block;width:2.26rem;height:1.72rem;overflow:visible}.weather-sun-halo{fill:rgb(var(--brand) / .09)}.weather-sun-disc{fill:rgb(var(--brand) / .18);stroke:rgb(var(--brand));stroke-width:1.55}.weather-sun-rays{fill:none;stroke:rgb(var(--brand));stroke-width:1.45}.weather-cloud-shape{fill:rgb(var(--surface-muted));stroke:rgb(var(--muted));stroke-width:1.55}.weather-rain-drops{stroke:rgb(var(--link));stroke-width:1.75}.weather-snow-flakes{stroke:rgb(var(--heading));stroke-width:1.35}.weather-storm-cloud{stroke:rgb(var(--heading))}.weather-lightning{fill:rgb(var(--brand) / .2);stroke:rgb(var(--brand));stroke-width:1.35}.weather-facts{display:flex;flex-direction:column;align-items:flex-end;gap:.02rem;color:rgb(var(--muted));font-size:.56rem;text-align:right}.weather-source-link{display:inline-flex;align-items:center;justify-content:flex-end;gap:.12rem;margin-top:.04rem;color:rgb(var(--link));font-size:.52rem;text-decoration:none}.weather-source-link:hover{text-decoration:underline}.weather-days{display:grid;grid-template-columns:repeat(5,1fr);gap:.12rem;margin-top:.24rem;padding-top:.2rem;border-top:1px solid rgb(var(--soft-line))}.weather-day{display:flex;min-width:0;flex-direction:column;align-items:center;gap:0;color:rgb(var(--muted));font-size:.53rem}.weather-day-label{display:inline-flex;align-items:baseline;justify-content:center;gap:.2rem;white-space:nowrap}.weather-day-label small{color:rgb(var(--very-muted));font-size:.43rem}.weather-day strong{color:rgb(var(--text));font-size:.6rem}.weather-day small{color:rgb(var(--very-muted));font-size:.53rem}.weather-symbol-daily{width:1.42rem;height:1.08rem;margin:.03rem 0 .02rem}.world-clock-body{display:grid;grid-template-columns:repeat(2,minmax(5.8rem,1fr)) minmax(5.2rem,.8fr);gap:.34rem;align-items:center;padding:.38rem .48rem .34rem}.world-clock{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.18rem}.clock-face{position:relative;display:block;width:4.8rem;height:4.8rem;max-width:100%;border:1px solid rgb(var(--clock-face-line));border-radius:50%;background:rgb(var(--clock-face));box-shadow:inset 0 0 0 1px #ffffff14,0 .18rem .52rem #00000014;color:rgb(var(--clock-face-primary))}.clock-tick{position:absolute;inset:.21rem;border-radius:50%;pointer-events:none}.clock-tick i{position:absolute;top:0;left:50%;width:1px;height:.14rem;background:rgb(var(--clock-face-secondary));transform:translate(-50%)}.clock-tick.major i{height:.24rem;background:rgb(var(--clock-face-primary))}.clock-numeral{position:absolute;z-index:2;color:rgb(var(--clock-face-secondary));font-size:.43rem;line-height:1}.clock-numeral-24{font-size:.34rem;letter-spacing:-.035em}.clock-numeral-0{top:.54rem;left:50%;transform:translate(-50%)}.clock-numeral-1{top:50%;right:.56rem;transform:translateY(-50%)}.clock-numeral-2{bottom:.54rem;left:50%;transform:translate(-50%)}.clock-numeral-3{top:50%;left:.56rem;transform:translateY(-50%)}.clock-hand{position:absolute;z-index:3;bottom:50%;left:50%;border-radius:1rem;transform-origin:50% 100%}.clock-hour-hand{width:2px;height:1.24rem;background:rgb(var(--clock-face-primary))}.clock-minute-hand{width:1px;height:1.6rem;background:rgb(var(--clock-face-accent))}.clock-pin{position:absolute;z-index:4;top:50%;left:50%;width:.28rem;height:.28rem;border:1px solid rgb(var(--clock-face));border-radius:50%;background:rgb(var(--clock-face-accent));transform:translate(-50%,-50%)}.clock-period{position:absolute;bottom:1.04rem;left:50%;color:rgb(var(--clock-face-secondary));font-size:.4rem;letter-spacing:.08em;transform:translate(-50%)}.clock-city{overflow:hidden;max-width:100%;color:rgb(var(--muted));font-size:.52rem;text-overflow:ellipsis;white-space:nowrap}.clock-info{display:flex;min-width:0;flex-direction:column;align-self:stretch;justify-content:center;gap:.34rem;padding-left:.58rem;border-left:1px solid rgb(var(--soft-line))}.clock-zone-row{display:flex;min-width:0;flex-direction:column;gap:.02rem}.clock-zone-row span{color:rgb(var(--very-muted));font-size:.49rem}.clock-zone-row strong{overflow:hidden;color:rgb(var(--muted));font-size:.56rem;font-weight:500;letter-spacing:.025em;text-overflow:ellipsis;white-space:nowrap}.clock-difference{align-self:center;padding:.08rem .34rem;border:1px solid rgb(var(--soft-line));border-radius:1rem;color:rgb(var(--very-muted));font-size:.49rem;letter-spacing:.025em;text-align:center}.vps-body{padding:.42rem .54rem .38rem}.vps-bars{display:grid;gap:.35rem}.vps-bar-row{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.vps-bar-label{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem;margin-bottom:.11rem;color:rgb(var(--muted));font-size:.56rem}.vps-bar-label>span:last-child{display:flex;align-items:baseline;gap:.34rem}.vps-bar-label .app-icon{align-self:center;color:rgb(var(--very-muted));transition:transform .14s ease}.vps-bar-row[aria-expanded=true] .vps-bar-label .app-icon{transform:rotate(180deg)}.vps-bar-label strong{color:rgb(var(--text));font-size:.6rem}.vps-bar-label small{color:rgb(var(--very-muted));font-size:.5rem}.vps-bar-track{display:block;height:.25rem;overflow:hidden;border-radius:1rem;background:rgb(var(--surface-muted))}.vps-bar-track i{display:block;height:100%;border-radius:inherit;background:rgb(var(--heading) / .78)}.vps-bar-item:nth-child(2) .vps-bar-track i{background:rgb(var(--success) / .82)}.vps-bar-item:nth-child(3) .vps-bar-track i{background:rgb(var(--brand) / .86)}.vps-history{position:relative;display:grid;grid-template-columns:1fr 1fr;margin-top:.22rem;padding-top:.08rem;color:rgb(var(--very-muted));font-size:.48rem}.vps-history svg{grid-column:1 / -1;width:100%;height:2rem;overflow:visible}.vps-history line{stroke:rgb(var(--soft-line));stroke-width:.7;vector-effect:non-scaling-stroke}.vps-history polyline{fill:none;stroke:rgb(var(--heading) / .82);stroke-width:1.35;vector-effect:non-scaling-stroke}.vps-history>span{grid-column:1 / -1;padding:.35rem 0;text-align:center}.vps-history small{font-size:inherit}.vps-history small:last-child{text-align:right}.vps-services{margin-top:.48rem}.vps-services-heading{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0;border:0;margin-bottom:.22rem;background:transparent;color:rgb(var(--very-muted));cursor:pointer;font-size:.51rem;text-align:left}.vps-services-heading strong{display:inline-flex;align-items:center;gap:.2rem;color:rgb(var(--muted));font-size:.52rem;font-weight:500}.vps-services-heading .app-icon{transition:transform .14s ease}.vps-services-heading[aria-expanded=true] .app-icon{transform:rotate(180deg)}.vps-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.24rem}.vps-service-card{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:.35rem;min-height:1.78rem;padding:.28rem .38rem;border:1px solid rgb(var(--soft-line));border-radius:.34rem;background:rgb(var(--surface-muted) / .36)}.vps-service-name{overflow:hidden;color:rgb(var(--text));font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.vps-service-state{display:inline-flex;flex:0 0 auto;align-items:center;gap:.2rem;color:rgb(var(--muted));font-size:.48rem}.vps-service-state i{width:.34rem;height:.34rem;border-radius:50%;background:rgb(var(--success))}.vps-service-card.has-error{border-color:rgb(var(--danger) / .35)}.vps-service-card.has-error .vps-service-state{color:rgb(var(--danger))}.vps-service-card.has-error .vps-service-state i{background:rgb(var(--danger))}.vps-events{margin-top:.3rem;padding:.28rem .35rem;border:1px solid rgb(var(--soft-line));border-radius:.3rem;background:rgb(var(--surface-muted) / .24);color:rgb(var(--very-muted));font-size:.49rem}.vps-event-list{display:grid;gap:.24rem}.vps-event{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.3rem}.vps-event>i{width:.32rem;height:.32rem;border-radius:50%;background:rgb(var(--heading) / .72)}.vps-event.is-success>i{background:rgb(var(--success))}.vps-event.is-warning>i{background:rgb(var(--brand))}.vps-event.is-error>i{background:rgb(var(--danger))}.vps-event span{overflow:hidden;color:rgb(var(--muted));text-overflow:ellipsis;white-space:nowrap}.vps-event time{color:rgb(var(--very-muted));white-space:nowrap}.vps-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;margin-top:.38rem;color:rgb(var(--very-muted));font-size:.5rem}.vps-meta span:nth-child(2),.vps-meta span:nth-child(3){text-align:center}.vps-meta span:last-child{text-align:right}.vps-meta strong{color:rgb(var(--muted));font-weight:400}.vps-meta strong.vps-stale{color:rgb(var(--brand))}.drop-zone{height:.34rem;margin:-.4rem 0;border-radius:.3rem}.drop-zone:hover{background:rgb(var(--brand) / .55)}.add-widget{width:100%;border-style:dashed;background:transparent;color:rgb(var(--muted))}.login-shell{display:grid;min-height:100vh;padding:1rem;place-items:center}.login-panel{width:min(100%,24rem);padding:1.45rem;border:1px solid rgb(var(--line));border-radius:.8rem;background:rgb(var(--surface))}.brand-login{font-size:1.16rem}.login-copy{margin:.42rem 0 1.3rem 2.2rem;color:rgb(var(--muted));font-size:.78rem}.login-panel label,.editor-fields label{display:flex;flex-direction:column;gap:.33rem;color:rgb(var(--muted));font-size:.73rem}.login-panel label+label{margin-top:.78rem}input,select,textarea{width:100%;min-height:2.35rem;padding:.46rem .58rem;border:1px solid rgb(var(--line));border-radius:.46rem;background:rgb(var(--surface));color:rgb(var(--text))}textarea{min-height:7rem;resize:vertical;line-height:1.5}.form-error{margin:.7rem 0 0;color:rgb(var(--danger));font-size:.73rem}.login-button{width:100%;margin-top:1rem}.google-login{display:inline-flex;justify-content:center;text-decoration:none}.login-divider{display:flex;align-items:center;gap:.65rem;margin:1rem 0;color:rgb(var(--muted));font-size:.68rem}.login-divider:before,.login-divider:after{flex:1;height:1px;background:rgb(var(--line));content:""}.modal-backdrop{position:fixed;z-index:50;inset:0;display:grid;padding:1rem;background:#0f12157a;place-items:center}.editor-panel{width:min(100%,37rem);max-height:calc(100vh - 2rem);overflow:auto;border:1px solid rgb(var(--line));border-radius:.82rem;background:rgb(var(--surface))}.editor-header,.editor-actions{display:flex;align-items:center;gap:.5rem;padding:.72rem .85rem;border-bottom:1px solid rgb(var(--soft-line))}.editor-header{justify-content:space-between}.editor-header h2{margin:0;color:rgb(var(--heading));font-size:.96rem;font-weight:600}.editor-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:.9rem}.field-wide{grid-column:1 / -1}.checkbox-label{flex-direction:row!important;align-items:center;align-self:end;min-height:2.35rem}.checkbox-label input{width:1rem;min-height:1rem}.editor-actions{border-top:1px solid rgb(var(--soft-line));border-bottom:0}.editor-spacer{flex:1}@media(max-width:1180px){.dashboard{grid-template-columns:minmax(250px,.72fr) minmax(390px,1.28fr)}.widget-column-3{grid-column:2}}@media(max-width:720px){:root{font-size:14px}body{background:rgb(var(--page))}.topbar{align-items:center;gap:.35rem;padding:.25rem .42rem}.topbar-actions{flex-wrap:nowrap;justify-content:flex-end}.topbar-icon-button{width:1.7rem;height:1.58rem}.dashboard{display:grid;grid-template-columns:1fr;gap:.5rem;padding:.48rem .38rem 1.5rem}.widget-column{display:contents;width:100%;gap:.5rem}.widget-column-2 .widget-bookmarks{order:1}.widget-column-1 .widget-weather{order:2}.widget-column-1 .widget-clock{order:3}.widget-column-1 .widget-research_request{order:4}.widget-column-1 .widget-research_notes{order:5}.widget-layout-news{order:6}.widget-layout-science{order:7}.widget-column-1 .widget-vps{order:8}.widget-layout-ai{order:9}.dashboard-editing .widget-column{display:flex}.dashboard-editing .widget-column-1{order:1}.dashboard-editing .widget-column-2{order:2}.dashboard-editing .widget-column-3{order:3}.article-main{padding-block:.5rem}.article-summary{-webkit-line-clamp:2}.modal-backdrop{align-items:end;padding:0}.editor-panel{width:100%;max-height:92vh;border-radius:.82rem .82rem 0 0}.editor-fields{grid-template-columns:1fr}.field-wide{grid-column:auto}}@media(max-width:420px){.article-image{width:3.51rem;height:2.48rem}.weather-facts{font-size:.61rem}.weather-current{grid-template-columns:minmax(3.3rem,auto) 1fr auto;gap:.3rem}.weather-outlook{min-width:5.2rem;grid-template-columns:auto .42rem auto;gap:.15rem}.weather-outlook-connector{width:.42rem}.weather-symbol{width:1.92rem;height:1.48rem}.weather-symbol-daily{width:1.22rem;height:.96rem}.world-clock-body{grid-template-columns:repeat(2,minmax(0,1fr))}.clock-info{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-evenly;padding-top:.28rem;padding-left:0;border-top:1px solid rgb(var(--soft-line));border-left:0}.bookmark-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vps-meta{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:.18rem}.vps-meta span,.vps-meta span:nth-child(2),.vps-meta span:nth-child(3),.vps-meta span:last-child{text-align:left}.research-request-hint{display:none}.research-note-detail>div{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
