@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}: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}*{box-sizing:border-box}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{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))}.theme-switch{display:inline-flex;padding:.1rem;border:1px solid rgb(var(--line));border-radius:.35rem;background:rgb(var(--surface-muted))}.theme-switch button{min-height:1.24rem;padding:.12rem .34rem;border:0;background:transparent;color:rgb(var(--muted));font-size:.61rem}.theme-switch button.active{background:rgb(var(--surface));color:rgb(var(--heading))}.logout-button{padding-inline:.3rem;font-size:.63rem}.logout-short{display:none}.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))}.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;gap:.36rem}.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-title-rule{width:.14rem;height:.78rem;flex:0 0 auto;border-radius:1rem;background:rgb(var(--heading))}.widget-bookmarks .widget-title-rule{background:rgb(var(--brand))}.widget-weather .widget-title-rule{background:rgb(var(--success))}.widget-edit-button{min-height:1.2rem;padding:.1rem .28rem;font-size:.61rem}.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}.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;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)))}.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))}.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:4.15rem;height:2.9rem;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-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}.star-button.active{color:rgb(var(--brand))}.bookmark-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgb(var(--soft-line))}.bookmark-link{display:flex;min-width:0;align-items:center;min-height:2.05rem;gap:.36rem;padding:.3rem .4rem;background:rgb(var(--surface));color:rgb(var(--text));font-size:.66rem;text-decoration:none}.bookmark-link:hover{background:rgb(var(--surface-muted));color:rgb(var(--heading))}.bookmark-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bookmark-link .brand-icon{width:1.12rem;height:1.12rem}.weather-body{padding:.28rem .5rem .24rem}.weather-current{display:flex;align-items:center;justify-content:space-between;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-facts{display:flex;flex-direction:column;align-items:flex-end;gap:.02rem;color:rgb(var(--muted));font-size:.56rem;text-align:right}.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 strong{color:rgb(var(--text));font-size:.6rem}.weather-day small{color:rgb(var(--very-muted));font-size:.53rem}.weather-mark{position:relative;display:block;width:.75rem;height:.5rem;margin:.03rem 0}.weather-mark:before,.weather-mark:after{position:absolute;content:""}.weather-mark:before{right:.06rem;bottom:.05rem;width:.58rem;height:.31rem;border:1px solid rgb(var(--muted));border-radius:.5rem;background:rgb(var(--surface))}.weather-mark:after{top:.04rem;left:.03rem;width:.37rem;height:.37rem;border:1px solid rgb(var(--brand));border-radius:50%;background:rgb(var(--brand) / .18)}.weather-sun:before{display:none}.weather-sun:after{top:.08rem;left:.21rem;width:.44rem;height:.44rem}.weather-cloud:after{display:none}.weather-rain,.weather-storm,.weather-snow{border-bottom:2px dotted rgb(var(--heading) / .75)}.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-button,.logout-button{font-size:.7rem}.logout-button{display:inline-flex;align-items:center;padding-inline:.32rem}.logout-full{display:none}.logout-short{display:inline}.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-rss{order:3}.widget-column-3 .widget-rss{order:4}.widget-column-2 .widget-rss{order:5}.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.9rem;height:2.75rem}.weather-facts{font-size:.61rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
