*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:16px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--color-border:#e2dbd2;--color-bg:#f0ece5}body{color:#1e2028;background-color:#f0ece5;min-height:100dvh;font-family:DM Sans,system-ui,sans-serif;font-size:1rem;line-height:1.7}h1,h2,h3,h4,h5,h6{color:#c0503a;font-family:Playfair Display,georgia,serif;font-weight:700;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{color:#4a4e5a;margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#c0503a;text-decoration:none;transition:color .15s}a:hover{color:#a8422e}ul,ol{margin-bottom:1rem;padding-left:1.5rem}ul:last-child,ol:last-child{margin-bottom:0}li{color:#4a4e5a;margin-bottom:.25rem}li:last-child{margin-bottom:0}section{margin-bottom:3rem}section:last-child{margin-bottom:0}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],textarea{color:#1e2028;background:#fff;border:1px solid #e2dbd2;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-family:DM Sans,system-ui,sans-serif;font-size:1rem;transition:border-color .15s,box-shadow .15s}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=number]::placeholder,textarea::placeholder{color:#8892a4}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,textarea:focus{border-color:#c0503a;box-shadow:0 0 0 3px #f5e8e5}:root{--mobile-nav-h:64px}app-shell{display:block}.shell{min-height:100vh;display:flex}.sidebar{display:none}@media (width>=769px){.sidebar{background:#2b2d33;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:72px;height:100vh;padding:20px 0;display:flex;position:sticky;top:0}}.sidebar-brand{color:#fff;margin-bottom:24px;font-family:Playfair Display,georgia,serif;font-size:20px;font-weight:700;line-height:1}.sidebar-brand span{color:#c0503a}.nav-item{cursor:pointer;color:#ffffff73;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;text-decoration:none;transition:all .2s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{color:#fff;background:#ffffff1f}.nav-item.active:before{content:"";background:#c0503a;border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;left:-12px}.sidebar-spacer{flex:1}.page-main{min-width:0;padding-top:var(--mobile-nav-h);flex:1}@media (width>=769px){.page-main{padding-top:0}}.shell-slot{flex:1;min-width:0}.top-bar{opacity:0;flex-direction:column;gap:8px;margin-block:20px;padding:16px 16px 0;animation:.4s forwards shell-fade-in;display:flex}@media (width>=480px){.top-bar{flex-direction:row;justify-content:space-between;align-items:center;padding:20px 20px 0}}@media (width>=769px){.top-bar{padding:24px 32px 0}}@media (width>=1025px){.top-bar{padding:24px 40px 0}}.top-bar h1{color:#1e2028;letter-spacing:-.3px;font-family:Playfair Display,georgia,serif;font-size:1.125rem;font-weight:600}@media (width>=769px){.top-bar h1{font-size:1.375rem}}.top-actions{align-items:center;gap:12px;display:flex}.weather-pill{color:#4a4e5a;background:#fff;border:1px solid #e2dbd2;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:flex}@media (width>=480px){.weather-pill{padding:8px 16px;font-size:.875rem}}@keyframes shell-fade-in{to{opacity:1}}.mobile-nav{padding:calc(8px + env(safe-area-inset-top)) 16px 8px;z-index:200;background:#2b2d33;display:block;position:fixed;top:0;left:0;right:0}@media (width>=769px){.mobile-nav{display:none}}.mobile-nav-inner{justify-content:space-around;display:flex}.mob-nav-item{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:6px 8px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.mob-nav-item.active{color:#fff}.mob-nav-item .m-icon{font-size:20px}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s fade-in}.prog-toolbar{top:var(--mobile-nav-h);z-index:100;background:#f6f4f0;border-bottom:1px solid #e2dbd2;padding:12px 16px;position:sticky;box-shadow:0 1px 4px #00000012}@media (width>=769px){.prog-toolbar{top:0}}.prog-toolbar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:1200px;margin:0 auto;display:flex}.prog-toolbar__logo{color:#c0503a;align-items:center;gap:8px;font-family:Playfair Display,georgia,serif;font-size:1.5rem;font-weight:700;display:flex}.prog-toolbar__logo-icon{font-size:1.6rem}.prog-toolbar__controls{align-items:center;gap:6px;display:flex}.prog-toolbar__view-btn{color:#1e2028;cursor:pointer;background:0 0;border:2px solid #e2dbd2;border-radius:8px;padding:6px 12px;font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;font-weight:600;transition:border-color .2s,color .2s,background .2s}.prog-toolbar__view-btn:hover{color:#c0503a;border-color:#c0503a}.prog-toolbar__view-btn--active{color:#fff;background:#c0503a;border-color:#c0503a}.prog-toolbar__arrow{cursor:pointer;color:#1e2028;background:0 0;border:2px solid #e2dbd2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:border-color .2s,color .2s;display:flex}.prog-toolbar__arrow:hover{color:#c0503a;border-color:#c0503a}.prog-toolbar__label{text-align:center;min-width:140px;font-family:Playfair Display,georgia,serif;font-size:1rem;font-weight:600}.prog-toolbar__today-btn{color:#fff;cursor:pointer;background:#c0503a;border:none;border-radius:8px;padding:6px 16px;font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;font-weight:700;transition:opacity .2s,transform .2s}.prog-toolbar__today-btn:hover{opacity:.85;transform:translateY(-1px)}.prog-content{max-width:1200px;margin:0 auto;padding:12px}.prog-day{max-width:700px;margin:0 auto}.prog-day__header{text-align:center;margin-bottom:20px}.prog-day__title{margin-bottom:4px;font-family:Playfair Display,georgia,serif;font-size:1.5rem;font-weight:700}.prog-day__subtitle{flex-direction:column;align-items:center;gap:4px;display:flex}.prog-day__theme{color:#c0503a;font-family:Playfair Display,georgia,serif;font-size:.875rem;font-weight:600}.prog-day__group{color:#8892a4;font-size:.75rem;font-weight:600}.prog-day__empty{text-align:center;color:#8892a4;padding:40px;font-style:italic}.prog-day__note{color:#4a4e5a;background:#f0ece5;border-radius:8px;margin-top:16px;padding:12px 16px;font-size:.875rem;line-height:1.5}.prog-day__note strong{color:#1e2028}.prog-card{background:#f6f4f0;border-left:4px solid;border-radius:14px;margin-bottom:12px;padding:14px 16px;transition:box-shadow .2s;box-shadow:0 1px 4px #00000012}.prog-card:hover{box-shadow:0 4px 20px #00000017}.prog-card--am{background:#fff8e1;border-color:#f9a825}.prog-card--pm{background:#e8eaf6;border-color:#5c6bc0}.prog-card--outdoor{background:#e8f5e9;border-color:#43a047}.prog-card--early{background:#fce4ec;border-color:#e91e63}.prog-card--language{background:#dbe4f8;border-color:#3a5fc4}.prog-card--block{background:#ede9fe;border-color:#8b5cf6}.prog-card__title{color:#1e2028;margin-bottom:8px;font-family:Playfair Display,georgia,serif;font-size:.875rem;font-weight:700}.prog-card__list{flex-direction:column;gap:6px;display:flex}.prog-card--am .prog-card__title{color:#f9a825}.prog-card--pm .prog-card__title{color:#5c6bc0}.prog-card--outdoor .prog-card__title{color:#43a047}.prog-card--early .prog-card__title{color:#e91e63}.prog-card--language .prog-card__title{color:#3a5fc4}.prog-card--block .prog-card__title{color:#8b5cf6}.prog-activity{border-bottom:1px solid #0000000d;align-items:flex-start;gap:10px;padding:6px 0;display:flex}.prog-activity:last-child{border-bottom:none}.prog-activity__id{color:#8892a4;background:#fff9;border-radius:999px;flex-shrink:0;margin-top:2px;padding:2px 8px;font-size:.75rem;font-weight:700}.prog-activity__period-tag{color:#fff;background:#8892a4;border-radius:999px;flex-shrink:0;margin-top:2px;padding:2px 8px;font-size:.75rem;font-weight:700}.prog-activity__info{flex-direction:column;gap:2px;min-width:0;display:flex}.prog-activity__name{color:#1e2028;font-size:.875rem;font-weight:600;line-height:1.3}.prog-activity__focus{color:#4a4e5a;font-size:.75rem;line-height:1.4}.prog-week__theme{text-align:center;color:#c0503a;margin-bottom:16px;font-family:Playfair Display,georgia,serif;font-size:.875rem;font-weight:600}.prog-week__grid{grid-template-columns:1fr;gap:10px;display:grid}.prog-week-card{cursor:pointer;background:#f6f4f0;border:1px solid #e2dbd2;border-radius:14px;transition:box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 1px 4px #00000012}.prog-week-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000017}.prog-week-card--today{border:2px solid #c0503a}.prog-week-card__header{border-bottom:1px solid #e2dbd2;justify-content:space-between;align-items:center;padding:12px 14px;font-family:Playfair Display,georgia,serif;font-weight:600;display:flex}.prog-week-card__day{font-size:.95rem}.prog-week-card__date{color:#8892a4;font-size:.8rem}.prog-week-card__body{padding:10px 14px 14px}.prog-week-card__item{border-bottom:1px solid #e2dbd2;align-items:center;gap:8px;padding:5px 0;display:flex}.prog-week-card__item:last-child{border-bottom:none}.prog-week-card__period{color:#fff;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:700}.prog-week-card__period--am{background:#f9a825}.prog-week-card__period--pm{background:#5c6bc0}.prog-week-card__name{color:#1e2028;font-size:.8rem;line-height:1.3}.prog-week-card__more{color:#8892a4;padding:4px 0;font-size:.75rem;font-weight:600}.prog-week-card__extras{border-top:1px solid #e2dbd2;flex-wrap:wrap;gap:6px;margin-top:8px;padding-top:8px;display:flex}.prog-week-card__tag{color:#4a4e5a;background:#fff9;border-radius:999px;padding:3px 8px;font-size:.7rem}@media (width>=600px){.prog-content{padding:16px 20px}.prog-day__title{font-size:1.8rem}.prog-card{padding:16px 20px}.prog-week__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.prog-toolbar__inner{justify-content:space-between}.prog-toolbar__label{min-width:200px;font-size:1.15rem}.prog-content{padding:20px 24px 40px}.prog-week__grid{grid-template-columns:repeat(5,1fr);gap:12px}}
