/* Daily editorial UI: scoped components, opaque reading surfaces, no global theme. */
.daily-news-entry{display:inline-flex;align-items:center;gap:8px;border-radius:12px!important;background:#fff!important;color:#164d77!important;border:1px solid #cddfed!important;box-shadow:0 2px 6px #173b5d08!important;font:600 13px 'Segoe UI',Arial,sans-serif!important;padding:10px 12px!important;position:relative}
.daily-news-entry svg{width:20px;height:20px}.daily-news-entry b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#075eaa;color:#fff;font-size:11px}
.daily-news-entry[hidden],.daily-news-peek[hidden]{display:none!important}
.daily-news-sheet{--dn-ink:#17344c;--dn-muted:#637b8c;--dn-blue:#006aa6;--dn-line:#e0e9ee;position:fixed;inset:30px 0 auto;margin:0 auto;width:760px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 60px);padding:0;border:1px solid #d8e4ed;border-radius:26px;background:#f6f9fc;color:var(--dn-ink);font:14px/1.5 'Segoe UI',Arial,sans-serif;box-shadow:0 28px 90px #122f4d36;overflow:hidden;box-sizing:border-box}
.daily-news-sheet[open]{display:flex;flex-direction:column;animation:daily-arrive 220ms ease-out}.daily-news-sheet::backdrop{background:#122d475c}.daily-news-sheet.is-story{width:1120px}
.daily-news-sheet *{box-sizing:border-box}.daily-news-sheet button{font:inherit;cursor:pointer}.daily-news-sheet button:disabled{opacity:.45;cursor:default}
.daily-news-sheet button:focus-visible,.daily-news-entry:focus-visible,.daily-news-peek button:focus-visible{outline:3px solid #008ccb;outline-offset:3px}
.daily-news-sheet svg,.daily-news-peek svg{width:20px;height:20px;flex-shrink:0}
.daily-shell-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px;border-bottom:1px solid var(--dn-line);background:#fff;flex:0 0 auto}
.daily-brand{display:flex;align-items:center;gap:13px}.daily-brand-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(140deg,#0b8cbc,#005292);box-shadow:inset 0 1px #ffffff50,0 4px 10px #006aa615;color:#fff}.daily-brand-icon svg{width:23px;height:23px}
.daily-brand small{display:block;color:#64808f;font-size:10px;letter-spacing:1.5px;font-weight:600;margin-bottom:3px}.daily-brand h2{margin:0;font-size:25px;line-height:1.25;letter-spacing:-.7px;font-weight:650}
.daily-icon-button{display:inline-grid;place-items:center;width:36px;height:36px;flex:0 0 36px;padding:0;border:1px solid transparent;border-radius:11px;background:#edf3f7;color:#4c687c;cursor:pointer}.daily-icon-button:hover{background:#e0edf5;color:#005f99}
.daily-content{padding:24px 28px;overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-width:thin;scrollbar-color:#b5cbd9 transparent}
.daily-list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.daily-list-heading p{margin:0;font-size:14px;color:var(--dn-muted)}
.daily-tabs{display:flex;gap:3px;border:1px solid #dde7ee;background:#eaf0f5;border-radius:11px;padding:3px}.daily-tabs button{border:0;padding:6px 14px;background:transparent;border-radius:8px;color:#597385;font-size:12px;font-weight:600}.daily-tabs button[aria-pressed=true]{background:#fff;color:#125a84;box-shadow:0 2px 5px #1b405212}
.daily-day-list{display:grid;gap:16px;overflow:hidden;padding:2px}.daily-day-card{position:relative;border:1px solid #dce7ee;border-radius:20px;background:#fff;overflow:hidden;touch-action:pan-y;box-shadow:0 4px 14px #153d5b05;transition:box-shadow 180ms,border-color 180ms}
.daily-day-card:hover{border-color:#b9d2e2;box-shadow:0 8px 24px #153d5b0b}
.daily-day-open{display:grid;grid-template-columns:minmax(0,1fr) 174px;width:100%;padding:0;text-align:left;border:0;background:transparent;color:inherit;align-items:stretch}
.daily-day-copy{padding:23px 16px 23px 24px;min-width:0}.daily-day-meta{display:flex;align-items:center;gap:10px;margin-bottom:19px}.daily-day-meta>span:nth-child(2){display:grid;gap:1px}.daily-day-meta>span>small{font-size:11px;color:#6a8191}.daily-day-meta>span>b{font-size:12px;color:#466276;font-weight:600}
.daily-calendar{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 46px;width:46px;height:51px;background:#eaf4fb;border:1px solid #d7e9f5;border-radius:11px;color:#00639f;line-height:1.1}.daily-calendar b{font-size:22px;font-weight:650;letter-spacing:-.7px}.daily-calendar small{font-size:9px;text-transform:uppercase;font-weight:650;letter-spacing:1px;margin-top:3px}
.daily-status{margin-left:auto;font-style:normal;font-size:10px;font-weight:600;color:#00745e;background:#e9f6ef;border:1px solid #d9ede1;border-radius:7px;padding:3px 7px}.daily-status.is-read{color:#6c7f8e;background:#f3f6f8;border-color:#e6edf1}
.daily-day-copy h3{font-size:23px;line-height:1.25;letter-spacing:-.6px;margin:0 0 9px;font-weight:650;max-width:370px}.daily-day-copy p{font-size:12px;line-height:1.55;color:var(--dn-muted);margin:0 0 19px;text-transform:none}.daily-discover{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:650;color:#00659e}.daily-discover svg{width:17px;height:17px;transition:translate 160ms}.daily-day-open:hover .daily-discover svg{translate:3px 0}
.daily-day-art{position:relative;overflow:hidden;background:radial-gradient(ellipse at 100% 100%,#cce9f1,transparent 70%),linear-gradient(130deg,#eff6fa,#e7f0f8);min-height:238px;pointer-events:none}
.daily-day-art img{position:absolute;width:158px;height:178px;object-fit:cover;object-position:top left;background:#fff;border:4px solid white;border-radius:11px;box-shadow:0 12px 26px #23476424;top:35px;left:26px;rotate:-7deg}.daily-day-art img.daily-art-1{width:118px;height:135px;top:100px;left:83px;rotate:9deg}
.daily-art-stamp{position:absolute;bottom:18px;left:13px;width:35px;height:35px;display:grid;place-items:center;border-radius:11px;border:1px solid #fff;background:#fff;color:#148575;box-shadow:0 4px 12px #143a5b12}
.daily-dismiss{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#ffffffdb;border-color:#dce6ee}.daily-dismiss svg{width:15px;height:15px}.daily-dismiss:hover{background:#fcedee;color:#aa4051;border-color:#edcdd3}
.daily-undo{min-height:22px;padding-top:16px;font-size:12px;text-align:center;color:#5c778b}.daily-undo button{border:0;background:transparent;color:#0067a3;font-weight:650;padding:2px 5px}
.daily-empty{text-align:center;padding:40px 15px;color:#718897}.daily-empty>svg{width:40px;height:40px;color:#229882}.daily-empty h3{font-size:19px;color:#244860;font-weight:600}
.daily-day-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px;color:#657e90;font-size:12px}.daily-back{border:0;background:transparent;color:#1e618b;font-size:12px;padding:4px 0}
.daily-story-layout{display:grid;grid-template-columns:224px minmax(0,1fr);gap:28px;align-items:start}.daily-chapters{display:flex;flex-direction:column;gap:6px;position:sticky;top:0;max-height:calc(100dvh - 260px);overflow-y:auto;padding:3px 6px 12px 0;scrollbar-width:thin}
.daily-chapters>small{font-size:9px;letter-spacing:1.6px;color:#7b92a2;padding:0 10px 8px}.daily-chapters>button{display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:12px;padding:10px 9px;background:transparent;color:#60788a;text-align:left;font-size:12px;line-height:1.4;min-height:56px}
.daily-chapters>button>span:nth-child(2){flex:1;min-width:0}.daily-chapters>button>b{font-size:9px;align-self:flex-start;color:#7d96a6;font-weight:500}.daily-topic-icon{width:28px;height:28px;display:grid;place-items:center;color:#5b839c;flex:0 0 28px}.daily-topic-icon svg{width:20px;height:20px}
.daily-chapters>button[aria-current=step]{background:#fff;border-color:#cfdfeb;color:#175d89;box-shadow:0 3px 10px #14385908}.daily-chapters>button[aria-current=step] .daily-topic-icon{color:#0084b9}.daily-chapters>button:hover{background:#edf4f9}
.daily-story-main{min-width:0;background:#fff;border:1px solid #dce7ee;border-radius:20px;padding:26px}.daily-story-meta{display:flex;justify-content:space-between;gap:8px;color:#1382a8;font-size:10px;font-weight:650;letter-spacing:1px;margin-bottom:10px}.daily-story-meta>span:last-child{color:#8396a2;letter-spacing:0}
.daily-story-main h3{font-size:27px;line-height:1.2;letter-spacing:-.7px;margin:0 0 20px;font-weight:650;color:#163a54}
.daily-audio{display:flex;align-items:center;gap:12px;background:#f1f7fb;border:1px solid #ddebf4;border-radius:13px;padding:12px;margin-bottom:17px}.daily-play{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;border:0;background:#086aa8;color:#fff}.daily-play svg{width:18px;height:18px}.daily-audio-copy{flex:1;min-width:0;display:grid;gap:3px}.daily-audio-copy>b{font-size:12px;font-weight:600;color:#2b5a76}.daily-audio-copy>small{font-size:10px;color:#6d889a}.daily-audio progress{display:block;width:100%;height:3px;margin-top:4px;border:0;border-radius:3px;accent-color:#128baf;background:#dbe8f0}.daily-audio progress::-webkit-progress-bar{background:#dbe8f0;border-radius:3px}.daily-audio progress::-webkit-progress-value{background:#128baf;border-radius:3px}.daily-audio .daily-icon-button{background:transparent}
.daily-audio-status:empty{display:none}.daily-audio-status{font-size:12px;color:#9c5c36}
.daily-story-image{display:block;width:100%;height:330px;border:1px solid #e1eaf0;border-radius:13px;background:#f8fafc;padding:12px;cursor:zoom-in!important;overflow:hidden}.daily-story-image img{width:100%;height:100%;object-fit:contain;display:block}
.daily-images{display:flex;gap:8px;justify-content:center;margin-top:10px}.daily-images:empty{display:none}.daily-images button{width:76px;height:54px;padding:3px;border:2px solid transparent;border-radius:8px;background:#f2f7fa}.daily-images button[aria-pressed=true]{border-color:#0b83b6}.daily-images img{width:100%;height:100%;object-fit:contain}
.daily-speech{font-size:16px;line-height:1.8;color:#3b566a;margin:24px 0;text-wrap:pretty}
.daily-story-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.daily-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;border:1px solid #00659e;border-radius:10px;padding:10px 15px;background:#00659e;color:#fff;font-size:12px!important;font-weight:600!important}.daily-cta svg{width:16px;height:16px}
.daily-read{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;font-size:11px!important;color:#507991;padding:8px 0}.daily-read svg{width:15px;height:15px}.daily-read:disabled{opacity:1!important;color:#298c70}
.daily-section-navigation,.daily-day-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:#7b919f;margin-top:24px;padding-top:18px;border-top:1px solid #e8eef3}.daily-section-navigation button,.daily-day-footer button{border:1px solid #dce6ed;background:#fff;color:#365f79;border-radius:9px;padding:8px 12px;font-size:12px}.daily-day-footer{border:0;margin-top:20px;padding-top:0}.daily-day-footer>span{font-size:11px}
.daily-news-peek{position:fixed;top:18px;left:50%;translate:-50% 0;z-index:10000;display:flex;align-items:center;width:470px;max-width:calc(100vw - 24px);padding:12px;border:1px solid #cfe0ec;border-radius:19px;background:#fff;box-shadow:0 12px 44px #15324e26;animation:daily-arrive 220ms ease-out;font:13px 'Segoe UI',Arial,sans-serif;color:#24455e}.daily-news-peek [data-peek-open]{display:flex;gap:12px;align-items:center;flex:1;text-align:left;background:transparent;border:0;cursor:pointer;color:inherit;padding:2px}.daily-news-peek [data-peek-open]>span:last-child{display:grid;gap:5px}.daily-news-peek small{font-size:9px;letter-spacing:1.2px;color:#678192}.daily-news-peek strong{font-size:14px;font-weight:600}.daily-news-peek [data-peek-open]>span>span{font-size:11px;color:#6a8090}.daily-news-peek .daily-icon-button{background:transparent;width:28px;flex-basis:28px}
.daily-news-zoom{position:fixed;width:min(1440px,96vw);max-width:96vw;max-height:94dvh;border:1px solid #d7e4ec;border-radius:18px;padding:48px 18px 18px;background:#fff;box-shadow:0 25px 80px #102b4933}.daily-news-zoom::backdrop{background:#092238a6}.daily-news-zoom>button{position:absolute;top:9px;right:12px}.daily-news-zoom img{display:block;max-width:100%;height:auto;margin:auto}
@keyframes daily-arrive{from{opacity:0;transform:translateY(-9px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.daily-news-sheet{inset:12px 0 auto;max-height:calc(100dvh - 24px);max-width:calc(100vw - 20px);border-radius:20px}.daily-shell-head{padding:18px}.daily-brand h2{font-size:21px}.daily-brand small{font-size:8px;letter-spacing:1px}.daily-brand-icon{width:36px;height:36px}.daily-content{padding:16px}.daily-day-open{grid-template-columns:minmax(0,1fr) 110px}.daily-day-copy{padding:18px 14px}.daily-day-copy h3{font-size:20px}.daily-day-meta{gap:7px;flex-wrap:wrap}.daily-day-art img{left:17px;width:130px}.daily-day-art img.daily-art-1{left:45px}.daily-status{margin-left:0}.daily-story-layout{grid-template-columns:1fr;gap:16px}.daily-chapters{position:static;display:flex;flex-direction:row;overflow-x:auto;max-height:none;padding:2px 2px 8px}.daily-chapters>small{display:none}.daily-chapters>button{min-width:170px;max-width:200px;flex-shrink:0;font-size:11px}.daily-story-main{padding:18px}.daily-story-main h3{font-size:24px}.daily-story-image{height:260px}.daily-list-heading{align-items:flex-start}.daily-list-heading p{font-size:12px}.daily-tabs button{padding:6px 10px}.daily-speech{font-size:15px}.daily-day-footer button{font-size:11px;padding:8px}.daily-audio-copy>small{font-size:9px}}
@media(max-width:420px){.daily-day-open{grid-template-columns:minmax(0,1fr) 78px}.daily-day-art{min-height:240px}.daily-day-copy h3{font-size:19px}.daily-day-meta>span:nth-child(2)>small{font-size:10px}.daily-calendar{flex-basis:39px;width:39px}.daily-day-meta{margin-bottom:14px}.daily-audio{gap:8px;padding:9px}.daily-day-heading{font-size:11px}.daily-story-image{height:230px}}
@media(prefers-reduced-motion:reduce){.daily-news-sheet,.daily-news-peek,.daily-day-card,.daily-discover svg{animation:none!important;transition:none!important}}
@media print{.daily-news-entry,.daily-news-sheet,.daily-news-peek,.daily-news-zoom{display:none!important}}
