:root{--bg:#f7fafc;--panel:#ffffff;--text:#0f172a;--muted:#64748b;--line:#e5e7eb;--line-soft:#eef2f7;--primary:#4f46e5;--primary-2:#6366f1;--shadow:0 8px 24px rgba(15,23,42,0.06)}.tt-wrap{color:var(--text);background:radial-gradient(1200px 800px at 20% -10%,#f1f5ff 10%,transparent 60%),radial-gradient(1200px 800px at 100% 0,#f0f9ff 10%,transparent 60%),var(--bg);min-height:100vh;padding:14px 10px 28px;font-size:15px;line-height:1.38}.tt-header{max-width:1100px;margin:0 auto 8px;padding:10px 12px 12px;border-radius:12px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:0;z-index:5;overflow:hidden}.tt-headRow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.tt-title{margin:0;font-size:20px;font-weight:900;letter-spacing:.2px}.tt-collapseBtn{border:1px solid var(--line);background:#f8fafc;border-radius:10px;padding:6px 10px;font-weight:800;color:#334155;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.tt-chevron{width:16px;height:16px;display:inline-block;transition:transform .25s ease}.tt-collapseBtn[aria-expanded=true] .tt-chevron{transform:rotate(0deg)}.tt-collapseBtn[aria-expanded=false] .tt-chevron{transform:rotate(180deg)}.tt-controls{display:grid;grid-gap:8px;gap:8px}.tt-panel{overflow:hidden;max-height:var(--panel-max-h,520px);opacity:1;transition:max-height .35s ease-in-out,opacity .25s ease-in-out,margin-top .35s ease-in-out}.tt-panel.collapsed{max-height:0;opacity:0;margin-top:0!important;pointer-events:none}.tt-row{display:grid;grid-template-columns:minmax(82px,110px) minmax(112px,140px) minmax(0,1fr) minmax(180px,260px) 100px;grid-gap:8px;gap:8px;align-items:end}.tt-field{display:grid;grid-gap:6px;gap:6px}.tt-field,.tt-grow{min-width:0}.tt-field label{font-size:12px;color:var(--muted);font-weight:600}.tt-field input,.tt-field select{background:#fbfdff;color:var(--text);border:1px solid var(--line);border-radius:10px;padding:9px 10px;width:100%;box-sizing:border-box;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.tt-field input:focus,.tt-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,70,229,.15)}.tt-segbtn{padding:8px 10px}.tt-segbtn.on{background:white;color:var(--primary);box-shadow:0 1px 0 rgba(0,0,0,.03)}.tt-segbtn:active{transform:translateY(1px)}.tt-primary{height:36px}.tt-primary:disabled{opacity:.55;cursor:not-allowed}.tt-primary:active{transform:translateY(1px);filter:brightness(.98)}.tt-pillbar{display:none;align-items:center;gap:6px}.tt-pill{display:inline-flex;align-items:center;max-width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:6px 10px;border-radius:9999px;border:1px solid var(--line);background:#f9fafb;font-weight:800;font-size:12px;color:#374151}.tt-pill-q{max-width:50%}.tt-pillbtn{margin-left:auto;border:1px solid var(--line);background:#eef2ff;color:#374151;border-radius:9999px;padding:6px 10px;font-weight:800}@media (max-width:720px){.tt-controls[data-collapsed="1"] .tt-pillbar{display:flex}}.tt-dept{grid-column:1/-2}.tt-deptHint{font-size:11.5px;color:var(--muted)}@media (max-width:720px){.tt-dept{grid-column:1/-1}}.tt-empty{max-width:1100px;margin:8px auto 6px;color:var(--muted);background:#ffffffcc;border:1px dashed var(--line);border-radius:10px;padding:9px 11px}.tt-freeWrap{max-width:1100px;margin:0 auto 8px;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:10px 12px}.tt-freeHead{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}.tt-freeTitle{font-weight:900}.tt-freeMeta{color:var(--muted);font-size:12px}.tt-freeList{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.tt-roomBtn{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:#fbfdff;cursor:pointer;transition:transform .06s,box-shadow .15s,border-color .15s}.tt-roomBtn:hover{box-shadow:0 4px 12px rgba(15,23,42,.06);border-color:#d9def0}.tt-roomBtn:active{transform:translateY(1px)}.tt-roomName{font-weight:800;color:#111827}.tt-copy{color:var(--primary)}.tt-copy,.tt-until{font-weight:800;font-size:12px}.tt-until{margin-left:auto;margin-right:8px;color:#374151;background:#eef2ff;border:1px solid #e5e7eb;padding:2px 8px;border-radius:9999px}.tt-tableWrap{max-width:1100px;margin:0 auto;border-radius:12px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.tt-grid{display:grid;grid-template-columns:36px repeat(6,1fr)}.tt-headCell{padding:7px 4px;text-align:center;font-weight:800;color:#0f172a;border-bottom:1px solid var(--line);background:#f3f6ff;letter-spacing:.2px;font-size:13.5px}.tt-headerRow .tt-dayHead:not(:last-child){border-right:1px solid var(--line)}.tt-body{position:relative;overflow:hidden}.tt-timeCol{position:relative;background:#f7f9ff}.tt-dayCol{position:relative;border-left:1px solid var(--line)}.tt-hourMark,.tt-hourMark .tt-line{position:absolute;left:0;right:0;height:1px}.tt-hourMark .tt-line{top:0;background:var(--line)}.tt-hourMark .tt-label{position:absolute;left:6px;top:-14px;font-size:12px;color:var(--muted);background:#f7f9ff;padding:0 2px;border-radius:3px}.tt-hLine{position:absolute;left:0;right:0;height:1px;background:var(--line-soft)}.tt-event{position:absolute;padding:5px 7px;box-sizing:border-box;border:2px solid;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(15,23,42,.06);cursor:pointer}.tt-evTitle{font-weight:800;font-size:12.5px;line-height:1.15;color:#0f172a}.tt-evMeta,.tt-evTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-evMeta{margin-top:1px;font-weight:700;font-size:11.5px;color:#334155}.tt-evTime{margin-top:3px;font-size:11px;color:#64748b}.tt-modal{position:fixed;inset:0;z-index:10;background:rgba(15,23,42,.3);display:grid;place-items:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tt-modalCard{background:var(--panel);border-radius:12px;box-shadow:var(--shadow);width:100%;max-width:420px;border:1px solid var(--line)}.tt-modalHead{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}.tt-modalTitle{font-size:18px;font-weight:900}.tt-x{border:none;background:#f1f5f9;color:#475569;font-size:20px;line-height:1;width:28px;height:28px;border-radius:9999px;cursor:pointer}.tt-modalBody{padding:16px;font-size:14px;display:grid;grid-gap:8px;gap:8px}.tt-modalBody b{color:#334155}.tt-modalBody ul{padding-left:18px;margin-top:4px;display:grid;grid-gap:4px;gap:4px}.tt-modalFoot{padding:12px 16px;border-top:1px solid var(--line);display:flex;justify-content:flex-end}.tt-modalFoot .tt-primary{padding:0 20px}@media (max-width:1024px){.tt-row{grid-template-columns:minmax(78px,100px) minmax(100px,120px) minmax(0,1fr) minmax(160px,1fr) 96px}.tt-freeList{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.tt-wrap{padding:10px 0 20px}.tt-empty,.tt-freeWrap,.tt-header,.tt-tableWrap{margin-left:10px;margin-right:10px}.tt-title{font-size:18px}.tt-row{grid-template-columns:1fr 1fr;gap:8px}.tt-row>.tt-mode,.tt-row>.tt-primary{grid-column:span 2}.tt-field input,.tt-field select{padding:8px 9px}.tt-segbtn{padding:6px 8px;font-size:12px}.tt-grid{grid-template-columns:30px repeat(6,1fr)}.tt-evTitle{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tt-evMeta{font-size:11px}.tt-evTime{font-size:10.5px}.tt-freeList{grid-template-columns:1fr}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--ctl-h:40px}.tt-segment{display:grid;grid-template-columns:repeat(3,1fr);height:var(--ctl-h);padding:2px;background:#f3f4f6;border:1px solid var(--line);border-radius:10px}.tt-segbtn{height:100%;display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0 10px;border-radius:8px;font-weight:800;color:#334155;cursor:pointer;transition:background .12s,color .12s,transform .06s}.tt-primary{height:var(--ctl-h);border:none;border-radius:10px;background:linear-gradient(180deg,var(--primary-2) 0,var(--primary) 100%);color:#fff;font-weight:900;letter-spacing:.2px;cursor:pointer;transition:filter .15s ease,transform .06s ease}@media (max-width:720px){.tt-wrap{--ctl-h:36px}.tt-hourMark .tt-label{top:-16px}.tt-timeCol .tt-label[data-hour="8"]{display:none}}