@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@400;500;600;700;800&display=swap";:root{--bg:#fdfcf9;--surface:#fff;--surface-muted:#f6f4ef;--ink:#102550;--muted:#5c6477;--border:#e2dfd9;--red:#d3182c;--red-soft:#ffeff1;--blue:#105dd3;--blue-soft:#edf4ff;--yellow:#fdbb11;--yellow-soft:#fff7dd;--green:#087942;--green-soft:#eaf8f0;--shadow:0 3px 8px #1025500f, 0 16px 34px #1025500d;--radius:16px;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{min-width:320px;margin:0}button,a{font:inherit}button{cursor:pointer;border:0}a{color:inherit}svg{flex:none;width:1.25rem;height:1.25rem}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,.brand{font-family:Inter Tight,Inter,Arial,sans-serif}#root{min-height:100vh}.app-shell{background:var(--bg);min-height:100vh;padding-bottom:0}.app-header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:clamp(2rem,5vw,5rem);height:74px;padding:0 clamp(1.25rem,3vw,2.6rem);display:flex}.brand{letter-spacing:-.07em;color:#111828;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:800}.brand .red{color:var(--red)}.brand .yellow{color:var(--yellow)}.brand .blue{color:var(--blue)}.brand .green{color:var(--green)}.desktop-nav{gap:1.65rem;height:100%;display:flex}.desktop-nav button{color:var(--muted);background:0 0;align-items:center;gap:.55rem;padding:.25rem 0;font-weight:600;display:inline-flex;position:relative}.desktop-nav button.active{color:var(--ink)}.desktop-nav button.active:after{content:"";background:var(--red);height:4px;position:absolute;bottom:0;left:0;right:0}.plan-counter{color:var(--ink);background:var(--surface);align-items:center;gap:.7rem;margin-left:auto;font-weight:600;display:inline-flex}.plan-counter b,.mobile-nav b{color:#fff;background:var(--red);border-radius:100%;justify-content:center;align-items:center;min-width:2rem;height:2rem;padding:0 .55rem;display:inline-flex}.color-rail{background:linear-gradient(90deg, var(--red) 0 25%, var(--blue) 25% 50%, var(--yellow) 50% 75%, var(--green) 75% 100%);height:5px}.program-layout{grid-template-columns:minmax(0,1fr) 284px;align-items:start;gap:1.45rem;max-width:1510px;margin:0 auto;padding:clamp(1.25rem,2.2vw,2rem) clamp(1.1rem,2.5vw,2.4rem) 3rem;display:grid}.program-layout.timeline-layout{grid-template-columns:minmax(0,1fr);max-width:none}.timeline-layout .desktop-plan{display:none}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;margin-bottom:1.65rem;display:flex}.day-switch,.view-switch{border:1px solid var(--border);background:var(--surface);border-radius:11px;display:inline-flex;overflow:hidden}.day-switch button,.view-switch button{min-height:50px;color:var(--muted);background:0 0;justify-content:center;align-items:center;gap:.55rem;padding:.65rem 1.05rem;font-weight:600;display:inline-flex}.day-switch button.active{color:#fff;background:var(--red)}.view-switch button.active{color:var(--blue);box-shadow:inset 0 0 0 2px var(--blue);background:var(--surface)}.toolbar-right{align-items:center;gap:.75rem;display:flex}.utility-button,.secondary-action{border:1px solid var(--border);height:50px;color:var(--ink);background:var(--surface);border-radius:10px;align-items:center;gap:.45rem;padding:0 .9rem;font-weight:600;display:inline-flex}.day-title{letter-spacing:-.04em;margin-bottom:1.15rem;font-size:clamp(1.4rem,2vw,1.65rem)}.time-block{margin-bottom:1.55rem}.section-label{color:var(--muted);letter-spacing:-.025em;margin-bottom:.8rem;font-size:1.02rem}.time-heading{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:.8rem;margin-bottom:.85rem;padding:.85rem 1rem;display:flex}.time-heading svg{color:var(--blue);width:1.45rem;height:1.45rem}.time-heading h2{letter-spacing:-.03em;font-size:1.08rem}.time-heading p{color:var(--muted);margin-top:.2rem;font-size:.86rem;display:none}.sessions-grid{grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:.65rem;display:grid}.sessions-grid.shared-events{grid-template-columns:1fr}.sessions-grid.shared-events .session-card{min-height:0;padding:.9rem 1rem}.sessions-grid.shared-events .session-card h3{margin-bottom:.35rem}.sessions-grid.shared-events .session-card .summary{margin-bottom:.65rem}.sessions-grid.shared-events .session-card .card-actions{margin-top:0}.sessions-grid.shared-events .session-card .text-action{align-self:flex-start;min-width:140px;padding:0 .9rem}.compact-time-block{margin-bottom:1rem}.compact-fixed-event{border:1px solid var(--border);width:100%;min-height:56px;color:var(--ink);background:var(--surface-muted);border-radius:10px;align-items:center;gap:.72rem;padding:.72rem 1rem;display:flex}.compact-fixed-event svg{width:1.3rem;height:1.3rem;color:var(--blue)}.compact-fixed-time{flex:none;font-size:.9rem;font-weight:700}.compact-fixed-type{color:#50596b;letter-spacing:.045em;text-transform:uppercase;background:#e7eaf0;border-radius:5px;flex:none;padding:.17rem .42rem;font-size:.67rem;font-weight:700}.compact-fixed-event strong{font-size:.9rem}.session-card{--accent:var(--border);background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:10px;flex-direction:column;min-height:280px;padding:.85rem .8rem .75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 5px #1025500a}.tone-red{--accent:var(--red);--accent-ink:#fff;--accent-action:var(--red)}.tone-blue{--accent:var(--blue);--accent-ink:#fff;--accent-action:var(--blue)}.tone-yellow{--accent:var(--yellow);--accent-ink:var(--ink);--accent-action:#805700}.tone-green{--accent:var(--green);--accent-ink:#fff;--accent-action:var(--green)}.tone-neutral{--accent:#8b92a0;--accent-ink:#fff;--accent-action:#5c6477}.session-card.selected{border-color:var(--blue);border-top-color:var(--accent);box-shadow:inset 0 0 0 2px var(--blue), 0 5px 15px #105dd31f;background:var(--blue-soft)}.session-card.cancelled{opacity:.74;background:var(--surface-muted)}.card-meta{justify-content:flex-start;gap:.45rem;margin-bottom:.42rem;font-size:.72rem;display:flex}.type-label{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink,#fff);background:var(--accent);border-radius:5px;padding:.2rem .4rem;font-weight:800}.room{color:var(--muted);overflow-wrap:anywhere;align-items:flex-start;gap:.25rem;margin-bottom:.62rem;font-weight:600;line-height:1.35;display:inline-flex}.room svg{width:.82rem;height:.82rem}.tags{flex-wrap:wrap;gap:.32rem;margin-bottom:.65rem;display:flex}.tags:empty,.timeline-tags:empty{display:none}.tag{border-radius:5px;padding:.23rem .4rem;font-size:.68rem;font-weight:700;line-height:1.3}.cancelled-tag{background:var(--red-soft);color:var(--red)}.invite-tag{color:#50596b;background:#edf0f4}.continue-tag{background:var(--yellow-soft);color:#785509}.warning-tag{background:var(--red-soft);color:var(--red)}.session-card h3{letter-spacing:-.025em;overflow-wrap:anywhere;margin-bottom:.58rem;font-size:.88rem;line-height:1.36}.summary{color:var(--muted);margin-bottom:.85rem;font-size:.76rem;line-height:1.52}.card-actions{flex-direction:column;gap:.38rem;margin-top:auto;display:flex}.text-action,.select-button{border-radius:6px;justify-content:center;align-items:center;gap:.35rem;min-height:37px;font-size:.75rem;font-weight:700;display:inline-flex}.text-action{border:1px solid var(--accent);color:var(--accent-action,var(--accent));background:var(--surface)}.select-button{background:var(--accent);color:var(--accent-ink,#fff)}.select-button svg{width:.9rem;height:.9rem}.select-button.is-selected{background:var(--blue)}.plan-panel{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:1rem .8rem;position:sticky;top:1.25rem}.plan-header{align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.plan-header h2{letter-spacing:-.04em;font-size:1.25rem}.count{color:var(--ink);background:#eceae5;border-radius:100%;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-weight:700;display:inline-flex}.chosen-events{flex-direction:column;gap:.55rem;display:flex}.chosen-event{--accent:var(--border);text-align:left;border:1px solid var(--border);border-left:4px solid var(--accent);background:var(--surface);border-radius:8px;flex-direction:column;gap:.28rem;padding:.7rem;display:flex}.chosen-event span{color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:700}.chosen-event strong{font-size:.76rem;line-height:1.45}.chosen-event small{color:var(--muted)}.empty-plan{padding:.8rem .3rem 1rem}.empty-plan h3{margin-bottom:.35rem;font-size:.95rem}.empty-plan p,.storage-note{color:var(--muted);font-size:.76rem;line-height:1.55}.plan-warning{background:var(--red-soft);color:#9c1320;border-radius:7px;margin-top:.8rem;padding:.65rem;font-size:.75rem;line-height:1.45}.plan-actions{flex-direction:column;gap:.55rem;margin:1rem 0;display:flex}.primary-action{color:#fff;background:var(--blue);border-radius:9px;justify-content:center;align-items:center;gap:.55rem;min-height:49px;padding:.5rem 1rem;font-weight:700;display:inline-flex}.plan-actions .secondary-action{justify-content:center}.my-plan-page{grid-template-columns:265px minmax(0,1fr);align-items:start;gap:2rem;max-width:1320px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) 1.2rem 6rem;display:grid}.plan-intro{position:sticky;top:1.6rem}.plan-intro h1{letter-spacing:-.07em;margin-bottom:.8rem;font-size:2.5rem}.plan-intro p{color:var(--muted);margin-bottom:1.25rem;line-height:1.65}.return-button{justify-content:center;width:100%}.plan-builder{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:clamp(1rem,2vw,1.45rem)}.plan-builder-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.15rem;display:flex}.plan-builder-header .plan-header{margin-bottom:0}.plan-builder-actions{gap:.55rem;display:flex}.plan-builder-actions .primary-action,.plan-builder-actions .secondary-action{white-space:nowrap}.planned-days{flex-direction:column;gap:2.15rem;margin-top:1.15rem;display:flex}.planned-day>h2{letter-spacing:-.045em;margin-bottom:.75rem;font-size:1.28rem}.planned-slots{border-top:1px solid var(--border)}.planned-slot{border-bottom:1px solid var(--border);grid-template-columns:86px minmax(0,1fr);gap:.8rem;padding:.8rem 0;display:grid}.planned-time{color:var(--muted);flex-direction:column;gap:.14rem;padding:.45rem .15rem;display:flex}.planned-time svg{color:var(--blue);width:1.3rem;height:1.3rem;margin-bottom:.2rem}.planned-time strong{color:var(--ink);font-size:.94rem}.planned-time span{font-size:.76rem;font-weight:600}.planned-content{flex-direction:column;gap:.7rem;display:flex}.planned-events{grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:.65rem;display:grid}.planned-events .session-card,.picker-options .session-card{min-height:0}.compact-planned-slot{display:block}.compact-planned-slot .compact-fixed-event{min-height:52px}.fixed-events .session-card{background:#fafbfc;min-height:0;padding:.9rem 1rem}.fixed-events .session-card h3{margin-bottom:.35rem}.fixed-events .session-card .summary{margin-bottom:.65rem}.fixed-events .session-card .card-actions{margin-top:0}.fixed-events .session-card .text-action{align-self:flex-start;min-width:140px;padding:0 .9rem}.choice-slot{background:#fcfdff;border:1px dashed #cad3e4;border-radius:11px;padding:.65rem}.choice-slot-heading{align-items:center;gap:.55rem;margin-bottom:.55rem;display:flex}.choice-slot-heading h3{font-size:.86rem}.choice-slot-heading span{color:var(--muted);background:var(--surface-muted);border-radius:100px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.empty-choice{background:var(--blue-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:.9rem;padding:.7rem .75rem;display:flex}.empty-choice strong{font-size:.86rem}.empty-choice p{color:var(--muted);margin-top:.18rem;font-size:.74rem;line-height:1.45}.empty-choice .primary-action{flex:none;min-height:43px;font-size:.78rem}.choose-more-action{color:var(--blue);background:0 0;margin-top:.7rem;font-size:.78rem;font-weight:700}.plan-builder>.storage-note{margin-top:1rem}.picker-backdrop{z-index:19}.session-picker{background:var(--surface);width:min(690px,100vw);height:100%;position:relative;overflow-y:auto;box-shadow:-12px 0 32px #10255024}.picker-header{border-bottom:1px solid var(--border);padding:2rem 1.25rem 1.1rem}.picker-header p{color:var(--blue);margin-bottom:.3rem;font-size:.78rem;font-weight:700}.picker-header h2{letter-spacing:-.05em;font-size:1.45rem}.picker-header span{color:var(--muted);margin-top:.4rem;font-size:.82rem;display:block}.picker-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;padding:1rem;display:grid}.modal-backdrop{z-index:20;background:#1025502e;justify-content:flex-end;display:flex;position:fixed;inset:0}.detail-panel{background:var(--surface);width:min(455px,100vw);height:100%;position:relative;overflow-y:auto;box-shadow:-12px 0 32px #10255024}.close-button{z-index:1;width:2.45rem;height:2.45rem;color:var(--muted);background:0 0;place-content:center;display:grid;position:absolute;top:1rem;right:1rem}.detail-header{--accent:var(--border);border-top:5px solid var(--accent);border-bottom:1px solid var(--border);padding:2.4rem 1.35rem 1.25rem}.detail-type{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.65rem;font-weight:800}.detail-header h2{letter-spacing:-.05em;max-width:90%;margin-bottom:.75rem;font-size:1.45rem;line-height:1.28}.detail-time{color:var(--muted);margin-bottom:.7rem;font-size:.88rem}.detail-section{border-bottom:1px solid var(--border);padding:1.1rem 1.35rem}.detail-section h3{margin-bottom:.7rem;font-size:.92rem}.detail-section p{color:var(--muted);margin-bottom:.6rem;font-size:.86rem;line-height:1.62}.detail-section p:last-child{margin-bottom:0}.detail-section strong{color:var(--ink)}.contribution{border-top:1px dashed var(--border);padding:.75rem 0}.contribution:first-of-type{border-top:0;padding-top:0}.contribution h4{margin-bottom:.35rem;font-size:.88rem;line-height:1.42}.contribution .presenters{color:var(--ink);font-size:.77rem;font-weight:600}.materials{flex-direction:column;gap:.65rem;display:flex}.materials a{color:var(--blue);align-items:flex-start;gap:.5rem;font-size:.86rem;font-weight:600;line-height:1.45;text-decoration:none;display:flex}.conflict-note{color:#9c1320;background:var(--red-soft);border-radius:8px;margin:1rem 1.35rem 0;padding:.85rem;font-size:.82rem}.detail-select{background:var(--blue);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:.55rem;width:calc(100% - 2.5rem);min-height:52px;margin:1.25rem;font-weight:700;display:inline-flex}.detail-select.is-selected{color:var(--red);border:1px solid var(--red);background:var(--surface)}.share-backdrop{justify-content:center;align-items:center;padding:1rem}.share-dialog{text-align:center;background:var(--surface);width:100%;max-width:430px;box-shadow:var(--shadow);border-radius:18px;padding:2.1rem 1.5rem 1.5rem;position:relative}.share-dialog h2{letter-spacing:-.04em;margin-bottom:.5rem;font-size:1.5rem}.share-dialog p{color:var(--muted);max-width:350px;margin:0 auto 1rem;font-size:.9rem;line-height:1.55}.qr-code{width:230px;height:230px;margin:.3rem auto 1rem;display:block}.copy-action{width:100%}.notice{z-index:30;background:var(--ink);color:#fff;max-width:min(94vw,620px);box-shadow:var(--shadow);border-radius:10px;align-items:center;gap:1rem;padding:.8rem .9rem;font-size:.84rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.notice button{color:#fff;background:0 0;font-weight:700}.timeline-scroll{padding-bottom:1rem;overflow-x:auto}.timeline-guide{color:var(--muted);margin-bottom:.85rem;font-size:.84rem}.timeline-view{--timeline-row-height:14px;grid-template-columns:72px repeat(var(--timeline-columns), minmax(164px, 1fr));min-width:calc(72px + var(--timeline-columns) * 164px);border:1px solid var(--border);background:var(--surface);border-radius:11px;display:grid;overflow:hidden}.timeline-corner,.room-heading{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-muted);text-align:center;height:52px;padding:.8rem .55rem;font-size:.76rem;font-weight:700}.time-ruler{grid-column:1;grid-template-rows:repeat(var(--timeline-rows), var(--timeline-row-height));border-right:1px solid var(--border);display:grid}.time-label{color:var(--muted);border-top:1px solid var(--border);padding:.2rem .35rem;font-size:.7rem;font-weight:700}.timeline-canvas{grid-column:2/-1;grid-template-columns:repeat(var(--timeline-columns), minmax(164px, 1fr));grid-template-rows:repeat(var(--timeline-rows), var(--timeline-row-height));background-image:repeating-linear-gradient(to bottom, transparent 0 83px, var(--border) 83px 84px);display:grid}.timeline-event{z-index:2;min-height:0;padding:4px;position:relative}.timeline-event.shared{z-index:1;padding:3px 4px}.timeline-event .compact-fixed-event{border-radius:7px;gap:.45rem;height:100%;min-height:0;padding:.3rem .55rem;overflow:hidden}.timeline-event .compact-fixed-event svg{width:.95rem;height:.95rem}.timeline-event .compact-fixed-time{font-size:.69rem}.timeline-event .compact-fixed-type{padding:.16rem .3rem;font-size:.61rem}.timeline-event .compact-fixed-event strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.74rem;overflow:hidden}.timeline-session-card{border:1px solid var(--border);border-top:4px solid var(--accent);background:var(--surface);border-radius:9px;flex-direction:column;height:100%;min-height:0;padding:.48rem .48rem .42rem;display:flex;overflow:hidden;box-shadow:0 2px 4px #1025500a}.timeline-session-card.selected{background:var(--blue-soft);border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.timeline-session-card.cancelled{background:var(--surface-muted);opacity:.78}.timeline-session-top{flex-wrap:wrap;align-items:flex-start;gap:.28rem;margin-bottom:.35rem;display:flex}.timeline-session-top .type-label{padding:.18rem .33rem;font-size:.62rem;line-height:1.18}.timeline-tags{flex-wrap:wrap;gap:.2rem;display:flex}.timeline-tags .tag{padding:.18rem .3rem;font-size:.61rem}.timeline-title-action{color:var(--ink);text-align:left;background:0 0;width:100%}.timeline-title-action h3{-webkit-line-clamp:3;overflow-wrap:anywhere;letter-spacing:-.02em;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.32;display:-webkit-box;overflow:hidden}.timeline-continuation{background:var(--yellow-soft);color:#785509;border-radius:4px;width:fit-content;margin-top:.32rem;padding:.17rem .28rem;font-size:.6rem;font-weight:700;line-height:1.25}.timeline-actions{gap:.28rem;margin-top:auto;padding-top:.3rem;display:flex}.timeline-detail-action,.timeline-select-action{border:1px solid var(--accent);background:var(--surface);min-height:30px;color:var(--accent);border-radius:5px;flex:1;padding:.2rem;font-size:.66rem;font-weight:700}.timeline-select-action{color:var(--accent-ink,#fff);background:var(--accent);justify-content:center;align-items:center;gap:.16rem;display:inline-flex}.timeline-select-action.is-selected{background:var(--blue);border-color:var(--blue);color:#fff}.timeline-select-action svg{width:.7rem;height:.7rem}.timeline-shared-band{border:1px solid var(--border);border-left:5px solid var(--accent);width:100%;height:100%;min-height:0;color:var(--ink);text-align:left;background:#f7f8fa;border-radius:7px;align-items:center;gap:.55rem;padding:.35rem .55rem;display:flex;overflow:hidden}.timeline-shared-time{color:var(--muted);flex:none;font-size:.7rem;font-weight:700}.timeline-shared-band .type-label{flex:none;padding:.18rem .33rem;font-size:.62rem}.timeline-shared-band strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.timeline-shared-action{color:var(--accent-action,var(--accent));flex:none;margin-left:auto;font-size:.68rem;font-weight:700}.timeline-shared-band:hover,.timeline-session-card:focus-within{box-shadow:0 4px 12px #1025501f}.mobile-nav{display:none}@media (width<=1050px){.program-layout{grid-template-columns:1fr}.desktop-plan{display:none}}@media (width<=700px){.app-shell{padding-bottom:76px}.app-header{gap:1rem;height:76px;padding:0 1.05rem}.desktop-nav{display:none}.brand{font-size:1.85rem}.plan-counter{border:1px solid var(--border);border-radius:11px;height:47px;padding:.25rem .55rem;font-size:.84rem;box-shadow:0 2px 5px #1025500d}.plan-counter svg{color:var(--red)}.plan-counter b{min-width:1.75rem;height:1.75rem}.program-layout{padding:1.05rem 1rem 1.7rem;display:block}.toolbar{margin-bottom:1.25rem;display:block}.day-switch,.view-switch{width:100%}.day-switch button,.view-switch button{flex:1;min-height:56px;padding:.7rem .45rem}.toolbar-right{margin-top:.95rem;display:block}.view-switch{margin-bottom:0}.utility-button,.day-title{display:none}.time-block{margin-bottom:1.35rem}.section-label{color:var(--ink);margin:0 0 .75rem;font-size:1.02rem}.time-heading{background:0 0;border:0;margin-bottom:.7rem;padding:.35rem .1rem}.time-heading svg{width:2.8rem;height:2.8rem}.time-heading h2{font-size:1.26rem}.time-heading p{display:block}.sessions-grid{grid-template-columns:1fr;gap:.7rem}.session-card{border-top-width:1px;border-left:5px solid var(--accent);border-radius:12px;min-height:0;padding:.92rem .92rem .82rem}.session-card.selected{border-left-color:var(--accent)}.card-meta{margin-bottom:.6rem;font-size:.75rem}.session-card h3{font-size:1rem}.summary{font-size:.86rem;line-height:1.58}.compact-fixed-event{flex-wrap:wrap;align-items:flex-start;gap:.4rem .65rem;padding:.8rem .85rem}.compact-fixed-event strong{flex-basis:calc(100% - 2rem);margin-left:1.95rem}.card-actions{border-top:1px solid var(--border);flex-direction:row;justify-content:space-between;padding-top:.65rem}.text-action,.select-button{min-height:44px;padding:.45rem .9rem;font-size:.87rem}.text-action{border:0;justify-content:flex-start;padding-left:0}.select-button{min-width:112px}.timeline-view{min-width:880px}.my-plan-page{padding:1.45rem 1rem 1.7rem;display:block}.plan-intro{position:static}.plan-intro h1{font-size:2rem}.plan-builder{margin-top:1.5rem;padding:1rem}.plan-builder-header{display:block}.plan-builder-actions{flex-direction:column;margin-top:1rem;display:flex}.planned-days{gap:1.8rem}.planned-slot{padding:.85rem 0;display:block}.planned-time{flex-direction:row;align-items:center;gap:.42rem;padding:0 0 .6rem}.planned-time svg{margin:0 .1rem 0 0}.planned-time span:before{content:"- "}.planned-events{grid-template-columns:1fr}.empty-choice{display:block}.empty-choice .primary-action{width:100%;margin-top:.7rem}.session-picker{width:100%}.picker-options{grid-template-columns:1fr}.mobile-nav{z-index:12;border-top:1px solid var(--border);background:var(--surface);height:70px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 18px #10255014}.mobile-nav button{color:var(--muted);background:0 0;flex:1;justify-content:center;align-items:center;gap:.45rem;font-weight:700;display:inline-flex;position:relative}.mobile-nav button.active{color:var(--red)}.mobile-nav button.active:after{content:"";background:var(--red);height:3px;position:absolute;bottom:0;left:2.7rem;right:2.7rem}.mobile-nav b{width:1.65rem;min-width:1.65rem;height:1.65rem;font-size:.77rem}.detail-panel{width:100%}.notice{width:calc(100vw - 1.5rem);bottom:80px}}@media print{@page{size:A4;margin:16mm}:root{--bg:#fff}.app-header,.color-rail,.program-content,.mobile-nav,.desktop-plan,.return-button,.plan-actions,.plan-builder-actions,.storage-note,.modal-backdrop,.notice,.empty-choice,.choose-more-action,.choice-slot-heading,.plan-builder .card-actions{display:none!important}.my-plan-page{max-width:none;padding:0;display:block}.plan-intro h1{font-size:28pt}.plan-intro p{margin-bottom:16pt}.plan-panel,.plan-builder{border:0;padding:0}.planned-days{gap:18pt;margin-top:12pt}.planned-day>h2{margin-bottom:5pt;font-size:17pt}.planned-slot:not(.has-print-content){display:none!important}.planned-slot{break-inside:avoid;grid-template-columns:58pt minmax(0,1fr);gap:8pt;padding:7pt 0}.planned-time svg{display:none}.choice-slot{background:0 0;border:0;padding:0}.planned-events .session-card{break-inside:avoid;box-shadow:none;padding:10pt}}
