.projection-page{min-height:100dvh}.projection-controls{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 24px;display:flex}.projection-controls a,.projection-controls button,.projection-controls label{font-size:14px}.projection-controls a{color:var(--muted);text-decoration:none}.projection-control-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.projection-control-group>button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink);cursor:pointer;border-radius:999px;padding:9px 14px;font-family:inherit}.projection-control-group>.projection-fullscreen-button{background:linear-gradient(135deg,#ff5a1f29,#8c63f633);border-color:#a881ff66}.projection-controls label{color:var(--muted);align-items:center;gap:8px;display:flex}.projection-controls input{border:1px solid var(--line);background:var(--surface);max-width:145px;color:var(--ink);font:inherit;border-radius:8px;padding:6px;font-size:16px}.projection-error{color:#ffab89;padding:0 24px}.projection-screen{background:radial-gradient(circle at 12% 0, #6c45d921, transparent 45%), radial-gradient(circle at 96% 16%, #ff5a1f12, transparent 38%), var(--paper);width:min(100%,1920px);min-height:calc(100dvh - 70px);margin:0 auto;padding:clamp(16px,1.8vw,34px)}.projection-screen:fullscreen{width:100%;max-width:none;height:100%;overflow:auto}.projection-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-bottom:16px;display:flex}.projection-brand{flex-wrap:wrap;align-items:center;gap:clamp(18px,2vw,36px);display:flex}.projection-brand img{filter:brightness(0)invert();width:clamp(112px,10vw,174px);height:auto;display:block}.projection-brand h1{letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.5vw,44px)}.projection-clock{text-align:right;flex:none}.projection-clock time{font-variant-numeric:tabular-nums;font-size:clamp(26px,2.5vw,44px);font-weight:750;line-height:1;display:block}.projection-clock>span{color:var(--muted);margin-top:6px;font-size:12px;display:block}.projection-demo{color:#70e6c2;letter-spacing:.05em;margin-top:12px;font-size:13px;font-weight:750}.projection-columns{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:stretch;gap:clamp(22px,3vw,54px);margin-top:20px;display:grid}.projection-focus{flex-direction:column;gap:28px;min-width:0;display:flex}.projection-current,.projection-next{min-height:0;padding:clamp(24px,2.7vw,48px);display:block;transform:none}.projection-current{border-radius:24px}.projection-current h2{letter-spacing:-.045em;overflow-wrap:anywhere;margin:16px 0;font-size:clamp(32px,3.2vw,60px);font-weight:800;line-height:1.1}.projection-current .program-status span,.projection-next .program-status span{letter-spacing:.1em;font-size:14px}.projection-slot{color:var(--muted);font-variant-numeric:tabular-nums;margin:0;font-size:clamp(16px,1.25vw,24px)}.projection-speaker{gap:14px;margin-top:24px}.projection-speaker strong{font-size:clamp(18px,1.5vw,28px)}.projection-speaker .speaker-photo-small{width:clamp(44px,4.4vw,80px);height:clamp(44px,4.4vw,80px)}.projection-note{color:var(--muted);margin:20px 0 0;font-size:clamp(16px,1.3vw,24px);line-height:1.5}.projection-next{margin-top:22px;padding:clamp(22px,2.2vw,38px)}.projection-next h2{letter-spacing:-.025em;overflow-wrap:anywhere;margin:12px 0;font-size:clamp(24px,2.1vw,38px);line-height:1.18}.projection-next .projection-speaker{margin-top:18px}.projection-next .speaker-photo-small{width:44px;height:44px}.projection-next .projection-speaker strong{font-size:clamp(16px,1.2vw,22px)}.projection-progress{margin-top:auto}.projection-progress>div{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:14px;display:flex}.projection-progress strong{color:var(--ink)}.projection-progress progress{appearance:none;background:var(--line);color:#56ddb4;border:0;border-radius:999px;width:100%;height:5px;display:block;overflow:hidden}.projection-progress progress::-webkit-progress-bar{background:var(--line)}.projection-progress progress::-webkit-progress-value{background:#56ddb4}.projection-progress progress::-moz-progress-bar{background:#56ddb4}.projection-progress.is-break progress{color:var(--purple)}.projection-progress.is-break progress::-webkit-progress-value{background:var(--purple)}.projection-progress.is-break progress::-moz-progress-bar{background:var(--purple)}.projection-agenda{min-width:0}.projection-agenda-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.projection-agenda-heading h2{letter-spacing:-.02em;margin:0;font-size:clamp(18px,1.5vw,28px)}.projection-agenda-heading>span{color:var(--muted);white-space:nowrap;font-size:14px}.projection-list{gap:5px;padding:0}.projection-row{border-radius:12px;grid-template-columns:62px 17px minmax(0,1fr);min-height:0;transform:none}.projection-row .program-time{justify-content:center;padding:7px 0}.projection-row .program-time strong{font-size:clamp(14px,1vw,19px);line-height:1.2}.projection-row .program-time span{margin-top:2px;font-size:12px;line-height:1}.projection-row .program-marker{align-items:center}.projection-row .program-marker span{margin-top:0;animation:none}.projection-row .program-marker b{color:var(--muted);font-size:13px}.projection-row .program-content{padding:7px 12px 7px 8px}.projection-row .program-content h3{font-size:clamp(14px,.98vw,19px);line-height:1.2}.projection-row .program-content p{color:var(--muted);margin:3px 0 0;font-size:clamp(12px,.8vw,15px);line-height:1.2}.projection-row .program-content p:empty{display:none}.projection-row.program-break .program-content{align-self:center}.projection-row.program-item-past{opacity:.62}.projection-row.program-talk-current .program-content p{color:#70e6c2}.projection-row.program-break-current .program-content p{color:#cbb6ff}.projection-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:20px;padding-top:16px;font-size:12px;display:flex}.projection-exit{display:none}.projection-screen:fullscreen .projection-exit{display:inline}@media (max-height:820px) and (min-width:1000px){.projection-screen{padding:16px 24px}.projection-columns{margin-top:14px}.projection-header{padding-bottom:12px}.projection-header h1,.projection-clock time{font-size:28px}.projection-list{gap:4px}.projection-row .program-content,.projection-row .program-time{padding-block:5px}.projection-row .program-time span{display:none}.projection-row .program-content h3{font-size:14px}.projection-row .program-content p{font-size:12px}.projection-current,.projection-next{padding:24px}.projection-current h2{font-size:36px}.projection-next h2{font-size:26px}.projection-footer{margin-top:12px;padding-top:12px}}@media (max-width:999px){.projection-columns{grid-template-columns:1fr}.projection-focus>div[aria-live]{grid-template-columns:1fr 1fr;gap:16px;display:grid}.projection-next{margin-top:0}.projection-row .program-content h3{font-size:16px}.projection-row .program-content p{font-size:14px}.projection-row .program-content{padding-block:10px}}@media (max-width:620px){.projection-controls{padding:12px 16px}.projection-control-group{gap:8px}.projection-focus>div[aria-live]{grid-template-columns:1fr}.projection-brand{gap:12px}.projection-brand img{width:104px}.projection-brand h1{font-size:24px}.projection-current h2{font-size:34px}.projection-row{grid-template-columns:48px 16px minmax(0,1fr)}}
