
:root{--week-shell:min(1320px,calc(100% - 42px))}.week-page{background:linear-gradient(180deg,#fff7e4,#eaf7ed 52%,#fff3dc);color:#173f4f}.week-shell{width:var(--week-shell);margin-inline:auto}.week-hero{position:relative;min-height:520px;overflow:hidden}.week-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.week-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,57,70,.96),rgba(4,61,74,.79) 42%,rgba(4,61,74,.17) 78%),linear-gradient(0deg,rgba(3,48,60,.6),transparent 54%)}.week-hero__copy{position:relative;z-index:2;padding:76px 0 105px;color:#fff}.week-hero h1{font:800 clamp(56px,6.8vw,92px)/.92 Georgia,serif;margin:9px 0 21px;text-shadow:0 4px 22px rgba(0,0,0,.38)}.week-hero h1 span{color:#ffd2af;font-style:italic}.week-hero__copy>p:not(.eyebrow){max-width:650px;font-size:19px;line-height:1.6;font-weight:650}.week-hero__copy>div{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.pace-picker{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center;background:#fffdf5;border:1px solid #ddd1b9;border-radius:22px;padding:28px;margin-top:-48px;position:relative;z-index:3;box-shadow:0 18px 42px rgba(54,76,59,.13)}.pace-picker h2,.week-board h2,.week-close h2{font:800 36px/1.08 Georgia,serif;margin:5px 0 10px}.pace-picker>div>p:last-child{color:#64756f;line-height:1.55}.pace-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.pace-options button{border:1px solid #d9d1bc;background:#fff7e7;border-radius:15px;padding:15px 10px;color:#28545c;cursor:pointer;text-align:left}.pace-options button span{display:block;font-size:28px}.pace-options button b{display:block;font-size:17px;margin:4px 0}.pace-options button small{display:block;color:#6e7c77;line-height:1.35}.pace-options button.active{background:#0e7187;color:#fff;border-color:#0e7187;box-shadow:0 8px 20px rgba(14,113,135,.2)}.pace-options button.active small{color:#dff4f6}
.week-board{padding:52px 0}.week-board>header{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:18px}.week-board>header>p{max-width:440px;color:#647770;font-size:16px}.day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.day-card{background:#fffdf6;border:1px solid #dcd2bb;border-radius:17px;overflow:hidden;min-height:445px;display:flex;flex-direction:column;box-shadow:0 10px 24px rgba(69,73,48,.08)}.day-card header{background:linear-gradient(135deg,#0f7288,#2b9c9c);color:#fff;padding:14px}.day-card:nth-child(2n) header{background:linear-gradient(135deg,#ee716e,#ec9b61)}.day-card header b{display:block;font:800 24px Georgia,serif}.day-card header span{font-size:12px;font-weight:900;text-transform:uppercase;color:#e8fbff}.day-card__body{padding:14px;display:flex;flex-direction:column;gap:11px;flex:1}.day-card h3{font-size:17px;margin:0;color:#164657}.day-card p{font-size:13px;line-height:1.48;color:#63756f;margin:0}.day-task{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;background:#f1f6ec;border-radius:10px;padding:9px}.day-task input{width:18px;height:18px;accent-color:#4a9b72;margin-top:1px}.day-task span{font-size:12px;line-height:1.4;font-weight:750}.day-task.is-done span{text-decoration:line-through;color:#76827c}.day-card footer{margin-top:auto;background:#fff0d9;color:#795b42;padding:10px 14px;font-size:11px;line-height:1.4}
.week-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-bottom:62px}.week-rules article{display:flex;gap:14px;background:#fffdf6;border:1px solid #dad0b9;border-radius:18px;padding:20px}.week-rules article>span{display:grid;place-items:center;flex:0 0 45px;height:45px;border-radius:50%;background:#ef736f;color:#fff;font:800 24px Georgia,serif}.week-rules h2{font:800 23px Georgia,serif;margin:0 0 6px}.week-rules p{color:#61746d;line-height:1.55;margin:0}
.week-close{background:linear-gradient(135deg,#ccebdc,#ffe7bf);padding:48px 0}.week-close>div{display:flex;justify-content:space-between;gap:30px;align-items:center}.week-close h2{font-size:39px}.week-close p:not(.eyebrow){color:#546d67;max-width:720px}.week-toast{position:fixed;right:20px;bottom:20px;background:#073f51;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(12px);transition:.2s;z-index:60;box-shadow:0 12px 30px rgba(0,0,0,.2)}.week-toast.show{opacity:1;transform:none}
@media(max-width:1120px){.day-grid{grid-template-columns:repeat(4,1fr)}.day-card{min-height:390px}.pace-picker{grid-template-columns:1fr}.week-board>header{display:block}}
@media(max-width:760px){:root{--week-shell:calc(100% - 24px)}.week-hero{min-height:590px}.week-hero__copy{padding:60px 0 100px}.week-hero h1{font-size:51px}.pace-options{grid-template-columns:1fr}.day-grid{grid-template-columns:1fr}.day-card{min-height:0}.week-rules{grid-template-columns:1fr}.week-close>div{display:block}.week-close .btn{margin-top:16px}.week-hero__copy>div{display:grid}.week-board{padding-top:42px}}

/* Task 6 preview and browser robustness */
.week-hero__copy{padding-left:34px;padding-right:34px}
.pace-options button{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:112px}
.pace-options button span,.pace-options button b,.pace-options button small{position:relative;z-index:1}
@media(max-width:760px){.week-hero__copy{padding-left:0;padding-right:0}.pace-options button{min-height:96px}}
