.app-toasts{z-index:10000;pointer-events:none;filter:drop-shadow(0 10px 20px #0009);flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.app-toast{--toast-accent:#3fe3d6;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);pointer-events:all;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;align-items:center;gap:1rem;min-width:260px;max-width:400px;padding:10px 1rem 14px 10px;animation:.2s toast-in;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.app-toast:after{content:"";background:var(--toast-accent);transform-origin:0;height:3px;animation:3.5s linear forwards toast-life;position:absolute;bottom:0;left:0;right:0}@keyframes toast-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes toast-life{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.app-toast--success{--toast-accent:#3dd68c}.app-toast--error{--toast-accent:#ff5c5c}.app-toast--info{--toast-accent:#3fe3d6}.app-toast__icon{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);width:34px;height:34px;color:var(--toast-accent);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.app-toast__msg{color:#cfd8e3;flex:1;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.35}.app-toast__close{color:#6c7689;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 0 0 4px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px;line-height:1}.app-toast__close:hover{color:#ff5c5c}.btn{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:.5rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-weight:800;line-height:1;transition:filter .12s,background .12s,border-color .12s,color .12s,transform 60ms;display:inline-flex;position:relative}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--sm{padding:8px 14px;font-size:16px}.btn--md{padding:11px 20px;font-size:16px}.btn--lg{letter-spacing:1.5px;padding:14px 28px;font-size:18px}.btn--primary{color:#06080d;text-shadow:0 1px #ffffff40;background:linear-gradient(135deg,#0000 calc(50% - .5px),#74ebe1 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#74ebe1 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#63e8de 0%,#3fe3d6 45%,#1a8a82 100%);border:1px solid #74ebe1;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #00000040}.btn--primary:hover:not(:disabled){filter:brightness(1.1)}.btn--secondary{color:#cfd8e3;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#1c273a 0%,#0d121b 100%);border:1px solid #2c3951;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.btn--secondary:hover:not(:disabled){color:#3fe3d6;background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#283752 0%,#141b29 100%);border-color:#1a8a82}.btn--danger{color:#ff5c5c;background:linear-gradient(135deg,#0000 calc(50% - .5px),#ff5c5c99 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#ff5c5c99 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,repeating-linear-gradient(-45deg,#ff5c5ccc 0 5px,#0000 5px 10px) 0 100%/100% 3px no-repeat,linear-gradient(#141b29 0%,#090c12 100%);border:1px solid #ff5c5c99;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.btn--danger:hover:not(:disabled){color:#cfd8e3;background:linear-gradient(135deg,#0000 calc(50% - .5px),#ff5c5c calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#ff5c5c calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,repeating-linear-gradient(-45deg,#ff5c5c 0 5px,#0000 5px 10px) 0 100%/100% 3px no-repeat,linear-gradient(#ff5c5c59,#ff5c5c26)}.btn--ghost{clip-path:none;color:#6c7689;background:0 0;border:1px solid #0000}.btn--ghost:hover:not(:disabled){color:#cfd8e3;border-color:#1c2433}.event-toasts{z-index:1000;pointer-events:none;filter:drop-shadow(0 12px 24px #000000a6);flex-direction:column-reverse;gap:1rem;width:min(360px,100vw - 3rem);display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.event-toast{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);pointer-events:auto;background:linear-gradient(135deg,#0000 calc(50% - .5px),#e8a23f8c calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#e8a23f8c calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #e8a23f8c;width:100%;animation:.25s ease-out event-toast-in;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}@keyframes event-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.event-toast__header{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.event-toast__header:before{content:"";background:#e8a23f;width:3px;position:absolute;top:6px;bottom:6px;left:0}.event-toast__header{background:linear-gradient(#e8a23f38,#e8a23f0f),linear-gradient(#1c273a,#0d121b);border-bottom-color:#e8a23f66;justify-content:space-between;padding-right:.5rem}.event-toast__header strong{font:inherit;color:#e8a23f}.event-toast__header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.event-toast__timer{font-variant-numeric:tabular-nums;color:#e8a23f;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.event-toast__close{color:#6c7689;cursor:pointer;background:0 0;border:none;padding:0 4px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px;line-height:1}.event-toast__close:hover{color:#ff5c5c}.event-toast__body{align-items:center;gap:.5rem;margin:1rem 1rem 0;display:flex}.event-toast__icon{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);color:#e8a23f;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;width:34px;height:34px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:22px;font-weight:800;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.event-toast p{color:#cfd8e3;margin:0;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.event-toast__form{gap:.5rem;min-width:0;margin:.5rem 1rem 1rem;display:flex}.event-toast__form .btn{flex-shrink:0}.event-toast__input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.event-toast__input::placeholder{color:#444a56}.event-toast__input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.event-toast__input option{color:#cfd8e3;background:#0d121b}.event-toast__input{text-align:center;letter-spacing:6px;color:#e8a23f;flex:1;min-width:0;padding:6px 10px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px}.event-toast__error{color:#ff5c5c;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;margin:0 1rem 1rem!important}.member-class-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.member-class-icon__image,.member-class-icon__fallback{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);box-sizing:border-box;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;display:block;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.member-class-icon__image{object-fit:contain;padding:3px}.member-class-icon--sm .member-class-icon__image,.member-class-icon--sm .member-class-icon__fallback{width:32px;height:32px}.member-class-icon--md .member-class-icon__image,.member-class-icon--md .member-class-icon__fallback{width:46px;height:46px}.member-class-icon--md .member-class-icon__image{padding:4px}.member-class-icon__fallback{color:#3fe3d6;justify-content:center;align-items:center;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:flex}.member-class-icon__tooltip{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#cfd8e3;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:2;background:#141b29;border:1px solid #2c3951;align-items:center;padding:5px 9px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:1;transition:opacity .15s,visibility .15s;display:inline-flex;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.member-class-icon:hover .member-class-icon__tooltip,.member-class-icon:focus-within .member-class-icon__tooltip{opacity:1;visibility:visible}.schedule-alert-banner{z-index:10001;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(#e8a23f2e,#000000d9),#090c12;border:1px solid #e8a23f;align-items:center;gap:1rem;max-width:min(520px,100vw - 2rem);padding:1rem 1.5rem;animation:.25s schedule-alert-in;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000008c}@keyframes schedule-alert-in{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.schedule-alert-banner__icon{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);color:#e8a23f;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;width:40px;height:40px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:22px;font-weight:800;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.schedule-alert-banner__text{color:#cfd8e3;margin:0;font-size:16px;line-height:1.4}.schedule-alert-banner__text strong{color:#e8a23f}.layout{grid-template-columns:264px minmax(0,1fr);min-height:100vh;display:grid}.layout__sidebar{z-index:200;background:repeating-linear-gradient(#ffffff03 0 1px,#0000 1px 3px),linear-gradient(90deg,#090c12,#0d121b 70%,#141b29);border-right:1px solid #2c3951;flex-direction:column;gap:1rem;height:100vh;padding:1rem;display:flex;position:sticky;top:0;overflow-y:auto;box-shadow:inset -1px 0 #ffffff12,6px 0 24px #00000073}.layout__brand{border-bottom:1px solid #1c2433;align-items:center;gap:.5rem;padding-bottom:1rem;display:flex;position:relative}.layout__brand:after{content:"";background:#e8a23f;width:48px;height:1px;position:absolute;bottom:-1px;left:0}.layout__logo{object-fit:contain;width:48px;height:48px}.layout__brand-text{flex-direction:column;min-width:0;display:flex}.layout__title{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:22px;font-weight:800;line-height:1}.layout__subtitle{color:#444a56;text-transform:uppercase;margin-top:4px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.layout__member{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;flex-direction:column;gap:.5rem;padding:.5rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.layout__member-head{align-items:center;gap:.5rem;min-width:0;display:flex}.layout__member-slot{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;width:46px;height:46px;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.layout__member-id{flex-direction:column;min-width:0;display:flex}.layout__member-name{letter-spacing:.5px;color:#cfd8e3;white-space:nowrap;text-overflow:ellipsis;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800;overflow:hidden}.layout__member-role{color:#6c7689;white-space:nowrap;text-overflow:ellipsis;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;overflow:hidden}.layout__gauge{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;flex-direction:column;gap:2px;padding:6px 8px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;display:flex;box-shadow:inset 0 1px 4px #000c}.layout__gauge-row{justify-content:space-between;align-items:baseline;display:flex}.layout__gauge-label{color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px}.layout__gauge-value{color:#e8a23f;font-size:20px}.layout__gauge-value--cyan{color:#3fe3d6}.layout__gauge-bar{background:repeating-linear-gradient(90deg,#141b29 0 6px,#0000 6px 8px);height:6px;margin-top:4px}.layout__gauge-bar span{background:repeating-linear-gradient(90deg,#3fe3d6 0 6px,#0000 6px 8px);height:100%;transition:width .4s;display:block}.layout__nav{flex-direction:column;flex:1;gap:6px;display:flex}.layout__nav-link{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:1px;text-transform:uppercase;color:#6c7689;background:#00000040;border:1px solid #1c2433;align-items:center;gap:.5rem;padding:8px 10px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:700;transition:color .12s,background .12s,border-color .12s;display:flex;position:relative}.layout__nav-link:hover{color:#cfd8e3;background:linear-gradient(90deg,#141b29,#0003);border-color:#2c3951}.layout__nav-link--active{clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));color:#cfd8e3;background:linear-gradient(90deg,#3fe3d624,#0000 70%),linear-gradient(#1c273a 0%,#0d121b 100%);border-color:#2c3951;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.layout__nav-link--active:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:4px;bottom:4px;left:0}.layout__nav-link--active .layout__nav-key{color:#06080d;background:#3fe3d6;border-color:#3fe3d6}.layout__nav-link:hover,.layout__nav-link:focus{text-decoration:none}.layout__nav-key{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;letter-spacing:0;background:#00000073;border:1px solid #1c2433;justify-content:center;align-items:center;min-width:40px;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.layout__nav-label{white-space:nowrap}.layout__admin{flex-direction:column;gap:6px;margin-top:.5rem;display:flex}.layout__admin-strip{opacity:.75;background:repeating-linear-gradient(-45deg,#e8a23f 0 5px,#000000d9 5px 10px);height:6px}.layout__nav-link--admin .layout__nav-key{color:#e8a23f}.layout__nav-link--admin.layout__nav-link--active:before{background:#e8a23f}.layout__nav-link--admin.layout__nav-link--active .layout__nav-key{background:#e8a23f;border-color:#e8a23f}.layout__logout{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:#0000004d;border:1px solid #1c2433;align-items:center;gap:.5rem;padding:8px 10px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:700;transition:color .12s,border-color .12s;display:flex}.layout__logout:hover{color:#ff5c5c;border-color:#ff5c5c99}.layout__logout:hover .layout__nav-key{color:#ff5c5c}.layout__content{flex-direction:column;min-width:0;display:flex}.layout__status{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#06080df5,#06080de0);border-bottom:1px solid #1c2433;align-items:center;gap:1rem;height:52px;padding:0 2rem;display:flex;position:sticky;top:0}.layout__status:after{content:"";background:#3fe3d6;width:120px;height:1px;position:absolute;bottom:-1px;left:2rem}.layout__page-title{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;flex-shrink:0;margin:0;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:24px;font-weight:800}.layout__event-timers{flex:1;justify-content:center;align-items:center;gap:.25rem;min-width:0;padding:0 .5rem;display:flex;overflow-x:auto}.layout__event-timer{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#00000047;border:1px solid #1c2433;flex-direction:column;flex-shrink:0;align-items:center;gap:1px;padding:3px 8px 4px;display:flex}.layout__event-timer-label{letter-spacing:.4px;text-transform:uppercase;color:#e8a23f;white-space:nowrap;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:10px;font-weight:800;line-height:1}.layout__event-timer-value{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;font-variant-numeric:tabular-nums;white-space:nowrap;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1.1;box-shadow:inset 0 1px 4px #000c}.layout__status-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.layout__socket{text-transform:uppercase;color:#6c7689;align-items:center;gap:6px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;display:inline-flex}.layout__socket:before{content:"";clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:currentColor;width:8px;height:8px}.layout__socket--connected{color:#3dd68c}.layout__socket--connecting{color:#e8a23f}.layout__socket--disconnected{color:#ff5c5c}.layout__clock{font-variant-numeric:tabular-nums;color:#cfd8e3;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.layout__menu-toggle{cursor:pointer;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#141b29;border:1px solid #2c3951;flex-direction:column;justify-content:center;gap:4px;width:38px;height:34px;padding:0 9px;display:none}.layout__menu-toggle span{background:#cfd8e3;height:2px;display:block}.layout__main{flex:1;min-height:0;padding:1.5rem 2rem 2rem}.layout__scrim{display:none}@media (width<=960px){.layout{grid-template-columns:minmax(0,1fr)}.layout__sidebar{width:264px;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.layout--drawer-open .layout__sidebar{transform:none}.layout__scrim{z-index:150;background:#0009;border:0;padding:0;position:fixed;inset:0}.layout--drawer-open .layout__scrim{display:block}.layout__menu-toggle{display:flex}.layout__status{flex-wrap:wrap;height:auto;min-height:52px;padding:.25rem 1rem}.layout__status:after{left:1rem}.layout__event-timers{flex:100%;order:3;justify-content:flex-start;padding:0}.layout__status-right{margin-left:auto}.layout__main{padding:1rem}}.seed-option-picker{border:none;flex-direction:column;gap:.25rem;margin:0 0 1rem;padding:0;display:flex}.seed-option-picker legend{letter-spacing:.3px;color:#6c7689;margin-bottom:.5rem;padding:0;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.seed-option-picker__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;display:grid}.seed-option-picker__option{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);cursor:pointer;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;transition:border-color .12s,background .12s;display:flex;position:relative;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.seed-option-picker__option input{opacity:0;pointer-events:none;position:absolute}.seed-option-picker__option span{color:#6c7689;text-align:center;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600;transition:color .12s}.seed-option-picker__option:hover{border-color:#1a8a82}.seed-option-picker__option:hover span{color:#cfd8e3}.seed-option-picker__option--selected{background:radial-gradient(at 50% 30%,#3fe3d62e,#0000 70%),#04060a;border-color:#3fe3d6;box-shadow:inset 0 0 0 1px #3fe3d666,inset 0 0 16px #000c}.seed-option-picker__option--selected span{color:#3fe3d6}.seed-option-picker__image{object-fit:contain;width:48px;height:48px}.auth-stage{background:radial-gradient(70% 60% at 70% 45%,#3fe3d60d,#0000 70%),radial-gradient(50% 50% at 0 100%,#e8a23f0d,#0000 70%);flex-direction:column;min-height:100vh;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.auth-topbar{background:linear-gradient(#141b29,#090c12);border-bottom:1px solid #2c3951;align-items:center;gap:1rem;height:44px;padding:0 2rem;display:flex;box-shadow:inset 0 1px #ffffff12,0 4px 16px #00000080}.auth-topbar__brand{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;white-space:nowrap;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800}.auth-topbar__hazard{opacity:.6;background:repeating-linear-gradient(-45deg,#e8a23f 0 5px,#000000d9 5px 10px);flex:1;max-width:240px;height:6px}.auth-topbar__tag{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#444a56;background:#00000073;border:1px solid #1c2433;align-items:center;margin-left:auto;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.auth-cerberus{flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:920px;margin:0 auto;padding:1rem 2rem .5rem;display:flex}.auth-cerberus__topics-link{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:.5px;text-transform:uppercase;color:#e8a23f;background:linear-gradient(#e8a23f1f,#00000059),#0d121b;border:1px solid #e8a23f73;align-items:center;padding:10px 18px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:700;text-decoration:none;transition:border-color .12s,color .12s;display:inline-flex}.auth-cerberus__topics-link:hover{color:#cfd8e3;border-color:#e8a23f;text-decoration:none}.cerberus-banner{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);text-align:center;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #e8a23f59;flex-direction:column;align-items:center;width:100%;padding:1rem 1.5rem 1.5rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.cerberus-banner__logo{object-fit:contain;filter:drop-shadow(0 8px 20px #000000a6);width:min(280px,70vw);height:auto;margin-bottom:.5rem}.cerberus-banner__title{letter-spacing:2px;text-transform:uppercase;color:#e8a23f;margin:0;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:clamp(22px,4vw,32px);font-weight:800}.cerberus-banner__date{color:#6c7689;text-transform:uppercase;margin:4px 0 1rem;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px}.cerberus-banner__live{font-variant-numeric:tabular-nums;color:#3dd68c;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;margin:0;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.cerberus-banner__timer{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:6px;display:flex}.cerberus-banner__unit{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;flex-direction:column;align-items:center;min-width:72px;padding:8px 10px 10px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;display:flex;box-shadow:inset 0 1px 4px #000c}.cerberus-banner__value{font-size:32px;line-height:1}.cerberus-banner__label{color:#6c7689;text-transform:lowercase;margin-top:4px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:14px}.cerberus-banner__sep{color:#444a56;padding-bottom:8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:28px}.auth-layout{flex:1;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:flex}.auth-lore{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;flex-direction:column;flex-shrink:0;align-self:center;width:380px;padding:2rem 1.5rem 1.5rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.auth-logo{object-fit:contain;filter:drop-shadow(0 6px 16px #000000b3);width:150px;height:auto;margin:0 auto 1.5rem;display:block}.lore-eyebrow{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#e8a23f;text-transform:uppercase;background:#00000073;border:1px solid #1c2433;align-self:flex-start;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex;margin:0 0 .5rem!important}.lore-title{letter-spacing:.5px;text-transform:uppercase;color:#cfd8e3;margin:0 0 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:44px;font-weight:800;line-height:.95}.lore-title span{color:#3fe3d6}.lore-desc{color:#6c7689;font-size:17px;line-height:1.5;margin:0 0 1.5rem!important}.faction-strip{flex-direction:column;gap:.5rem;display:flex}.faction-chip{--faction:#3fe3d6;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);background:#0000004d;border:1px solid #1c2433;align-items:center;gap:.5rem;padding:6px;display:flex}.faction-chip--accretia{--faction:#9aa8b7}.faction-chip--bellato{--faction:#e8a23f}.faction-chip--cora{--faction:#3fe3d6}.faction-chip .chip-emblem{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);width:38px;height:38px;color:var(--faction);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:22px;font-weight:800;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.faction-chip .chip-name{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;line-height:1.1}.faction-chip .chip-role{color:#6c7689;font-size:16px}.auth-panel{z-index:2;flex-shrink:0;width:480px;transition:width .42s cubic-bezier(.4,0,.2,1);position:relative}.auth-panel--wide{width:700px}.auth-card,.modal-card{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;width:100%;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.auth-window-bar{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.auth-window-bar:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:6px;bottom:6px;left:0}.auth-window-bar{justify-content:space-between;padding-left:1.5rem;padding-right:60px}.auth-window-bar__code{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#444a56;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.auth-window-bar--amber:before{background:#e8a23f}.auth-card-content{padding:1.5rem 2rem 2rem}.auth-tabs{border-bottom:1px solid #2c3951;gap:4px;margin-bottom:1.5rem;display:flex}.auth-tab{clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 100%,0 100%);letter-spacing:1px;text-transform:uppercase;color:#6c7689;background:#00000059;border:1px solid #1c2433;border-bottom:0;margin-bottom:-1px;padding:8px 26px 6px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800;text-decoration:none;transition:color .12s,background .12s}.auth-tab:hover{color:#cfd8e3;text-decoration:none}.auth-tab.active{color:#3fe3d6;background:linear-gradient(#3fe3d624,#0000),#141b29;border-color:#2c3951;box-shadow:inset 0 2px #3fe3d6}.auth-field{margin-bottom:1rem}.auth-field label{letter-spacing:.3px;color:#6c7689;margin-bottom:6px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600;display:block}.auth-field input,.auth-field select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.auth-field input::placeholder,.auth-field select::placeholder{color:#444a56}.auth-field input:focus,.auth-field select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.auth-field input option,.auth-field select option{color:#cfd8e3;background:#0d121b}.auth-field input,.auth-field select{width:100%;padding:12px 14px}.auth-btn-primary{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);letter-spacing:1.5px;text-transform:uppercase;color:#06080d;cursor:pointer;background:linear-gradient(135deg,#0000 calc(50% - .5px),#74ebe1 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#74ebe1 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#63e8de,#3fe3d6 45%,#1a8a82);border:1px solid #74ebe1;width:100%;margin-top:.5rem;padding:14px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800;transition:filter .12s;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #00000040}.auth-btn-primary:hover{filter:brightness(1.1)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-btn-discord{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);letter-spacing:1px;text-transform:uppercase;color:#c0c5fa;cursor:pointer;background:linear-gradient(135deg,#0000 calc(50% - .5px),#5865f280 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#5865f280 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#5865f22e,#5865f20f);border:1px solid #5865f280;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:700;transition:background .12s;display:flex}.auth-btn-discord:hover{color:#cfd8e3;background:linear-gradient(135deg,#0000 calc(50% - .5px),#5865f2 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#5865f2 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#5865f259,#5865f226)}.auth-logout-btn{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:#0000004d;border:1px solid #2c3951;width:100%;margin-top:1rem;padding:10px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;transition:border-color .12s,color .12s}.auth-logout-btn:hover{color:#ff5c5c;border-color:#ff5c5c99}.auth-divider{color:#444a56;align-items:center;gap:12px;margin:1.5rem 0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:repeating-linear-gradient(90deg,#2c3951 0 4px,#0000 4px 7px);flex:1;height:4px}.auth-switch{text-align:center;color:#6c7689;font-size:16px;margin:1.5rem 0 0!important}.auth-switch a{font-weight:700}.auth-error{color:#ff5c5c;background:repeating-linear-gradient(-45deg,#ff5c5c 0 4px,#0000 4px 8px) 0 0/4px 100% no-repeat,#ff5c5c14;border:1px solid #ff5c5c4d;padding:8px 12px 8px 14px;font-size:16px;margin:0 0 1rem!important}.auth-muted{color:#6c7689;font-size:16px;margin:0 0 1rem!important}.auth-status{text-transform:uppercase;color:#e8a23f;font-variant-numeric:tabular-nums;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:6px 12px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:inline-flex;box-shadow:inset 0 1px 4px #000c}.auth-status-dot{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:currentColor;width:9px;height:9px;animation:1.4s ease-in-out infinite amber-pulse}.auth-card--center{text-align:center}.auth-card--center h1{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;margin:0 0 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:30px;font-weight:800}.auth-card--center p{color:#6c7689;margin:0 0 .5rem;font-size:16px;line-height:1.5}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-page .auth-card{max-width:480px}.modal-overlay{z-index:2000;background:repeating-linear-gradient(#00000040 0 1px,#0000 1px 3px),#000000d1;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{max-width:560px;animation:.25s ease-out both window-open}@media (width<=1200px){.auth-lore{display:none}}@media (width<=760px){.auth-cerberus{padding:.5rem 1rem}.cerberus-banner__unit{min-width:58px;padding:6px 6px 8px}.cerberus-banner__value{font-size:24px}.auth-layout{padding:1rem}.auth-panel,.auth-panel--wide{width:100%;transition:none}.auth-card-content{padding:1rem}.auth-topbar__hazard{display:none}}.panel{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;flex-direction:column;min-width:0;animation:.25s ease-out both window-open;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.panel__titlebar{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.panel__titlebar:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:6px;bottom:6px;left:0}.panel__titlebar{padding-left:1.5rem;overflow:hidden}.panel__titlebar:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff12,#0000);width:25%;animation:.9s ease-out .1s both titlebar-sweep;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}.panel__title{font:inherit;letter-spacing:inherit;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.panel__code{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#444a56;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.panel__actions{text-transform:none;letter-spacing:0;align-items:center;gap:.5rem;margin-left:auto;margin-right:48px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-weight:500;display:flex}.panel__body{flex:1;min-height:0;padding:1rem 1.5rem 1.5rem}.panel--flush .panel__body{padding:0 0 1rem}.panel--amber .panel__titlebar:before{background:#e8a23f}.panel--danger{border-color:#ff5c5c73}.panel--danger .panel__titlebar{background:repeating-linear-gradient(-45deg,#e8a23f 0 6px,#000000d9 6px 12px) 0 100%/100% 5px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:0;padding-bottom:6px}.panel--danger .panel__titlebar:before{background:#ff5c5c}.dashboard{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:1.5rem;display:grid}.dashboard__cerberus-link{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:.4px;text-transform:uppercase;color:#e8a23f;background:linear-gradient(#e8a23f1a,#00000059),#0d121b;border:1px solid #e8a23f73;grid-column:1/-1;justify-content:center;align-items:center;padding:12px 18px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:border-color .12s,color .12s;display:flex}.dashboard__cerberus-link:hover{color:#cfd8e3;border-color:#e8a23f;text-decoration:none}.dashboard__col{min-height:0}.dashboard__empty{font-variant-numeric:tabular-nums;color:#6c7689;letter-spacing:.5px;text-align:center;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;margin:0;padding:1.5rem;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:block;box-shadow:inset 0 1px 4px #000c}.podium{--rank-color:#9aa8b7;justify-content:center;align-items:flex-end;gap:1rem;margin:.5rem 0 1.5rem;display:flex}.podium__slot{text-align:center;flex-direction:column;flex:1;align-items:stretch;max-width:190px;display:flex}.podium__slot--1{--rank-color:#e8a23f;--pedestal:76px;order:2}.podium__slot--2{--rank-color:#9aa8b7;--pedestal:52px;order:1}.podium__slot--3{--rank-color:#cd7f32;--pedestal:36px;order:3}.podium__card{flex-direction:column;align-items:center;gap:4px;min-width:0;padding:0 .5rem .5rem;display:flex}.podium__card .member-class-icon{margin-bottom:4px}.podium__name{letter-spacing:.5px;color:#cfd8e3;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800;overflow:hidden}.podium__name--link{text-decoration:none;transition:color .12s}.podium__name--link:hover{color:#3fe3d6}.podium__level{color:#6c7689;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.podium__points{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;box-shadow:inset 0 1px 4px #000c}.podium__points:after{content:" pts";color:#6c7689;font-size:14px}.podium__pedestal{height:var(--pedestal);clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 100%,0 100%);background:linear-gradient(180deg, var(--rank-color) 0 3px, transparent 3px), repeating-linear-gradient(90deg, #ffffff06 0 1px, transparent 1px 6px), linear-gradient(180deg, #1c273a 0%, #090c12 100%);justify-content:center;align-items:flex-start;padding-top:6px;display:flex;position:relative;box-shadow:inset 0 -12px 20px #00000080}.podium__place{color:var(--rank-color);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:30px;font-weight:800;line-height:1}.ranking-rest{flex-direction:column;margin:0 -1.5rem;display:flex}.ranking-list__head,.ranking-list li{grid-template-columns:36px 32px minmax(0,1fr) 40px minmax(4.5rem,auto);align-items:center;gap:1rem;padding:0 1.5rem;display:grid}.ranking-list__head{letter-spacing:1px;text-transform:uppercase;color:#6c7689;background:linear-gradient(#141b29,#0d121b);border-top:1px solid #2c3951;border-bottom:1px solid #2c3951;height:32px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700}.ranking-list__head span:nth-child(4){text-align:center}.ranking-list__head span:last-child{text-align:right}.ranking-list__head-icon{display:block}.ranking-list{margin:0;padding:0;list-style:none}.ranking-list li{border-bottom:1px solid #1c2433;min-height:46px;font-size:16px;font-weight:500;transition:background .1s}.ranking-list li:nth-child(2n){background:#ffffff04}.ranking-list li:hover{background:linear-gradient(90deg,#3fe3d614,#0000 60%)}.ranking-list__pos{color:#6c7689;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px}.ranking-list__name{color:#cfd8e3;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:600;overflow:hidden}.ranking-list__name:hover{color:#3fe3d6}.ranking-list__level{text-align:center;color:#6c7689;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.ranking-list__pts{text-align:right;color:#3fe3d6;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px}.events-paged{flex-direction:column;display:flex}.event-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.event-list__item{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;border-left:3px solid #e8a23f;flex-direction:column;gap:.5rem;padding:.5rem 1rem 1rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.event-list__info{flex-direction:column;gap:4px;min-width:0;display:flex}.event-list strong{letter-spacing:.5px;color:#cfd8e3;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800}.event-list__meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.event-list__pts{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.event-list small{color:#e8a23f;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.event-list__claim-wrap{flex-direction:column;gap:.25rem;display:flex}.event-list__claim{align-items:center;gap:.5rem;display:flex}.event-list__claim input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.event-list__claim input::placeholder{color:#444a56}.event-list__claim input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.event-list__claim input option{color:#cfd8e3;background:#0d121b}.event-list__claim input{box-sizing:border-box;text-align:center;letter-spacing:6px;color:#e8a23f;flex:1;min-width:0;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;line-height:40px}.event-list__claim .btn{box-sizing:border-box;flex-shrink:0;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:18px;line-height:40px}.event-list__error{color:#ff5c5c;margin:0;font-size:16px}.dash-pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0 0;display:flex}.dash-pagination__btn{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);color:#6c7689;cursor:pointer;background:linear-gradient(#1c273a 0%,#0d121b 100%);border:1px solid #2c3951;justify-content:center;align-items:center;width:34px;height:30px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px;line-height:1;transition:color .12s,border-color .12s;display:flex}.dash-pagination__btn:hover:not(:disabled){color:#3fe3d6;border-color:#3fe3d6}.dash-pagination__btn:disabled{opacity:.3;cursor:not-allowed}.dash-pagination__info{font-variant-numeric:tabular-nums;color:#cfd8e3;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;align-items:center;gap:6px;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:flex;box-shadow:inset 0 1px 4px #000c}.dash-pagination__sep{color:#444a56}@media (width<=1100px){.dashboard{grid-template-columns:minmax(0,1fr)}}.logs-page__empty{color:#6c7689;margin:0;padding:1.5rem;font-size:16px}.logs-list{background:repeating-linear-gradient(#ffffff03 0 1px,#0000 1px 3px),#00000059;margin:0;padding:0;list-style:none}.logs-list__item{border-bottom:1px solid #1c2433;padding:10px 1.5rem 10px calc(1.5rem + 6px);transition:background .1s;position:relative}.logs-list__item:before{content:"";clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:#1a8a82;width:6px;height:6px;position:absolute;top:14px;left:.5rem}.logs-list__item:hover{background:linear-gradient(90deg,#3fe3d60f,#0000 60%)}.logs-list__item:hover:before{background:#3fe3d6}.logs-list__item--denied{background:linear-gradient(90deg,#ff5c5c14,#0000 60%)}.logs-list__item--denied:before{background:#ff5c5c}.logs-list__item--denied .logs-list__type{color:#ff5c5c;border-color:#ff5c5c66}.logs-list__header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:4px;display:flex}.logs-list__time{color:#444a56;flex-shrink:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.logs-list__time:before{content:"["}.logs-list__time:after{content:"]"}.logs-list__type{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#3fe3d6;text-transform:uppercase;background:#00000073;border:1px solid #3fe3d64d;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.logs-list__details{color:#cfd8e3;margin:0 0 4px;font-size:16px}.logs-list__meta{color:#6c7689;flex-wrap:wrap;gap:1rem;font-size:16px;display:flex}.logs-list__actions{margin-top:.5rem}.logs-list__deny{flex-direction:column;gap:.25rem;max-width:560px;margin-top:.5rem;display:flex}.logs-list__deny textarea{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.logs-list__deny textarea::placeholder{color:#444a56}.logs-list__deny textarea:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.logs-list__deny textarea option{color:#cfd8e3;background:#0d121b}.logs-list__deny textarea{resize:vertical;min-height:56px}.logs-list__deny-actions{justify-content:flex-end;gap:.25rem;display:flex}.logs-pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0 0;display:flex}.logs-pagination__btn{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);color:#6c7689;cursor:pointer;background:linear-gradient(#1c273a 0%,#0d121b 100%);border:1px solid #2c3951;justify-content:center;align-items:center;width:34px;height:30px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px;line-height:1;transition:color .12s,border-color .12s;display:flex}.logs-pagination__btn:hover:not(:disabled){color:#3fe3d6;border-color:#3fe3d6}.logs-pagination__btn:disabled{opacity:.3;cursor:not-allowed}.logs-pagination__info{font-variant-numeric:tabular-nums;color:#cfd8e3;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.logs-pagination__sep{color:#444a56}.objectives-page{flex-direction:column;gap:1.5rem;display:flex}.objectives-form{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.objectives-form__field{flex-direction:column;flex:1;gap:4px;min-width:120px;display:flex}.objectives-form__field span{letter-spacing:.3px;color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.objectives-form__field--name{flex:2;min-width:180px}.objectives-form__field--points,.objectives-form__field--type,.objectives-form__field--limit{flex:1;min-width:100px}.objectives-form input,.objectives-form select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.objectives-form input::placeholder,.objectives-form select::placeholder{color:#444a56}.objectives-form input:focus,.objectives-form select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.objectives-form input option,.objectives-form select option{color:#cfd8e3;background:#0d121b}.objectives-form input,.objectives-form select{box-sizing:border-box;width:100%;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.objectives-form>.btn{box-sizing:border-box;flex-shrink:0;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:26px;line-height:40px}.objectives-list{margin:0;padding:0;list-style:none}.objectives-list__empty{color:#6c7689;margin:0;padding:1.5rem}.objectives-list__item{border-bottom:1px solid #1c2433;align-items:center;gap:1rem;padding:10px 1.5rem;transition:background .1s;display:flex}.objectives-list__item:nth-child(2n){background:#ffffff04}.objectives-list__item:hover{background:linear-gradient(90deg,#3fe3d612,#0000 60%)}.objectives-list__pts{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);color:#3fe3d6;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;width:64px;height:46px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.objectives-list__info{flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;display:flex}.objectives-list__info strong{letter-spacing:.5px;text-transform:uppercase;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800}.objectives-list__type{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.objectives-list__type--limitado{color:#e8a23f;border-color:#e8a23f66}.objectives-list__actions{flex-shrink:0;gap:.5rem;display:flex}.events-page{flex-direction:column;gap:1.5rem;display:flex}.events-form{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.events-form input,.events-form select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.events-form input::placeholder,.events-form select::placeholder{color:#444a56}.events-form input:focus,.events-form select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.events-form input option,.events-form select option{color:#cfd8e3;background:#0d121b}.events-form input,.events-form select{box-sizing:border-box;flex:1;width:auto;min-width:140px;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.events-form__password{letter-spacing:6px;text-align:center;color:#e8a23f!important;font-family:Share Tech Mono,ui-monospace,Consolas,monospace!important}.events-form>.btn{box-sizing:border-box;flex-shrink:0;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.events-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.events-list__empty{color:#6c7689;margin:0}.events-list__item{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;border-left:3px solid #e8a23f;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.events-list__item--claimed{opacity:.75;border-left-color:#3dd68c}.events-list__content{flex:1;min-width:0}.events-list__content strong{letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800;display:block}.events-list__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.events-list__meta small{color:#e8a23f;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.events-list__pts{font-variant-numeric:tabular-nums;color:#3fe3d6;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.events-list__claimed{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#3dd68c;background:#00000073;border:1px solid #3dd68c66;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.events-confirm-overlay{z-index:9000;background:repeating-linear-gradient(#00000040 0 1px,#0000 1px 3px),#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.events-confirm{width:min(420px,100%)}.events-confirm p{color:#cfd8e3;margin:0 0 1rem;font-size:16px}.events-confirm__actions{justify-content:flex-end;gap:.5rem;display:flex}.cast-picker{flex-direction:column;gap:.25rem;display:flex}.cast-picker__label{letter-spacing:.3px;color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.cast-picker__control{width:100%;position:relative}.cast-picker__trigger{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.cast-picker__trigger::placeholder{color:#444a56}.cast-picker__trigger:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.cast-picker__trigger option{color:#cfd8e3;background:#0d121b}.cast-picker__trigger{box-sizing:border-box;cursor:pointer;text-align:left;align-items:center;gap:.5rem;width:100%;min-width:11ch;height:42px;min-height:42px;max-height:42px;margin:0;padding-block:0;padding-inline:12px;line-height:normal;display:flex}.cast-picker__trigger--clearable{padding-right:34px}.cast-picker__trigger:hover{border-color:#1a8a82}.cast-picker__trigger--empty .cast-picker__trigger-text{color:#444a56}.cast-picker__trigger-icon{object-fit:contain;width:22px;height:22px;image-rendering:pixelated;flex-shrink:0;display:block}.cast-picker__trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cast-picker__clear{color:#6c7689;cursor:pointer;background:#00000080;border:1px solid #2c3951;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;line-height:1;transition:border-color .12s,color .12s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cast-picker__clear:hover{color:#ff5c5c;border-color:#ff5c5c}.cast-picker-modal{z-index:2000;background:repeating-linear-gradient(#00000040 0 1px,#0000 1px 3px),#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cast-picker-modal__card{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;flex-direction:column;width:min(960px,96vw);padding:0;animation:.2s ease-out both window-open;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.cast-picker-modal__header{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.cast-picker-modal__header:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:6px;bottom:6px;left:0}.cast-picker-modal__header{justify-content:space-between;padding-left:1.5rem;padding-right:.5rem}.cast-picker-modal__header h4{font:inherit;letter-spacing:inherit;margin:0}.cast-picker-modal__close{color:#6c7689;cursor:pointer;clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);background:#0006;border:1px solid #2c3951;width:28px;height:28px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;line-height:1}.cast-picker-modal__close:hover{color:#ff5c5c;border-color:#ff5c5c}.cast-picker-modal__grid{grid-template-columns:repeat(9,minmax(0,1fr));gap:6px;padding:1rem;display:grid}.cast-picker-modal__option{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);cursor:pointer;text-align:center;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:84px;padding:6px 4px;transition:border-color .1s;display:flex;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.cast-picker-modal__option:hover{border-color:#1a8a82}.cast-picker-modal__option--none{justify-content:center}.cast-picker-modal__option--selected{background:radial-gradient(at 50% 30%,#3fe3d62e,#0000 70%),#04060a;border-color:#3fe3d6}.cast-picker-modal__option--selected .cast-picker-modal__option-name{color:#3fe3d6}.cast-picker-modal__option-icon{object-fit:contain;width:30px;height:30px;image-rendering:pixelated;flex-shrink:0}.cast-picker-modal__option-name{text-transform:uppercase;color:#6c7689;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;line-height:1.05;display:-webkit-box;overflow:hidden}.create-item-form{flex-direction:column;display:flex}.create-item-form label{letter-spacing:.3px;color:#6c7689;flex-direction:column;gap:.25rem;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600;display:flex}.create-item-form input:not([type=file]),.create-item-form select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.create-item-form input:not([type=file])::placeholder,.create-item-form select::placeholder{color:#444a56}.create-item-form input:not([type=file]):focus,.create-item-form select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.create-item-form input:not([type=file]) option,.create-item-form select option{color:#cfd8e3;background:#0d121b}.create-item-form input:not([type=file]),.create-item-form select{box-sizing:border-box;width:100%;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.create-item-form textarea{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.create-item-form textarea::placeholder{color:#444a56}.create-item-form textarea:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.create-item-form textarea option{color:#cfd8e3;background:#0d121b}.create-item-form textarea{width:100%}.create-item-form__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.create-item-form__full{grid-column:1/-1}.create-item-form__image-wrap{flex-direction:column;gap:.25rem;display:flex}.create-item-form__image-label{letter-spacing:.3px;color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.create-item-form__fieldset{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);padding:1rem;background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;min-width:0;margin:0 0 1rem;padding:1.5rem 1rem 1rem;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.create-item-form__fieldset legend{float:left;letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:linear-gradient(#1c273a,#141b29);border-bottom:1px solid #2c3951;width:calc(100% + 2rem);margin:-1.5rem -1rem 1rem;padding:6px 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800}.create-item-form__fieldset legend+*{clear:both}.create-item-form__effect-row{gap:.5rem;margin-bottom:.5rem;display:flex}.create-item-form__add-btn,.create-item-form__remove-btn{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:linear-gradient(#1c273a 0%,#0d121b 100%);border:1px solid #2c3951;padding:6px 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;transition:color .12s,border-color .12s}.create-item-form__add-btn:hover,.create-item-form__remove-btn:hover{color:#3fe3d6;border-color:#3fe3d6}.create-item-form__remove-btn{flex-shrink:0;width:42px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:20px}.create-item-form__remove-btn:hover{color:#ff5c5c;border-color:#ff5c5c}.create-item-form__error{color:#ff5c5c;font-size:16px}.create-item-form__actions{border-top:1px solid #1c2433;justify-content:flex-end;padding-top:.5rem;display:flex}.input-boost-wrap{align-items:center;display:flex;position:relative}.input-boost-wrap input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.input-boost-wrap input::placeholder{color:#444a56}.input-boost-wrap input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.input-boost-wrap input option{color:#cfd8e3;background:#0d121b}.input-boost-wrap input{width:100%}.input-boost-wrap input.input-boost-wrap__input--has-suffix{padding-right:72px}.input-boost-wrap__suffix{color:#3dd68c;pointer-events:none;white-space:nowrap;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;position:absolute;right:10px}.image-uploader{clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);color:#6c7689;cursor:pointer;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px dashed #2c3951;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:90px;padding:1rem;transition:border-color .12s,color .12s;display:flex;position:relative;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.image-uploader:hover,.image-uploader--drag{color:#3fe3d6;border-color:#3fe3d6}.image-uploader__icon{opacity:.5;flex-shrink:0;width:28px;height:28px}.image-uploader:hover .image-uploader__icon{opacity:.9}.image-uploader__label{letter-spacing:1px;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700}.image-uploader__hint{color:#444a56;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.image-uploader__error{color:#ff5c5c;margin-top:2px;font-size:16px}.image-uploader--has-preview{cursor:default;border-style:solid;max-width:100%;min-height:0;padding:0}.image-uploader__preview{object-fit:contain;width:100%;max-height:110px;padding-block:8px;display:block}.image-uploader__remove{color:#6c7689;cursor:pointer;background:#000c;border:1px solid #2c3951;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;line-height:1;transition:border-color .12s,color .12s;display:flex;position:absolute;top:6px;right:6px}.image-uploader__remove:hover{color:#ff5c5c;border-color:#ff5c5c}.talic-slots{flex-direction:column;gap:.5rem;display:flex}.talic-slots__label{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800}.talic-slots__row{flex-wrap:wrap;gap:6px;display:flex}.talic-slots__slot-wrap{position:static}.talic-slots__slot{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);cursor:pointer;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;justify-content:center;align-items:center;width:48px;height:48px;padding:5px;transition:border-color .12s;display:flex;overflow:hidden;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.talic-slots__slot:hover{border-color:#1a8a82}.talic-slots__slot--filled{background:radial-gradient(circle,#ffffff1f,#0000 70%),#04060a;border-color:#283752}.talic-slots__slot--open{border-color:#3fe3d6}.talic-slots__img{object-fit:contain;object-position:center;width:100%;height:100%;image-rendering:pixelated;display:block}.talic-slots__legend{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.talic-slots__tag{font-variant-numeric:tabular-nums;color:#cfd8e3;letter-spacing:.5px;padding:2px 8px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;align-items:center;gap:6px;padding:2px 8px 2px 2px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:flex;box-shadow:inset 0 1px 4px #000c}.talic-slots__tag-img{object-fit:contain;object-position:center;width:28px;height:28px;image-rendering:pixelated;flex-shrink:0}.talic-slots__tag-bonus{color:#3dd68c}.talic-picker{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);z-index:9999;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;min-width:200px;padding:0 0 .25rem;position:fixed;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.talic-picker__header{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.talic-picker__header:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:6px;bottom:6px;left:0}.talic-picker__header{min-height:30px;margin-bottom:2px;padding-left:1rem;font-size:14px}.talic-picker__option{color:#cfd8e3;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:6px .5rem;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:background .1s;display:flex}.talic-picker__option:hover{color:#3fe3d6;background:linear-gradient(90deg,#3fe3d61f,#0000)}.talic-picker__option--empty{text-transform:uppercase;color:#6c7689;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.talic-picker__option--empty:hover{color:#ff5c5c;background:linear-gradient(90deg,#ff5c5c1f,#0000)}.talic-picker__img{object-fit:contain;width:24px;height:24px;image-rendering:pixelated;flex-shrink:0}.accessory-catalog__mode-tabs{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);background:#0006;border:1px solid #2c3951;align-self:flex-start;gap:0;width:fit-content;margin-bottom:1rem;display:flex}.accessory-catalog__mode-btn{letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:0 0;border:0;border-right:1px solid #1c2433;padding:8px 20px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;transition:color .12s,background .12s}.accessory-catalog__mode-btn:last-child{border-right:0}.accessory-catalog__mode-btn:hover{color:#cfd8e3}.accessory-catalog__mode-btn--active{color:#06080d;background:linear-gradient(#3fe3d6,#1a8a82)}.accessory-catalog__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.accessory-catalog__search,.accessory-catalog__select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.accessory-catalog__search::placeholder,.accessory-catalog__select::placeholder{color:#444a56}.accessory-catalog__search:focus,.accessory-catalog__select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.accessory-catalog__search option,.accessory-catalog__select option{color:#cfd8e3;background:#0d121b}.accessory-catalog__search,.accessory-catalog__select{box-sizing:border-box;min-width:160px;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.accessory-catalog__search{flex:1;min-width:220px}.accessory-catalog__status{color:#6c7689;text-transform:uppercase;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px}.accessory-catalog__grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem;width:100%;display:grid}.accessory-catalog__pagination{border-top:1px solid #1c2433;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.accessory-catalog__page-btn{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:linear-gradient(#1c273a 0%,#0d121b 100%);border:1px solid #2c3951;height:36px;padding:0 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;transition:border-color .12s,color .12s}.accessory-catalog__page-btn:hover:not(:disabled){color:#3fe3d6;border-color:#3fe3d6}.accessory-catalog__page-btn:disabled{opacity:.4;cursor:not-allowed}.accessory-catalog__page-info{font-variant-numeric:tabular-nums;color:#cfd8e3;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;box-shadow:inset 0 1px 4px #000c}.accessory-catalog__page-count{color:#6c7689;margin-left:6px}.accessory-card{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);text-align:left;color:#cfd8e3;cursor:pointer;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#00000080,#000000bf),#090c12;border:1px solid #2c3951;flex-direction:column;align-items:stretch;width:100%;padding:0;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;transition:border-color .12s;display:flex}.accessory-card:hover{border-color:#1a8a82}.accessory-card--selected{background:linear-gradient(135deg,#0000 calc(50% - .5px),#3fe3d6 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#3fe3d6 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#3fe3d614,#000000bf),#090c12;border-color:#3fe3d6}.accessory-card__header{background:linear-gradient(#141b29,#0d121b);border-bottom:1px solid #1c2433;align-items:center;gap:.5rem;padding:.5rem;display:flex}.accessory-card__icon{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.accessory-card__title-group{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.accessory-card__name{letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800;line-height:1.15;overflow:hidden}.accessory-card__tags{flex-wrap:wrap;gap:4px;display:flex}.accessory-card__tag{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;white-space:nowrap;text-transform:uppercase;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.accessory-card__tag--grade{border-color:currentColor}.accessory-card__tag--race{color:#9ec8e8;border-color:#9ec8e859}.accessory-card__body{flex-direction:column;flex:1;gap:6px;min-width:0;padding:.5rem .5rem 1rem;display:flex}.accessory-card__def-stats{flex-direction:column;gap:2px;display:flex}.accessory-card__def-stat{color:#8fbcd8;font-size:16px}.accessory-card__def-stat strong{color:#b8dff5;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-weight:400}.accessory-card__elements{flex-wrap:wrap;gap:6px;display:flex}.accessory-card__element{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.accessory-card__element--fire{color:#ff8a65;border-color:#ff8a6559}.accessory-card__element--water{color:#64b5f6;border-color:#64b5f659}.accessory-card__element--soil{color:#a1887f;border-color:#a1887f59}.accessory-card__element--wind{color:#81c784;border-color:#81c78459}.accessory-card__effects{border-top:1px solid #1c2433;flex-direction:column;gap:2px;padding-top:6px;display:flex}.accessory-card__effect{color:#8fbcd8;font-size:16px;line-height:1.35}.accessory-card__effect strong{color:#b8dff5;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-weight:400}.accessory-card__effect-dir{font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.accessory-card__effect-dir--increase{color:#3dd68c}.accessory-card__effect-dir--decrease{color:#ff5c5c}.accessory-card__combo{border-top:1px solid #c9a4ff40;flex-direction:column;gap:4px;padding-top:6px;display:flex}.accessory-card__combo-label{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#c9a4ff;text-transform:uppercase;background:#00000073;border:1px solid #c9a4ff66;align-self:flex-start;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.accessory-card__combo-set{flex-direction:column;gap:6px;display:flex}.accessory-card__combo-items{flex-wrap:wrap;gap:4px;padding:4px 0;display:flex}.accessory-card__combo-icon{clip-path:polygon(3px 0,calc(100% - 3px) 0,100% 3px,100% calc(100% - 3px),calc(100% - 3px) 100%,3px 100%,0 calc(100% - 3px),0 3px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #c9a4ff59;flex-shrink:0;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;display:flex;overflow:hidden;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.accessory-card__combo-icon--placeholder{padding:1px}.accessory-card__combo-icon-label{color:#c9a4ff;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1}.accessory-card__combo .accessory-card__effect{color:#cbb4f7}.accessory-card__combo .accessory-card__effect strong{color:#e9dbff}.items-page{flex-direction:column;display:flex}.items-page__loading,.items-page__empty{color:#6c7689;margin:0;padding:1rem 0;font-size:16px}.items-tabs{z-index:1;gap:4px;margin-bottom:-1px;padding-left:1rem;display:flex;position:relative}.items-tabs__btn{clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 100%,0 100%);letter-spacing:1px;text-transform:uppercase;color:#6c7689;cursor:pointer;background:#00000073;border:1px solid #1c2433;border-bottom:0;padding:8px 26px 6px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800;transition:color .12s,background .12s}.items-tabs__btn:hover{color:#cfd8e3}.items-tabs__btn--active{color:#3fe3d6;background:linear-gradient(#3fe3d624,#0000),#141b29;border-color:#2c3951;box-shadow:inset 0 2px #3fe3d6}.items-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;gap:1rem;display:grid}.item-tooltip{--rarity:#cfd8e3;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0000008c,#000000bf),#090c12;border:1px solid #2c3951;padding:0;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;transition:border-color .12s;position:relative;box-shadow:inset 0 0 30px #0009}.item-tooltip:before{content:"";background:var(--rarity);opacity:.85;height:2px;position:absolute;top:0;left:10px;right:0}.item-tooltip:hover{border-color:#1a8a82}.item-tooltip__header{background:linear-gradient(#141b29,#0d121b);border-bottom:1px solid #1c2433;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:relative}.item-tooltip__icon-wrap{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);border:1px solid #2c3951;border-color:color-mix(in srgb, var(--rarity) 40%, #2c3951);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:3px;display:flex;overflow:hidden;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.item-tooltip__icon{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.item-tooltip__icon-fallback{color:#444a56;justify-content:center;align-items:center;width:100%;height:100%;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:24px;font-weight:800;display:flex}.item-tooltip__title-wrap{flex-direction:column;flex:1;gap:2px;min-width:0;padding-right:24px;display:flex}.item-tooltip__name{letter-spacing:.5px;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:19px;font-weight:800;line-height:1.1}.item-tooltip__rarity{text-transform:uppercase;color:#444a56;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.item-tooltip__delete{color:#6c7689;cursor:pointer;opacity:0;clip-path:polygon(3px 0,calc(100% - 3px) 0,100% 3px,100% calc(100% - 3px),calc(100% - 3px) 100%,3px 100%,0 calc(100% - 3px),0 3px);background:#0009;border:1px solid #2c3951;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;line-height:1;transition:opacity .12s,border-color .12s,color .12s;display:flex;position:absolute;top:8px;right:8px}.item-tooltip:hover .item-tooltip__delete{opacity:1}.item-tooltip__delete:hover{color:#ff5c5c;border-color:#ff5c5c}.item-tooltip__divider{opacity:.5;background:linear-gradient(90deg,#1a8a82 0%,#0000 100%);height:1px;margin:0}.item-tooltip__body{padding:.25rem 0 .5rem}.item-tooltip__row{text-align:left;flex-wrap:wrap;align-items:center;gap:8px;padding:3px .5rem;display:flex}.item-tooltip__row:hover{background:#ffffff06}.item-tooltip__row--effects{align-items:flex-start}.item-tooltip__label{color:#58a7ac;white-space:nowrap;flex:none;width:max-content;font-size:16px;line-height:1.5}.item-tooltip__value{color:#cfd8e3;flex:0 auto;min-width:0;font-size:16px}.item-tooltip__boost{color:#3dd68c;font-weight:600}.item-tooltip__cast{align-items:center;gap:6px;display:inline-flex}.item-tooltip__cast-icon{object-fit:contain;width:20px;height:20px;image-rendering:pixelated;flex-shrink:0}.item-tooltip__effects{flex-direction:column;gap:2px;display:flex}.item-tooltip__effect{line-height:1.4;display:block}.item-tooltip__talics{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.item-tooltip__talic{object-fit:contain;height:24px}.item-tooltip__desc{color:#6c7689;margin:0;padding:.25rem .5rem .5rem;font-size:16px;font-style:italic;line-height:1.5}.items-confirm-overlay{z-index:9000;background:repeating-linear-gradient(#00000040 0 1px,#0000 1px 3px),#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.items-confirm{width:min(380px,100%)}.items-confirm p{color:#cfd8e3;margin:0 0 1rem;font-size:16px}.items-confirm__actions{justify-content:flex-end;gap:.5rem;display:flex}.auction-page{flex-direction:column;gap:1.5rem;display:flex}.auction-page__empty{color:#6c7689;margin:0;padding:1.5rem;font-size:16px}.auction-form{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.auction-form__row{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.auction-form__field{flex-direction:column;gap:4px;min-width:180px;display:flex}.auction-form__field span{letter-spacing:.3px;color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600}.auction-form__items{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;width:100%;margin:0;padding:1.5rem 1rem 1rem;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.auction-form__items legend{float:left;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(#1c273a,#141b29);border-bottom:1px solid #2c3951;width:calc(100% + 2rem);margin:-1.5rem -1rem 1rem;padding:6px 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800}.auction-form__items legend+*{clear:both}.auction-form__item-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.auction-form__item-row select{flex:2;min-width:200px}.auction-form__item-row input[type=number]{text-align:center;width:90px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace}.auction-form input,.auction-form select{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.auction-form input::placeholder,.auction-form select::placeholder{color:#444a56}.auction-form input:focus,.auction-form select:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.auction-form input option,.auction-form select option{color:#cfd8e3;background:#0d121b}.auction-form input,.auction-form select{box-sizing:border-box;height:42px;min-height:42px;max-height:42px;padding-block:0;padding-inline:12px;line-height:40px}.auction-list{margin:0;padding:0;list-style:none}.auction-list__item{border-bottom:1px solid #1c2433;align-items:center;gap:1rem;padding:10px 1.5rem;transition:background .1s;display:flex}.auction-list__item:nth-child(2n){background:#ffffff04}.auction-list__item:hover{background:linear-gradient(90deg,#3fe3d612,#0000 60%)}.auction-list__item--closed{opacity:.7}.auction-list__item a{flex-shrink:0;text-decoration:none}.auction-list__lot{color:#444a56;flex-shrink:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px}.auction-list__info{flex-direction:column;flex:1;min-width:0;display:flex}.auction-list__info strong{letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800;overflow:hidden}.auction-list__info small{color:#6c7689;font-size:16px}.auction-list__info small:empty{display:none}.auction-list__status{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;text-transform:uppercase;background:#00000073;border:1px solid #1c2433;flex-shrink:0;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.auction-list__status--open{color:#3fe3d6;border-color:#3fe3d666}.auction-list__status--dole{color:#e8a23f;border-color:#e8a23f66}.auction-list__status--tie_break{color:#ff5c5c;border-color:#ff5c5c66}.auction-list__bid{font-variant-numeric:tabular-nums;color:#e8a23f;letter-spacing:.5px;text-align:right;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;flex-shrink:0;min-width:96px;padding:2px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:18px;box-shadow:inset 0 1px 4px #000c}.auction-list__bid:after{content:" pts";color:#6c7689;font-size:14px}.auction-detail{grid-template-columns:minmax(340px,420px) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}@media (width<=1000px){.auction-detail{grid-template-columns:minmax(0,1fr)}}.auction-detail__loading{color:#6c7689;text-transform:uppercase;padding:1.5rem 0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px}.auction-detail__left{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.auction-detail__items{flex-direction:column;gap:.5rem;display:flex}.auction-detail__badge{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;text-transform:uppercase;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex}.auction-detail__badge--open{color:#3fe3d6;border-color:#3fe3d666}.auction-detail__badge--dole{color:#e8a23f;border-color:#e8a23f66}.auction-detail__badge--tie_break{color:#ff5c5c;border-color:#ff5c5c66}.auction-detail__badge--closed{color:#6c7689}.auction-detail__winner-name,.auction-detail__leader--me{letter-spacing:.5px;text-transform:uppercase;color:#e8a23f;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800}.auction-detail__leading-banner{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);letter-spacing:1px;text-transform:uppercase;color:#e8a23f;background:linear-gradient(90deg,#e8a23f 0 4px,#0000 4px),#e8a23f1a;border:1px solid #e8a23f59;margin-top:1rem;padding:.5rem 1rem .5rem calc(1rem + 4px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:700;animation:2.5s ease-in-out infinite leading-pulse}.auction-detail__bid{border-top:1px solid #1c2433;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.auction-detail__bid-input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.auction-detail__bid-input::placeholder{color:#444a56}.auction-detail__bid-input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.auction-detail__bid-input option{color:#cfd8e3;background:#0d121b}.auction-detail__bid-input{text-align:right;color:#e8a23f;width:100%;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:22px}.auction-detail__bid-actions{flex-wrap:wrap;gap:.5rem;display:flex}.auction-detail__bid-actions>.btn--primary{flex:1;min-width:120px}.auction-detail__right{min-width:0;position:sticky;top:68px}.auction-console__displays{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.auction-console__display{font-variant-numeric:tabular-nums;color:#e8a23f;letter-spacing:.5px;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;flex-direction:column;padding:8px 12px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;display:flex;box-shadow:inset 0 1px 4px #000c}.auction-console__display--timer{color:#3fe3d6}.auction-console__display--urgent .auction-console__value{animation:1s ease-in-out infinite amber-pulse}.auction-console__label{color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px}.auction-console__value{font-size:40px;line-height:1.05}.auction-console__rows{flex-direction:column;margin:0;display:flex}.auction-console__rows>div{border-bottom:1px dashed #1c2433;justify-content:space-between;align-items:center;gap:.5rem;padding:6px 0;display:flex}.auction-console__rows>div:last-child{border-bottom:0}.auction-console__rows dt{color:#6c7689;font-size:16px}.auction-console__rows dd{margin:0;font-weight:600}.auction-console__mono{color:#3fe3d6;font-family:Share Tech Mono,ui-monospace,Consolas,monospace}.auction-dole{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);background:#e8a23f14;border:1px solid #e8a23f80;align-items:stretch;margin-top:1rem;display:flex}.auction-dole__tag{text-transform:uppercase;color:#06080d;background:repeating-linear-gradient(-45deg,#e8a23f 0 6px,#a2712c 6px 12px);align-items:center;padding:0 10px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;display:flex}.auction-dole__text{letter-spacing:1px;text-transform:uppercase;flex:1;padding:10px 12px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:26px;font-weight:800;animation:1s ease-in-out infinite amber-pulse}.auction-item-wrap{position:relative}.auction-item-wrap__qty{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#3fe3d6;background:#00000073;border:1px solid #1a8a82;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;display:inline-flex;position:absolute;bottom:8px;right:8px}.auction-item-placeholder{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);color:#6c7689;background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;align-items:center;gap:.5rem;padding:1rem;font-size:16px;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.auction-item-placeholder__img{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);object-fit:contain;width:46px;height:46px;image-rendering:pixelated;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;padding:3px;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.auction-chat{height:calc(100vh - 120px);min-height:480px}.auction-chat.panel .panel__body{flex-direction:column;min-height:0;padding:0;display:flex}.auction-chat__messages{background:repeating-linear-gradient(#ffffff03 0 1px,#0000 1px 3px),#0000004d;flex-direction:column;flex:1;gap:6px;min-height:0;padding:1rem;display:flex;overflow-y:auto}.auction-chat__empty{color:#6c7689;text-align:center;margin:0;padding:1.5rem 0;font-size:16px}.auction-chat__bubble-wrap{justify-content:flex-start;display:flex}.auction-chat__bubble-wrap--own{justify-content:flex-end}.auction-chat__bubble{word-break:break-word;color:#cfd8e3;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);background:#141b29;border:1px solid #1c2433;flex-direction:column;gap:2px;max-width:75%;padding:6px 12px;font-size:16px;line-height:1.35;display:flex}.auction-chat__bubble--own{clip-path:polygon(8px 0,100% 0,100% 100%,0 100%,0 8px);background:#3fe3d624;border-color:#3fe3d64d}.auction-chat__bubble--bid,.auction-chat__bubble--bot{clip-path:none;background:0 0;border:0;border-left:2px solid #3fe3d6;flex-flow:wrap;align-items:baseline;gap:8px;width:100%;max-width:100%;padding:4px 10px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace}.auction-chat__bubble--bid{color:#3fe3d6}.auction-chat__bubble--bot{color:#e8a23f;background:#e8a23f0f;border-left-color:#e8a23f}.auction-chat__nickname{letter-spacing:.5px;text-transform:uppercase;color:#3fe3d6;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800}.auction-chat__nickname--system{color:#444a56;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;font-weight:400}.auction-chat__nickname--system:before{content:"["}.auction-chat__nickname--system:after{content:"]"}.auction-chat__text{display:block}.auction-chat__bubble--bid .auction-chat__text,.auction-chat__bubble--bot .auction-chat__text{flex:1}.auction-chat__time{color:#444a56;align-self:flex-end;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.auction-chat__form{background:linear-gradient(#141b29,#0d121b);border-top:1px solid #2c3951;flex-shrink:0;gap:.5rem;padding:.5rem 1rem;display:flex}.auction-chat__input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.auction-chat__input::placeholder{color:#444a56}.auction-chat__input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.auction-chat__input option{color:#cfd8e3;background:#0d121b}.auction-chat__input{flex:1}@keyframes leading-pulse{0%,to{border-color:#e8a23f59}50%{border-color:#e8a23fcc}}.roulette{--roulette-c1:#3fe3d6;--roulette-c2:#e8a23f;--roulette-c3:#1a8a82;--roulette-c4:#b57316;text-align:center;width:300px;margin:.5rem auto;position:relative}.roulette__pointer{z-index:2;clip-path:polygon(0 0,100% 0,100% 45%,50% 100%,0 45%);background:linear-gradient(#283752,#141b29);width:26px;height:30px;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.roulette__pointer:after{content:"";clip-path:polygon(0 0,100% 0,100% 45%,50% 100%,0 45%);background:#ff5c5c;position:absolute;inset:3px 5px 8px}.roulette__wheel{background:repeating-conic-gradient(#283752 0 2deg, #141b29 2deg 15deg);border-radius:50%;width:300px;height:300px;padding:8px;box-shadow:inset 0 0 0 2px #000c,0 0 0 1px #2c3951,0 10px 30px #0009}.roulette__svg{border-radius:50%;width:100%;height:100%;box-shadow:inset 0 0 0 2px #000000b3}.roulette__label{fill:#06080d;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:14px;font-weight:800}.roulette__status{color:#e8a23f;text-transform:uppercase;margin-top:1rem;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;animation:1.4s ease-in-out infinite amber-pulse}.approvals-page__empty{color:#6c7689;margin:0;padding:1.5rem;font-size:16px}.approvals-list{margin:0;padding:0;list-style:none}.approvals-list__item{border-bottom:1px solid #1c2433;align-items:center;gap:1rem;padding:12px 1.5rem;transition:background .1s;display:flex}.approvals-list__item:hover{background:linear-gradient(90deg,#e8a23f0f,#0000 60%)}.approvals-list__slot{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);color:#e8a23f;background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;width:46px;height:46px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:24px;font-weight:800;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.approvals-list__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.approvals-list__info strong{letter-spacing:.5px;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:800}.approvals-list__info small{color:#6c7689;font-size:16px}.approvals-list__actions{flex-shrink:0;gap:.5rem;display:flex}.profile-page{flex-direction:column;gap:1.5rem;display:flex}.profile-page__back{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;background:#00000073;border:1px solid #1c2433;align-self:flex-start;align-items:center;padding:6px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1;transition:color .12s,border-color .12s;display:inline-flex}.profile-page__back:hover{color:#3fe3d6;border-color:#1a8a82}.profile-page__grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.profile-page__grid--staff{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=1000px){.profile-page__grid{grid-template-columns:minmax(0,1fr)}}.profile-sheet__body{flex-wrap:wrap;align-items:stretch;gap:1.5rem;display:flex}.profile-sheet__portrait{clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;place-items:center;width:112px;height:112px;padding:10px;display:grid;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.profile-sheet__portrait img{object-fit:contain;width:100%;height:100%}.profile-sheet__portrait span{color:#3fe3d6;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:56px;font-weight:800}.profile-sheet__identity{flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-width:220px;display:flex}.profile-sheet__name{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:32px;font-weight:800;line-height:1}.profile-sheet__attrs{flex-wrap:wrap;gap:.5rem;margin:0;display:flex}.profile-sheet__attrs div{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);border:1px solid #1c2433;align-items:stretch;display:flex}.profile-sheet__attrs dt{text-transform:uppercase;color:#444a56;background:#0006;border-right:1px solid #1c2433;align-items:center;padding:4px 8px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;display:flex}.profile-sheet__attrs dd{color:#cfd8e3;background:#141b29;margin:0;padding:4px 10px;font-weight:600}.profile-sheet__stats{align-items:stretch;gap:.5rem;display:flex}.profile-sheet__stat{font-variant-numeric:tabular-nums;color:#e8a23f;letter-spacing:.5px;background:linear-gradient(#0000008c,#0000004d);border:1px solid #1c2433;flex-direction:column;justify-content:center;min-width:130px;padding:8px 14px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;display:flex;box-shadow:inset 0 1px 4px #000c}.profile-sheet__stat span{color:#6c7689;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px}.profile-sheet__stat strong{font-size:32px;font-weight:400;line-height:1.1}.profile-sheet__stat--cyan{color:#3fe3d6}.profile-form,.profile-claims{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/16px 16px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/16px 16px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) right 7px top 7px/6px 6px no-repeat,radial-gradient(circle,#283752 0 1.6px,#000c 2.2px,#0000 2.8px) left 7px bottom 7px/6px 6px no-repeat,linear-gradient(#0d121b 0%,#090c12 100%);border:1px solid #2c3951;flex-direction:column;min-width:0;padding:0 1.5rem 1.5rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009,inset 0 0 40px #00000059}.profile-form h3,.profile-claims h3{letter-spacing:1px;text-transform:uppercase;color:#cfd8e3;background:repeating-linear-gradient(90deg,#283752 0 1px,#0000 1px 4px) right 12px center/36px 12px no-repeat,linear-gradient(#1c273a 0%,#141b29 45%,#0d121b 100%);border-bottom:1px solid #2c3951;align-items:center;gap:.5rem;min-height:38px;padding:0 1rem 0 calc(1rem + 6px);font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #ffffff12}.profile-form h3:before,.profile-claims h3:before{content:"";background:#3fe3d6;width:3px;position:absolute;top:6px;bottom:6px;left:0}.profile-form h3,.profile-claims h3{margin:0 -1.5rem 1rem;padding-left:1.5rem}.profile-form label{letter-spacing:.3px;color:#6c7689;flex-direction:column;gap:.25rem;margin-bottom:1rem;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:600;display:flex}.profile-form input,.profile-form select,.profile-form textarea{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.profile-form input::placeholder,.profile-form select::placeholder,.profile-form textarea::placeholder{color:#444a56}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.profile-form input option,.profile-form select option,.profile-form textarea option{color:#cfd8e3;background:#0d121b}.profile-form textarea{resize:vertical;min-height:80px}.profile-form>.btn{align-self:flex-start}.profile-form__hint{color:#e8a23f;margin:0 0 1rem;font-size:16px}.profile-claims__empty{color:#6c7689;margin:0;font-size:16px}.profile-claims__list{flex-direction:column;max-height:420px;margin:0 -1.5rem;padding:0;list-style:none;display:flex;overflow-y:auto}.profile-claims__item--denied{opacity:.55}.profile-claims__list li{border-bottom:1px solid #1c2433;justify-content:space-between;align-items:center;gap:1rem;padding:10px 1.5rem;display:flex}.profile-claims__list li:nth-child(2n){background:#ffffff04}.profile-claims__list li div{flex-direction:column;gap:2px;display:flex}.profile-claims__list li strong{letter-spacing:.5px;color:#cfd8e3;text-transform:uppercase;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:800}.profile-claims__list li span{color:#3fe3d6;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px}.profile-claims__list li small{color:#6c7689;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.profile-claims__deny{flex-direction:column;gap:.25rem;min-width:220px}.profile-claims__deny textarea{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.profile-claims__deny textarea::placeholder{color:#444a56}.profile-claims__deny textarea:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.profile-claims__deny textarea option{color:#cfd8e3;background:#0d121b}.profile-claims__deny textarea{resize:vertical;min-height:50px}.profile-claims__deny-actions{justify-content:flex-end;gap:.25rem;flex-direction:row!important}.guild-league-rag-frame{border:none;width:100vw;height:100vh;display:block}.server-info-page{background:radial-gradient(70% 50% at 50% 0,#e8a23f0f,#0000 70%);max-width:1100px;min-height:100vh;margin:0 auto;padding:1.5rem 2rem 2rem}.server-info-page__hero{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.server-info-page__hero h1{letter-spacing:1px;text-transform:uppercase;color:#e8a23f;margin:0;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:32px;font-weight:800}.server-info-page__hero p{color:#6c7689;margin:4px 0 0;font-size:16px}.server-info-page__hero--compact{margin-bottom:1rem}.server-info-page__logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0009);width:72px;height:auto}.server-info-page__back{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#3fe3d6;background:#00000073;border:1px solid #1c2433;align-items:center;margin-left:auto;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;line-height:1;text-decoration:none;display:inline-flex}.server-info-page__error,.server-info-page__loading{color:#6c7689;margin:0;padding:1rem 0}.server-info-page__source{color:#444a56;margin-top:1.5rem;font-size:16px}.server-info-list{margin:0;padding:0;list-style:none}.server-info-list li{border-bottom:1px solid #1c2433}.server-info-list__link{justify-content:space-between;align-items:center;gap:1rem;padding:12px 1.5rem;text-decoration:none;transition:background .1s;display:flex}.server-info-list__link:hover{background:linear-gradient(90deg,#e8a23f14,#0000 70%);text-decoration:none}.server-info-list__title{letter-spacing:.5px;color:#cfd8e3;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:700;line-height:1.25}.server-info-list__arrow{color:#e8a23f;flex-shrink:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:22px}.server-info-topic__body{padding:1rem 1.5rem}.server-info-topic__footer{border-top:1px solid #1c2433;padding:.5rem 1.5rem 1rem;font-size:16px}.server-info-topic__footer a{color:#6c7689}.forum-content{color:#cfd8e3;word-break:break-word;font-size:16px;line-height:1.55}.forum-content img.bbImage,.forum-content .bbImageWrapper img{image-rendering:auto;max-width:100%;height:auto}.forum-content .bbImageWrapper{margin:.5rem 0}.forum-content table{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:16px}.forum-content td,.forum-content th{vertical-align:top;border:1px solid #1c2433;padding:6px 8px}.forum-content ul,.forum-content ol{padding-left:1.25rem}.forum-content a{color:#3fe3d6}.forum-content .rf-stage-nav{flex-wrap:wrap;gap:6px;margin:1rem 0;display:flex}.forum-content .rf-stage-jump{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#3fe3d6;background:#00000073;border:1px solid #1c2433;align-items:center;padding:3px 7px;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px;line-height:1;text-decoration:none;display:inline-flex}.party-page{flex-direction:column;gap:1.5rem;display:flex}.party-page__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.party-page__tab{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);color:#6c7689;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#0d121b;border:1px solid #1c2433;align-items:center;padding:.5rem 1rem;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;line-height:1;display:inline-flex}.party-page__tab--active{color:#cfd8e3;background:#e8a23f1f;border-color:#e8a23f}.party-page__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=960px){.party-page__grid{grid-template-columns:1fr 1fr}}.party-page__empty{color:#6c7689;margin:0;padding:1rem;font-size:16px}.party-card{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;flex-direction:column;gap:1rem;padding:1rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.party-card__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.party-card__title{text-transform:uppercase;margin:0;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:20px}.party-card__count{color:#e8a23f;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.party-card__roster{grid-template-columns:1fr;gap:.25rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=520px){.party-card__roster{grid-template-columns:1fr 1fr}}.party-card__roster-row{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;align-items:center;gap:.5rem;min-height:40px;padding:.25rem .5rem;font-size:16px;display:flex;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.party-card__roster-row--empty{opacity:.35;justify-content:center}.party-card__roster-fallback{clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);background:radial-gradient(at 50% 35%,#ffffff0d,#0000 70%),#04060a;border:1px solid #2c3951;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Big Shoulders Display,Barlow Semi Condensed,sans-serif;font-size:16px;display:flex;box-shadow:inset 0 0 12px #000000e6,inset 0 0 0 1px #0009}.party-card__roster-fallback--muted{opacity:.35}.party-card__roster-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.party-card__roster-meta{color:#6c7689;text-align:right;flex-shrink:0;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:14px}.party-card__roster-vago{color:#6c7689;text-transform:uppercase;letter-spacing:.5px;font-size:16px}.party-card__actions{flex-wrap:wrap;gap:.5rem;display:flex}.party-lfg-item{border-bottom:1px solid #1c2433;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.party-lfg-item:last-child{border-bottom:none}.party-lfg-item__info{flex:1;min-width:0}.party-lfg-item__info strong{font-size:16px;display:block}.party-lfg-item__info span{color:#6c7689;font-size:16px}.party-pending{flex-direction:column;gap:.5rem;display:flex}.party-pending__item{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.party-pending__main{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.party-pending__who{align-items:center;gap:1rem;display:flex}.party-pending__who-text{min-width:0}.party-pending__who-text strong{font-size:16px;display:block}.party-pending__who-text span,.party-pending__label{color:#6c7689;font-size:16px}.party-pending__actions{gap:.5rem;display:flex}.party-my{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(135deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/10px 10px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1c2433 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/10px 10px no-repeat,linear-gradient(#0f1520 0%,#090c12 100%);border:1px solid #1c2433;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:relative;box-shadow:inset 1px 1px #ffffff12,inset -1px -1px #0009}.party-lfg-form{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.party-lfg-form input{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;appearance:none;background:linear-gradient(135deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#2c3951 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border:1px solid #2c3951;border-radius:0;outline:none;padding:10px 12px;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 2px 6px #000000b3}.party-lfg-form input::placeholder{color:#444a56}.party-lfg-form input:focus{background:linear-gradient(135deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 0 0/6px 6px no-repeat,linear-gradient(-45deg,#0000 calc(50% - .5px),#1a8a82 calc(50% - .5px) calc(50% + 1px),#0000 calc(50% + 1px)) 100% 100%/6px 6px no-repeat,linear-gradient(#0000008c,#0000004d);border-color:#1a8a82;box-shadow:inset 0 2px 6px #000000b3,inset 0 -2px #3fe3d6}.party-lfg-form input option{color:#cfd8e3;background:#0d121b}.party-lfg-form input{flex:1;min-width:160px}.party-page__banner{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#cfd8e3;background:linear-gradient(#e8a23f1f,#00000059),#0d121b;border:1px solid #e8a23f73;border-left:4px solid #e8a23f;margin:0;padding:1rem 1.5rem;font-size:16px;font-weight:500;line-height:1.45}.party-page__banner strong{color:#e8a23f;font-weight:700}.loading-screen{color:#6c7689;letter-spacing:1px;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;font-family:Share Tech Mono,ui-monospace,Consolas,monospace;font-size:16px;display:flex}.loading-screen:before{content:"";clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);background:repeating-linear-gradient(-45deg,#e8a23f 0 6px,#000000d9 6px 12px);width:180px;height:10px}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{color:#cfd8e3;-webkit-font-smoothing:antialiased;background-color:#0000;background-image:radial-gradient(120% 90% at 60% 0,#0000 40%,#000000bf 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97'%3E%3Cpath d='M28 0l28 16v32L28 64 0 48V16zM28 64v33' fill='none' stroke='%233fe3d6' stroke-opacity='.025'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .035 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),linear-gradient(#090c14,#06080d);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;margin:0;font-family:Barlow Semi Condensed,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.45}#root{min-height:100vh}a{color:#3fe3d6;text-decoration:none}a:hover{color:#5de8dd}p{margin:0 0 .5rem}::selection{color:#cfd8e3;background:#e8a23f59}*{scrollbar-width:thin;scrollbar-color:#283752 #04060a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#04060a;border-left:1px solid #1c2433}::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1c273a,#283752);border:1px solid #2c3951}:focus-visible{outline-offset:2px;outline:1px dashed #e8a23f}@keyframes titlebar-sweep{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes amber-pulse{0%,to{color:#e8a23f;text-shadow:none}50%{color:#efbc76;text-shadow:0 0 10px #e8a23f99}}@keyframes window-open{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
