@import"https://fonts.googleapis.com/css2?family=Anton&family=Caveat:wght@600;700&family=Inter:wght@400;600;700;800&display=swap";:root{--wall: #ececec;--wall-hi: #f7f7f7;--wall-lo: #dedede;--wood: #c9a37a;--wood-d: #b08a62;--ink: #111111;--red: #ee6352;--red-d: #c94b3d;--red-l: #fde7e3;--red-m: #f0958a;--teal: #111111;--teal-d: #c94b3d;--teal-l: #fde7e3;--teal-m: #f0958a;--orange: #ee6352;--orange-l: #fde7e3;--bg: transparent;--card: #ffffff;--border: #dcdcdc;--text: #111111;--muted: #7a7a7a;--green: #1d8a4e;--green-l: #e4f3ea;--red-status: #c23b3b;--radius: 12px;--shadow: 0 18px 32px -18px rgba(20, 15, 12, .35)}*{box-sizing:border-box;margin:0;padding:0}html{background:#2b2b2b}body{font-family:Inter,-apple-system,Segoe UI,sans-serif;color:var(--ink);font-size:14px;line-height:1.45}button{font:inherit;cursor:pointer}a{color:var(--ink)}.room{position:relative;min-height:100vh;background:url(../../../room.jpg) center / cover no-repeat fixed,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),repeating-linear-gradient(104deg,#fff0,#fff0 170px,#ffffff4d 230px,#ffffff9e,#ffffff4d 330px,#fff0 390px,#5046400e 460px,#50464016,#5046400e 560px,#fff0 630px),linear-gradient(180deg,#f3f2f0,#ebeae8 38%,#e2e1df 70%,#d9d8d6 88%);overflow-x:hidden}.room:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f8f8f71a,#f8f8f76b 22%,#f8f8f78c 50%,#f8f8f766 80%,#f8f8f71f);pointer-events:none;z-index:0}.room>*{position:relative;z-index:1}.h3d{font-family:Anton,Impact,sans-serif;text-transform:uppercase;color:var(--red);line-height:.92;letter-spacing:.015em;font-size:clamp(40px,7vw,96px);transform:perspective(900px) rotateX(5deg) rotateY(-2deg);text-shadow:-1px 1px 0 var(--red-d),-2px 2px 0 var(--red-d),-3px 3px 0 var(--red-d),-4px 4px 0 var(--red-d),-5px 5px 0 var(--red-d),-6px 6px 0 var(--red-d),-7px 7px 0 var(--red-d),-8px 8px 0 var(--red-d),-26px 34px 30px rgba(55,35,26,.38),-60px 80px 64px rgba(55,35,26,.16)}.h3d.small{font-size:clamp(26px,3.6vw,48px);text-shadow:-1px 1px 0 var(--red-d),-2px 2px 0 var(--red-d),-3px 3px 0 var(--red-d),-4px 4px 0 var(--red-d),-14px 18px 16px rgba(55,35,26,.34)}.doodle{font-family:Caveat,cursive;font-size:22px;color:#8d8d8d;line-height:1.15}.doodle.dark{color:var(--ink)}@keyframes enter3d{0%{opacity:0;transform:perspective(1200px) translate(9vw) rotateY(-16deg)}to{opacity:1;transform:perspective(1200px) translate(0) rotateY(0)}}.panel{animation:enter3d .55s cubic-bezier(.2,.7,.2,1) both;transform-style:preserve-3d}.hall{display:flex;gap:26px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:26px 12px 56px;perspective:1400px;scrollbar-width:thin}.hall>*{scroll-snap-align:center;flex:0 0 400px;transform:rotateY(-7deg);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}.hall>*:hover{transform:rotateY(0) translateY(-8px)}.h1{font-size:19px;font-weight:800}.h2{font-size:15px;font-weight:800;margin-bottom:10px}.sub{color:var(--muted);font-size:13px;margin-top:3px}.row{display:flex;align-items:center;gap:10px}.row.between{justify-content:space-between}.btn{background:var(--ink);color:#fff;border:none;border-radius:8px;height:44px;line-height:24px;padding:10px 36px;font-weight:600;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.btn:hover{background:var(--red-d);transform:translateY(-1px)}.btn.ghost{background:transparent;color:var(--ink);border:2px solid var(--ink)}.btn.ghost:hover{background:var(--ink);color:#fff;transform:none}.btn.big{height:60px;padding:0 36px}.btn.warn{background:var(--red)}.btn.warn:hover{background:var(--red-d)}.btn:disabled{opacity:.5;cursor:default;transform:none}.btn .r{display:flex;flex-direction:column;height:24px;overflow:hidden}.btn .r i{font-style:normal;height:24px;line-height:24px;transition:transform .3s cubic-bezier(.3,.7,.2,1)}.btn:hover .r i{transform:translateY(-24px)}.viewmore{display:inline-flex;align-items:center;gap:12px;border:2px solid var(--ink);border-radius:8px;height:44px;padding:0 18px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;background:transparent;transition:all .2s}.viewmore:after{content:"›";font-size:18px;line-height:1;transition:transform .2s}.viewmore:hover{background:var(--ink);color:#fff}.viewmore:hover:after{transform:translate(4px)}.h2l{font-weight:300;font-size:clamp(28px,3.6vw,48px);line-height:1.18;letter-spacing:-.01em}.crumb,.h1,.h2l,.sub,.doodle,.footnote,.note,.sectionlbl,.namein,.tabs,.prog{background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:4px 14px;width:fit-content}.addq,.newframe{background:#ffffff80!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card .sub,.card .note,.card .doodle,.card .h1,.card .h2l,.card .sectionlbl,.card .prog,.corr-card .note,.corr-card .doodle,.corr-card .prog{background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;border-radius:0;width:auto}.corr-card .prog{margin-bottom:10px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.pad{padding:18px 20px}.pill{display:inline-block;border-radius:99px;padding:2px 10px;font-size:11px;font-weight:700}.pill.live{background:var(--green-l);color:var(--green)}.pill.draft{background:#e9e9e9;color:var(--muted)}.pill.closed{background:#e9e9e9;color:#444}.pill.blocked{background:#f9e9e9;color:var(--red-status)}.tier{display:inline-flex;align-items:center;gap:5px;border-radius:7px;padding:2px 9px;font-size:11px;font-weight:800}.tier.t0{background:#e6e6e6;color:#5d5d5d}.tier.t1{background:var(--red-l);color:var(--red-d)}.tier.t2{background:var(--red-m);color:#5e1e15}.tier.t3{background:var(--ink);color:#fff}.flag{display:inline-block;background:var(--red-l);color:var(--red-d);border-radius:7px;padding:2px 8px;font-size:11px;font-weight:700}table{width:100%;border-collapse:collapse;font-size:13px}th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);text-align:left;padding:10px 14px;border-bottom:1px solid var(--border)}td{padding:12px 14px;border-bottom:1px solid #efefef;font-variant-numeric:tabular-nums}tr:last-child td{border-bottom:none}.crumb{font-size:12px;color:var(--muted);margin-bottom:6px}.crumb b{color:var(--ink)}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:5px}.field input,.field textarea,.field select{width:100%;border:2px solid #7d7d7d;border-radius:8px;padding:9px 16px;font:inherit;background:#fff;line-height:20px}.field input:focus,.field textarea:focus{outline:none;border-color:var(--ink)}.note{font-size:11.5px;color:var(--muted);margin-top:14px}
