:root{--accent:#0b74de}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;padding:0;background:#f5f7fb;color:#0b2336;font-size:18px;height:100vh;box-sizing:border-box;overflow:hidden}body.debug-mode{overflow:auto}.container{max-width:1200px;margin:0 auto;height:100vh;display:flex;flex-direction:column}.container.debug-mode{height:auto;min-height:100vh}.content{display:flex;gap:20px;align-items:stretch;flex:1;min-height:0}.left{width:42%;display:flex;flex-direction:column;min-height:0}.right{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0}.right-top{display:flex;flex-direction:column;gap:10px;padding:10px}.right-bottom{padding:10px}.clock{font-size:8rem;margin:0;color:var(--accent);font-weight:700;line-height:1}.clock-ampm{font-size:.28em;margin-left:-.06em;display:inline-block;vertical-align:.15em}.controls{display:flex;gap:12px;align-items:flex-start;font-size:1rem;flex-wrap:wrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px}.controls>label{font-weight:600;flex-basis:100%;-webkit-user-select:none;user-select:none}.controls select{padding:8px 12px;font-size:1.1rem}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;width:100%}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:.95rem;cursor:pointer;font-weight:500;padding:4px 8px;border-radius:4px;transition:background .15s}.checkbox-label:hover{background:#0b74de0d}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.next{margin-left:0;font-size:1.1rem}.next-group-container{display:flex;flex-direction:column;gap:8px;width:100%}.next-for-block{border:2px solid var(--accent);border-radius:8px;padding:.8rem 1rem;background:#f7faff;box-shadow:0 2px 8px #1976d212;font-size:.95rem}.session-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;background:transparent;border-radius:8px;min-height:0;scroll-snap-type:y proximity}.session{display:grid;grid-template-columns:120px 1fr 60px;gap:12px;padding:14px 12px;border-radius:8px;background:#fff;margin-bottom:8px;align-items:center;transition:transform .2s ease,box-shadow .2s ease;font-size:1.05rem;scroll-snap-align:center;scroll-margin:40vh 0}.session.past{opacity:.45;color:#666}.session.future{opacity:1}.session.now{transform:scale(1.06);border:2px solid var(--accent);box-shadow:0 6px 20px #0b74de26;background:linear-gradient(180deg,#fff,#f7fbff)}.time{font-weight:700;font-size:1.1rem}.title{font-size:1.1rem}.dur{color:#666;font-size:1rem}.note{color:#444;font-size:1rem}.countdown{margin-top:4px;font-weight:600;color:#0b557f;font-size:.95rem}.meeting{margin-top:6px;padding:12px 14px;background:#f0f6ff;border-left:4px solid var(--accent);border-radius:4px;font-size:.95rem}.meeting strong{display:block;margin-bottom:4px;font-size:1rem}.meeting-time{font-weight:600;color:var(--accent);margin-top:4px;font-size:.95rem}.meeting .countdown{margin-top:2px;font-size:.9rem;font-weight:600;color:#0b557f}.current-card{padding:12px;background:#fff;border-radius:8px;box-shadow:0 4px 14px #0206170d}.time-large{font-size:2.2rem;font-weight:700;color:var(--accent)}.title-large{font-size:1.2rem;margin-top:6px}footer{margin-top:24px;padding:16px 0;color:#666}footer{display:flex;justify-content:space-between;align-items:center}footer button{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#333;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.8rem}footer button:hover{background:#00000014}.debug-controls{background:#fff;padding:12px;border-radius:8px;margin-bottom:12px;border:2px solid #ffd700}.debug-controls label{margin-right:8px}.debug-controls input{padding:6px 8px;border:1px solid #ddd;border-radius:4px}.debug-controls button{background:#0b74de;border:none;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;margin-left:8px}.debug-controls button:disabled{opacity:.5;cursor:not-allowed}.mobile-menu-button{position:fixed;top:12px;left:12px;z-index:1200;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #e5e7eb;background:#f8f9faeb;color:#111827;box-shadow:0 6px 16px #0206171f}.mobile-current-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.mobile-card-header{padding:12px 14px;background:linear-gradient(180deg,#f7fbff,#fff);border-bottom:1px solid #eef2f7}.mobile-card-label{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.mobile-card-body{padding:12px 14px}.mobile-card-line{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.mobile-card-title{font-weight:800;color:#0b2336;font-size:1.05rem;line-height:1.2}.mobile-card-time{font-weight:700;color:#0b74de;font-size:.98rem}.mobile-session-status{margin-top:8px;font-size:.9rem;font-weight:700;color:#0b557f}@media (max-width: 900px){body{font-size:16px}.content{gap:16px}}
