*{box-sizing:border-box}body{margin:0;padding:0;background:#000;color:#fff;font-family:Roboto,Arial,sans-serif;line-height:1.6;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:#e53935;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:1rem;transition:all .2s ease}button:hover{opacity:.8}button:active{transform:translateY(1px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#e53935;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d32f2f}::selection{background:#e53935;color:#fff}*:focus{outline:2px solid #e53935;outline-offset:2px}.ui-idle-hidden .auth-indicator{opacity:0;pointer-events:none;transition:opacity .28s ease}.auth-indicator{transition:opacity .16s ease}.dashboard-selector{max-height:200px;overflow:hidden;transition:opacity .16s ease,max-height .2s ease,padding .2s ease,margin .2s ease}.ui-idle-hidden .dashboard-selector{opacity:0;pointer-events:none;visibility:hidden;max-height:0;padding-top:0;padding-bottom:0;margin:0;transition:opacity .2s ease,max-height .28s ease,padding .28s ease,margin .28s ease,visibility 0s linear .28s}.notif-toast{position:fixed;top:64px;right:16px;z-index:1500;display:flex;align-items:center;gap:12px;background:#1a1f29;color:#e7eaf0;border:1px solid rgba(78,161,255,.4);box-shadow:0 6px 24px #00000073;border-radius:8px;padding:10px 12px;max-width:min(380px,80vw);font-size:.95rem;animation:notif-slide-in .18s ease-out}@keyframes notif-slide-in{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.notif-toast-message{flex:1;line-height:1.3}.notif-toast-queued{color:#8a93a3;font-size:.78rem;white-space:nowrap}.notif-toast-close{background:transparent;color:#4ea1ff;border:1px solid #2a2f3a;border-radius:4px;padding:4px 10px;font:inherit;cursor:pointer}.notif-toast-close:hover{background:#4ea1ff14}.loader-container{text-align:center;padding:2rem}.loader-text{color:#e53935;font-weight:700;font-size:1.1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container:before{content:"⚙️";display:inline-block;margin-right:.5rem;animation:spin 1s linear infinite}.fs-page{max-width:1100px;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.fs-header{margin-bottom:16px}.fs-header h1{margin:0 0 4px;font-size:1.6rem}.fs-intro{color:#8a93a3;margin:0;font-size:.92rem}.fs-config-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:12px 14px;margin-bottom:16px}.fs-chip-row{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}.fs-chip{display:inline-flex;align-items:center;background:#ffffff0a;color:#ffffffc7;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 16px;min-height:36px;font-size:.95rem;cursor:pointer;font:inherit}.fs-chip:hover{background:#ffffff14}.fs-chip.is-active{background:#4ea1ff2e;color:#4ea1ff;border-color:#4ea1ff80}.fs-chip-actions{display:flex;gap:6px}.fs-link-btn{background:none;color:#4ea1ff;border:none;min-height:36px;cursor:pointer;padding:8px 12px;font-size:.95rem;font:inherit}.fs-link-btn:hover{text-decoration:underline}.fs-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.fs-empty{color:#8a93a3;padding:8px 0;font-size:.92rem}.fs-prompt{text-align:center;padding:32px 0}.fs-layout-section{margin-bottom:16px}.fs-layout-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.fs-layout-pill{display:inline-block;padding:3px 12px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.fs-layout-pro{background:#4ea1ff38;color:#9ec8ff}.fs-layout-premium-le{background:#d8a93b38;color:#d8a93b}.fs-layout-count{color:#8a93a3;font-size:.85rem}.fs-table-wrapper{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;overflow:hidden}.fs-table{width:100%;border-collapse:collapse;font-size:.92rem}.fs-table th,.fs-table td{text-align:left;padding:8px 12px;border-bottom:1px solid #2a2f3a;white-space:nowrap}.fs-table tr:last-child td{border-bottom:none}.fs-table th{color:#8a93a3;font-weight:500;font-size:.78em;text-transform:uppercase;background:#1a1f29}.fs-rank{color:#8a93a3;width:36px}.fs-owner{color:#c2cad6}.fs-config-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:500;background:#4ea1ff2e;color:#4ea1ff}.fs-score-col,.fs-score{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600}.fs-score-col{color:#8a93a3;font-weight:500}.error-message{color:#e53935;font-weight:700;margin-top:1rem;text-align:center;padding:1rem;background:#e539351a;border:1px solid #e53935;border-radius:4px;max-width:600px;margin:1rem auto}.error-message:before{content:"⚠️";margin-right:.5rem}.config-cell{color:#c2cad6;font-size:.85em;white-space:nowrap}.table-row.new-score{background:linear-gradient(90deg,#ffd7004d,#ffd7001a)!important;box-shadow:0 0 8px #ffd70080;animation:new-score-glow 2s ease-in-out}.table-row.new-score:hover{background:linear-gradient(90deg,#ffd70066,#ffd70033)!important}@keyframes new-score-glow{0%,to{box-shadow:0 0 8px #ffd70080}50%{box-shadow:0 0 16px #ffd700cc}}.tech-alerts-container{position:relative;display:inline-block}.tech-alerts-button{position:relative;background:none;border:none;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.tech-alerts-button:hover{background-color:#ffc1071a}.tech-alerts-button:focus{outline:2px solid #ffc107;outline-offset:2px}.alert-icon{width:20px;height:20px;color:#ffc107;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.alert-badge{position:absolute;top:-2px;right:-2px;background:#dc3545;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;min-width:16px;padding:0 2px;box-shadow:0 1px 3px #0000004d}.tech-alerts-popup{position:absolute;top:100%;right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:300px;max-width:400px;max-height:400px;overflow:hidden;margin-top:4px}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #dee2e6}.popup-header h3{margin:0;font-size:14px;font-weight:600;color:#495057}.close-button{background:none;border:none;font-size:20px;cursor:pointer;color:#6c757d;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-button:hover{background-color:#e9ecef;color:#495057}.close-button:focus{outline:2px solid #007bff;outline-offset:1px}.alerts-list{max-height:320px;overflow-y:auto;padding:8px 0}.alert-item{padding:12px 16px;border-bottom:1px solid #f1f3f4}.alert-item:last-child{border-bottom:none}.alert-message{font-weight:500;color:#dc3545;margin-bottom:4px;font-size:13px;line-height:1.4}.alert-date{font-size:11px;color:#6c757d;line-height:1.3}@media(prefers-color-scheme:dark){.tech-alerts-popup{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.popup-header{background:#1a202c;border-bottom-color:#4a5568}.popup-header h3{color:#e2e8f0}.close-button{color:#a0aec0}.close-button:hover{background-color:#4a5568;color:#e2e8f0}.alert-item{border-bottom-color:#4a5568}.alert-message{color:#fc8181}.alert-date{color:#a0aec0}}@media(max-width:768px){.tech-alerts-popup{min-width:280px;max-width:90vw;right:-8px}.alert-item,.popup-header{padding:10px 12px}}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;animation:toast-slide-in .3s ease-out}.toast{background:linear-gradient(135deg,#e53935,#d32f2f);color:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;gap:12px;min-width:300px;max-width:500px;border:2px solid #ffeb3b}.toast-icon{font-size:24px;animation:toast-bounce .6s ease-in-out}.toast-message{flex:1;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.toast-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.toast-close:hover{background-color:#fff3}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.dash-filter{display:inline-flex;align-items:center;gap:8px;margin:12px 24px 0;font-size:.95rem;color:#e7eaf0;cursor:pointer;-webkit-user-select:none;user-select:none}.dash-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer}.machines-page{max-width:100%;margin:2rem auto;color:#fff;padding:0 1rem;scroll-behavior:smooth}.machines-page .machines-container{max-width:calc(1200px * var(--grid-columns, 1));margin:0 auto}@media(max-width:1400px)and (min-width:769px){.machines-container{grid-template-columns:repeat(min(var(--grid-columns, 1),3),1fr)}}@media(max-width:1024px)and (min-width:769px){.machines-container{grid-template-columns:repeat(min(var(--grid-columns, 1),2),1fr)}}.scroll-pause-indicator{position:fixed;bottom:16px;left:16px;background:#e53935e6;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;z-index:1000;opacity:0;transition:opacity .3s ease;pointer-events:none}.scroll-pause-indicator.visible{opacity:1}.page-header{margin-bottom:2rem}.page-title{color:#e53935;margin:0;text-align:center}.loading-message{padding:1rem;text-align:center}.error-message{padding:1rem;color:#e53935}.no-machines-message{text-align:center;color:#ccc;font-size:1.1rem}.stale-indicator{text-align:center;font-size:.8rem;color:#ffffff8c;margin-bottom:.75rem;letter-spacing:.04em;text-transform:uppercase}.machines-container{display:grid;grid-template-columns:repeat(var(--grid-columns, 1),1fr);gap:2rem;align-items:start;grid-auto-rows:max-content}.machine-card{background:#111;margin:0;padding:2.5rem;border-radius:8px;border-width:2px;border-style:solid;position:relative;overflow:hidden;width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:fit-content}.machine-card.with-background{background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:local}.machine-card.with-background>*{position:relative;z-index:2}.machine-body{display:flex;gap:1.5rem;flex:1;min-width:0}.machine-meta{flex:0 0 140px;display:flex;flex-direction:column;gap:.6rem;padding-top:.5rem;font-size:.85rem;color:#ffffffd9}.machine-meta-row{display:flex;flex-direction:column;gap:2px}.machine-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffff8c}.machine-meta-value{font-weight:600;word-break:break-word}.edition-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1f;color:#ffffffeb}.edition-pill-pro{background:#4ea1ff38;color:#9ec8ff}.edition-pill-premium{background:#d8a93b38;color:#d8a93b}.edition-pill-limited{background:#e0524d38;color:#e0524d}.machine-main{flex:1;min-width:0;display:flex;flex-direction:column}@media(max-width:700px){.machine-body{flex-direction:column;gap:.75rem}.machine-meta{flex:0 0 auto;flex-direction:row;gap:1.5rem;padding-top:0}}.status-indicator{display:flex;align-items:center;gap:8px}.machine-card.with-background .status-indicator{position:absolute;top:1rem;right:2.5rem;z-index:3;display:flex;align-items:center;gap:8px}.status-dot-online,.status-dot-offline{display:inline-block;width:12px;height:12px;border-radius:50%;box-shadow:0 0 6px #00000080}.status-dot-online{background-color:#4caf50;box-shadow:0 0 8px #4caf5099}.status-dot-offline{background-color:#f44336;box-shadow:0 0 8px #f4433699}.machine-card.with-background .last-played{position:absolute;bottom:1rem;right:2.5rem;font-size:.85rem;color:#ccc;text-shadow:1px 1px 2px rgba(0,0,0,.8);z-index:3}.machine-header{display:flex;align-items:center;margin-bottom:1rem}.game-logo{height:60px;width:auto;margin-right:1rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.8));cursor:pointer;transition:all .2s ease;border-radius:4px}.game-logo:hover{transform:scale(1.05);filter:drop-shadow(2px 2px 8px rgba(229,57,53,.6)) drop-shadow(0 0 10px rgba(229,57,53,.4))}.game-logo:active{transform:scale(.98)}.game-logo.square{width:60px;height:60px;border-radius:4px}.machine-info{flex:1}.machine-title{color:#fff;margin:0 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.8);font-size:1.5rem;font-weight:700}.machine-details{font-size:.9rem;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.9),0 0 6px rgba(0,0,0,.7)}.high-scores-section{margin-top:1rem}.high-scores-title{color:#fff;margin:1rem 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.8);font-weight:700}.high-scores-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#0000004d;border:none;table-layout:fixed}.table-header{background:#e5393599;color:#fff}.table-header th{padding:.5rem;border:none;text-align:left}.table-header th:nth-child(1){width:60px}.table-header th:nth-child(2){width:180px}.table-header th:nth-child(3){width:110px}.table-header th:nth-child(4){width:auto;text-align:right}.table-row{border-bottom:none;background:#0000001a}.table-row:hover{background:#e5393526}.table-cell{padding:.5rem;color:#fff;border:none;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.rank-cell{font-weight:700;color:#e53935;text-align:center;width:60px}.player-cell{display:flex;align-items:center;gap:.5rem;width:240px;overflow:hidden}.player-avatar{width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.player-avatar img{width:26px;height:26px;border-radius:50%;object-fit:cover}.player-avatar img.placeholder{width:32px;height:32px}.player-name{color:#fff;font-weight:500;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.3rem}.trophy-icon{font-size:1rem;animation:trophy-bounce 1.5s ease-in-out infinite;filter:drop-shadow(0 0 3px rgba(255,215,0,.8))}@keyframes trophy-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.confetti-test-button{position:fixed;bottom:20px;left:20px;width:100px;height:100px;background:transparent;border:none;cursor:pointer;opacity:0;z-index:1000}.score-cell{text-align:right;font-weight:700;font-family:Courier New,monospace;font-size:.95rem;min-width:120px;padding-right:.75rem}.date-cell{color:#ccc;font-size:.9rem}.loading-scores{padding:1rem;text-align:center;color:#ccc}.error-scores{padding:1rem;color:#e53935;text-align:center}.no-scores{padding:1rem;text-align:center;color:#999}@media(max-width:768px){.machines-container{grid-template-columns:1fr!important;gap:1rem}.machines-page{margin:1rem auto;padding:0 .5rem}.machine-card{margin:0;padding:1rem}.machine-header{flex-direction:column;align-items:flex-start;text-align:left}.game-logo{margin-bottom:1rem;margin-right:0}.machine-title{font-size:1.2rem}.status-indicator{top:.5rem;right:.5rem}.last-played{bottom:.5rem;right:.5rem;font-size:.8rem}.high-scores-table{font-size:.85rem}.table-cell{padding:.25rem}.table-header th:nth-child(1){width:40px}.table-header th:nth-child(2){width:140px}.table-header th:nth-child(3){width:80px}.table-header th:nth-child(4){width:auto;text-align:right}.player-cell{gap:.25rem;width:140px}.player-avatar{width:28px;height:28px}.player-avatar img{width:22px;height:22px}.player-name{font-size:.8rem}.score-cell{font-size:.85rem;min-width:100px;padding-right:.5rem}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading-scores{animation:pulse 1.5s ease-in-out infinite}.fullscreen-machine{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;z-index:9999}.exit-fullscreen-button{position:absolute;top:1rem;right:1rem;background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:50px;height:50px;cursor:pointer;transition:all .3s ease;z-index:10000;display:flex;align-items:center;justify-content:center}.exit-fullscreen-button:hover{background:#e53935cc;border-color:#e53935cc;transform:scale(1.1)}.exit-fullscreen-button:active{transform:scale(.9)}.fullscreen-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;max-width:1200px;padding:2rem;box-sizing:border-box}.fullscreen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.game-logo-container{flex:1;display:flex;justify-content:center}.fullscreen-game-logo{max-height:120px;max-width:400px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));cursor:pointer;transition:all .2s ease;border-radius:6px}.fullscreen-game-logo:hover{transform:scale(1.03);filter:drop-shadow(0 4px 12px rgba(229,57,53,.6)) drop-shadow(0 0 15px rgba(229,57,53,.4))}.fullscreen-game-logo:active{transform:scale(.98)}.fullscreen-game-logo.square{max-height:100px;max-width:100px}.status-container{position:absolute;top:2rem;right:2rem}.status-indicator-large{display:flex;align-items:center;gap:.5rem;background:#0000004d;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-indicator-large .tech-alerts-button{padding:6px}.status-indicator-large .alert-icon{width:28px;height:28px}.status-indicator-large .alert-badge{width:20px;height:20px;font-size:12px;top:-3px;right:-3px}.status-dot-online-large,.status-dot-offline-large{width:16px;height:16px;border-radius:50%;animation:pulse 2s infinite}.status-dot-online-large{background-color:#4caf50;box-shadow:0 0 10px #4caf50}.status-dot-offline-large{background-color:#f44336;box-shadow:0 0 10px #f44336}.status-text{font-weight:700;font-size:1.1rem;letter-spacing:1px}.fullscreen-scores{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0}.scores-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:2px;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scores-table-container{width:100%;max-width:800px;background:#0003;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.fullscreen-scores .high-scores-table{font-size:1.2rem;margin:0}.fullscreen-scores .table-header th{font-size:1.4rem;padding:1.5rem 1rem;background:#ffffff1a}.fullscreen-scores .table-row td{padding:1.2rem 1rem;font-size:1.2rem}.fullscreen-scores .rank-cell{font-size:1.5rem;font-weight:700}.fullscreen-scores .player-avatar,.fullscreen-scores .player-avatar .placeholder{width:50px;height:50px}.fullscreen-scores .player-name{font-size:1.3rem;margin-left:1rem}.fullscreen-scores .score-cell{font-size:1.4rem;font-weight:700}.fullscreen-footer{text-align:center;margin-top:2rem}.last-played-large{font-size:1.2rem;color:#fffc;background:#0003;padding:1rem 2rem;border-radius:50px;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-scores .loading-scores,.fullscreen-scores .error-scores,.fullscreen-scores .no-scores{font-size:1.5rem;padding:3rem;text-align:center;background:#0000004d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}@media(max-width:768px){.fullscreen-content{padding:1rem}.fullscreen-header{flex-direction:column;gap:1rem;margin-bottom:1rem}.status-container{position:relative;top:auto;right:auto}.fullscreen-game-logo{max-height:80px;max-width:300px}.scores-title{font-size:2rem;margin-bottom:1rem}.scores-table-container{padding:1rem}.fullscreen-scores .table-header th,.fullscreen-scores .table-row td{padding:.8rem .5rem;font-size:1rem}.fullscreen-scores .rank-cell{font-size:1.2rem}.fullscreen-scores .player-name{font-size:1.1rem}.fullscreen-scores .score-cell{font-size:1.2rem}.last-played-large{font-size:1rem;padding:.8rem 1.5rem}}.tbc-photo-rain{position:fixed;inset:0;pointer-events:none;overflow:hidden}.tbc-photo-rain.is-behind{z-index:-1}.tbc-photo-rain.is-front{z-index:5}.tbc-photo{position:absolute;top:-280px;height:auto;opacity:1;border-radius:10px;box-shadow:0 6px 24px #00000073;filter:saturate(1.05);animation-name:tbc-fall;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:1;will-change:transform}.tbc-photo-rain.spin .tbc-photo{animation-name:tbc-fall-spin}.tbc-photo-rain.snowflakes .tbc-photo{animation-name:tbc-fall-snowflake;animation-timing-function:ease-in-out}.tbc-photo-rain.axis-y{perspective:1200px}.tbc-photo-rain.spin.axis-y .tbc-photo{animation-name:tbc-fall-spin-y;transform-style:preserve-3d;backface-visibility:visible}@keyframes tbc-fall{0%{transform:translateZ(0)}to{transform:translate3d(0,calc(100vh + 280px),0)}}@keyframes tbc-fall-spin{0%{transform:translateZ(0) rotate(var(--rot-start, 0deg))}to{transform:translate3d(0,calc(100vh + 280px),0) rotate(var(--rot-end, 720deg))}}@keyframes tbc-fall-spin-y{0%{transform:translateZ(0) rotateY(var(--rot-start, 0deg))}to{transform:translate3d(0,calc(100vh + 280px),0) rotateY(var(--rot-end, 720deg))}}@keyframes tbc-fall-snowflake{0%{transform:translateZ(0) rotate(var(--rot-start, 0deg))}25%{transform:translate3d(var(--sway-amp, 4vw),calc((100vh + 280px)/4),0) rotate(calc(var(--rot-start, 0deg) + (var(--rot-end, 360deg) - var(--rot-start, 0deg)) * .25))}50%{transform:translate3d(0,calc((100vh + 280px)/2),0) rotate(calc(var(--rot-start, 0deg) + (var(--rot-end, 360deg) - var(--rot-start, 0deg)) * .5))}75%{transform:translate3d(calc(var(--sway-amp, 4vw) * -1),calc((100vh + 280px)*.75),0) rotate(calc(var(--rot-start, 0deg) + (var(--rot-end, 360deg) - var(--rot-start, 0deg)) * .75))}to{transform:translate3d(0,calc(100vh + 280px),0) rotate(var(--rot-end, 360deg))}}@media(prefers-reduced-motion:reduce){.tbc-photo{animation:none;display:none}}.tbc-page{max-width:1100px;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0;position:relative;z-index:0}.tbc-page.has-bg{position:relative;max-width:none;padding-left:max(16px,calc((100vw - 1100px)/2));padding-right:max(16px,calc((100vw - 1100px)/2))}.tbc-header{margin-bottom:16px}.tbc-header h1{margin:0 0 4px;font-size:1.6rem}.tbc-intro{color:#8a93a3;margin:0;font-size:.92rem}.tbc-neighbors{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 14px}.tbc-neighbor-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;background:#161a22;border:1px solid #2a2f3a;border-radius:999px;font-size:.82rem;color:#c2cad6}.tbc-neighbor-chip.is-self{border-color:#4ea1ff66;color:#9ec8ff}.tbc-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.tbc-status-dot.online{background:#2dbd6e;box-shadow:0 0 6px #2dbd6e99}.tbc-status-dot.offline{background:#555a66}.tbc-status-dot.hidden{background:transparent;border:1px dashed #5a6373}.tbc-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.tbc-empty{color:#8a93a3;padding:16px 0}.tbc-config-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:12px 14px;margin-bottom:14px}.tbc-chip-row{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}.tbc-chip{display:inline-flex;align-items:center;background:#ffffff0a;color:#ffffffc7;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 14px;min-height:32px;font:inherit;font-size:.88rem;cursor:pointer}.tbc-chip:hover{background:#ffffff14}.tbc-chip.is-active{background:#4ea1ff2e;color:#4ea1ff;border-color:#4ea1ff80}.tbc-chip-actions{display:flex;gap:6px}.tbc-link-btn{background:none;color:#4ea1ff;border:none;cursor:pointer;padding:6px 10px;font:inherit;font-size:.92rem}.tbc-link-btn:hover{text-decoration:underline}.tbc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px}.tbc-model-section{margin-bottom:24px}.tbc-model-section:not(:last-of-type):after{content:"";display:block;width:80%;height:1px;background:#2a2f3a;margin:32px auto 0}.tbc-page.no-separator .tbc-model-section:not(:last-of-type):after{display:none}.tbc-model-banner-frame{width:80vw;position:relative;left:50%;transform:translate(-50%);margin-bottom:14px;padding:2px;border-radius:12px;background:linear-gradient(to right,#fff,#fff)}.tbc-model-banner{display:flex;align-items:center;justify-content:center;width:100%;min-height:203px;padding:14px 16px;border-radius:10px;background:#1a1f29;background-size:cover;background-position:center}.tbc-model-header{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:.01em;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.6)}.tbc-section-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.tbc-section-grid>.tbc-card-frame{flex:0 1 420px;max-width:100%}.tbc-card-frame{padding:2px;border-radius:8px;background:linear-gradient(to right,#ff0,#ff0)}.tbc-card{background:#161a22;border-radius:6px;padding:0;overflow:hidden;display:flex;flex-direction:column}.tbc-card-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.tbc-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 16px}.tbc-hero-logo{max-width:70%;max-height:80px;object-fit:contain}.tbc-hero-title-fallback{margin:0;padding:0 8px;text-align:center;font-size:1.4rem;font-weight:700;color:#e7eaf0;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.7);line-height:1.15}.tbc-trim-pill{display:inline-block;padding:1px 7px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;line-height:1.4}.tbc-trim-pro{background:#4ea1ff38;color:#6ea4ff}.tbc-trim-premium{background:#d8a93b38;color:#d8a93b}.tbc-trim-limited{background:#e0524d38;color:#e0524d}.tbc-trim-unknown{background:#7878782e;color:#8a93a3}.tbc-hero-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.tbc-card-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:4px}.tbc-config-pill,.tbc-layout-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.tbc-config-pill{background:#4ea1ff2e;color:#4ea1ff}.tbc-config-pill.is-unset{background:#8a93a326;color:#8a93a3}.tbc-layout-pill{background:#ffffff1a;color:#ffffffd9}.tbc-layout-pro{background:#4ea1ff38;color:#9ec8ff}.tbc-layout-premium-le{background:#d8a93b38;color:#d8a93b}.tbc-card-body{padding:10px 16px 14px}.tbc-card-meta{color:#c2cad6;font-size:.8rem;margin:0 0 6px}.tbc-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.92rem}.tbc-table th:nth-child(1),.tbc-table td:nth-child(1){width:36px}.tbc-table th:nth-child(3),.tbc-table td:nth-child(3){width:200px}.tbc-table th,.tbc-table td{text-align:left;padding:6px 8px;border-bottom:1px solid #2a2f3a;white-space:nowrap}.tbc-table th:nth-child(2),.tbc-table td:nth-child(2){padding-right:24px;overflow:hidden;text-overflow:ellipsis}.tbc-table th:nth-child(3),.tbc-table td:nth-child(3){padding-left:24px}.tbc-table th{color:#8a93a3;font-weight:500;font-size:.78em;text-transform:uppercase}.tbc-table tr:last-child td{border-bottom:none}.tbc-rank{color:#8a93a3}.tbc-empty-row td{color:#5a6373}.tbc-owner{color:#c2cad6}.tbc-score-col,.tbc-score{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600}.tbc-score-col{color:#8a93a3;font-weight:500}.tbc-bg-layer{position:fixed;inset:0;pointer-events:none;z-index:-2;background-repeat:no-repeat}.tbc-bg-layer.is-active{z-index:-1}.tbc-bg-layer.tbc-trans-quick.is-active{opacity:1}.tbc-bg-layer.tbc-trans-quick.is-inactive{opacity:0}.tbc-bg-layer.tbc-trans-fade{transition:opacity .8s ease-in-out}.tbc-bg-layer.tbc-trans-fade.is-active{opacity:1}.tbc-bg-layer.tbc-trans-fade.is-inactive{opacity:0}.tbc-bg-layer.tbc-trans-slide_up.is-active{transform:translateY(0);transition:transform .8s ease-in-out}.tbc-bg-layer.tbc-trans-slide_up.is-inactive{transform:translateY(100%)}.tbc-bg-layer.tbc-trans-slide_down.is-active{transform:translateY(0);transition:transform .8s ease-in-out}.tbc-bg-layer.tbc-trans-slide_down.is-inactive{transform:translateY(-100%)}.tbc-bg-layer.tbc-trans-slide_left.is-active{transform:translate(0);transition:transform .8s ease-in-out}.tbc-bg-layer.tbc-trans-slide_left.is-inactive{transform:translate(100%)}.tbc-bg-layer.tbc-trans-slide_right.is-active{transform:translate(0);transition:transform .8s ease-in-out}.tbc-bg-layer.tbc-trans-slide_right.is-inactive{transform:translate(-100%)}.admin-page{width:90vw;max-width:90vw;margin:0 auto;padding:32px 16px 64px;color:#e7eaf0}.admin-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.admin-header h1{margin:0;font-size:1.6rem}.admin-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.admin-back:hover{background:#4ea1ff14;text-decoration:underline}.admin-panel{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:16px;margin-bottom:16px}.admin-panel h2{margin:0 0 10px;font-size:1.1rem}.admin-table{width:100%;border-collapse:collapse;font-size:.92rem}.admin-table th,.admin-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #2a2f3a;white-space:nowrap}.admin-table th{color:#8a93a3;font-weight:500;font-size:.8em;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:none}.admin-table .admin-actions{display:flex;gap:4px;flex-wrap:wrap}.admin-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:500}.admin-pill.yes{background:#4ea1ff2e;color:#4ea1ff}.admin-pill.no{background:#8a93a326;color:#8a93a3}.admin-pill.green{background:#2dbd6e2e;color:#2dbd6e}.admin-pill.muted{background:#8a93a326;color:#8a93a3}.admin-action-button{background:transparent;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 14px;min-height:36px;font-size:.9rem;cursor:pointer}.admin-action-button:hover:not(:disabled){background:#ffffff0a}.admin-action-button.danger{color:#e0524d;border-color:#e0524d80}.admin-action-button.danger:hover:not(:disabled){background:#e0524d1a}.admin-action-button:disabled{opacity:.4;cursor:not-allowed}.admin-create-button{background:#4ea1ff;color:#0a0d12;border:1px solid #4ea1ff;border-radius:6px;padding:10px 18px;min-height:40px;font-weight:600;font-size:.95rem;cursor:pointer}.admin-create-button:hover:not(:disabled){filter:brightness(1.05)}.admin-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.admin-success{background:#2dbd6e1f;color:#2dbd6e;border:1px solid rgba(45,189,110,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.admin-dialog-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-dialog{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:20px;width:380px;max-width:92vw;display:flex;flex-direction:column;gap:12px}.admin-dialog h3{margin:0;font-size:1rem}.admin-dialog label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}.admin-dialog input,.admin-dialog select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.admin-dialog-row{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.admin-dialog-muted{color:#8a93a3;font-size:.88rem;margin:0}.admin-audit-details{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;color:#8a93a3;max-width:28rem;overflow-wrap:anywhere;word-break:break-word}.admin-cell-desc{max-width:24rem;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.admin-cell-url{max-width:22rem;overflow-wrap:anywhere;word-break:break-all;white-space:normal}.admin-empty{color:#8a93a3;font-size:.9rem;padding:8px 0}.catalog-images-panel{margin-top:16px;border-top:1px solid #2a2e38;padding-top:16px}.catalog-images-panel h4{margin:0 0 4px}.catalog-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin:10px 0}.catalog-image-card{background:#0f1116;border:1px solid #2a2e38;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.catalog-image-card img{width:100%;height:110px;object-fit:cover;display:block}.catalog-image-row{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;gap:6px}.catalog-image-chip{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;background:#2e7dff2e;color:#9ec8ff}.catalog-image-upload{display:flex;flex-wrap:wrap;align-items:end;gap:10px;background:#0f1116;border:1px dashed #2a2e38;border-radius:6px;padding:10px}.catalog-image-upload label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#c0c6d2}.catalog-image-upload select,.catalog-image-upload input[type=file]{background:#1a1d24;color:#e7eaf0;border:1px solid #2a2e38;border-radius:4px;padding:4px 8px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:10px}.admin-stats-card{background:#0f1116;border:1px solid #2a2e38;border-radius:8px;padding:12px 14px}.admin-stats-card h3{margin:0 0 8px;font-size:.95rem;color:#c0c6d2;letter-spacing:.02em;text-transform:uppercase}.admin-stats-subhead{margin:10px 0 4px;font-size:.78rem;color:#8a93a3;letter-spacing:.04em;text-transform:uppercase}.admin-stats-dl{display:grid;grid-template-columns:1fr auto;row-gap:4px;column-gap:12px;margin:0;font-size:.9rem}.admin-stats-dl dt{color:#8a93a3}.admin-stats-dl dd{margin:0;color:#e7eaf0;font-variant-numeric:tabular-nums;text-align:right}.admin-stats-mini{width:100%;margin-top:4px;font-size:.85rem}.admin-stats-mini th{font-weight:500;color:#8a93a3;text-align:left;padding:2px 4px}.admin-stats-mini td{padding:2px 4px}.admin-stats-num{font-variant-numeric:tabular-nums;text-align:right}.admin-stats-footnote{margin:12px 0 0;font-size:.78rem;color:#5a6373}.app-version-badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;letter-spacing:.02em;color:#ffffff9e;-webkit-user-select:none;user-select:none;line-height:1.2}.app-version-badge-name{font-weight:600;color:#ffffffd1}.app-version-badge-sep{opacity:.45}.app-version-badge-version{font-variant:tabular-nums;color:#ffd233d9}.app-version-badge-fixed{position:fixed;bottom:10px;right:14px;z-index:90;padding:4px 10px;background:#0f1116c7;border:1px solid rgba(255,255,255,.08);border-radius:999px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:opacity .16s ease}.ui-idle-hidden .app-version-badge-fixed{opacity:0;pointer-events:none;transition:opacity .28s ease}.auth-indicator{position:fixed;top:12px;z-index:100;display:flex;align-items:center;gap:12px;font-size:.9rem;color:#ffffffd9}.auth-indicator-right{right:16px}.auth-indicator-left{left:16px}.auth-indicator-link-spaced{margin-left:20px}.auth-indicator-name{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;background:#0f1116c7;color:#fffffff2;border:1px solid rgba(255,255,255,.12);border-radius:6px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.auth-indicator-link{display:inline-flex;align-items:center;background:#0f1116c7;color:#6ec0ff;border:1px solid rgba(78,161,255,.55);border-radius:6px;padding:8px 14px;min-height:36px;font:inherit;cursor:pointer;text-decoration:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.auth-indicator-link:hover{background:#2e7dff59;color:#b8d8ff;border-color:#4ea1ffe6}.auth-indicator-inbox{gap:6px}.auth-indicator-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#e0524d;color:#fff;font-size:.75rem;font-weight:700;line-height:1}.auth-indicator-fullscreen{font-variant:tabular-nums}.dashboard-selector{display:flex;gap:8px;flex-wrap:wrap;padding:12px 24px 0;margin-bottom:4px}.dashboard-selector-link{display:inline-flex;align-items:center;background:#ffffff0a;color:#ffffffbf;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 18px;min-height:36px;font-size:.95rem;text-decoration:none}.dashboard-selector-link:hover{background:#ffffff14;color:#fffffff2}.dashboard-selector-link.is-active{background:#4ea1ff2e;color:#4ea1ff;border-color:#4ea1ff80}.events-page{width:90vw;max-width:90vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.events-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.events-header h1{margin:0;font-size:1.6rem;display:inline-flex;align-items:center;gap:10px}.events-unread-chip{display:inline-flex;align-items:center;background:#e0524d;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:3px 10px;border-radius:999px;text-transform:uppercase}.events-back{color:#4ea1ff;text-decoration:none;padding:8px 12px}.events-intro{color:#8a93a3;margin:0 0 16px;font-size:.92rem}.events-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.events-muted{color:#8a93a3}.events-empty{color:#8a93a3;padding:16px 0}.events-toolbar{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap}.events-bulk-actions{display:flex;gap:8px;flex-wrap:wrap}.events-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem}.events-toggle input[type=checkbox]{width:18px;height:18px}.events-toolbar button,.events-actions button{background:transparent;color:#4ea1ff;border:1px solid #2a2f3a;border-radius:6px;padding:6px 12px;font:inherit;cursor:pointer}.events-toolbar button:hover,.events-actions button:hover{background:#4ea1ff14}.events-form{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:14px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.events-form h2{margin:0;font-size:1.05rem}.events-form label{display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.events-form input,.events-form select,.events-form textarea{background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.events-groups{border:1px solid #2a2f3a;border-radius:8px;padding:8px 12px;margin:0}.events-groups legend{padding:0 6px;color:#c2cad6;font-size:.9rem}.events-group-row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.92rem;flex-direction:row!important}.events-group-row input[type=checkbox]{width:18px;height:18px}.events-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.events-row{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:12px 14px}.events-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.events-type{display:inline-block;margin-right:8px;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#4ea1ff33;color:#9ec8ff}.events-type-challenge{background:#d8a93b38;color:#d8a93b}.events-type-sim_party{background:#2dbd6e2e;color:#2dbd6e}.events-type-other{background:#ffffff14;color:#c2cad6}.events-importance{display:inline-block;margin-right:8px;padding:2px 8px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.events-importance-low{background:#8a93a32e;color:#8a93a3}.events-importance-high{background:#d8a93b38;color:#d8a93b}.events-importance-urgent{background:#e0524d;color:#fff}.events-attach-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.events-attach-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#0f1115;border:1px solid #2a2f3a;border-radius:999px;font-size:.84rem;color:#c2cad6;text-decoration:none}.events-rsvp-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #20242e}.events-rsvp-label{color:#8a93a3;font-size:.85rem}.events-rsvp-btn{background:transparent;color:#c2cad6;border:1px solid #2a2f3a;border-radius:6px;padding:4px 12px;font:inherit;font-size:.9rem;cursor:pointer}.events-rsvp-btn:hover{background:#4ea1ff14}.events-rsvp-btn.is-selected{font-weight:600}.events-rsvp-btn.events-rsvp-accept{background:#2dbd6e2e;color:#2dbd6e;border-color:#2dbd6e73}.events-rsvp-btn.events-rsvp-decline{background:#e0524d2e;color:#e0524d;border-color:#e0524d73}.events-rsvp-btn.events-rsvp-unsure{background:#d8a93b2e;color:#d8a93b;border-color:#d8a93b73}.events-rsvp-counts{margin-left:auto;color:#8a93a3;font-size:.85rem}.events-title{font-weight:600}.events-meta{color:#c2cad6;font-size:.9rem}.events-owner{color:#8a93a3;font-size:.85rem;margin-top:4px}.events-desc{color:#c2cad6;white-space:pre-wrap;margin:8px 0 0;font-size:.94rem}.events-groups-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.events-group-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.74rem;background:#4ea1ff2e;color:#9ec8ff}.events-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.events-actions .events-danger{color:#e0524d;border-color:#e0524d66}.events-actions .events-danger:hover{background:#e0524d1a}.events-divider{margin:40px 0 24px;border:0;border-top:1px solid #2a2f3a}.groups-page{width:70vw;max-width:70vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.groups-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.groups-header h1{margin:0;font-size:1.6rem}.groups-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px}.groups-intro{color:#8a93a3;margin:0 0 16px;font-size:.92rem}.groups-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.groups-empty{color:#8a93a3;padding:16px 0}.groups-create-form{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:12px}.groups-create-form h2{margin:0;font-size:1.1rem}.groups-create-form label,.groups-edit-grid label{display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.groups-create-form input[type=text],.groups-create-form input:not([type]),.groups-create-form textarea,.groups-edit-grid input,.groups-edit-grid textarea{background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.groups-checkbox-row{flex-direction:row!important;align-items:center;gap:8px}.groups-checkbox-row input[type=checkbox]{width:18px;height:18px}.groups-list{display:flex;flex-direction:column;gap:10px}.groups-row{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:12px 14px}.groups-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.groups-name{font-weight:600;margin-right:8px}.groups-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-right:6px;background:#ffffff14;color:#c2cad6}.groups-pill.system{background:#d8a93b38;color:#d8a93b}.groups-pill.open{background:#2dbd6e2e;color:#2dbd6e}.groups-pill.closed{background:#8a93a32e;color:#8a93a3}.groups-pill.member{background:#4ea1ff33;color:#4ea1ff}.groups-desc{color:#8a93a3;margin:6px 0 8px;font-size:.92rem}.groups-meta{color:#8a93a3;font-size:.85rem}.groups-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.groups-actions button{background:transparent;color:#4ea1ff;border:1px solid #2a2f3a;border-radius:6px;padding:6px 10px;font:inherit;cursor:pointer}.groups-actions button:hover:not(:disabled){background:#4ea1ff14}.groups-actions button:disabled{opacity:.5;cursor:not-allowed}.groups-actions .groups-danger{color:#e0524d;border-color:#e0524d66}.groups-actions .groups-danger:hover:not(:disabled){background:#e0524d1a}.groups-member-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.groups-member-list li{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-top:1px solid #20242e}.groups-remove-btn{background:transparent;color:#e0524d;border:1px solid transparent;font-size:.78rem;padding:2px 8px;border-radius:4px;cursor:pointer}.groups-remove-btn:hover{border-color:#e0524d66}.groups-edit-grid{display:flex;flex-direction:column;gap:12px}.inbox-page{width:90vw;max-width:90vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.inbox-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.inbox-header h1{margin:0;font-size:1.6rem;display:inline-flex;align-items:center;gap:10px}.inbox-unread-chip{display:inline-flex;align-items:center;background:#e0524d;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:3px 10px;border-radius:999px;text-transform:uppercase}.inbox-back{color:#4ea1ff;text-decoration:none;padding:8px 12px}.inbox-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.inbox-empty{color:#8a93a3;padding:16px 0}.inbox-compose{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:14px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.inbox-compose h2{margin:0;font-size:1.05rem}.inbox-compose label{display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.inbox-compose select,.inbox-compose textarea{background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.inbox-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:12px}.inbox-toggle{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:#c2cad6;cursor:pointer;-webkit-user-select:none;user-select:none}.inbox-toggle input[type=checkbox]{width:18px;height:18px}.inbox-bulk-actions{display:flex;gap:8px}.inbox-bulk-actions button{background:transparent;color:#4ea1ff;border:1px solid #2a2f3a;border-radius:6px;padding:6px 12px;font:inherit;font-size:.88rem;cursor:pointer}.inbox-bulk-actions button:hover{background:#4ea1ff14}.inbox-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.inbox-row{background:#161a22;border:1px solid #2a2f3a;border-radius:8px;padding:12px 14px}.inbox-row.is-unread{border-color:#4ea1ff73;background:#19202e}.inbox-row.is-deleted{opacity:.55}.inbox-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}.inbox-from{font-weight:600;display:inline-flex;align-items:center;gap:8px}.inbox-type{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#ffffff14;color:#c2cad6}.inbox-type-USER_STATUS_CHANGE{background:#4ea1ff2e;color:#9ec8ff}.inbox-type-MATCH_POSSIBILITY{background:#2dbd6e2e;color:#2dbd6e}.inbox-type-EVENT_REMINDER{background:#d8a93b33;color:#d8a93b}.inbox-type-SYSTEM_MSG{background:#8a93a32e;color:#c2cad6}.inbox-when{color:#8a93a3;font-size:.82rem}.inbox-subject{font-weight:600;font-size:1rem;color:#e7eaf0;margin-bottom:4px}.inbox-note{white-space:pre-wrap;word-break:break-word;font-size:.93rem;color:#c2cad6;margin-bottom:6px}.inbox-muted{color:#8a93a3;font-size:.85rem}.inbox-importance{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.inbox-importance-low{background:#8a93a32e;color:#8a93a3}.inbox-importance-high{background:#d8a93b38;color:#d8a93b}.inbox-importance-urgent{background:#e0524d;color:#fff}.inbox-attachments-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.inbox-attach-pick{display:inline-flex;align-items:center;padding:6px 10px;background:#0f1115;border:1px dashed #2a2f3a;border-radius:6px;font-size:.88rem;cursor:pointer}.inbox-attach-pick input[type=file]{display:none}.inbox-attach-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#0f1115;border:1px solid #2a2f3a;border-radius:999px;font-size:.84rem;color:#c2cad6;text-decoration:none}.inbox-attach-chip button{background:transparent;color:#e0524d;border:none;font:inherit;cursor:pointer;padding:0;font-size:1.1rem;line-height:1}.inbox-attach-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.inbox-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.inbox-actions button{background:transparent;color:#4ea1ff;border:1px solid #2a2f3a;border-radius:6px;padding:4px 10px;font:inherit;cursor:pointer}.inbox-actions button:hover{background:#4ea1ff14}.inbox-actions .inbox-danger{color:#e0524d;border-color:#e0524d66}.inbox-actions .inbox-danger:hover{background:#e0524d1a}.inbox-compose-toggle-row{margin-bottom:16px}.inbox-new-message-btn{background:#4ea1ff;color:#0a0d12;border:1px solid #4ea1ff;border-radius:6px;padding:8px 16px;min-height:36px;font-weight:600;font:inherit;cursor:pointer}.inbox-new-message-btn:hover{filter:brightness(1.05)}.inbox-compose-buttons{display:flex;gap:8px;margin-top:4px}.locations-page{max-width:900px;margin:0 auto;padding:32px 16px 64px;color:#e7eaf0}.locations-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.locations-header h1{margin:0;font-size:1.6rem}.locations-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.locations-back:hover{background:#4ea1ff14;text-decoration:underline}.locations-intro{color:#8a93a3;margin:0 0 16px;font-size:.92rem}.locations-toolbar{margin-bottom:12px}.locations-error,.locations-success{border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.locations-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4)}.locations-success{background:#2dbd6e1f;color:#2dbd6e;border:1px solid rgba(45,189,110,.4)}.locations-empty{color:#8a93a3;padding:16px 0}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.locations-card{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:14px 16px}.locations-card-primary{border-color:#4ea1ff80;box-shadow:0 0 0 1px #4ea1ff2e}.locations-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}.locations-card-title{font-weight:600;display:flex;align-items:center;gap:8px}.locations-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:500;background:#4ea1ff2e;color:#4ea1ff}.locations-card-actions{display:flex;gap:4px;flex-wrap:wrap}.locations-card-body{font-size:.9rem;color:#c2cad6;line-height:1.5}.locations-card-phone{margin-top:4px;color:#8a93a3}.locations-button{background:transparent;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 14px;min-height:36px;font-size:.9rem;cursor:pointer}.locations-button:hover:not(:disabled){background:#ffffff0a}.locations-button-danger{background:transparent;color:#e0524d;border:1px solid rgba(224,82,77,.5);border-radius:6px;padding:8px 14px;min-height:36px;font-size:.9rem;cursor:pointer}.locations-button-danger:hover:not(:disabled){background:#e0524d1a}.locations-button-primary{background:#4ea1ff;color:#0a0d12;border:1px solid #4ea1ff;border-radius:6px;padding:10px 18px;min-height:40px;font-size:.95rem;font-weight:600;font-size:.9rem;cursor:pointer}.locations-button-primary:hover:not(:disabled){filter:brightness(1.05)}.locations-button:disabled,.locations-button-danger:disabled,.locations-button-primary:disabled{opacity:.5;cursor:not-allowed}.locations-dialog-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.locations-dialog{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:20px;width:480px;max-width:92vw;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.locations-dialog h3{margin:0;font-size:1rem}.locations-dialog label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}.locations-dialog input{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.locations-dialog input:focus{outline:none;border-color:#4ea1ff}.locations-dialog-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.locations-checkbox{flex-direction:row;align-items:center;gap:8px;color:#e7eaf0}.locations-note{color:#8a93a3;font-size:.85rem}.locations-dialog-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;padding:28px 24px;width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px;color:#e7eaf0}.auth-card h2{margin:0 0 4px;font-size:1.4rem}.auth-card p{margin:0;color:#8a93a3;font-size:.92rem}.auth-card label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}.auth-card input{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:10px 12px;min-height:40px;font-size:1rem;font:inherit}.auth-card input:focus{outline:none;border-color:#4ea1ff}.auth-card button[type=submit]{background:#4ea1ff;color:#0a0d12;border:1px solid #4ea1ff;border-radius:6px;padding:12px 18px;min-height:44px;font-weight:600;font-size:1rem;font:inherit;cursor:pointer;margin-top:4px}.auth-card button[type=submit]:hover:not(:disabled){filter:brightness(1.05)}.auth-card button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.auth-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem}.auth-footer{font-size:.9rem;color:#8a93a3;text-align:center}.auth-footer a{color:#4ea1ff;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-link-button{background:transparent;border:none;color:#8a93a3;font:inherit;cursor:pointer;text-decoration:underline;padding:4px 0;margin-top:4px}.auth-link-button:hover{color:#c0c6d2}.profile-2fa-qr{display:flex;justify-content:center;padding:12px;background:#fff;border-radius:8px;margin:8px 0}.form-success{background:#2dbd6e1f;color:#6ed390;border:1px solid rgba(45,189,110,.4);border-radius:6px;padding:8px 10px;font-size:.9rem}.pinball-theme{background:radial-gradient(circle at 50% 0%,rgba(78,161,255,.18),transparent 55%),radial-gradient(circle at 50% 100%,rgba(238,49,167,.12),transparent 60%),linear-gradient(180deg,#0a0d12,#14101c)}.pinball-card{max-width:660px;border:1px solid #3a2f55;box-shadow:0 0 0 1px #4ea1ff38,0 14px 40px #0000008c,0 0 60px #ee31a71f}.pinball-marquee{text-align:center;border-bottom:2px solid #ffd233;padding-bottom:10px;margin:-4px 0 4px}.pinball-title{margin:0;font-size:2.4rem;letter-spacing:.18em;font-weight:800;color:#ffeb6e;text-shadow:0 0 4px #ffd233,0 0 10px rgba(255,210,51,.7),0 0 22px rgba(238,49,167,.55),0 0 38px rgba(78,161,255,.35);text-transform:uppercase;animation:pinball-marquee-pulse 4.5s ease-in-out infinite}@keyframes pinball-marquee-pulse{0%,to{text-shadow:0 0 4px #ffd233,0 0 10px rgba(255,210,51,.7),0 0 22px rgba(238,49,167,.55),0 0 38px rgba(78,161,255,.35)}50%{text-shadow:0 0 6px #ffeb6e,0 0 14px rgba(255,210,51,.9),0 0 28px rgba(238,49,167,.7),0 0 50px rgba(78,161,255,.5)}}.pinball-version{margin-top:6px}.pinball-subhead{margin:4px 0 0;font-size:1rem;color:#c0c6d2;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.pinball-hero{position:relative;border-radius:8px;overflow:hidden;border:1px solid #2a2f3a;background:#20242e;aspect-ratio:2.5 / 1;box-shadow:inset 0 0 0 1px #ffd2332e,0 0 20px #4ea1ff2e}.pinball-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.pinball-hero-caption{position:absolute;left:8px;bottom:6px;font-size:.72rem;letter-spacing:.04em;color:#ffeb6e;background:#0a0d12b8;padding:2px 8px;border-radius:4px;border:1px solid rgba(255,210,51,.4);pointer-events:none}.mse-root{margin:0}.mse-heading{margin:0 0 12px;font-size:1.2rem;color:#e7eaf0}.mse-empty{padding:14px;color:#8a93a3;font-style:italic}.mse-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;margin-bottom:10px;font-size:.92rem}.mse-success{background:#2dbd6e1f;color:#6ed390;border:1px solid rgba(45,189,110,.4);border-radius:6px;padding:8px 10px;margin-bottom:10px;font-size:.92rem}.mse-add-collapsed{margin:4px 0 12px}.mse-add-form{background:#161a22;border:1px solid #2a2f3a;border-radius:8px;padding:14px 16px;margin:4px 0 16px}.mse-add-title{margin:0 0 10px;font-size:1rem;color:#c0c6d2}.mse-add-grid{display:grid;grid-template-columns:1.4fr 1.4fr .8fr 1.4fr;gap:10px 12px}.mse-add-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}.mse-add-grid input,.mse-add-grid select,.mse-edit-row input,.mse-edit-row select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;min-height:36px;font-size:.95rem;font:inherit}.mse-add-grid input:focus,.mse-add-grid select:focus{outline:none;border-color:#4ea1ff}.mse-row-buttons{display:flex;gap:8px;margin-top:12px}.mse-button{background:#0f1116c7;color:#6ec0ff;border:1px solid rgba(78,161,255,.55);border-radius:6px;padding:7px 12px;font:inherit;font-size:.88rem;cursor:pointer;text-decoration:none}.mse-button:hover:not(:disabled){background:#2e7dff59;color:#b8d8ff;border-color:#4ea1ffe6}.mse-button:disabled{opacity:.55;cursor:not-allowed}.mse-button-primary{background:#4ea1ff;color:#0a0d12;border-color:#4ea1ff;font-weight:600}.mse-button-primary:hover:not(:disabled){background:#6ec0ff;color:#0a0d12;border-color:#6ec0ff}.mse-link-button{background:transparent;border:1px solid transparent;color:#6ec0ff;padding:4px 6px;font-size:.85rem}.mse-link-button:hover:not(:disabled){background:#2e7dff26;border-color:#4ea1ff59}.mse-link-button.mse-danger{color:#e0524d}.mse-link-button.mse-danger:hover:not(:disabled){background:#e0524d26;border-color:#e0524d73}.mse-table{width:100%;border-collapse:collapse;margin-top:8px}.mse-table th,.mse-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #2a2f3a}.mse-table th{color:#8a93a3;font-weight:600;font-size:.85rem}.mse-rank{width:56px}.mse-score,.mse-score-col{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.mse-when{color:#8a93a3;font-size:.88rem;white-space:nowrap}.mse-actions-cell{display:flex;gap:6px;align-items:center}.mse-config-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#4ea1ff1f;color:#b8d8ff;border:1px solid rgba(78,161,255,.3);font-size:.82rem}.mse-edit-row td{background:#4ea1ff0f}@media(max-width:720px){.mse-add-grid{grid-template-columns:1fr 1fr}}.md-page{max-width:1100px;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.md-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.md-header h1{margin:0;font-size:1.6rem}.md-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.md-back:hover{background:#4ea1ff14;text-decoration:underline}.md-empty{color:#8a93a3;padding:32px 0;text-align:center}.md-error,.md-success{border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.md-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4)}.md-success{background:#2dbd6e1f;color:#2dbd6e;border:1px solid rgba(45,189,110,.4)}.md-muted{color:#8a93a3;margin:0 0 8px;font-size:.9rem}.md-hero{background:#161a22;border:1px solid #2a2f3a;border-radius:12px;padding:24px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.md-hero.has-bg{background-size:cover;background-position:center}.md-hero-logo{max-height:84px;max-width:60%;object-fit:contain}.md-hero-pills{display:flex;gap:8px;flex-wrap:wrap}.md-edition-pill,.md-layout-pill,.md-online-pill{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.md-edition-pill{background:#ffffff1f;color:#ffffffd9}.md-edition-pill.md-edition-pro{background:#4ea1ff38;color:#9ec8ff}.md-edition-pill.md-edition-premium{background:#d8a93b38;color:#d8a93b}.md-edition-pill.md-edition-limited{background:#e0524d38;color:#e0524d}.md-layout-pill{background:#ffffff1a;color:#ffffffd9}.md-layout-pro{background:#4ea1ff38;color:#9ec8ff}.md-layout-premium-le{background:#d8a93b38;color:#d8a93b}.md-online-pill{background:#2dbd6e38;color:#2dbd6e}.md-section{background:#161a22;border:1px solid #2a2f3a;border-radius:12px;padding:18px 20px;margin-bottom:16px}.md-catalog-group{margin-bottom:14px}.md-catalog-group:last-child{margin-bottom:0}.md-catalog-group-title{margin:0 0 8px;font-size:.95rem;color:#9ec8ff;text-transform:uppercase;letter-spacing:.04em}.md-section h2{margin:0 0 10px;font-size:1.05rem}.md-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.md-edit-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}.md-edit-grid select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:10px 12px;min-height:40px;font:inherit}.md-edit-grid select:focus{outline:none;border-color:#4ea1ff}.md-edit-grid select:disabled{opacity:.5;cursor:not-allowed}.md-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}.md-button-primary{background:#4ea1ff;color:#0a0d12;border:1px solid #4ea1ff;border-radius:6px;padding:10px 18px;min-height:40px;font-weight:600;font-size:.95rem;cursor:pointer}.md-button-primary:hover:not(:disabled){filter:brightness(1.05)}.md-button-primary:disabled{opacity:.55;cursor:not-allowed}.md-archived-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#e0524d2e;color:#e0524d}.md-button-danger{background:transparent;color:#e0524d;border:1px solid rgba(224,82,77,.5);border-radius:6px;padding:10px 16px;min-height:40px;font:inherit;cursor:pointer}.md-button-danger:hover:not(:disabled){background:#e0524d1a}.md-button-danger:disabled{opacity:.55;cursor:not-allowed}.md-link-button{display:inline-block;color:#4ea1ff;text-decoration:none;padding:8px 12px;border-radius:6px;font-size:.95rem}.md-link-button:hover{background:#4ea1ff14;text-decoration:underline}.md-field-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.md-field{display:flex;flex-direction:column;gap:2px}.md-field-label{color:#8a93a3;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em}.md-field-value{color:#e7eaf0;font-size:.95rem;word-break:break-word}.md-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.md-asset-card{display:flex;flex-direction:column;background:#20242e;border:1px solid #2a2f3a;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform 80ms ease,border-color 80ms ease}.md-asset-card:hover{transform:translateY(-1px);border-color:#4ea1ff80}.md-asset-image-wrap{width:100%;aspect-ratio:4 / 3;background:#0f1115;display:flex;align-items:center;justify-content:center;overflow:hidden}.md-asset-image-wrap img{max-width:100%;max-height:100%;object-fit:contain}.md-asset-label{padding:8px 10px;font-size:.85rem;color:#c2cad6;border-top:1px solid #2a2f3a}.ms-page{max-width:1000px;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.ms-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.ms-header h1{margin:0;font-size:1.5rem}.ms-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.ms-back:hover{background:#4ea1ff14;text-decoration:underline}.ms-intro{color:#8a93a3;margin:0 0 16px;font-size:.92rem}.ms-error,.ms-success{border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.ms-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4)}.ms-success{background:#2dbd6e1f;color:#2dbd6e;border:1px solid rgba(45,189,110,.4)}.ms-empty{color:#8a93a3;padding:16px 0}.ms-table{width:100%;border-collapse:collapse;font-size:.92rem;background:#161a22;border:1px solid #2a2f3a;border-radius:10px;overflow:hidden}.ms-table th,.ms-table td{text-align:left;padding:8px 12px;border-bottom:1px solid #2a2f3a;white-space:nowrap}.ms-table tr:last-child td{border-bottom:none}.ms-table th{color:#8a93a3;font-weight:500;font-size:.78em;text-transform:uppercase;background:#1a1f29}.ms-rank{color:#8a93a3;width:36px}.ms-score-col,.ms-score{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600}.ms-score-col{color:#8a93a3;font-weight:500}.ms-when{color:#8a93a3}.ms-table select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:10px 12px;min-height:40px;font:inherit;min-width:160px}.ms-table select:focus{outline:none;border-color:#4ea1ff}.ms-table select:disabled{opacity:.5}.ms-config-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8rem;background:#4ea1ff2e;color:#4ea1ff}.mym-page{width:80vw;max-width:80vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.mym-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.mym-header h1{margin:0;font-size:1.6rem}.mym-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.mym-back:hover{background:#4ea1ff14;text-decoration:underline}.mym-intro{color:#8a93a3;margin:0 0 12px;font-size:.92rem}.mym-filter-row{display:flex;flex-wrap:wrap;gap:16px;margin:0 0 16px}.mym-filter{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none}.mym-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer}.mym-archived-pill{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#e0524d2e;color:#e0524d;vertical-align:middle}.mym-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.mym-empty{color:#8a93a3;padding:16px 0}.mym-empty a{color:#4ea1ff;text-decoration:none}.mym-empty a:hover{text-decoration:underline}.mym-table-wrapper{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;overflow:hidden}.mym-table{width:100%;border-collapse:collapse;font-size:.95rem}.mym-table th,.mym-table td{text-align:left;padding:14px;border-bottom:1px solid #2a2f3a;vertical-align:middle}.mym-table tr:last-child td{border-bottom:none}.mym-table th{color:#8a93a3;font-weight:500;font-size:.78em;text-transform:uppercase;background:#1a1f29}.mym-row{cursor:pointer;transition:background-color 80ms ease-in}.mym-row:hover,.mym-row:focus-visible{background:#4ea1ff0f;outline:none}.mym-name{font-weight:600}.mym-machine-id{color:#8a93a3;font-size:.78rem}.mym-edition-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;color:#ffffffd9;white-space:nowrap}.mym-edition-pill.mym-edition-pro{background:#4ea1ff38;color:#9ec8ff}.mym-edition-pill.mym-edition-premium{background:#d8a93b38;color:#d8a93b}.mym-edition-pill.mym-edition-limited{background:#e0524d38;color:#e0524d}.mym-status-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:#444}.mym-status-dot.is-online{background:#2dbd6e;box-shadow:0 0 6px #2dbd6e99}.mym-footer-note{color:#8a93a3;font-size:.85rem;margin:16px 4px 0}.mym-add-button{margin-left:auto;background:#2e7dff;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:.9rem;cursor:pointer}.mym-add-button:hover{background:#4e94ff}.mym-add-form{background:#1a1d24;border:1px solid #2a2e38;border-radius:8px;padding:16px;margin:12px 0}.mym-add-form h3{margin:0 0 4px}.mym-add-hint{color:#8a93a3;font-size:.85rem;margin:0 0 12px}.mym-add-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px;margin-bottom:12px}.mym-add-grid label{display:flex;flex-direction:column;font-size:.85rem;color:#c0c6d2;gap:4px}.mym-add-grid input,.mym-add-grid select{background:#0f1116;color:#e7eaf0;border:1px solid #2a2e38;border-radius:5px;padding:6px 8px}.mym-add-actions{display:flex;gap:10px;justify-content:flex-end}.mym-add-actions button{background:#2a2e38;color:#e7eaf0;border:none;border-radius:5px;padding:6px 14px;cursor:pointer}.mym-add-actions button[type=submit]{background:#2e7dff}.mym-add-actions button:disabled{opacity:.6;cursor:not-allowed}.mym-source-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;background:#78787833;color:#c0c6d2}.mym-source-pill.mym-source-sternic{background:#2e7dff38;color:#6ea4ff}.mym-source-pill.mym-source-none{background:#d8a93b38;color:#d8a93b}.mym-source-pill.mym-source-tbd{background:#e0524d38;color:#e0524d}.mym-row-delete{background:transparent;color:#8a93a3;border:none;font-size:1.2rem;line-height:1;padding:0 6px;cursor:pointer;border-radius:4px}.mym-row-delete:hover{color:#e0524d;background:#e0524d1a}.mym-catalog-cell{cursor:pointer}.mym-catalog-cell:hover .mym-catalog-pill,.mym-catalog-cell:hover .mym-catalog-unlinked{background:#2e7dff2e}.mym-catalog-pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.85rem;background:#2e7dff1a;color:#9ec8ff;border:1px dashed transparent;transition:background 80ms ease}.mym-catalog-unlinked{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.85rem;background:transparent;color:#8a93a3;border:1px dashed #3a3f4d;font-style:italic}.mym-catalog-cell select{background:#0f1116;color:#e7eaf0;border:1px solid #3a3f4d;border-radius:4px;padding:2px 6px;font-size:.85rem;min-width:220px}.tt-wrap{position:relative;display:inline-flex;align-items:center;gap:4px}.tt-bubble{position:absolute;z-index:1000;min-width:180px;max-width:320px;padding:8px 10px;background:#14171f;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;box-shadow:0 6px 18px #00000073;font-size:.85rem;line-height:1.35;text-align:left;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease-out .18s,visibility 0s .18s}.tt-bubble.tt-top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.tt-bubble.tt-bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.tt-bubble.tt-right{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tt-bubble.tt-left{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tt-wrap:hover .tt-bubble,.tt-wrap:focus-within .tt-bubble{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.18s,0s}.tt-more{display:inline-block;margin-top:4px;color:#6ec0ff;text-decoration:none;font-size:.82rem}.tt-more:hover{text-decoration:underline}.tt-icon-wrap{vertical-align:middle}.tt-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#2a2f3a;color:#c0c6d2;font-size:.72rem;font-weight:700;cursor:help;-webkit-user-select:none;user-select:none;outline:none}.tt-icon-wrap:focus-within .tt-icon,.tt-icon-wrap:hover .tt-icon{background:#4ea1ff;color:#0a0d12}.profile-page{width:100%;margin:0;padding:32px 16px 64px 10%}.profile-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.profile-header h1{margin:0;font-size:1.6rem;color:#e7eaf0}.profile-header-links{display:flex;align-items:center;gap:6px}.profile-back{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;padding:8px 12px;border-radius:6px}.profile-back:hover{background:#4ea1ff14;text-decoration:underline}.profile-stack{display:flex;flex-direction:column;gap:16px}.profile-group-header{margin:24px 0 0;padding-bottom:6px;font-size:1.15rem;color:#c0c6d2;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #2a2f3a}.profile-group-header:first-of-type{margin-top:4px}.profile-page .auth-card{width:50%;max-width:none;align-self:flex-start}.auth-card .muted{margin:-4px 0 4px;font-size:.9rem;color:#8a93a3}.auth-success{background:#2dbd6e1f;color:#2dbd6e;border:1px solid rgba(45,189,110,.4);border-radius:6px;padding:8px 10px;font-size:.9rem}.profile-row-link{display:inline-block;color:#4ea1ff;text-decoration:none;font-size:.95rem;align-self:flex-start;padding:8px 12px;border-radius:6px}.profile-row-link:hover{background:#4ea1ff14;text-decoration:underline}.profile-row-buttons{display:flex;gap:8px;margin-top:4px}.profile-row-buttons button[type=submit]{flex:1;margin-top:0}.auth-card-button-secondary{background:transparent;color:#e0524d;border:1px solid rgba(224,82,77,.5);border-radius:6px;padding:12px 18px;min-height:44px;font-size:1rem;font:inherit;cursor:pointer}.auth-card-button-secondary:hover:not(:disabled){background:#e0524d1a}.auth-card-button-secondary:disabled{opacity:.5;cursor:not-allowed}.profile-checkbox-row{display:flex;align-items:center;gap:10px;font-size:.95rem}.profile-checkbox-row input[type=checkbox]{width:18px;height:18px;cursor:pointer}.profile-color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.profile-color-grid label{display:flex;flex-direction:column;gap:6px;font-size:.92rem}.profile-color-grid input[type=color]{width:100%;height:40px;padding:2px;border-radius:6px;border:1px solid #2a2f3a;background:#0f1115;cursor:pointer}.profile-color-preview{height:18px;border-radius:4px;text-align:center;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#0000008c;font-weight:600;line-height:18px}.profile-avatar-row{display:flex;gap:16px;align-items:flex-start}.profile-avatar-preview{width:96px;height:96px;object-fit:cover;border-radius:8px;border:1px solid #2a2f3a;background:#0f1115}.profile-avatar-meta{flex:1;display:flex;flex-direction:column;gap:6px;font-size:.9rem}.profile-gameroom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px}.profile-gameroom-card{display:flex;flex-direction:column;gap:6px;background:#20242e;border:1px solid #2a2f3a;border-radius:8px;overflow:hidden}.profile-gameroom-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#0f1115}.profile-gameroom-meta{display:flex;justify-content:space-between;align-items:center;padding:4px 10px 0;font-size:.85rem}.profile-gameroom-acl{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#8a93a32e;color:#8a93a3}.profile-gameroom-acl.is-public{background:#2dbd6e2e;color:#2dbd6e}.profile-gameroom-card .profile-row-buttons{padding:0 10px 10px}.profile-hsn-form{display:flex;gap:8px;align-items:center;margin-bottom:8px}.profile-hsn-form input{flex:1;text-transform:uppercase}.profile-hsn-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.profile-hsn-chip{display:inline-flex;align-items:center;gap:6px;background:#4ea1ff2e;color:#9ec8ff;border:1px solid rgba(78,161,255,.4);border-radius:999px;padding:4px 4px 4px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;letter-spacing:.04em}.profile-hsn-chip button{background:transparent;border:none;color:#4ea1ff;font:inherit;font-size:1.1rem;line-height:1;cursor:pointer;padding:0 8px 0 0}.profile-hsn-chip button:hover{color:#e0524d}.profile-bg-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:8px}.profile-bg-card{display:flex;flex-direction:column;background:#20242e;border:1px solid #2a2f3a;border-radius:8px;overflow:hidden;cursor:default;text-align:left;font:inherit;color:inherit;padding:0}button.profile-bg-card{cursor:pointer}.profile-bg-card.is-selected{border-color:#4ea1ff99;box-shadow:0 0 0 2px #4ea1ff40}.profile-bg-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#0f1115;display:block}.profile-bg-none{height:100px;background:repeating-linear-gradient(45deg,#20242e,#20242e 8px,#161a22 8px 16px);display:flex;align-items:center;justify-content:center;color:#8a93a3;font-size:.95rem;font-weight:600}.profile-bg-card .profile-row-buttons{padding:6px 10px 10px}.profile-photo-rain{border:1px solid #2a2f3a;border-radius:8px;padding:10px 14px;margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.profile-photo-rain legend{padding:0 6px;color:#c2cad6;font-size:.95rem}.profile-photo-rain label{display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.profile-photo-rain select,.profile-photo-rain input[type=number]{background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit;width:100%}.profile-notif-grid{display:flex;flex-direction:column;gap:10px}.profile-notif-row{display:grid;grid-template-columns:1fr 220px;gap:12px;align-items:center;padding:10px 0;border-top:1px solid #20242e}.profile-notif-row:first-child{border-top:none}.profile-notif-label{display:flex;flex-direction:column;gap:2px}.profile-notif-title{font-weight:600;color:#e7eaf0;font-size:.95rem}.profile-notif-hint{color:#8a93a3;font-size:.82rem}.profile-notif-row select{width:100%;background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.profile-notif-reminders{margin-top:12px;border:1px solid #2a2f3a;border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:10px}.profile-notif-reminders legend{padding:0 6px;color:#c2cad6;font-size:.95rem}.profile-notif-reminders label{display:flex;flex-direction:column;gap:4px;font-size:.92rem;color:#c2cad6}.profile-notif-reminders input[type=number]{width:160px;background:#0f1115;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.help-page{width:80vw;max-width:80vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.help-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.help-title-block{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.help-title{margin:0;font-size:1.6rem}.help-version{font-size:.72rem}.help-back{color:#6ec0ff;text-decoration:none;font-size:.92rem}.help-back:hover{text-decoration:underline}.help-body>:first-child{display:none}.help-body h2{margin:32px 0 8px;font-size:1.25rem;color:#c0c6d2;border-bottom:1px solid #2a2f3a;padding-bottom:4px;scroll-margin-top:60px}.help-body h3{margin:16px 0 4px;font-size:1.05rem;color:#c0c6d2;scroll-margin-top:60px}.help-body h4{margin:12px 0 4px;font-size:.95rem;color:#8a93a3;scroll-margin-top:60px}.help-body p,.help-body li{font-size:.95rem;line-height:1.55;color:#d4d8e1}.help-body strong{color:#e7eaf0}.help-body em{color:#c0c6d2}.help-body a{color:#6ec0ff}.help-body a:hover{text-decoration:underline}.help-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;background:#1a1d24;border:1px solid #2a2f3a;border-radius:4px;padding:1px 5px}.help-body pre{background:#0f1116;border:1px solid #2a2f3a;border-radius:6px;padding:10px 12px;overflow-x:auto}.help-body pre code{background:transparent;border:0;padding:0}.help-body ul,.help-body ol{padding-left:1.4rem}.help-body li+li{margin-top:4px}.help-body hr{border:0;border-top:1px solid #2a2f3a;margin:32px 0}.help-body table{width:100%;border-collapse:collapse;margin:12px 0;font-size:.92rem}.help-body th,.help-body td{border:1px solid #2a2f3a;padding:6px 10px;text-align:left}.help-body th{background:#1a1d24;color:#c0c6d2;font-weight:600}.help-body blockquote{margin:12px 0;padding:8px 14px;border-left:3px solid #4ea1ff;background:#4ea1ff0f;color:#c0c6d2}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pmap-page{max-width:1400px;margin:0 auto;padding:24px 16px 48px;color:#e7eaf0}.pmap-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.pmap-header h1{margin:0}.pmap-back{color:#4ea1ff;text-decoration:none;font-size:.9rem}.pmap-intro{color:#c0c6d2;font-size:.92rem;margin:4px 0 14px}.pmap-error{background:#e0524d1f;border:1px solid rgba(224,82,77,.35);color:#e0524d;padding:8px 12px;border-radius:6px;margin-bottom:10px;font-size:.9rem}.pmap-empty{color:#8a93a3;padding:18px 0;text-align:center;font-size:.9rem}.pmap-map-wrap{background:#161a22;border:1px solid #2a2f3a;border-radius:10px;overflow:hidden}.pmap-map{width:100%;height:70vh;min-height:480px}.pmap-popup{color:#1a1d24;font-size:.9rem}.pmap-popup-title{font-weight:700;font-size:1rem;margin-bottom:2px}.pmap-popup-sub{font-size:.82rem;color:#555;margin-bottom:4px}.pmap-popup-owners{font-size:.78rem;color:#444;margin-bottom:6px}.pmap-popup-list{margin:0;padding-left:18px;font-size:.85rem}.pmap-popup-list li{margin:2px 0}.pmap-popup-list a{color:#2e7dff;text-decoration:none}.pmap-popup-list a:hover{text-decoration:underline}.pmap-owner{color:#888;font-size:.78rem}.resources-page{width:80vw;max-width:80vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.resources-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.resources-header h1{margin:0}.resources-back{color:#4ea1ff;text-decoration:none;font-size:.9rem}.resources-intro{color:#c0c6d2;font-size:.92rem;margin:4px 0 16px}.resources-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px}.resources-toolbar label{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;color:#c0c6d2}.resources-toolbar select{background:#0f1116;color:#e7eaf0;border:1px solid #2a2e38;border-radius:5px;padding:4px 8px}.resources-create-button{background:#2e7dff;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:.9rem;cursor:pointer}.resources-create-button:hover{background:#4e94ff}.resources-error,.resources-success{border-radius:6px;padding:8px 12px;margin-bottom:10px;font-size:.9rem}.resources-error{background:#e0524d1f;border:1px solid rgba(224,82,77,.35);color:#e0524d}.resources-success{background:#2dbd6e1f;border:1px solid rgba(45,189,110,.35);color:#6ed390}.resources-empty{color:#8a93a3;padding:24px 0;text-align:center}.resources-table{width:100%;border-collapse:collapse;background:#161a22;border:1px solid #2a2f3a;border-radius:8px;overflow:hidden}.resources-table thead{background:#1a1d24}.resources-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.resources-sortable:hover{background:#4ea1ff14}.resources-sortable.is-sorted{color:#6ec0ff}.resources-sort-arrow{margin-left:6px;font-size:.72rem;opacity:.6}.resources-sortable.is-sorted .resources-sort-arrow{opacity:1;color:#6ec0ff}.resources-table th,.resources-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #20242e;font-size:.9rem}.resources-table tr:last-child td{border-bottom:none}.resources-table tr.is-flagged td{background:#e0524d14}.resources-table a{color:#4ea1ff;text-decoration:none}.resources-table a:hover{text-decoration:underline}.resources-name{font-weight:600;color:#e7eaf0}.resources-purpose-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;background:#78787833;color:#c0c6d2}.resources-purpose-pill.purpose-manufacturer{background:#2e7dff38;color:#6ea4ff}.resources-purpose-pill.purpose-reseller{background:#d8a93b38;color:#d8a93b}.resources-purpose-pill.purpose-parts{background:#2dbd6e38;color:#6ed390}.resources-purpose-pill.purpose-custom{background:#b27ae038;color:#c39ce8}.resources-importance{color:#d8a93b;letter-spacing:1px;font-size:.9rem}.resources-importance-dim{color:#3a3f4d}.resources-flagged-pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;background:#e0524d38;color:#e0524d}.resources-actions{display:inline-flex;gap:6px}.resources-actions button{background:#2a2e38;color:#e7eaf0;border:none;border-radius:5px;padding:4px 10px;font-size:.82rem;cursor:pointer}.resources-actions button:hover{background:#3a3f4d}.resources-actions .resources-action-danger{background:#e0524d38;color:#e0524d}.resources-actions .resources-action-danger:hover{background:#e0524d66}.resources-dialog-overlay{position:fixed;inset:0;background:#0000009e;display:flex;align-items:center;justify-content:center;z-index:200}.resources-dialog{background:#1a1d24;border:1px solid #2a2e38;border-radius:10px;padding:20px 22px;width:min(520px,92vw);display:flex;flex-direction:column;gap:10px}.resources-dialog h3{margin:0 0 6px}.resources-dialog label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#c0c6d2}.resources-dialog input,.resources-dialog select{background:#0f1116;color:#e7eaf0;border:1px solid #2a2e38;border-radius:5px;padding:6px 8px;font:inherit}.resources-flag-row{flex-direction:row!important;align-items:center;gap:8px;font-size:.9rem}.resources-dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.resources-dialog-actions button{background:#2a2e38;color:#e7eaf0;border:none;border-radius:5px;padding:6px 14px;cursor:pointer}.resources-dialog-actions button[type=submit]{background:#2e7dff}.resources-dialog-actions button:disabled{opacity:.6;cursor:not-allowed}.resources-dialog textarea{background:#0f1116;color:#e7eaf0;border:1px solid #2a2e38;border-radius:5px;padding:6px 8px;font:inherit;resize:vertical;min-height:80px}.resources-attachments{border-top:1px solid #2a2e38;padding-top:12px;margin-top:6px}.resources-attachments h4{margin:0 0 6px;font-size:.95rem}.resources-attachment-list{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:6px}.resources-attachment-list li{display:flex;align-items:center;gap:10px;background:#0f1116;border:1px solid #20242e;border-radius:5px;padding:6px 10px}.resources-attachment-list a{color:#4ea1ff;text-decoration:none;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-attachment-meta{font-size:.78rem;color:#8a93a3}.resources-attachment-upload{display:flex;gap:10px;align-items:center;background:#0f1116;border:1px dashed #2a2e38;border-radius:5px;padding:8px 10px}.resources-attachment-upload input[type=file]{flex:1;background:#1a1d24;color:#e7eaf0;border:1px solid #2a2e38;border-radius:4px;padding:4px 6px;font-size:.85rem}.resources-attachment-upload button{background:#2e7dff;color:#fff;border:none;border-radius:4px;padding:4px 12px;cursor:pointer;font-size:.85rem}.resources-attachment-upload button:disabled{opacity:.6;cursor:not-allowed}.tp-page{max-width:1200px;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.tp-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.tp-header h1{margin:0}.tp-back{color:#4ea1ff;text-decoration:none;font-size:.9rem}.tp-intro{color:#c0c6d2;font-size:.92rem;margin:4px 0 14px}.tp-intro code{font-size:.85rem;background:#ffffff0f;padding:1px 5px;border-radius:3px}.tp-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:12px}.tp-toolbar label{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;color:#c0c6d2}.tp-toolbar select{background:#0f1116;color:#e7eaf0;border:1px solid #2a2e38;border-radius:5px;padding:4px 8px}.tp-summary{color:#8a93a3;font-size:.85rem}.tp-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.35);border-radius:6px;padding:8px 12px;margin-bottom:10px;font-size:.9rem}.tp-empty{color:#8a93a3;padding:24px 0;text-align:center}.tp-table-wrapper{overflow-x:auto}.tp-table{width:100%;border-collapse:collapse;background:#161a22;border:1px solid #2a2f3a;border-radius:8px;overflow:hidden}.tp-table thead{background:#1a1d24}.tp-table th,.tp-table td{text-align:left;padding:9px 12px;border-bottom:1px solid #20242e;font-size:.9rem}.tp-table tr:last-child td{border-bottom:none}.tp-num{text-align:right;font-variant:tabular-nums}.tp-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.tp-sortable:hover{background:#4ea1ff14}.tp-sortable.is-sorted{color:#6ec0ff}.tp-sort-arrow{margin-left:6px;font-size:.72rem;opacity:.6}.tp-sortable.is-sorted .tp-sort-arrow{opacity:1;color:#6ec0ff}.tp-row{cursor:pointer}.tp-row:hover{background:#4ea1ff0a}.tp-row.is-expanded{background:#4ea1ff14}.tp-expand-col{width:28px;padding-right:4px!important}.tp-chevron{display:inline-block;opacity:.5;font-size:.7rem;transition:transform .12s ease}.tp-chevron.is-open{transform:rotate(90deg);opacity:1;color:#6ec0ff}.tp-name{font-weight:600;color:#e7eaf0}.tp-code,.tp-detail-row code{font-size:.8rem;background:#ffffff0d;padding:1px 5px;border-radius:3px}.tp-muted{color:#8a93a3}.tp-ach-bar-wrap{position:relative;background:#0f1116;border:1px solid #20242e;border-radius:4px;height:18px;width:130px;overflow:hidden}.tp-ach-bar{background:linear-gradient(to right,#2e7dff,#4ea1ff);height:100%}.tp-ach-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.72rem;color:#e7eaf0;text-shadow:0 0 4px rgba(0,0,0,.7)}.tp-owned-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:600}.tp-owned-pill.is-yes{background:#2dbd6e38;color:#6ed390}.tp-owned-pill.is-no{background:#7878782e;color:#8a93a3}.tp-detail-row td{background:#0f1116;padding:6px 12px 12px 32px}.tp-detail-table{width:100%;max-width:600px;border-collapse:collapse;margin-top:4px}.tp-detail-table th,.tp-detail-table td{text-align:left;padding:4px 10px;border-bottom:1px solid #20242e;font-size:.85rem}.tp-detail-table thead{background:#161a22}.wl-page{width:80vw;max-width:80vw;margin:0 auto;padding:24px 16px 64px;color:#e7eaf0}.wl-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.wl-header h1{margin:0;font-size:1.6rem}.wl-header-links{display:flex;gap:6px}.wl-back{color:#6ec0ff;text-decoration:none;font-size:.92rem;padding:6px 10px;border-radius:6px}.wl-back:hover{background:#4ea1ff14;text-decoration:underline}.wl-intro{color:#8a93a3;margin:0 0 16px;font-size:.92rem}.wl-toolbar{display:flex;gap:14px;align-items:center;margin-bottom:12px}.wl-toolbar label{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:#8a93a3}.wl-toolbar select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:4px;padding:4px 8px}.wl-filter-block{margin-bottom:14px;padding:8px 10px;background:#4ea1ff0a;border:1px solid #2a2f3a;border-radius:8px}.wl-filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:4px 0}.wl-filter-row+.wl-filter-row{border-top:1px dashed #2a2f3a;margin-top:4px;padding-top:8px}.wl-filter-label{font-size:.78rem;color:#8a93a3;text-transform:uppercase;letter-spacing:.04em;min-width:50px}.wl-chip-row{display:flex;flex-wrap:wrap;gap:6px;flex:1}.wl-chip-actions{display:flex;gap:4px}.wl-chip{display:inline-flex;align-items:center;padding:2px 10px;font-size:.78rem;border-radius:999px;border:1px solid #2a2f3a;background:#20242e;color:#c0c6d2;cursor:pointer;letter-spacing:.02em;text-transform:uppercase;font-weight:600;font-family:inherit}.wl-chip.is-inactive{opacity:.32}.wl-chip:hover{filter:brightness(1.15)}.wl-filter-summary{margin:6px 0 0;font-size:.78rem;color:#8a93a3}.wl-error{background:#e0524d1f;color:#e0524d;border:1px solid rgba(224,82,77,.4);border-radius:6px;padding:8px 10px;font-size:.9rem;margin:8px 0}.wl-empty{color:#8a93a3;font-size:.92rem;padding:16px 0}.wl-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.wl-row{background:#161a22;border:1px solid #2a2f3a;border-radius:8px}.wl-row-head{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;font-size:.95rem}.wl-row-head:hover{background:#1a1d24}.wl-row-chevron{width:12px;color:#6ec0ff}.wl-row-title{flex:1;color:#e7eaf0}.wl-row-meta{color:#8a93a3;font-size:.82rem}.wl-type{display:inline-flex;align-items:center;padding:2px 8px;font-size:.74rem;border-radius:4px;letter-spacing:.02em;text-transform:uppercase;font-weight:600}.wl-type-suggestion{background:#4ea1ff26;color:#6ec0ff}.wl-type-design_issue{background:#ffd23326;color:#ffd233}.wl-type-bug_report{background:#e0524d26;color:#e0524d}.wl-type-planned_change{background:#6ed39026;color:#6ed390}.wl-status{display:inline-flex;align-items:center;padding:2px 8px;font-size:.74rem;border-radius:4px;letter-spacing:.02em;text-transform:uppercase;font-weight:600;border:1px solid transparent}.wl-status-open{background:#7882962e;color:#aab3c2}.wl-status-under_review{background:#4ea1ff2e;color:#6ec0ff}.wl-status-in_progress{background:#ffd2332e;color:#ffd233}.wl-status-resolved{background:#6ed3902e;color:#6ed390}.wl-status-rejected{background:#e0524d2e;color:#e0524d}.wl-status-duplicate{background:#b482dc2e;color:#b482dc}.wl-row-body{padding:8px 16px 16px;border-top:1px solid #2a2f3a}.wl-body-display,.wl-body-edit{margin:8px 0 12px}.wl-body-text,.wl-comment-body{margin:0 0 6px;padding:8px 10px;background:#0f1116;border:1px solid #2a2f3a;border-radius:6px;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.92rem;color:#d4d8e1}.wl-admin-controls{display:flex;align-items:center;gap:14px;margin:8px 0 12px;padding:8px 10px;background:#ffd2330f;border:1px solid rgba(255,210,51,.18);border-radius:6px}.wl-admin-controls label{display:inline-flex;gap:6px;align-items:center;font-size:.85rem;color:#8a93a3}.wl-admin-controls select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:4px;padding:4px 8px}.wl-comments h3{margin:12px 0 6px;font-size:.92rem;color:#c0c6d2}.wl-comment{margin:6px 0;padding:8px 10px;background:#0f1116;border:1px solid #2a2f3a;border-radius:6px}.wl-comment-head{font-size:.85rem;margin-bottom:4px}.wl-comment .wl-comment-body{border:0;background:transparent;padding:0;color:#d4d8e1}.wl-comment-form{margin-top:10px;display:flex;flex-direction:column;gap:6px}.wl-comment-form textarea,.wl-body-edit textarea,.wl-comment textarea,.wl-create textarea,.wl-create input,.wl-create select{background:#20242e;color:#e7eaf0;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;font:inherit}.wl-row-buttons{display:flex;gap:6px;margin-top:4px}.wl-row-buttons button,.wl-comment-form button,.wl-create button{background:#20242e;color:#6ec0ff;border:1px solid #2a2f3a;border-radius:6px;padding:4px 12px;cursor:pointer;font:inherit}.wl-create button[type=submit]{background:#4ea1ff;color:#0a0d12;font-weight:600;padding:8px 18px}.wl-link-btn{background:transparent!important;border:0!important;color:#6ec0ff!important;padding:4px 6px!important;font:inherit;cursor:pointer}.wl-link-btn:hover{text-decoration:underline}.wl-danger{color:#e0524d!important}.wl-divider{margin:32px 0 18px;border:0;border-top:1px solid #2a2f3a}.wl-create{background:#161a22;border:1px solid #2a2f3a;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px}.wl-create h2{margin:0;font-size:1.05rem;color:#c0c6d2}.wl-create label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#8a93a3}
