*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1e3a5f;--navy-dark: #152a45;--gold: #d97706;--gold-light: #fef3c7;--bg: #f1f5f9;--card-bg: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--radius: 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:var(--bg);color:var(--text);min-height:100dvh}.site-header{background:var(--navy);color:#fff;padding:32px 24px 28px}.header-inner{max-width:1200px;margin:0 auto}.header-logo-row{display:flex;align-items:center;gap:16px;margin-bottom:10px}.header-logo{height:72px;width:auto}.header-year{font-size:1.3rem;font-weight:700;color:#f59e0b;background:#f59e0b26;padding:3px 12px;border-radius:6px}.header-subtitle-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:4px}.header-subtitle{font-size:1.05rem;color:#94a3b8}.header-updated{font-size:.78rem;color:#64748b}.day-tabs-bar{background:var(--card-bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;box-shadow:0 1px 3px #0000000f}.day-tabs{max-width:1200px;margin:0 auto;display:flex;padding:0 16px}.day-tab{padding:14px 24px;font-size:.95rem;font-weight:600;color:var(--text-muted);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .15s,border-color .15s}.day-tab:hover{color:var(--navy)}.day-tab.active{color:var(--navy);border-bottom-color:var(--navy)}.schedule-outer{max-width:1200px;margin:24px auto;padding:0 16px}.schedule-scroll{overflow-x:auto;border-radius:var(--radius);box-shadow:0 1px 4px #00000014}.schedule-table{width:100%;border-collapse:collapse;background:var(--card-bg);min-width:900px;table-layout:fixed}.schedule-table col.col-time{width:52px}.schedule-table col.col-room{width:calc((100% - 52px) / 3)}.th-time{width:52px;padding:10px 8px;text-align:left;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#f8fafc;border-bottom:2px solid var(--border);border-right:1px solid var(--border);position:sticky;left:0;z-index:3}.th-room{padding:12px 16px;text-align:left;background:#f8fafc;border-bottom:2px solid var(--border);border-right:1px solid var(--border)}.th-room:last-child{border-right:none}.room-name{font-size:.88rem;font-weight:700;color:var(--navy)}.room-number{font-size:.75rem;color:var(--text-muted);margin-top:2px}.td-time{padding:10px 8px;font-size:.72rem;font-weight:600;color:var(--text-muted);white-space:nowrap;vertical-align:top;border-bottom:1px solid var(--border);border-right:1px solid var(--border);background:#f8fafc;position:sticky;left:0;z-index:2;width:52px;min-width:52px}.time-start{display:block;font-weight:700;color:var(--text)}.time-end{display:block;font-weight:400;color:var(--text-muted);margin-top:2px}.td-session{padding:8px;vertical-align:top;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.td-session:last-child{border-right:none}.td-session.empty{background:#fafbfc}.session-card{display:block;width:100%;text-align:left;background:var(--card-bg);border:1px solid var(--border);border-left:4px solid #94a3b8;border-radius:6px;padding:10px 36px 10px 12px;cursor:pointer;transition:box-shadow .15s,transform .1s;height:100%;position:relative}.session-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.session-title{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:5px}.session-presenter{font-size:.78rem;color:var(--text-muted);margin-bottom:7px;line-height:1.3}.session-badges{display:flex;flex-wrap:wrap;gap:4px}.s-badge{font-size:.68rem;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis;display:inline-block}.s-badge.wfa{background:#fdf4ff;color:#7c3aed}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--card-bg);border-radius:12px;padding:28px;max-width:560px;width:100%;max-height:85dvh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000040}.modal-close{position:absolute;top:16px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:.85rem;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close:hover{background:#e2e8f0}.modal-star-btn{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.modal-star-btn:hover,.modal-star-btn.saved{background:#fef3c7;color:#92400e;border-color:#fcd34d}.modal-slot-info{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:10px}.modal-wfa-badge{display:inline-block;background:#fdf4ff;color:#7c3aed;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:20px;margin-bottom:12px;border:1px solid #e9d5ff}.modal-title{font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--navy);margin-bottom:14px;padding-right:24px}.modal-presenters{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.presenter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.presenter-name{font-size:.92rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:4px}.wfa-finalist-badge{font-size:.68rem;font-weight:700;padding:1px 6px;border-radius:4px;margin-left:6px}.wfa-finalist-badge.wffa{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.wfa-finalist-badge.wfa{background:#ede9fe;color:#5b21b6;border:1px solid #c4b5fd}.presenter-award-badge{font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:3px;margin-left:5px;vertical-align:middle}.presenter-award-badge.wffa{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.presenter-award-badge.wfa{background:#ede9fe;color:#5b21b6;border:1px solid #c4b5fd}.presenter-team{font-size:.78rem;color:var(--text-muted);background:#f1f5f9;padding:2px 8px;border-radius:20px}.modal-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.badge{font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px}.badge-size{background:#f1f5f9;color:#475569}.modal-section{margin-bottom:16px}.modal-section h3{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px}.modal-section p{font-size:.9rem;line-height:1.6;color:var(--text)}.td-banner{padding:12px 16px;font-size:.85rem;font-weight:600;color:var(--text-muted);background:#f1f5f9;border-bottom:1px solid var(--border);text-align:left;letter-spacing:.02em;position:sticky;left:52px;z-index:1}.td-keynote{background:#f8fafc}.keynote-tba{padding:16px;text-align:center;color:var(--text-muted);font-style:italic;font-size:.9rem}.loading-screen,.coming-soon{display:flex;align-items:center;justify-content:center;min-height:60dvh;padding:32px}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--navy);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.coming-soon-inner{text-align:center;max-width:360px}.coming-soon-icon{font-size:3rem;margin-bottom:16px}.coming-soon-inner h2{font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:10px}.coming-soon-inner p{color:var(--text-muted);line-height:1.6}.header-auth{margin-left:auto;flex-shrink:0}.auth-btn-signin{background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:6px;padding:6px 12px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s;display:flex;align-items:center;gap:8px;white-space:nowrap}.auth-btn-signin:hover{background:#f8f9fa;box-shadow:0 1px 3px #00000026}.google-icon{width:18px;height:18px;flex-shrink:0}.auth-user{position:relative}.auth-user-btn{display:flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:5px 12px 5px 6px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;transition:background .15s}.auth-user-btn:hover{background:#ffffff38}.auth-avatar{width:26px;height:26px;border-radius:50%;background:var(--gold);color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center}.auth-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000024;min-width:180px;z-index:50;overflow:hidden}.auth-dropdown-email{padding:10px 14px;font-size:.78rem;color:var(--text-muted);border-bottom:1px solid var(--border);word-break:break-all}.auth-dropdown-signout{display:block;width:100%;text-align:left;padding:10px 14px;font-size:.85rem;font-weight:600;color:var(--text);background:none;border:none;cursor:pointer;transition:background .12s}.auth-dropdown-signout:hover{background:#f1f5f9}.star-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;color:#cbd5e1;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .12s,background .12s;z-index:1}.star-btn:hover{color:var(--gold);background:#d9770614}.star-btn.saved{color:var(--gold)}.my-schedule-outer{max-width:800px;margin:28px auto;padding:0 16px}.my-schedule-day{margin-bottom:32px}.my-schedule-day-heading{font-size:1rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid var(--border)}.my-schedule-list{list-style:none;display:flex;flex-direction:column;gap:10px}.my-schedule-item{background:var(--card-bg);border:1px solid var(--border);border-left:4px solid #94a3b8;border-radius:8px;padding:12px 16px}.my-schedule-meta{display:flex;align-items:center;gap:10px;margin-bottom:5px}.my-schedule-time{font-size:.82rem;font-weight:700;color:var(--navy)}.my-schedule-room{font-size:.78rem;color:var(--text-muted);background:#f1f5f9;padding:1px 8px;border-radius:20px}.my-schedule-title{font-size:.95rem;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:3px}.my-schedule-presenter{font-size:.8rem;color:var(--text-muted)}.my-schedule-clickable{cursor:pointer;transition:opacity .15s}.my-schedule-clickable:hover,.my-schedule-clickable:focus{opacity:.85;outline:2px solid var(--navy);outline-offset:2px}.my-schedule-conflict{border-left-color:#f59e0b!important;background:#fffbeb}.my-schedule-conflict-badge{font-size:.7rem;font-weight:700;color:#92400e;background:#fde68a;padding:1px 7px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.my-schedule-fixed{background:#f8fafc;border-left-color:#cbd5e1!important;color:var(--text-muted)}.my-schedule-fixed .my-schedule-title{font-weight:500;color:var(--text-muted)}.my-schedule-keynote{background:#eff6ff;border-left-color:#3b82f6!important;cursor:pointer;transition:opacity .15s}.my-schedule-keynote:hover,.my-schedule-keynote:focus{opacity:.85;outline:2px solid #3b82f6;outline-offset:2px}.my-schedule-empty{text-align:center;padding:56px 24px;color:var(--text-muted)}.my-schedule-empty-icon{font-size:2.5rem;color:#cbd5e1;margin-bottom:14px}.my-schedule-empty p{font-size:.95rem;line-height:1.6}.my-schedule-print-bar{display:flex;justify-content:flex-end;padding:0 0 16px}.print-btn{background:var(--navy);color:#fff;border:none;border-radius:6px;padding:8px 18px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.print-btn:hover{opacity:.85}@media print{.site-header,.day-tabs-bar,.my-schedule-print-bar,.star-btn,.modal-backdrop{display:none!important}body{background:#fff}.app{display:block}.my-schedule-outer{padding:0;max-width:100%}.my-schedule-day-heading{font-size:1rem;border-bottom:1px solid #cbd5e1;padding-bottom:4px;margin-bottom:8px}.my-schedule-item{break-inside:avoid;border:1px solid #e2e8f0;border-left-width:4px;margin-bottom:6px;padding:8px 12px;border-radius:0;box-shadow:none}.my-schedule-clickable,.my-schedule-keynote{cursor:default}.my-schedule-outer:before{content:"My WFC 2026 Schedule";display:block;font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:24px;padding-bottom:10px;border-bottom:2px solid #0f172a}}.signin-prompt{display:flex;align-items:center;justify-content:center;min-height:50dvh;padding:32px}.signin-prompt-inner{text-align:center;max-width:340px}.signin-prompt-icon{font-size:2.5rem;color:#cbd5e1;margin-bottom:16px}.signin-prompt-inner h2{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:10px}.signin-prompt-inner p{color:var(--text-muted);line-height:1.6;margin-bottom:20px;font-size:.92rem}.signin-prompt-btn{background:var(--navy);color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .15s}.signin-prompt-btn:hover{background:var(--navy-dark)}@media (max-width: 600px){.site-header{padding:18px 16px 14px}.schedule-outer{padding:0 8px;margin:16px auto}.schedule-scroll{border-radius:6px}.modal{padding:20px}.modal-title{font-size:1.1rem}.auth-btn-signin .signin-label{display:none}.auth-btn-signin{padding:6px 8px;gap:0}}
