@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{color:#182124;font-synthesis:none;--bg:#f4f6f7;--surface:#fff;--surface-2:#eef2f2;--line:#d8e0e1;--text:#182124;--muted:#68777b;--brand:#087c68;--brand-strong:#056353;--brand-soft:#e0f3ef;--yellow:#f3b72e;--yellow-soft:#fff5d8;--blue:#3476bd;--blue-soft:#e9f2fc;--red:#d74e47;--red-soft:#fceae8;--shadow:0 10px 30px #1f303414;background:#f4f6f7;font-family:Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root[data-theme=dark]{color:#e9efef;--bg:#111718;--surface:#192123;--surface-2:#222d2f;--line:#344245;--text:#edf3f3;--muted:#a3b0b3;--brand:#43c7aa;--brand-strong:#75d8c2;--brand-soft:#163c35;--yellow:#f5c34d;--yellow-soft:#41351b;--blue:#70aee9;--blue-soft:#1c3349;--red:#ee7770;--red-soft:#462725;--shadow:0 12px 34px #00000038;background:#111718}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 32%, transparent);outline-offset:2px}input:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 32%, transparent);outline-offset:2px}select:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 32%, transparent);outline-offset:2px}textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 32%, transparent);outline-offset:2px}a:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 32%, transparent);outline-offset:2px}button:disabled{opacity:.48;cursor:not-allowed}a{color:inherit}svg{stroke-width:2px;flex:none;width:20px;height:20px}.auth-page{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}.auth-page:before{content:"";background:var(--brand);z-index:0;position:fixed;top:0;bottom:0;left:0;right:50%}.auth-panel{z-index:1;background:var(--surface);border:1px solid var(--line);width:min(100%,460px);box-shadow:var(--shadow);border-radius:8px;padding:48px;position:relative}.brand-mark{background:var(--brand);color:#fff;border-radius:8px;place-items:center;width:64px;height:64px;margin-bottom:26px;display:grid}.brand-mark svg{width:34px;height:34px}.brand-mark.small{width:52px;height:52px}.brand-mark.small svg{width:27px;height:27px}.eyebrow{color:var(--brand);margin:0 0 7px;font-size:12px;font-weight:800}.auth-panel h1{letter-spacing:0;margin:0;font-size:34px;line-height:1.25}.auth-copy{color:var(--muted);margin:16px 0 30px;line-height:1.7}.auth-form{gap:18px;display:grid}.theme-float{z-index:2;border:1px solid var(--line);background:var(--surface);cursor:pointer;width:46px;height:46px;box-shadow:var(--shadow);border-radius:50%;place-items:center;display:grid;position:fixed;top:24px;right:24px}.field{gap:7px;min-width:0;display:grid}.field>span{color:var(--muted);font-size:13px;font-weight:700}.field small{color:var(--muted);font-size:12px}input,select,textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:6px;min-height:46px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:color-mix(in srgb, var(--muted) 78%, transparent);opacity:1}input:hover,select:hover,textarea:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--line))}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent);outline:0}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;cursor:pointer}:root[data-theme=dark] input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}input:-webkit-autofill{-webkit-text-fill-color:var(--text);box-shadow:0 0 0 1000px var(--surface) inset}textarea{resize:vertical;line-height:1.65}.custom-select{min-width:0;position:relative}.custom-select-trigger{border:1px solid var(--line);background:var(--surface);width:100%;min-height:46px;color:var(--text);cursor:pointer;text-align:left;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px 9px 13px;transition:border-color .15s,box-shadow .15s;display:flex}.custom-select-trigger:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--line))}.custom-select.open .custom-select-trigger{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent)}.custom-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-select-trigger .placeholder{color:var(--muted)}.custom-select-trigger svg{width:18px;color:var(--muted);transition:transform .15s}.custom-select.open .custom-select-trigger svg{color:var(--brand);transform:rotate(180deg)}.custom-select-menu{z-index:90;border:1px solid var(--line);background:var(--surface);border-radius:7px;max-height:260px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 38px #0e1c1f2e}.custom-select-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:40px;padding:8px 9px;display:flex}.custom-select-menu button:hover,.custom-select-menu button[aria-selected=true]{background:var(--brand-soft);color:var(--brand)}.custom-select-menu button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-select-menu button svg{width:16px}.custom-select-empty{color:var(--muted);padding:12px 9px;font-size:12px}.multi-select-menu{max-height:320px}.multi-select-menu button i{border:1px solid var(--line);border-radius:4px;flex:none;place-items:center;width:22px;height:22px;font-style:normal;display:grid}.multi-select-menu button[aria-selected=true] i{border-color:var(--brand);background:var(--brand);color:#fff}:root[data-theme=dark] .multi-select-menu button[aria-selected=true] i{color:#09231e}.multi-select-menu .multi-select-all{z-index:1;border-bottom:1px solid var(--line);background:var(--surface-2);color:var(--brand);border-radius:0;position:sticky;top:-5px}.multi-select-all strong{font-size:11px}.date-picker{min-width:0;position:relative}.date-picker-trigger{border:1px solid var(--line);background:var(--surface);width:100%;min-height:46px;color:var(--text);cursor:pointer;text-align:left;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px 9px 13px;transition:border-color .15s,box-shadow .15s;display:flex}.date-picker-trigger:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--line))}.date-picker.open .date-picker-trigger{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent)}.date-picker-trigger .placeholder{color:var(--muted)}.date-picker-trigger svg{width:18px;color:var(--brand)}.calendar-popover{z-index:95;border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(330px,100vw - 48px);padding:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 42px #0e1c1f33}.calendar-popover>header{justify-content:space-between;align-items:center;min-height:36px;padding:0 1px 9px;display:flex}.calendar-popover>header strong{font-size:14px}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-weekdays span{height:30px;color:var(--muted);place-items:center;font-size:11px;font-weight:700;display:grid}.calendar-weekdays span:first-child{color:var(--red)}.calendar-weekdays span:last-child{color:var(--blue)}.calendar-grid{gap:2px}.calendar-grid button{aspect-ratio:1;min-width:0;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:5px;font-size:12px;font-weight:600}.calendar-grid button:hover{background:var(--brand-soft);color:var(--brand)}.calendar-grid button.outside{color:color-mix(in srgb, var(--muted) 48%, transparent)}.calendar-grid button.today{box-shadow:inset 0 0 0 1px var(--brand);color:var(--brand)}.calendar-grid button.selected{background:var(--brand);color:#fff;box-shadow:none}:root[data-theme=dark] .calendar-grid button.selected{color:#09231e}.calendar-popover>footer{border-top:1px solid var(--line);justify-content:flex-end;margin-top:8px;padding-top:7px;display:flex}.password-wrap{position:relative}.password-wrap input{padding-right:46px}.inside-icon{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:5px;right:5px}.form-error{color:var(--red);background:var(--red-soft);border-radius:6px;margin:-4px 0 0;padding:10px 12px;font-size:13px;font-weight:600}.check-line{cursor:pointer;align-items:center;gap:9px;font-size:14px;display:flex}.check-line input{width:18px;min-height:18px;accent-color:var(--brand)}.primary-btn,.secondary-btn,.danger-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-weight:700;display:inline-flex}.primary-btn{background:var(--brand);color:#fff}:root[data-theme=dark] .primary-btn{color:#09231e}.primary-btn:hover{background:var(--brand-strong)}.secondary-btn{background:var(--surface);border-color:var(--line);color:var(--text)}.secondary-btn:hover{border-color:var(--brand);color:var(--brand)}.danger-btn{background:var(--red-soft);color:var(--red);border-color:color-mix(in srgb, var(--red) 25%, transparent)}.primary-btn.full{width:100%;min-height:50px}.full-width{width:100%}.primary-btn.small,.secondary-btn.small,.danger-btn.small{min-height:34px;padding:6px 10px;font-size:12px}.primary-btn.small svg,.secondary-btn.small svg,.danger-btn.small svg{width:16px;height:16px}.text-btn{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:6px;font-weight:700}.text-btn.inline{min-height:auto;padding:0}.text-link{color:var(--brand);cursor:pointer;background:0 0;border:0;align-items:center;gap:2px;font-weight:700;display:flex}.text-link svg{width:17px;height:17px}.icon-btn{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;place-items:center;width:40px;height:40px;display:inline-grid}.icon-btn:hover{border-color:var(--brand);color:var(--brand)}.icon-btn.small{width:34px;height:34px}.icon-btn.small svg{width:16px;height:16px}.icon-btn.danger,.danger-text{color:var(--red)}.row-actions{align-items:center;gap:7px;display:flex}.app-shell{min-height:100vh}.app-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:30;align-items:center;height:72px;padding:0 max(24px,50vw - 720px);display:flex;position:sticky;top:0}.brand{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:250px;padding:0;display:flex}.brand-icon{background:var(--brand);color:#fff;border-radius:6px;place-items:center;width:40px;height:40px;display:grid}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{color:var(--muted);margin-top:1px;font-size:11px}.desktop-nav{align-self:stretch;display:flex}.desktop-nav button,.mobile-nav button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:flex;position:relative}.desktop-nav button{padding:0 19px}.desktop-nav button:after{content:"";background:0 0;height:3px;position:absolute;bottom:0;left:19px;right:19px}.desktop-nav button.active{color:var(--brand)}.desktop-nav button.active:after{background:var(--brand)}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.user-chip{background:var(--surface-2);border-radius:6px;align-items:center;gap:7px;padding:7px 11px;font-size:13px;font-weight:700;display:flex}.user-chip svg{width:17px;height:17px;color:var(--brand)}.mobile-nav{display:none}.content{width:min(100% - 40px,1440px);margin:0 auto;padding:38px 0 80px}.site-footer{width:min(100% - 40px,1440px);min-height:52px;color:var(--muted);justify-content:center;align-items:center;gap:14px;margin:-52px auto 24px;font-size:11px;display:flex}.site-footer button{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:5px;font-weight:700}.site-footer button:hover{text-decoration:underline}.site-footer.auth-footer{z-index:2;width:auto;color:color-mix(in srgb, var(--text) 68%, transparent);margin:0;position:fixed;bottom:12px;left:20px;right:20px}.privacy-modal{width:min(100%,760px)!important}.privacy-policy{gap:18px;padding:22px;display:grid}.privacy-effective{background:var(--brand-soft);width:max-content;color:var(--brand);border-radius:4px;margin:0;padding:5px 8px;font-size:11px;font-weight:700}.privacy-policy section{border-bottom:1px solid var(--line);padding-bottom:16px}.privacy-policy section:last-child{border-bottom:0;padding-bottom:0}.privacy-policy h3{margin:0 0 7px;font-size:14px}.privacy-policy p{color:var(--muted);word-break:keep-all;margin:0;font-size:12px;line-height:1.75}.page-title{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.page-title h1{margin:0;font-size:29px;line-height:1.3}.page-title>div>p:last-child:not(.eyebrow){color:var(--muted);margin:8px 0 0;font-size:14px}.section-band,.records-panel,.editor-panel,.settings-section{background:var(--surface);border:1px solid var(--line);border-radius:8px}.section-band{margin-top:22px;padding:26px}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.section-heading h2{margin:0;font-size:20px}.section-heading .eyebrow{margin-bottom:4px}.count{background:var(--surface-2);min-width:28px;height:24px;color:var(--muted);vertical-align:2px;border-radius:12px;place-items:center;margin-left:5px;padding:0 7px;font-size:12px;display:inline-grid}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat{background:var(--surface);border:1px solid var(--line);border-radius:8px;align-items:center;gap:16px;min-height:112px;padding:20px;display:flex}.stat>span{background:var(--brand-soft);width:48px;height:48px;color:var(--brand);border-radius:6px;place-items:center;display:grid}.stat.warn>span{background:var(--yellow-soft);color:#ae7610}.stat small,.stat strong{display:block}.stat small{color:var(--muted);margin-bottom:4px}.stat strong{font-size:25px}.stat em,.summary-shift em{color:var(--muted);margin-left:3px;font-size:12px;font-style:normal;font-weight:600}.admin-home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-home-stats .stat{min-height:118px}.stat-detail{max-width:620px;color:var(--muted);word-break:keep-all;margin:7px 0 0;font-size:11px;line-height:1.5}.home-board-panel{padding:0;overflow:visible}.home-board-heading{justify-content:space-between;align-items:flex-end;gap:20px;padding:24px 26px 18px;display:flex}.home-board-heading h2{margin:0;font-size:21px}.home-board-heading p:last-child{color:var(--muted);margin:6px 0 0;font-size:12px}.home-board-heading>strong{color:var(--brand);white-space:nowrap;font-size:14px}.home-board-date{padding:0 26px 22px}.home-board-date .field,.home-board-date .date-picker{width:100%}.home-board-date .date-picker-trigger{min-height:52px;font-size:16px;font-weight:700}.home-site-summary{border-top:1px solid var(--line)}.home-site-row{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) 78px auto;align-items:center;gap:13px;min-height:82px;padding:13px 26px;display:grid}.home-site-row:last-child{border-bottom:0}.home-site-icon{background:var(--brand-soft);width:40px;height:40px;color:var(--brand);border-radius:6px;place-items:center;display:grid}.home-site-icon svg{width:20px;height:20px}.home-site-name strong,.home-site-name small,.home-site-count strong,.home-site-count small{display:block}.home-site-name strong{font-size:16px}.home-site-name small{color:var(--muted);margin-top:4px;font-size:11px}.home-site-count{text-align:right}.home-site-count strong{color:var(--brand);font-size:22px}.home-site-count small{color:var(--muted);font-size:10px}.home-site-row .secondary-btn{min-width:132px}.notice-list{border-top:1px solid var(--line)}.notice-row{border-bottom:1px solid var(--line)}.notice-main{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:14px;width:100%;min-height:72px;padding:13px 2px;display:flex}.notice-main>svg{color:var(--muted);margin-left:auto;transition:transform .18s}.notice-main>svg.rotate{transform:rotate(180deg)}.notice-pin{background:var(--surface-2);width:38px;height:38px;color:var(--muted);border-radius:6px;place-items:center;display:grid}.notice-pin svg{width:18px;height:18px}.notice-pin.pinned{background:var(--brand-soft);color:var(--brand)}.notice-heading{min-width:0}.notice-heading strong,.notice-heading small{display:block}.notice-heading strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notice-heading small{color:var(--muted);margin-top:5px;font-size:11px}.notice-content{padding:0 54px 20px}.notice-content p{white-space:pre-wrap;color:var(--muted);margin:0 0 16px;line-height:1.75}.summary-total{grid-template-columns:1fr 1fr;gap:14px;display:grid}.summary-shift{border:1px solid var(--line);border-radius:7px;overflow:hidden}.summary-shift header{background:var(--yellow-soft);color:#9c6810;align-items:center;gap:8px;padding:14px 16px;font-weight:800;display:flex}.summary-shift.night header{background:var(--blue-soft);color:var(--blue)}.summary-shift header strong{color:var(--text);margin-left:auto}.summary-shift>div{grid-template-columns:1fr 1fr;display:grid}.summary-shift>div span{padding:14px 16px}.summary-shift>div span+span{border-left:1px solid var(--line)}.summary-shift small,.summary-shift strong{display:block}.summary-shift small{color:var(--muted);font-size:11px}.summary-shift>div strong{margin-top:3px;font-size:20px}.site-summary{margin-top:24px}.site-summary h3{margin:0 0 12px;font-size:15px}.responsive-table{border:1px solid var(--line);border-radius:6px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--line);text-align:center;padding:12px 14px;font-size:13px}th{background:var(--surface-2);color:var(--muted);font-size:12px}td:first-child,th:first-child{text-align:left}td:first-child{font-weight:700}td:first-child svg{vertical-align:-3px;width:16px;height:16px;color:var(--brand);margin-right:6px;display:inline}tr:last-child td{border-bottom:0}.assignment-list{gap:12px;display:grid}.assignment-list.compact{grid-template-columns:repeat(3,1fr)}.assignment-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;display:flex;overflow:hidden}.assignment-list.compact .assignment-card{display:flex}.date-block{text-align:center;background:var(--surface-2);border-right:1px solid var(--line);flex:none;place-content:center;width:76px;display:grid}.date-block strong{font-size:26px;line-height:1}.date-block span{color:var(--muted);margin-top:5px;font-size:12px}.assignment-list.compact .date-block{background:var(--brand-soft);border-right:1px solid color-mix(in srgb, var(--brand) 28%, var(--line));width:82px;min-height:150px;color:var(--brand-strong);padding:14px 8px}.assignment-list.compact .date-block strong{font-size:32px;display:block}.assignment-list.compact .date-block span{color:var(--brand);font-size:13px;font-weight:800;display:block}.assignment-main{flex:1;min-width:0;padding:16px 18px}.assignment-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.assignment-top>div{flex-wrap:wrap;gap:6px;display:flex}.assignment-top>strong{color:var(--muted);font-size:12px}.shift-badge,.option-badge{border-radius:5px;align-items:center;gap:4px;min-height:26px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.shift-badge svg{width:13px;height:13px}.shift-badge.day{background:var(--yellow-soft);color:#a66e0d}.shift-badge.night{background:var(--blue-soft);color:var(--blue)}.option-badge{background:var(--brand-soft);color:var(--brand)}.option-badge.cancelled{background:var(--red-soft);color:var(--red)}.assignment-main h3{margin:12px 0 7px;font-size:19px}.assignment-main>p{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:5px 0 0;font-size:13px;display:flex}.assignment-main>p svg{width:15px;height:15px}.assignment-main>p a{color:var(--brand);align-items:center;gap:4px;margin-left:5px;font-weight:700;text-decoration:none;display:inline-flex}.assignment-card.cancelled{opacity:.66}.ack-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:12px;display:flex}.ack{color:var(--muted);align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.ack svg{width:15px;height:15px}.ack.done{color:var(--brand)}.ack.pending{color:#b47712}.segmented{background:var(--surface-2);border:1px solid var(--line);border-radius:7px;margin-bottom:20px;padding:4px;display:inline-flex}.segmented button{min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 16px;font-weight:700}.segmented button.active{background:var(--surface);color:var(--brand);box-shadow:0 2px 8px #0000000f}.notification-warning{border:1px solid color-mix(in srgb, var(--yellow) 60%, var(--line));background:var(--yellow-soft);width:100%;min-height:92px;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:20px;padding:17px 19px;display:grid}.notification-warning>span:first-child{background:var(--surface);color:#a66e0d;border-radius:7px;place-items:center;width:48px;height:48px;display:grid}.notification-warning>span:first-child svg{width:24px;height:24px}.notification-warning strong,.notification-warning small{display:block}.notification-warning strong{font-size:16px;line-height:1.45}.notification-warning small{color:var(--muted);margin-top:5px;font-size:13px}.notification-warning em{color:#8a5b08;white-space:nowrap;align-items:center;gap:4px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.notification-warning em svg{width:16px;height:16px}.schedule-month-list{gap:26px;display:grid}.schedule-month-group{padding-left:26px;position:relative}.schedule-month-group:before{content:"";background:color-mix(in srgb, var(--brand) 25%, var(--line));width:2px;position:absolute;top:23px;bottom:-27px;left:10px}.schedule-month-group:last-child:before{bottom:calc(100% - 24px)}.schedule-month-group>header{align-items:center;gap:10px;min-height:46px;margin-bottom:12px;display:flex}.schedule-month-group>header>span{background:var(--brand);color:#fff;width:23px;height:23px;box-shadow:0 0 0 5px var(--bg);border-radius:50%;place-items:center;display:grid;position:absolute;left:-1px}:root[data-theme=dark] .schedule-month-group>header>span{color:#09231e}.schedule-month-group>header>span svg{width:13px;height:13px}.schedule-month-group>header strong{font-size:21px}.schedule-month-group>header em{background:var(--brand-soft);color:var(--brand);border-radius:5px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:800}.settings-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.settings-section{padding:24px}.settings-section:last-child{grid-column:1/-1}.settings-section>header{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.settings-section>header>svg{color:var(--brand)}.settings-section h2{margin:0;font-size:18px}.settings-section header p{color:var(--muted);margin:5px 0 0;font-size:13px}.settings-section>.primary-btn{margin-top:16px}.device-slots{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:10px;display:grid}.device-slots>div{border:1px solid var(--line);background:var(--surface-2);min-height:72px;color:var(--muted);border-radius:7px;align-items:center;gap:9px;padding:12px;display:flex}.device-slots>div.connected{border-color:color-mix(in srgb, var(--brand) 45%, var(--line));background:var(--brand-soft);color:var(--brand)}.device-slots>div>svg:first-child{width:21px}.device-slots>div>svg:last-child{width:17px;margin-left:auto}.device-slots span,.device-slots strong,.device-slots small{display:block}.device-slots strong{color:var(--text);font-size:13px}.device-slots small{margin-top:2px;font-size:11px}.setting-line{background:var(--surface-2);border-radius:6px;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.setting-line strong,.setting-line span{display:block}.setting-line span{color:var(--muted);margin-top:3px;font-size:12px}.toggle{cursor:pointer;background:#aeb8ba;border:0;border-radius:16px;width:48px;height:28px;padding:3px;transition:background .18s}.toggle span{background:#fff;border-radius:50%;width:22px;height:22px;margin:0;transition:transform .18s;display:block;box-shadow:0 1px 4px #00000040}.toggle.on{background:var(--brand)}.toggle.on span{transform:translate(20px)}.ios-push-guide{border:1px solid color-mix(in srgb, var(--blue) 38%, var(--line));background:var(--blue-soft);border-radius:8px;margin:14px 0;padding:18px}.ios-push-guide>header{align-items:flex-start;gap:10px;display:flex}.ios-push-guide>header>svg{color:var(--blue);margin-top:2px}.ios-push-guide h3{margin:0;font-size:16px}.ios-push-guide header p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.55}.ios-push-guide ol{gap:12px;margin:16px 0 0;padding:0;list-style:none;display:grid}.ios-push-guide li{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;display:grid}.ios-push-guide li>span{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.ios-push-guide li strong,.ios-push-guide li small{display:block}.ios-push-guide li strong{font-size:13px;line-height:1.5}.ios-push-guide li small{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.6}.ios-push-guide li small svg{vertical-align:-3px;width:14px;height:14px;color:var(--blue);margin-right:4px}.form-grid{gap:14px;display:grid}.form-grid.two{grid-template-columns:1fr 1fr;align-items:start}.form-grid.two>.field{align-content:start}.admin-tabs{background:var(--surface);border:1px solid var(--line);border-radius:8px;margin-bottom:18px;padding:5px;display:flex;overflow-x:auto}.admin-tabs button{min-width:120px;height:48px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.admin-tabs button.active{background:var(--brand);color:#fff}:root[data-theme=dark] .admin-tabs button.active{color:#09231e}.support-workspace{overflow:hidden;padding:0!important}.support-workspace-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.support-workspace-header h2{align-items:center;gap:8px;margin:0;font-size:21px;display:flex}.support-workspace-header h2 svg{color:var(--brand)}.support-workspace-header>div>p:last-child{color:var(--muted);margin:6px 0 0;font-size:13px}.support-chat-feed{background:var(--surface-2);flex-direction:column;gap:12px;min-height:360px;max-height:56vh;padding:20px 24px;display:flex;overflow-y:auto}.support-chat-guide{border:1px solid color-mix(in srgb, var(--brand) 30%, var(--line));background:var(--brand-soft);color:var(--brand);text-align:center;border-radius:7px;padding:13px 15px}.support-chat-guide strong,.support-chat-guide span{display:block}.support-chat-guide strong{font-size:13px}.support-chat-guide span{margin-top:4px;font-size:11px;line-height:1.55}.support-chat-closed{background:var(--surface);color:var(--muted);border-radius:5px;align-self:center;padding:7px 12px;font-size:11px}.support-chat-empty{min-height:210px;color:var(--muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:7px;display:flex}.support-chat-empty svg{width:30px;height:30px}.support-chat-empty strong{color:var(--text)}.support-chat-empty span{font-size:12px}.support-message-row{display:flex}.support-message-row.mine{justify-content:flex-end}.support-message-row.reply{justify-content:flex-start}.support-message-bubble{border:1px solid var(--line);background:var(--surface);border-radius:7px;max-width:min(76%,650px);padding:10px 13px;box-shadow:0 3px 12px #1932300d}.support-message-row.mine .support-message-bubble{border-color:color-mix(in srgb, var(--brand) 42%, var(--line));background:var(--brand-soft)}.support-message-bubble>small{color:var(--muted);font-size:10px;display:block}.support-message-bubble>p{white-space:pre-wrap;word-break:break-word;margin:6px 0 0;font-size:13px;line-height:1.65}.support-image-grid{grid-template-columns:repeat(3,minmax(0,130px));gap:6px;margin-top:9px;display:grid}.support-image-grid button{aspect-ratio:1;border:1px solid var(--line);background:var(--surface);cursor:zoom-in;border-radius:5px;padding:0;overflow:hidden}.support-image-grid img{object-fit:cover;width:100%;height:100%;display:block}.support-chat-error{border-top:1px solid color-mix(in srgb, var(--red) 35%, var(--line));background:var(--red-soft);color:var(--red);padding:10px 24px;font-size:12px;font-weight:700}.support-composer{border-top:1px solid var(--line);background:var(--surface);padding:16px 24px 20px}.support-composer textarea{resize:vertical;min-height:98px}.support-composer-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;display:flex}.support-composer-actions>span{color:var(--muted);align-items:center;gap:5px;margin-right:auto;font-size:11px;display:inline-flex}.support-composer-actions>span svg{width:15px;height:15px}.support-preview-grid{grid-template-columns:repeat(auto-fill,76px);gap:8px;margin-top:10px;display:grid}.support-preview-grid>div{aspect-ratio:1;border:1px solid var(--line);border-radius:6px;width:76px;position:relative;overflow:hidden}.support-preview-grid img{object-fit:cover;width:100%;height:100%}.support-preview-grid button{color:#fff;cursor:pointer;background:#111718d1;border:0;border-radius:50%;place-items:center;width:25px;height:25px;padding:0;display:grid;position:absolute;top:3px;right:3px}.support-preview-grid button svg{width:14px;height:14px}.support-image-viewer{z-index:220;background:#070d0ed6;place-items:center;padding:24px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.support-image-viewer>div{color:#fff;text-align:center;gap:8px;max-width:min(94vw,1100px);max-height:92vh;display:grid;position:relative}.support-image-viewer img{object-fit:contain;max-width:100%;max-height:calc(92vh - 38px)}.support-image-viewer button{z-index:1;color:#fff;cursor:pointer;background:#000000b8;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:8px;right:8px}.admin-workspace{grid-template-columns:minmax(330px,410px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.editor-panel,.records-panel{padding:24px}.editor-panel{position:sticky;top:90px}.records-panel.standalone{min-height:480px}.assignment-form{gap:15px;display:grid}.choice-group,.checkbox-group{grid-template-columns:1fr 1fr;gap:8px;display:grid}.choice-group button{border:1px solid var(--line);background:var(--surface);cursor:pointer;min-height:44px;color:var(--muted);border-radius:6px;justify-content:center;align-items:center;gap:7px;font-weight:700;display:flex}.choice-group button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.checkbox-group label{cursor:pointer}.checkbox-group input{opacity:0;width:1px;min-height:1px;position:absolute}.checkbox-group span{border:1px solid var(--line);min-height:44px;color:var(--muted);border-radius:6px;place-items:center;font-weight:700;display:grid}.checkbox-group input:checked+span{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.assign-submit{min-height:48px;margin-top:3px}.filter-bar{grid-template-columns:150px 150px minmax(180px,1fr);gap:10px;margin-bottom:18px;display:grid}.filter-bar .field>span{display:none}.search-input{min-width:0;position:relative}.search-input svg{z-index:1;width:18px;color:var(--muted);position:absolute;top:13px;left:12px}.search-input input{padding-left:38px}.wide-search{max-width:420px;margin-bottom:18px}.admin-list .assignment-main{padding:14px 16px}.people-grid{gap:9px;display:grid}.person-row{border:1px solid var(--line);border-radius:7px;grid-template-columns:46px minmax(160px,1fr) 120px auto;align-items:center;gap:12px;padding:13px;display:grid}.person-row.inactive,.site-card.inactive{opacity:.58}.avatar{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:6px;place-items:center;font-weight:800;display:grid}.person-info strong,.person-info>span{display:block}.person-info>span,.person-info a{color:var(--muted);margin-top:3px;font-size:12px}.person-info a{color:var(--brand);align-items:center;gap:4px;font-weight:700;text-decoration:none;display:flex}.person-info a svg{width:13px;height:13px}.push-state span{color:var(--muted);align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.push-state span.connected{color:var(--brand)}.push-state svg{width:14px;height:14px}.person-actions{gap:6px;display:flex}.site-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.site-card{border:1px solid var(--line);border-radius:8px;padding:18px}.site-card header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.site-card header>span{background:var(--brand-soft);width:40px;height:40px;color:var(--brand);border-radius:6px;place-items:center;display:grid}.site-card header>div{min-width:0}.site-card header h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;overflow:hidden}.site-card header small{color:var(--brand);font-size:11px}.site-card header .icon-btn{margin-left:auto}.site-card>p{color:var(--muted);align-items:flex-start;gap:7px;margin:9px 0;font-size:12px;line-height:1.55;display:flex}.site-card>p svg{width:15px;height:15px;margin-top:2px}.site-card>p a{color:var(--brand);align-items:center;gap:4px;font-weight:700;text-decoration:none;display:inline-flex}.site-card>p a svg{width:13px;height:13px}.site-notes{border-top:1px solid var(--line);padding-top:9px}.history-list{border-top:1px solid var(--line)}.history-list article{border-bottom:1px solid var(--line);gap:13px;padding:15px 2px;display:flex}.history-icon{background:var(--surface-2);width:36px;height:36px;color:var(--muted);border-radius:6px;flex:none;place-items:center;display:grid}.history-icon.acknowledged,.history-icon.notified{color:var(--brand);background:var(--brand-soft)}.history-icon.cancelled,.history-icon.notification_failed{color:var(--red);background:var(--red-soft)}.history-icon svg{width:17px;height:17px}.history-list article>div{min-width:0}.history-list article>div>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.history-list article strong{font-size:13px}.history-list article span{color:var(--muted);font-size:12px}.history-list article p{color:var(--muted);overflow-wrap:anywhere;margin:5px 0;font-size:12px}.history-list article small{color:var(--muted);font-size:10px}.modal-backdrop{z-index:100;background:#050e0fa3;place-items:center;padding:18px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal{background:var(--surface);border:1px solid var(--line);width:min(100%,500px);max-height:calc(100vh - 36px);box-shadow:var(--shadow);border-radius:8px;overflow-y:auto}.modal.wide{width:min(100%,700px)}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:66px;padding:12px 20px;display:flex}.modal h2{margin:0;font-size:19px}.forced-password{z-index:200}.forced-password .modal>header{align-items:center}.forced-password .modal>header>svg{width:28px;height:28px;color:var(--brand)}.forced-password .modal>header .eyebrow{margin-bottom:3px}.forced-copy{background:var(--brand-soft);color:var(--brand-strong);border-radius:6px;margin:0;padding:12px 13px;font-size:13px;line-height:1.65}.confirm-backdrop{z-index:220}.confirm-modal{grid-template-columns:48px 1fr;gap:14px;width:min(100%,430px);padding:24px;display:grid;overflow:visible}.confirm-icon{background:var(--red-soft);width:48px;height:48px;color:var(--red);border-radius:7px;place-items:center;display:grid}.confirm-icon svg{width:25px;height:25px}.confirm-body h2{margin:1px 0 7px;font-size:18px}.confirm-body p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.65}.confirm-content{grid-column:1/-1}.confirm-modal .modal-actions{grid-column:1/-1;padding-top:8px}.modal-form{gap:16px;padding:22px;display:grid}.modal-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.confirm-icon.warning{background:var(--yellow-soft);color:#a66e0d}.confirm-modal.has-content{width:min(100%,650px)}.worker-move-confirm{gap:12px;display:grid}.worker-move-date{border:1px solid var(--line);background:var(--surface-2);min-height:42px;color:var(--muted);border-radius:6px;align-items:center;gap:7px;padding:10px 12px;font-size:12px;display:flex}.worker-move-date svg{width:17px;height:17px;color:var(--brand)}.worker-move-date strong{color:var(--text);margin-left:auto;font-size:13px}.worker-move-route{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:stretch;gap:8px;display:grid}.worker-move-place{border:1px solid var(--line);background:var(--surface);border-radius:7px;gap:10px;min-width:0;padding:13px;display:grid}.worker-move-place.current{border-left:4px solid var(--muted)}.worker-move-place.target{border-left:4px solid var(--brand);background:var(--brand-soft)}.worker-move-place>span{color:var(--muted);font-size:11px;font-weight:800}.worker-move-place>strong{overflow-wrap:anywhere;font-size:15px}.worker-move-place>div{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.worker-move-arrow{width:22px;height:22px;color:var(--brand);align-self:center}.unit-label{background:var(--brand-soft);color:var(--brand);vertical-align:2px;border-radius:4px;margin-left:8px;padding:3px 7px;font-size:11px;display:inline-flex}.assignment-board-panel{padding:0;overflow:visible}.board-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding:24px;display:flex}.board-toolbar h2{margin:2px 0 6px;font-size:22px}.board-toolbar>div:first-child>p:last-child{color:var(--muted);margin:0;font-size:13px}.board-toolbar-controls{flex:none;align-items:flex-end;gap:8px;display:flex}.board-toolbar-controls .field{width:190px}.board-toolbar-controls .icon-btn{width:46px;height:46px}.board-save,.board-draft,.board-overview-btn{min-height:46px}.board-draft-warning{color:#654600;background:#fff8df;border:1px solid #d9a62e;border-radius:7px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;margin:14px 22px 0;padding:14px 16px;display:grid}.board-draft-warning>span{color:#815900;background:#ffe8a6;border-radius:6px;place-items:center;width:40px;height:40px;display:grid}.board-draft-warning>span svg{width:20px;height:20px}.board-draft-warning strong,.board-draft-warning p,.board-draft-warning small{display:block}.board-draft-warning strong{font-size:14px}.board-draft-warning p{margin:4px 0 0;font-size:12px;line-height:1.65}.board-draft-warning small{color:#846b2b;margin-top:5px;font-size:10px}:root[data-theme=dark] .board-draft-warning{color:#ffe49a;background:#2d2819;border-color:#80611d}:root[data-theme=dark] .board-draft-warning>span{color:#ffd76e;background:#493b18}:root[data-theme=dark] .board-draft-warning small{color:#d5bf7d}.notification-job-strip{border:1px solid var(--line);background:var(--surface-2);border-radius:7px;grid-template-columns:38px minmax(210px,1fr) minmax(180px,1.25fr) auto;align-items:center;gap:12px;margin:14px 22px 0;padding:12px 14px;display:grid}.notification-job-strip.active{border-color:color-mix(in srgb, var(--brand) 48%, var(--line));background:var(--brand-soft)}.notification-job-strip.warning{border-color:color-mix(in srgb, #a66e0d 45%, var(--line))}.notification-job-strip-icon{background:var(--surface);width:36px;height:36px;color:var(--brand);border-radius:6px;place-items:center;display:grid}.notification-job-strip-icon svg{width:18px;height:18px}.notification-job-strip>div:nth-child(2){min-width:0}.notification-job-strip strong,.notification-job-strip small{display:block}.notification-job-strip strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.notification-job-strip small{color:var(--muted);margin-top:3px;font-size:10px}.notification-job-strip-gauge{background:color-mix(in srgb, var(--muted) 18%, transparent);border-radius:4px;min-width:0;height:7px;overflow:hidden}.notification-job-strip-gauge>span{border-radius:inherit;background:var(--brand);height:100%;transition:width .25s;display:block}.notification-progress-modal{overflow:hidden;width:min(94vw,720px)!important}.notification-progress-body{min-height:0;max-height:calc(90vh - 68px);padding:20px;overflow-y:auto}.notification-progress-summary{gap:13px;display:grid}.notification-progress-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.notification-progress-heading>div{min-width:0}.notification-progress-heading>span{background:var(--surface-2);width:38px;height:38px;color:var(--brand);border-radius:6px;flex:none;place-items:center;display:grid}.notification-progress-heading>span.failed{color:#b23b35}.notification-progress-heading>span svg{width:19px;height:19px}.notification-progress-heading strong,.notification-progress-heading small{display:block}.notification-progress-heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.notification-progress-heading small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.5}.notification-progress-heading>em{color:var(--brand);flex:none;font-size:23px;font-style:normal;font-weight:900}.notification-progress-track{background:var(--surface-2);height:12px;box-shadow:inset 0 0 0 1px var(--line);border-radius:6px;overflow:hidden}.notification-progress-track span{border-radius:inherit;background:var(--brand);height:100%;transition:width .25s;display:block}.notification-progress-counts{border:1px solid var(--line);border-radius:7px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.notification-progress-counts>span{border-right:1px solid var(--line);text-align:center;min-width:0;padding:10px 7px}.notification-progress-counts>span:last-child{border-right:0}.notification-progress-counts strong,.notification-progress-counts small{display:block}.notification-progress-counts strong{font-size:16px}.notification-progress-counts small{color:var(--muted);margin-top:3px;font-size:9px}.notification-site-groups{gap:10px;margin-top:16px;display:grid}.notification-site-group{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.notification-site-group>header{border-bottom:1px solid var(--line);background:var(--surface-2);grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-height:48px;padding:8px 12px;display:grid}.notification-site-group>header>span{background:var(--brand-soft);width:28px;height:28px;color:var(--brand);border-radius:5px;place-items:center;display:grid}.notification-site-group>header>span svg{width:15px;height:15px}.notification-site-group>header>div{min-width:0}.notification-site-group>header strong,.notification-site-group>header small{display:block}.notification-site-group>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.notification-site-group>header small{color:var(--muted);margin-top:2px;font-size:9px}.notification-target-list{display:grid}.notification-target-row{border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;padding:8px 12px;display:grid}.notification-target-row:last-child{border-bottom:0}.notification-target-row>.avatar{border-radius:4px;width:24px;height:24px;font-size:10px}.notification-target-row>div{min-width:0}.notification-target-row strong,.notification-target-row small{display:block}.notification-target-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.notification-target-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.notification-target-row>em{background:var(--surface-2);color:var(--muted);white-space:nowrap;border-radius:4px;padding:4px 7px;font-size:9px;font-style:normal;font-weight:800}.notification-target-row>em svg{vertical-align:-2px;width:11px;height:11px;margin-right:4px}.notification-target-row.success>em{background:var(--brand-soft);color:var(--brand)}.notification-target-row.skipped>em{background:var(--yellow-soft);color:#8a5a00}.notification-target-row.failed>em{background:var(--red-soft);color:#a23530}:root[data-theme=dark] .notification-target-row.skipped>em{color:var(--yellow)}.notification-progress-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;margin-top:16px;padding-top:14px;display:flex}.notification-progress-footer>span{color:var(--muted);align-items:center;gap:6px;font-size:10px;line-height:1.55;display:flex}.notification-progress-footer>span svg{width:15px;height:15px;color:var(--brand);flex:none}.notification-progress-footer button{flex:none}.site-board-list{display:grid}.site-board{border-bottom:1px solid var(--line);background:var(--surface);min-width:0}.site-board:last-child{border-bottom:0}.site-board-header{width:100%;min-height:82px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr) auto 24px;align-items:center;gap:13px;padding:14px 22px;display:grid}.site-board-header:hover{background:var(--surface-2)}.site-board.draft .site-board-header{background:#fffaf0}.site-board.draft .site-board-header:hover{background:#fff5dd}.site-board.expanded .site-board-header{background:var(--brand-soft)}:root[data-theme=dark] .site-board.draft .site-board-header{background:#2a271f}:root[data-theme=dark] .site-board.draft .site-board-header:hover{background:#302b1e}:root[data-theme=dark] .site-board.draft.expanded .site-board-header{background:var(--brand-soft)}.site-board-icon{background:var(--surface-2);width:42px;height:42px;color:var(--brand);border-radius:6px;place-items:center;display:grid}.site-board.expanded .site-board-icon{background:var(--surface)}.site-board-icon svg{width:21px;height:21px}.site-board-title,.site-board-progress{min-width:0}.site-board-title strong,.site-board-title small,.site-board-progress strong,.site-board-progress small{display:block}.site-board-title strong{font-size:17px}.site-board-title small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.draft-site-badge{color:#755100;white-space:nowrap;background:#ffe7a1;border-radius:4px;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin-top:6px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:800;display:inline-flex}.draft-site-badge svg{width:12px;height:12px}:root[data-theme=dark] .draft-site-badge{color:#ffd86d;background:#4a3b15}.site-board-progress{text-align:right;min-width:74px}.site-board-progress strong{color:var(--brand);font-size:17px}.site-board-progress strong em{color:var(--muted);font-size:12px;font-style:normal}.site-board-progress small{color:var(--muted);font-size:10px}.site-board-header>svg{width:20px;color:var(--muted);transition:transform .18s}.site-board.expanded .site-board-header>svg{transform:rotate(180deg)}.site-board-body{background:var(--surface-2);border-top:1px solid var(--line);min-width:0;padding:16px 22px 20px}.board-table-scroll{border:1px solid var(--line);background:var(--surface);overscroll-behavior:contain;border-radius:7px;width:100%;max-width:100%;overflow:auto}.assignment-grid-table{table-layout:fixed;min-width:680px}.assignment-grid-table tbody th{background:var(--surface-2);width:82px;color:var(--text);text-align:center;font-size:12px}.assignment-grid-table tbody tr:last-child th,.assignment-grid-table tbody tr:last-child td{border-bottom:0}.board-table-cell{vertical-align:middle;height:78px;padding:0!important}.board-table-cell.day.occupied{background:#fff9e9}.board-table-cell.night.occupied{background:#f2f6ff}:root[data-theme=dark] .board-table-cell.day.occupied{background:#29271e}:root[data-theme=dark] .board-table-cell.night.occupied{background:#202735}.board-cell-content{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:78px;display:grid}.board-cell-edit{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-content:center;gap:7px;padding:9px 10px;display:grid}.board-cell-edit:hover{background:color-mix(in srgb, var(--brand) 7%, transparent)}.board-cell-summary{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.board-cell-summary>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.overview-work-badges{justify-content:flex-end;gap:4px;display:flex}.overview-work-badges em{white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:800}.overview-work-badges .early{color:#087666;background:#d7f3ef}.overview-work-badges .overtime{color:#6348bd;background:#e9e4ff}.overview-work-badges .regular{color:#526166;background:#e8edef}:root[data-theme=dark] .overview-work-badges .early{color:#70dbc4;background:#16443b}:root[data-theme=dark] .overview-work-badges .overtime{color:#c9bcff;background:#37305d}:root[data-theme=dark] .overview-work-badges .regular{color:#b7c2c4;background:#303b3e}.board-cell-ack{align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.board-cell-ack svg{width:12px;height:12px}.board-cell-ack.done{color:var(--brand)}.board-cell-ack.pending{color:#9a6500}:root[data-theme=dark] .board-cell-ack.pending{color:#f4c65b}.board-cell-phone{border-left:1px solid var(--line);min-width:128px;color:var(--blue);justify-content:center;align-items:center;gap:5px;padding:8px 10px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.board-cell-phone:hover{background:var(--blue-soft);text-decoration:underline}.board-cell-phone svg{width:13px;height:13px}.board-cell-empty{width:100%;min-height:78px;color:var(--muted);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px;display:flex}.board-cell-empty:hover{background:var(--brand-soft);color:var(--brand)}.board-cell-empty strong{color:var(--text);font-size:15px}.board-cell-empty span{align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.board-cell-empty svg{width:14px;height:14px}.add-unit-btn{border:1px dashed var(--brand);background:var(--brand-soft);width:100%;min-height:44px;color:var(--brand);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-weight:800;display:flex}.add-unit-btn svg{width:17px;height:17px}.slot-editor-summary{background:var(--surface-2);border-radius:6px;align-items:flex-start;gap:10px;padding:12px;display:flex}.slot-editor-summary p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.worker-picker-list{gap:7px;max-height:280px;padding:3px;display:grid;overflow-y:auto}.worker-picker-list>button{border:1px solid var(--line);background:var(--surface);width:100%;min-height:64px;color:var(--text);text-align:left;cursor:pointer;border-radius:7px;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:9px;display:grid}.worker-picker-list>button:hover,.worker-picker-list>button.selected{border-color:var(--brand);background:var(--brand-soft)}.worker-picker-list>button>span:nth-child(2){min-width:0}.worker-picker-list strong,.worker-picker-list small,.worker-picker-list em{display:block}.worker-picker-list strong{font-size:14px}.worker-picker-list small{color:var(--muted);margin-top:2px;font-size:11px}.worker-picker-list em{color:var(--brand);margin-top:3px;font-size:10px;font-style:normal;font-weight:700}.worker-picker-list>button>svg{width:20px;color:var(--brand)}.slot-editor-actions{grid-template-columns:auto 1fr auto auto;display:grid}.board-save-bar{border-top:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:12px 22px;display:none}.board-save-bar.visible{z-index:20;display:flex;position:sticky;bottom:0}.board-save-bar span{color:var(--muted);font-size:12px;font-weight:700}.board-save-bar>div{gap:8px;display:flex}.overview-modal{overflow:hidden;width:min(96vw,1180px)!important}.overview-modal-body{grid-template-rows:auto minmax(0,1fr);max-height:calc(100vh - 104px);display:grid}.overview-toolbar{border-bottom:1px solid var(--line);background:var(--surface-2);justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:12px 16px;display:flex}.overview-site-tabs{scrollbar-width:thin;gap:6px;min-width:0;display:flex;overflow-x:auto}.overview-site-tabs button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--muted);cursor:pointer;border-radius:5px;flex:none;padding:7px 11px;font-size:12px;font-weight:700}.overview-site-tabs button.active{border-color:var(--brand);background:var(--brand);color:#fff}:root[data-theme=dark] .overview-site-tabs button.active{color:#09231e}.overview-zoom{border:1px solid var(--line);background:var(--surface);border-radius:6px;flex:none;align-items:center;gap:5px;padding:3px;display:flex}.overview-zoom button{cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:32px;height:32px;display:grid}.overview-zoom button:hover:not(:disabled){background:var(--brand-soft);color:var(--brand)}.overview-zoom button svg{width:17px;height:17px}.overview-zoom span{min-width:36px;color:var(--muted);text-align:center;font-size:10px;font-weight:700}.overview-scroll{overscroll-behavior:contain;background:var(--bg);min-height:0;overflow:auto}.overview-sheet{gap:18px;padding:18px;transition:min-width .18s,padding .18s,gap .18s;display:grid}.overview-scroll.zoom-0 .overview-sheet{gap:12px;min-width:650px;padding:12px}.overview-scroll.zoom-1 .overview-sheet{min-width:820px}.overview-scroll.zoom-2 .overview-sheet{gap:22px;min-width:1040px;padding:22px}.overview-scroll.zoom-0 .overview-site-section>header{min-height:52px;padding:7px 10px}.overview-scroll.zoom-2 .overview-site-section>header{min-height:72px;padding:13px 18px}.overview-scroll.zoom-0 .overview-table th,.overview-scroll.zoom-0 .overview-table td{padding:5px 7px}.overview-scroll.zoom-2 .overview-table th,.overview-scroll.zoom-2 .overview-table td{padding:11px 14px}.overview-scroll.zoom-0 .overview-table thead th{height:34px;font-size:10px}.overview-scroll.zoom-2 .overview-table thead th{height:50px;font-size:14px}.overview-scroll.zoom-0 .overview-cell{height:62px}.overview-scroll.zoom-2 .overview-cell{height:94px}.overview-scroll.zoom-0 .overview-cell strong{font-size:12px}.overview-scroll.zoom-2 .overview-cell strong{font-size:16px}.overview-scroll.zoom-0 .overview-phone{font-size:8px}.overview-scroll.zoom-2 .overview-phone{font-size:10px}.overview-scroll.zoom-0 .overview-ack{font-size:8px}.overview-scroll.zoom-2 .overview-ack{font-size:11px}.overview-site-section{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.overview-site-section>header{border-bottom:1px solid var(--line);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:10px 14px;display:grid}.overview-site-section>header>span{background:var(--brand-soft);width:36px;height:36px;color:var(--brand);border-radius:5px;place-items:center;display:grid}.overview-site-section>header>span svg{width:19px;height:19px}.overview-site-section>header h3{margin:0;font-size:16px}.overview-site-section>header small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.overview-site-section>header>strong{color:var(--brand);font-size:13px}.overview-table{table-layout:fixed;min-width:0}.overview-table th,.overview-table td{padding:8px 10px}.overview-table thead th{height:42px;font-size:12px}.overview-table thead th:first-child,.overview-table tbody th{text-align:center;width:82px}.overview-table thead th.day{color:#704900;background:#ffdc83}.overview-table thead th.night{color:#284c9b;background:#cedbff}:root[data-theme=dark] .overview-table thead th.day{color:#ffdc78;background:#5a4313}:root[data-theme=dark] .overview-table thead th.night{color:#c7d3ff;background:#2d396c}.overview-table thead svg{vertical-align:-2px;width:14px;height:14px;margin-right:5px}.overview-table tbody th{background:var(--surface-2);color:var(--text);font-size:12px}.overview-cell{text-align:left;vertical-align:middle;height:78px}.overview-cell.day.occupied{background:#fff9e9}.overview-cell.night.occupied{background:#f2f6ff}:root[data-theme=dark] .overview-cell.day.occupied{background:#29271e}:root[data-theme=dark] .overview-cell.night.occupied{background:#202735}.overview-cell>div{grid-template-columns:minmax(80px,1fr) auto;align-items:center;gap:5px 10px;min-width:0;display:grid}.overview-cell strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.overview-phone{color:var(--blue);align-items:center;gap:4px;font-size:9px;font-weight:700;text-decoration:none;display:flex}.overview-phone:hover{text-decoration:underline}.overview-phone svg{width:11px;height:11px}.overview-ack{color:var(--muted);grid-column:2;justify-self:end;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.overview-ack svg{width:11px;height:11px}.overview-ack.done{color:var(--brand)}.overview-ack.pending{color:#a66e0d}:root[data-theme=dark] .overview-ack.pending{color:var(--yellow)}@media (max-width:639px){.app-header .header-actions{flex:none;gap:6px}.app-header .user-chip{border-radius:50%;place-items:center;width:44px;min-width:44px;height:44px;padding:0;display:inline-grid}.app-header .user-chip>span{display:none}}.overview-empty{color:var(--muted);font-size:14px;font-weight:700}.toast{z-index:150;color:#fff;background:#153d35;border-radius:7px;align-items:center;gap:8px;max-width:min(420px,100vw - 32px);padding:13px 16px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 40px #00000040}.toast.error{background:#8b2f2b}.loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;min-height:170px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.empty strong{color:var(--text)}.empty span{font-size:12px}@media (max-width:1100px){.assignment-list.compact{grid-template-columns:1fr}.stat-grid,.site-grid{grid-template-columns:1fr 1fr}.person-row{grid-template-columns:46px minmax(150px,1fr) auto}.push-state{display:none}.person-actions{grid-column:2/-1}.board-toolbar{flex-direction:column;align-items:flex-start}.board-toolbar-controls{width:100%}.board-toolbar-controls .field{flex:1}}@media (max-width:820px){.auth-page:before{top:0;bottom:50%;left:0;right:0}.app-header{height:62px;padding:0 14px}.brand{width:auto}.brand-icon{width:38px;height:38px}.brand strong{font-size:13px}.desktop-nav,.user-chip span{display:none}.user-chip{padding:8px}.header-actions .icon-btn{width:38px;height:38px}.content{width:calc(100% - 24px);padding:26px 0 100px}.site-footer{width:calc(100% - 24px);margin:-72px auto calc(84px + env(safe-area-inset-bottom));flex-direction:column;gap:2px}.site-footer.auth-footer{flex-direction:row;gap:8px;width:auto;margin:0;bottom:8px}.mobile-nav{height:calc(68px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);z-index:40;background:var(--surface);border-top:1px solid var(--line);display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{flex-direction:column;flex:1;justify-content:center;gap:3px;font-size:10px}.mobile-nav button svg{width:21px;height:21px}.mobile-nav button.active{color:var(--brand)}.page-title{align-items:flex-start;margin-bottom:22px}.page-title h1{font-size:24px}.page-title>div>p:last-child:not(.eyebrow){line-height:1.55}.section-band,.editor-panel,.records-panel,.settings-section{padding:18px}.home-board-panel{padding:0}.home-board-heading{padding:20px 16px 15px;display:block}.home-board-heading>strong{margin-top:10px;display:block}.home-board-date{padding:0 16px 18px}.home-site-row{grid-template-columns:38px minmax(0,1fr) 54px;gap:10px;padding:14px 16px}.home-site-icon{width:36px;height:36px}.home-site-count strong{font-size:19px}.home-site-row .secondary-btn{grid-column:2/4;width:100%;min-width:0}.section-heading h2{font-size:18px}.summary-total,.settings-grid{grid-template-columns:1fr}.settings-section:last-child{grid-column:auto}.admin-workspace{grid-template-columns:1fr}.editor-panel{position:static}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar .search-input{grid-column:1/-1}.site-grid{grid-template-columns:1fr}.toast{right:16px;bottom:calc(82px + env(safe-area-inset-bottom))}}@media (max-width:560px){.auth-page{align-items:center;padding:14px}.auth-panel{padding:30px 22px}.auth-panel h1{font-size:28px}.theme-float{width:42px;height:42px;top:15px;right:15px}.brand small{display:none}.header-actions{gap:5px}.page-title{display:block}.stat-grid{grid-template-columns:1fr 1fr;gap:8px}.stat{min-height:94px;padding:13px;display:block}.stat>span{width:36px;height:36px;margin-bottom:9px}.stat>span svg{width:18px;height:18px}.stat strong{font-size:20px}.notice-content{padding:0 4px 18px 52px}.summary-shift header,.summary-shift>div span{padding:12px}.assignment-card{display:block}.date-block{border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start;align-items:center;gap:6px;width:100%;height:auto;min-height:44px;padding:0 14px;display:flex}.date-block strong{font-size:17px}.date-block span{margin:0}.assignment-list.compact .assignment-card{display:flex}.assignment-list.compact .date-block{border-right:1px solid color-mix(in srgb, var(--brand) 28%, var(--line));border-bottom:0;place-content:center;width:82px;min-height:160px;padding:12px 7px;display:grid}.assignment-list.compact .date-block strong{font-size:32px}.assignment-list.compact .date-block span{margin-top:5px}.assignment-main{padding:14px}.assignment-main h3{font-size:18px}.ack-row{flex-direction:column;align-items:flex-start}.ack-row>.primary-btn{width:100%}.ack-row .row-actions{align-self:flex-end}.segmented{width:100%;display:flex}.segmented button{flex:1;padding:7px 8px}.notification-warning{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:15px}.notification-warning>span:first-child{width:42px;height:42px}.notification-warning strong{font-size:14px}.notification-warning small{font-size:12px}.notification-warning em{grid-column:2;justify-self:start}.schedule-month-group{padding-left:21px}.schedule-month-group:before{left:8px}.schedule-month-group>header>span{left:-3px}.schedule-month-group>header strong{font-size:19px}.admin-tabs{border-left:0;border-right:0;border-radius:0;margin-left:-12px;margin-right:-12px}.admin-tabs button{flex-direction:column;gap:3px;min-width:68px;height:56px;padding:0 2px;font-size:10px}.admin-tabs button svg{width:18px;height:18px}.assignment-form .field{width:100%}.filter-bar{grid-template-columns:1fr}.filter-bar .search-input{grid-column:auto}.person-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.person-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.person-actions button{padding:6px 4px}.person-actions button svg{display:none}.site-card{padding:15px}.modal-backdrop{align-items:end;padding:0}.modal,.modal.wide{border-radius:8px 8px 0 0;width:100%;max-height:92vh}.modal-form{padding:18px}.form-grid.two,.device-slots{grid-template-columns:1fr}.ios-push-guide{padding:15px}.support-workspace-header{padding:18px 16px}.support-workspace-header>div>p:last-child{line-height:1.55}.support-chat-feed{min-height:330px;max-height:48vh;padding:16px 12px}.support-message-bubble{max-width:88%}.support-image-grid{grid-template-columns:repeat(2,minmax(0,110px))}.support-composer{padding:13px 12px calc(16px + env(safe-area-inset-bottom))}.support-composer-actions{grid-template-columns:1fr 1fr;display:grid}.support-composer-actions>span{grid-column:1/-1;margin:0}.support-composer-actions>button{width:100%}.support-image-viewer{padding:10px}.modal-actions>button{flex:1}.confirm-modal.has-content{gap:12px;padding:18px 16px}.worker-move-date{flex-wrap:wrap;align-items:flex-start}.worker-move-date strong{width:100%;margin-left:24px}.worker-move-route{grid-template-columns:1fr}.worker-move-arrow{justify-self:center;transform:rotate(90deg)}.worker-move-place{padding:12px}.board-toolbar{gap:16px;padding:18px}.board-toolbar h2{font-size:19px}.board-toolbar-controls{grid-template-columns:minmax(0,1fr) 46px;display:grid}.board-toolbar-controls .field{width:auto}.board-toolbar-controls .board-save,.board-toolbar-controls .board-draft,.board-toolbar-controls .board-overview-btn{grid-column:1/-1;width:100%}.board-draft-warning{grid-template-columns:36px minmax(0,1fr);gap:10px;margin:12px 12px 0;padding:12px}.board-draft-warning>span{width:36px;height:36px}.board-draft-warning strong{font-size:13px}.board-draft-warning p{font-size:11px}.notification-job-strip{grid-template-columns:36px minmax(0,1fr);margin:12px 12px 0;padding:11px}.notification-job-strip-gauge,.notification-job-strip>button{grid-column:1/-1;width:100%}.notification-progress-modal{max-height:96vh!important}.notification-progress-body{max-height:calc(96vh - 66px);padding:15px 13px calc(18px + env(safe-area-inset-bottom))}.notification-progress-heading{gap:8px}.notification-progress-heading strong{font-size:14px}.notification-progress-heading>em{font-size:20px}.notification-progress-counts{grid-template-columns:repeat(3,minmax(0,1fr))}.notification-progress-counts>span{border-bottom:1px solid var(--line)}.notification-progress-counts>span:nth-child(3){border-right:0}.notification-progress-counts>span:nth-child(n+4){border-bottom:0}.notification-progress-counts>span:last-child{border-right:0}.notification-target-row{grid-template-columns:20px minmax(0,1fr) auto;padding:8px 10px}.notification-progress-footer{flex-direction:column;align-items:stretch}.notification-progress-footer button{width:100%}.site-board-header{grid-template-columns:40px minmax(0,1fr) auto 18px;gap:9px;min-height:76px;padding:12px 14px}.site-board-icon{width:38px;height:38px}.site-board-title strong{font-size:15px}.draft-site-badge{font-size:9px}.site-board-progress{min-width:58px}.site-board-progress strong{font-size:15px}.site-board-body{padding:10px 10px 14px}.assignment-grid-table{min-width:660px}.board-cell-phone{min-width:116px;padding:7px}.slot-editor-summary{display:block}.slot-editor-summary p{margin-top:8px}.worker-picker-list{max-height:34vh}.slot-editor-actions{grid-template-columns:1fr 1fr}.slot-editor-actions>span{display:none}.slot-editor-actions .danger-btn{grid-column:1/-1}.board-save-bar{bottom:calc(68px + env(safe-area-inset-bottom));padding:10px 12px}.board-save-bar span{display:none}.board-save-bar>div{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);width:100%;display:grid}.board-save-bar button{width:100%;min-width:0;padding-left:8px;padding-right:8px}.overview-modal{max-height:96vh!important}.overview-modal-body{max-height:calc(96vh - 66px)}.overview-toolbar{flex-direction:column;align-items:stretch;padding:10px 12px}.overview-zoom{align-self:flex-end}.overview-sheet{padding:12px}}:root{--fleet-accent-rgb:59 130 246;--fleet-surface:#fffffff5;--fleet-surface-solid:#fff;--fleet-surface-muted:#f8fafc;--fleet-line:#94a3b83d;--fleet-line-strong:#64748b57;--fleet-ink:#0f172a;--fleet-copy:#475569;--fleet-shadow-sm:0 0 0 1px #0f172a06, 0 8px 22px -17px #0f172a52;--fleet-shadow-md:0 0 0 1px #0f172a09, 0 20px 46px -28px #0f172a57;--fleet-shadow-lg:0 0 0 1px #0f172a0b, 0 30px 76px -34px #0f172a70;--fleet-backdrop:#0f172a52;--fleet-focus:rgb(var(--fleet-accent-rgb) / .2)}:root.theme-dark,:root[data-theme=dark]{--fleet-surface:#1f232bf5;--fleet-surface-solid:#20242c;--fleet-surface-muted:#272c35;--fleet-line:#ffffff1a;--fleet-line-strong:#ffffff2b;--fleet-ink:#f8fafc;--fleet-copy:#cbd5e1;--fleet-shadow-sm:0 0 0 1px #ffffff12, 0 12px 26px -20px #000000d1;--fleet-shadow-md:0 0 0 1px #ffffff17, 0 24px 50px -30px #000000e0;--fleet-shadow-lg:0 0 0 1px #ffffff1c, 0 34px 84px -36px #000000f0;--fleet-backdrop:#02061780}:root.theme-pink,:root[data-theme=pink]{--fleet-accent-rgb:236 72 153;--fleet-surface:#fffffff7;--fleet-surface-solid:#fff;--fleet-surface-muted:#fff8fa;--fleet-line:#f472b62b;--fleet-line-strong:#f43f5e40;--fleet-ink:#2f1720;--fleet-copy:#6b4654;--fleet-shadow-sm:0 0 0 1px #f43f5e09, 0 9px 24px -18px #9f123947;--fleet-shadow-md:0 0 0 1px #f43f5e0b, 0 22px 48px -30px #9f123952;--fleet-shadow-lg:0 0 0 1px #f43f5e0e, 0 32px 78px -38px #9f123961;--fleet-backdrop:#4c051947}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout,.app-shell{color:var(--fleet-ink);background:radial-gradient(circle at 8% -12%, rgb(var(--fleet-accent-rgb) / .04), transparent 34%), linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%)!important}:root.theme-dark .app-layout,:root.theme-dark .app-shell,:root[data-theme=dark] .app-layout,:root[data-theme=dark] .app-shell{background:radial-gradient(circle at 8% -12%,#60a5fa0a,#0000 34%),linear-gradient(#171a20 0%,#12151a 100%)!important}:root.theme-pink .app-layout,:root.theme-pink .app-shell,:root[data-theme=pink] .app-layout,:root[data-theme=pink] .app-shell{background:radial-gradient(circle at 8% -12%,#f472b60a,#0000 34%),linear-gradient(#fffdfd 0%,#fff7fa 100%)!important}.app-content-viewport,.app-shell>.content,.auth-page{--fleet-accent-rgb:59 130 246;overscroll-behavior:contain;color:var(--fleet-ink);background:linear-gradient(180deg, #ffffff52, transparent 8rem), radial-gradient(circle at 94% 2%, rgb(var(--fleet-accent-rgb) / .018), transparent 20rem);position:relative}:root.theme-dark .app-content-viewport,:root.theme-dark .app-shell>.content,:root.theme-dark .auth-page,:root[data-theme=dark] .app-content-viewport,:root[data-theme=dark] .app-shell>.content,:root[data-theme=dark] .auth-page{background:linear-gradient(#ffffff03,#0000 6rem),radial-gradient(circle at 94% 2%,#60a5fa06,#0000 20rem)}.app-content-viewport[data-page=lobby]{--fleet-accent-rgb:59 130 246}.app-content-viewport[data-page=check_my_info]{--fleet-accent-rgb:99 102 241}.app-content-viewport[data-page=attendance]{--fleet-accent-rgb:16 185 129}.app-content-viewport[data-page=bosstimer]{--fleet-accent-rgb:245 158 11}.app-content-viewport[data-page=participation]{--fleet-accent-rgb:14 165 233}.app-content-viewport[data-page=combat_power_lookup]{--fleet-accent-rgb:139 92 246}.app-content-viewport[data-page=boss]{--fleet-accent-rgb:6 182 212}.app-content-viewport[data-page=distribution]{--fleet-accent-rgb:34 197 94}.app-content-viewport[data-page=member_bank]{--fleet-accent-rgb:20 184 166}.app-content-viewport[data-page=ledger]{--fleet-accent-rgb:245 158 11}.app-content-viewport[data-page=auction_bid]{--fleet-accent-rgb:239 68 68}.app-content-viewport[data-page=items]{--fleet-accent-rgb:168 85 247}.app-content-viewport[data-page=mypage]{--fleet-accent-rgb:37 99 235}.app-content-viewport[data-page=admin]{--fleet-accent-rgb:79 70 229}.app-content-viewport:before,.app-shell>.content:before{content:"";z-index:20;pointer-events:none;background:linear-gradient(90deg, transparent, rgb(var(--fleet-accent-rgb) / .46) 24%, rgb(var(--fleet-accent-rgb) / .7) 50%, rgb(var(--fleet-accent-rgb) / .46) 76%, transparent);opacity:.56;height:3px;position:absolute;top:0;bottom:auto;left:0;right:0}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(h1,h2,h3){color:var(--fleet-ink);text-wrap:balance;letter-spacing:-.025em}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(h1,h2,h3){color:var(--fleet-ink);text-wrap:balance;letter-spacing:-.025em}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(p,li,figcaption){text-wrap:pretty}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(p,li,figcaption){text-wrap:pretty}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){border-color:var(--fleet-line);box-shadow:var(--fleet-shadow-md)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){border-color:var(--fleet-line);box-shadow:var(--fleet-shadow-md)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ])>:-webkit-any(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){box-shadow:var(--fleet-shadow-sm)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ])>:is(.card,.panel,[class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){box-shadow:var(--fleet-shadow-sm)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(button,[role=button],a[class*=button],a[class*=btn]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(button,[role=button],a[class*=button],a[class*=btn]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(button,[role=button],a[class*=button],a[class*=btn]):not(:disabled):active{transform:scale(.96)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(button,[role=button],a[class*=button],a[class*=btn]):not(:disabled):active{transform:scale(.96)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(button,[role=button],a,input,select,textarea):focus-visible{border-color:rgb(var(--fleet-accent-rgb) / .72)!important;box-shadow:0 0 0 3px var(--fleet-focus), 0 8px 20px -12px rgb(var(--fleet-accent-rgb) / .42)!important;outline:none!important}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(button,[role=button],a,input,select,textarea):focus-visible{border-color:rgb(var(--fleet-accent-rgb) / .72)!important;box-shadow:0 0 0 3px var(--fleet-focus), 0 8px 20px -12px rgb(var(--fleet-accent-rgb) / .42)!important;outline:none!important}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){border-color:var(--fleet-line-strong);min-height:2.75rem;color:var(--fleet-ink);border-radius:.75rem;transition-property:background-color,border-color,box-shadow;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){border-color:var(--fleet-line-strong);min-height:2.75rem;color:var(--fleet-ink);border-radius:.75rem;transition-property:background-color,border-color,box-shadow;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):hover{border-color:rgb(var(--fleet-accent-rgb) / .44)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):hover{border-color:rgb(var(--fleet-accent-rgb) / .44)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(input,select,textarea)::placeholder{color:color-mix(in srgb, var(--fleet-copy) 64%, transparent)}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(input,select,textarea)::placeholder{color:color-mix(in srgb, var(--fleet-copy) 64%, transparent)}:where(.app-content-viewport,.app-shell>.content) table{font-variant-numeric:tabular-nums;border-collapse:separate;border-spacing:0;width:100%}:where(.app-content-viewport,.app-shell>.content) thead th{color:color-mix(in srgb, var(--fleet-copy) 88%, var(--fleet-ink));background-color:color-mix(in srgb, rgb(var(--fleet-accent-rgb)) 4%, var(--fleet-surface-muted));border-color:var(--fleet-line);letter-spacing:-.012em;font-weight:700}:where(.app-content-viewport,.app-shell>.content) tbody tr{transition-property:background-color,box-shadow;transition-duration:.12s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content) tbody tr:hover{background-color:color-mix(in srgb, rgb(var(--fleet-accent-rgb)) 4.5%, transparent);box-shadow:inset 3px 0 0 rgb(var(--fleet-accent-rgb) / .34)}:where(.app-content-viewport,.app-shell>.content) :-webkit-any(th,td){border-color:var(--fleet-line)}:where(.app-content-viewport,.app-shell>.content) :is(th,td){border-color:var(--fleet-line)}.app-layout aside{box-shadow:12px 0 36px -30px #0f172a80;border-color:var(--fleet-line)!important;background-color:color-mix(in srgb, var(--fleet-surface-solid) 90%, transparent)!important}.app-shell :-webkit-any(.side-nav,.sidebar){box-shadow:12px 0 36px -30px #0f172a80;border-color:var(--fleet-line)!important;background-color:color-mix(in srgb, var(--fleet-surface-solid) 90%, transparent)!important}.app-shell :is(.side-nav,.sidebar){box-shadow:12px 0 36px -30px #0f172a80;border-color:var(--fleet-line)!important;background-color:color-mix(in srgb, var(--fleet-surface-solid) 90%, transparent)!important}.app-layout aside nav li>button{min-height:3.25rem;transition-property:background-color,color,box-shadow;transition-duration:.14s;transition-timing-function:ease-out;position:relative}.app-layout aside nav li>button:hover{background-color:color-mix(in srgb, rgb(var(--fleet-accent-rgb)) 6%, var(--fleet-surface-muted))!important}.app-layout>.sticky,.app-shell>header{box-shadow:0 1px 0 var(--fleet-line), 0 10px 24px -22px #0f172a80}:root.theme-dark .app-layout>.sticky,:root.theme-dark .app-shell>header,:root[data-theme=dark] .app-layout>.sticky,:root[data-theme=dark] .app-shell>header{box-shadow:0 1px #ffffff0e,0 10px 24px -22px #000000eb}:where(.app-content-viewport,.app-shell>.content) [class*=pagination] :-webkit-any(button,a){border-radius:.75rem;min-width:2.5rem;min-height:2.5rem;transition-property:transform,background-color,border-color,color,box-shadow;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content) [class*=pagination] :is(button,a){border-radius:.75rem;min-width:2.5rem;min-height:2.5rem;transition-property:transform,background-color,border-color,color,box-shadow;transition-duration:.15s;transition-timing-function:ease-out}:where(.app-content-viewport,.app-shell>.content) [class*=pagination] :-webkit-any(button,a):not(:disabled):hover{border-color:rgb(var(--fleet-accent-rgb) / .38);box-shadow:0 10px 22px -16px rgb(var(--fleet-accent-rgb) / .5);transform:translateY(-1px)}:where(.app-content-viewport,.app-shell>.content) [class*=pagination] :is(button,a):not(:disabled):hover{border-color:rgb(var(--fleet-accent-rgb) / .38);box-shadow:0 10px 22px -16px rgb(var(--fleet-accent-rgb) / .5);transform:translateY(-1px)}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate]){overscroll-behavior:contain;-webkit-backdrop-filter:blur(4px)saturate(.92);width:100%;min-height:100dvh;animation:.16s ease-out both fleet-backdrop-in;overflow:hidden auto;background-color:var(--fleet-backdrop)!important;justify-content:center!important;align-items:center!important;display:flex!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){border-radius:1.5rem;margin-block-start:auto;margin-block-end:auto;animation:.21s cubic-bezier(.2,.8,.2,1) both fleet-panel-in;position:relative;border-color:var(--fleet-line)!important;box-shadow:var(--fleet-shadow-lg)!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){border-radius:1.5rem;margin-block-start:auto;margin-block-end:auto;animation:.21s cubic-bezier(.2,.8,.2,1) both fleet-panel-in;position:relative;border-color:var(--fleet-line)!important;box-shadow:var(--fleet-shadow-lg)!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(button,input,select,textarea):focus-visible{border-color:rgb(var(--fleet-accent-rgb) / .72)!important;box-shadow:0 0 0 3px var(--fleet-focus)!important;outline:none!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(button,input,select,textarea):focus-visible{border-color:rgb(var(--fleet-accent-rgb) / .72)!important;box-shadow:0 0 0 3px var(--fleet-focus)!important;outline:none!important}:where(.app-content-viewport,.app-shell>.content) [aria-hidden=true][class*=absolute][class*=rounded-full]{opacity:.18!important}@keyframes fleet-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes fleet-panel-in{0%{opacity:0;filter:blur(3px);transform:translateY(14px)scale(.975)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (hover:hover) and (pointer:fine){:where(.app-content-viewport,.app-shell>.content) :-webkit-any(button,[role=button],a[class*=button],a[class*=btn]):not(:disabled):hover{filter:saturate(1.04)}:where(.app-content-viewport,.app-shell>.content) :is(button,[role=button],a[class*=button],a[class*=btn]):not(:disabled):hover{filter:saturate(1.04)}}@media (max-width:639px){.app-content-viewport:before,.app-shell>.content:before{height:2px}:where(.app-content-viewport,.app-shell>.content,.auth-page) :-webkit-any(button,[role=button]):not([class*=h-]):not([class*=size-]){min-height:2.75rem}:where(.app-content-viewport,.app-shell>.content,.auth-page) :is(button,[role=button]):not([class*=h-]):not([class*=size-]){min-height:2.75rem}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate]){padding:.75rem!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){border-radius:1.25rem;max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem)}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop,.app-content-viewport [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-black],.app-content-viewport div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){border-radius:1.25rem;max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop){filter:none!important;animation:none!important;transform:none!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop)>:-webkit-any(div,form,section){filter:none!important;animation:none!important;transform:none!important}:where(.modal-overlay,[class$=-modal-overlay],[class*=-modal-overlay\ ],[class$=-modal-backdrop],[class*=-modal-backdrop\ ],.privacy-policy-modal-overlay,.ledger-modal-backdrop,.boss-history-modal-backdrop,.attendance-sticky-modal-backdrop)>:is(div,form,section){filter:none!important;animation:none!important;transform:none!important}}:root{--ui-surface:#fffffff5;--ui-surface-solid:#fff;--ui-surface-muted:#f8fafc;--ui-line:#94a3b83d;--ui-line-strong:#64748b57;--ui-ink:#0f172a;--ui-copy:#475569;--ui-shadow-sm:0 0 0 1px #0f172a06, 0 7px 20px -16px #0f172a52;--ui-shadow-md:0 0 0 1px #0f172a09, 0 18px 42px -26px #0f172a57;--ui-shadow-lg:0 0 0 1px #0f172a0a, 0 28px 72px -34px #0f172a6b;--ui-modal-backdrop:#0f172a52}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:-webkit-any(div,form,section)[class*=rounded-][class*=bg-]>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]{border-top-left-radius:inherit;border-top-right-radius:inherit}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:is(div,form,section)[class*=rounded-][class*=bg-]>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]{border-top-left-radius:inherit;border-top-right-radius:inherit}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:-webkit-any(div,form,section)[class*=rounded-][class*=bg-]>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:inherit;border-top-right-radius:inherit}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:is(div,form,section)[class*=rounded-][class*=bg-]>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:inherit;border-top-right-radius:inherit}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:-webkit-any(div,form,section)[class*=rounded-][class*=bg-]>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:inherit;border-top-left-radius:inherit}:where(.app-page-stage,.app-content-viewport) [class*=fixed][class*=inset-0]>:is(div,form,section)[class*=rounded-][class*=bg-]>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:inherit;border-top-left-radius:inherit}.modal-backdrop>:-webkit-any(.modal,section,form)>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]{border-top-left-radius:inherit;border-top-right-radius:inherit}.modal-backdrop>:is(.modal,section,form)>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]{border-top-left-radius:inherit;border-top-right-radius:inherit}.modal-backdrop>:-webkit-any(.modal,section,form)>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:inherit;border-top-right-radius:inherit}.modal-backdrop>:is(.modal,section,form)>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:inherit;border-top-right-radius:inherit}.modal-backdrop>:-webkit-any(.modal,section,form)>:first-child:-webkit-any([class*=border-b],[class*=justify-between])[class*=bg-]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:inherit;border-top-left-radius:inherit}.modal-backdrop>:is(.modal,section,form)>:first-child:is([class*=border-b],[class*=justify-between])[class*=bg-]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:inherit;border-top-left-radius:inherit}:root.theme-dark{--ui-surface:#1f232bf5;--ui-surface-solid:#20242c;--ui-surface-muted:#272c35;--ui-line:#ffffff1a;--ui-line-strong:#ffffff29;--ui-ink:#f8fafc;--ui-copy:#cbd5e1;--ui-shadow-sm:0 0 0 1px #ffffff12, 0 10px 24px -18px #000000c7;--ui-shadow-md:0 0 0 1px #ffffff17, 0 22px 46px -28px #000000db;--ui-shadow-lg:0 0 0 1px #ffffff1a, 0 32px 80px -34px #000000eb;--ui-modal-backdrop:#02061780}:root.theme-pink{--ui-surface:#fffffff7;--ui-surface-solid:#fff;--ui-surface-muted:#fff8fa;--ui-line:#f472b629;--ui-line-strong:#f43f5e3d;--ui-ink:#2f1720;--ui-copy:#6b4654;--ui-shadow-sm:0 0 0 1px #f43f5e09, 0 8px 22px -17px #9f123942;--ui-shadow-md:0 0 0 1px #f43f5e0b, 0 20px 46px -28px #9f12394d;--ui-shadow-lg:0 0 0 1px #f43f5e0e, 0 30px 76px -36px #9f12395c;--ui-modal-backdrop:#4c051947}.app-layout{color:var(--ui-ink);background:radial-gradient(circle at 8% -12%,#3b82f60a,#0000 34%),linear-gradient(#fbfdff 0%,#f5f8fc 100%)!important}:root.theme-dark .app-layout{background:radial-gradient(circle at 8% -12%,#60a5fa0b,#0000 34%),linear-gradient(#171a20 0%,#12151a 100%)!important}:root.theme-pink .app-layout{background:radial-gradient(circle at 8% -12%,#f472b60a,#0000 34%),linear-gradient(#fffdfd 0%,#fff7fa 100%)!important}.app-content-viewport{--page-accent-rgb:59 130 246;overscroll-behavior:contain;background:linear-gradient(#ffffff57,#0000 8rem),radial-gradient(circle at 94% 2%,#3b82f605,#0000 20rem);position:relative}:root.theme-dark .app-content-viewport{background:linear-gradient(#ffffff03,#0000 6rem),radial-gradient(circle at 94% 2%,#60a5fa06,#0000 20rem)}:root.theme-dark .app-layout>.sticky{box-shadow:0 1px #ffffff0e,0 10px 24px -22px #000000eb}:root.theme-pink .app-content-viewport{background:linear-gradient(#ffffff3d,#0000 7rem),radial-gradient(circle at 94% 2%,#f472b605,#0000 20rem)}.app-page-stage{--page-accent-rgb:59 130 246;min-height:100%;color:var(--ui-ink);position:relative}.app-content-viewport[data-page=lobby],.app-page-stage[data-page=lobby]{--page-accent-rgb:59 130 246}.app-content-viewport[data-page=check_my_info],.app-page-stage[data-page=check_my_info]{--page-accent-rgb:99 102 241}.app-content-viewport[data-page=attendance],.app-page-stage[data-page=attendance]{--page-accent-rgb:16 185 129}.app-content-viewport[data-page=bosstimer],.app-page-stage[data-page=bosstimer]{--page-accent-rgb:245 158 11}.app-content-viewport[data-page=participation],.app-page-stage[data-page=participation]{--page-accent-rgb:14 165 233}.app-content-viewport[data-page=combat_power_lookup],.app-page-stage[data-page=combat_power_lookup]{--page-accent-rgb:139 92 246}.app-content-viewport[data-page=boss],.app-page-stage[data-page=boss]{--page-accent-rgb:6 182 212}.app-content-viewport[data-page=distribution],.app-page-stage[data-page=distribution]{--page-accent-rgb:34 197 94}.app-content-viewport[data-page=member_bank],.app-page-stage[data-page=member_bank]{--page-accent-rgb:20 184 166}.app-content-viewport[data-page=ledger],.app-page-stage[data-page=ledger]{--page-accent-rgb:245 158 11}.app-content-viewport[data-page=auction_bid],.app-page-stage[data-page=auction_bid]{--page-accent-rgb:239 68 68}.app-content-viewport[data-page=items],.app-page-stage[data-page=items]{--page-accent-rgb:168 85 247}.app-content-viewport[data-page=mypage],.app-page-stage[data-page=mypage]{--page-accent-rgb:37 99 235}.app-content-viewport[data-page=admin],.app-page-stage[data-page=admin]{--page-accent-rgb:79 70 229}.app-content-viewport:before{content:"";z-index:20;pointer-events:none;background:linear-gradient(90deg, transparent, rgb(var(--page-accent-rgb) / .48) 24%, rgb(var(--page-accent-rgb) / .72) 50%, rgb(var(--page-accent-rgb) / .48) 76%, transparent);opacity:.58;height:3px;position:absolute;top:0;bottom:auto;left:0;right:0}.app-page-stage :-webkit-any(h1,h2,h3){color:var(--ui-ink);text-wrap:balance;letter-spacing:-.025em}.app-page-stage :is(h1,h2,h3){color:var(--ui-ink);text-wrap:balance;letter-spacing:-.025em}.app-page-stage :-webkit-any(p,li,figcaption){text-wrap:pretty}.app-page-stage :is(p,li,figcaption){text-wrap:pretty}.app-page-stage :-webkit-any(.card,.panel,.combat-power-card,.participation-calculation-panel,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){border-color:var(--ui-line);background-color:var(--ui-surface);box-shadow:var(--ui-shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-page-stage :is(.card,.panel,.combat-power-card,.participation-calculation-panel,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){border-color:var(--ui-line);background-color:var(--ui-surface);box-shadow:var(--ui-shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-page-stage :-webkit-any(.member-bank-summary-card,.auction-bid-summary-card,.combat-power-mobile-card,.participation-overall-score-card,.attendance-warning-panel){box-shadow:var(--ui-shadow-sm);transition:transform .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out}.app-page-stage :is(.member-bank-summary-card,.auction-bid-summary-card,.combat-power-mobile-card,.participation-overall-score-card,.attendance-warning-panel){box-shadow:var(--ui-shadow-sm);transition:transform .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out}.app-page-stage :-webkit-any(button,[role=button]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}.app-page-stage :is(button,[role=button]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}.app-page-stage button:not(:disabled):active,.app-page-stage [role=button]:not([aria-disabled=true]):active{transform:scale(.96)}.app-page-stage :-webkit-any(button,[role=button],input,select,textarea):focus-visible{border-color:rgb(var(--page-accent-rgb) / .72)!important;box-shadow:0 0 0 3px rgb(var(--page-accent-rgb) / .18), 0 8px 20px -12px rgb(var(--page-accent-rgb) / .42)!important;outline:none!important}.app-page-stage :is(button,[role=button],input,select,textarea):focus-visible{border-color:rgb(var(--page-accent-rgb) / .72)!important;box-shadow:0 0 0 3px rgb(var(--page-accent-rgb) / .18), 0 8px 20px -12px rgb(var(--page-accent-rgb) / .42)!important;outline:none!important}.app-page-stage :-webkit-any(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){border-color:var(--ui-line-strong);background-color:color-mix(in srgb, var(--ui-surface-solid) 94%, transparent);min-height:2.75rem;color:var(--ui-ink);border-radius:.75rem;transition:background-color .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out,transform .15s ease-out}.app-page-stage :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){border-color:var(--ui-line-strong);background-color:color-mix(in srgb, var(--ui-surface-solid) 94%, transparent);min-height:2.75rem;color:var(--ui-ink);border-radius:.75rem;transition:background-color .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out,transform .15s ease-out}.app-page-stage :-webkit-any(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):hover{border-color:rgb(var(--page-accent-rgb) / .44)}.app-page-stage :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):hover{border-color:rgb(var(--page-accent-rgb) / .44)}.app-page-stage :-webkit-any(input,select,textarea)::placeholder{color:color-mix(in srgb, var(--ui-copy) 64%, transparent)}.app-page-stage :is(input,select,textarea)::placeholder{color:color-mix(in srgb, var(--ui-copy) 64%, transparent)}.app-page-stage table{font-variant-numeric:tabular-nums;border-collapse:separate;border-spacing:0;width:100%}.app-page-stage thead th{color:color-mix(in srgb, var(--ui-copy) 88%, var(--ui-ink));background-color:color-mix(in srgb, rgb(var(--page-accent-rgb)) 4%, var(--ui-surface-muted));border-color:var(--ui-line);letter-spacing:-.012em;font-weight:700}.app-page-stage tbody tr{transition:background-color .12s ease-out,box-shadow .12s ease-out}.app-page-stage tbody tr:hover{background-color:color-mix(in srgb, rgb(var(--page-accent-rgb)) 4.5%, transparent);box-shadow:inset 3px 0 0 rgb(var(--page-accent-rgb) / .36)}.app-page-stage :-webkit-any(th,td){border-color:var(--ui-line)}.app-page-stage :is(th,td){border-color:var(--ui-line)}.app-sidebar{box-shadow:12px 0 36px -30px #0f172a80;border-color:var(--ui-line)!important;background-color:color-mix(in srgb, var(--ui-surface-solid) 90%, transparent)!important}.app-sidebar nav li>button{border-radius:0 1rem 1rem 0;min-height:3.25rem;transition:background-color .14s ease-out,color .14s ease-out,box-shadow .14s ease-out;position:relative}.app-sidebar nav li>button:hover{background-color:color-mix(in srgb, var(--brand-500) 6%, var(--ui-surface-muted))!important}.app-sidebar nav li>button[class*=bg-slate-100]{box-shadow:inset 3px 0 0 var(--brand-500);background:linear-gradient(90deg, rgb(var(--brand-rgb,59 130 246) / .09), transparent)!important}.boss-history-pagination{border-radius:.75rem;overflow:hidden}.boss-history-pagination-pages{justify-content:center;align-items:center;gap:.25rem;min-width:13.75rem;display:inline-flex}.boss-history-pagination-pages.is-forward{animation:.165s cubic-bezier(.2,.8,.2,1) both pagination-window-forward}.boss-history-pagination-pages.is-backward{animation:.165s cubic-bezier(.2,.8,.2,1) both pagination-window-backward}@keyframes pagination-window-forward{0%{opacity:.35;filter:blur(2px);transform:translate(8px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes pagination-window-backward{0%{opacity:.35;filter:blur(2px);transform:translate(-8px)}to{opacity:1;filter:blur();transform:translate(0)}}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]){overscroll-behavior:contain;-webkit-backdrop-filter:blur(4px)saturate(.92);width:100%;min-height:100dvh;animation:.16s ease-out both unified-modal-backdrop-in;overflow:hidden auto;background-color:var(--ui-modal-backdrop)!important;justify-content:center!important;align-items:center!important;display:flex!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){border-radius:1.5rem;margin-block-start:auto;margin-block-end:auto;animation:.21s cubic-bezier(.2,.8,.2,1) both unified-modal-panel-in;position:relative;border-color:var(--ui-line)!important;box-shadow:var(--ui-shadow-lg)!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){border-radius:1.5rem;margin-block-start:auto;margin-block-end:auto;animation:.21s cubic-bezier(.2,.8,.2,1) both unified-modal-panel-in;position:relative;border-color:var(--ui-line)!important;box-shadow:var(--ui-shadow-lg)!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(h1,h2,h3){color:var(--ui-ink);text-wrap:balance;letter-spacing:-.025em}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(h1,h2,h3){color:var(--ui-ink);text-wrap:balance;letter-spacing:-.025em}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(input,select,textarea){border-color:var(--ui-line-strong);color:var(--ui-ink);border-radius:.75rem;transition:background-color .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(input,select,textarea){border-color:var(--ui-line-strong);color:var(--ui-ink);border-radius:.75rem;transition:background-color .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(button,[role=button]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(button,[role=button]){touch-action:manipulation;transition-property:transform,background-color,border-color,color,box-shadow,opacity,filter;transition-duration:.15s;transition-timing-function:ease-out}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) button:not(:disabled):active{transform:scale(.96)}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(button,input,select,textarea):focus-visible{border-color:var(--brand-500)!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-500) 20%, transparent)!important;outline:none!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(button,input,select,textarea):focus-visible{border-color:var(--brand-500)!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-500) 20%, transparent)!important;outline:none!important}.modal-icon-container{background:color-mix(in srgb, var(--brand-500) 9%, var(--ui-surface-muted));width:3.5rem;height:3.5rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-500) 12%, transparent);border-radius:1.1rem}:root.theme-dark .app-page-stage :-webkit-any(.card,.panel,.combat-power-card,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){background-color:var(--ui-surface-solid)!important;color:var(--ui-ink)!important}:root.theme-dark .app-page-stage :is(.card,.panel,.combat-power-card,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){background-color:var(--ui-surface-solid)!important;color:var(--ui-ink)!important}:root.theme-dark :where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){background-color:var(--ui-surface-solid)!important;color:var(--ui-ink)!important}:root.theme-dark :where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){background-color:var(--ui-surface-solid)!important;color:var(--ui-ink)!important}:root.theme-dark .app-page-stage :-webkit-any(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){color:#f8fafc!important;background-color:#292e37!important}:root.theme-dark .app-page-stage :is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){color:#f8fafc!important;background-color:#292e37!important}:root.theme-dark :where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :-webkit-any(input,select,textarea){color:#f8fafc!important;background-color:#292e37!important}:root.theme-dark :where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]) :is(input,select,textarea){color:#f8fafc!important;background-color:#292e37!important}:root.theme-pink .app-content-viewport:before{opacity:.46}:root.theme-pink .app-page-stage :-webkit-any(.card,.panel,.combat-power-card,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){border-color:var(--ui-line);box-shadow:var(--ui-shadow-md)}:root.theme-pink .app-page-stage :is(.card,.panel,.combat-power-card,.member-bank-search-panel,.member-bank-table-panel,.auction-bid-search-panel,.auction-bid-table-panel,.item-status-shell,.ledger-detail-panel,.boss-history-results,.check-my-info-section){border-color:var(--ui-line);box-shadow:var(--ui-shadow-md)}@keyframes unified-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes unified-modal-panel-in{0%{opacity:0;filter:blur(3px);transform:translateY(14px)scale(.975)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (hover:hover) and (pointer:fine){.app-page-stage :-webkit-any(.member-bank-summary-card,.auction-bid-summary-card,.combat-power-mobile-card,.participation-overall-score-card):hover{border-color:rgb(var(--page-accent-rgb) / .38);box-shadow:0 0 0 1px rgb(var(--page-accent-rgb) / .06), 0 18px 34px -22px rgb(var(--page-accent-rgb) / .36);transform:translateY(-3px)}.app-page-stage :is(.member-bank-summary-card,.auction-bid-summary-card,.combat-power-mobile-card,.participation-overall-score-card):hover{border-color:rgb(var(--page-accent-rgb) / .38);box-shadow:0 0 0 1px rgb(var(--page-accent-rgb) / .06), 0 18px 34px -22px rgb(var(--page-accent-rgb) / .36);transform:translateY(-3px)}}@media (max-width:639px){.app-content-viewport:before{height:2px}.app-page-stage :-webkit-any(button,[role=button]):not([class*=h-]):not([class*=size-]){min-height:2.75rem}.app-page-stage :is(button,[role=button]):not([class*=h-]):not([class*=size-]){min-height:2.75rem}.boss-history-pagination{scrollbar-width:none;max-width:100%;overflow-x:auto}.boss-history-pagination::-webkit-scrollbar{display:none}.boss-history-pagination-pages{min-width:13.75rem}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]){padding:.75rem!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){border-radius:1.25rem;max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem)}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){border-radius:1.25rem;max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem)}}@media (prefers-reduced-motion:reduce){.boss-history-pagination-pages{filter:none!important;animation:none!important;transform:none!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate]){filter:none!important;animation:none!important;transform:none!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:-webkit-any(div,form,section){filter:none!important;animation:none!important;transform:none!important}:where(.modal-overlay,.boss-history-modal-backdrop,.ledger-modal-backdrop,.privacy-policy-modal-overlay,.attendance-sticky-modal-backdrop,body>div[class*=fixed][class*=inset-0],.app-layout [role=dialog][aria-modal=true][class*=fixed][class*=inset-0],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-black],.app-page-stage div[class*=fixed][class*=inset-0][class*=bg-slate])>:is(div,form,section){filter:none!important;animation:none!important;transform:none!important}}@keyframes lobby-notice-marquee{0%,16%{transform:translate(0)}84%,to{transform:translate(-55%)}}.support-sidebar-button{color:#1e3a8a;background:linear-gradient(135deg,#eff6fffa,#fffffff5);border:1px solid #3b82f638;border-radius:1rem;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;font-size:.9rem;font-weight:800;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:0 10px 20px #2563eb14}.support-sidebar-button:hover{border-color:#2563eb6b;transform:translateY(-1px);box-shadow:0 14px 26px #2563eb24}.support-sidebar-icon{color:#fff;background:#2563eb;border-radius:.85rem;flex:none;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;display:inline-flex}.support-sidebar-icon svg{width:1.15rem;height:1.15rem}.support-chat-backdrop{z-index:430;background:#0f172a7a;place-items:end center;padding:1rem;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.support-chat-panel{background:#fff;border:1px solid #e2e8f0f2;border-radius:1.5rem;flex-direction:column;width:min(100%,460px);min-height:560px;max-height:min(720px,100vh - 2rem);display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.support-chat-header{background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.support-chat-header h2{color:#0f172a;margin:0;font-size:1.1rem;font-weight:900}.support-chat-header p{color:#64748b;margin:.2rem 0 0;font-size:.82rem}.support-chat-close{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:.9rem;flex:none;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:inline-flex}.support-chat-close svg{stroke:currentColor;stroke-width:2.2px;width:1.2rem;height:1.2rem}.support-chat-body{background:#f8fafc;flex:auto;padding:1rem;overflow-y:auto}.support-chat-notice{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:1rem;gap:.35rem;margin-bottom:1rem;padding:.9rem;line-height:1.55;display:grid}.support-chat-notice strong{font-size:.95rem}.support-chat-notice span{font-size:.85rem}.support-chat-row{margin:.65rem 0;display:flex}.support-chat-row.mine{justify-content:flex-end}.support-chat-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;max-width:82%;padding:.72rem .85rem;box-shadow:0 6px 14px #0f172a0d}.support-chat-row.mine .support-chat-bubble{color:#fff;background:#2563eb;border-color:#93c5fd}.support-chat-meta{color:#64748b;margin-bottom:.32rem;font-size:.72rem;font-weight:700}.support-chat-row.mine .support-chat-meta{color:#ffffffc7}.support-chat-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9rem;line-height:1.55}.support-chat-empty{text-align:center;color:#64748b;background:#ffffffb3;border:1px dashed #cbd5e1;border-radius:1rem;padding:1.6rem 1rem;font-weight:700}.support-chat-error{color:#be123c;background:#fff1f2;border-top:1px solid #fecaca;padding:.7rem 1rem;font-size:.85rem;font-weight:800}.support-chat-composer{background:#fff;border-top:1px solid #e2e8f0;grid-template-columns:minmax(0,1fr) 3.25rem;align-items:center;gap:.7rem;padding:.85rem;display:grid}.support-chat-composer textarea{resize:none;color:#0f172a;border:1px solid #cbd5e1;border-radius:1rem;outline:none;min-height:5rem;padding:.85rem}.support-chat-composer textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f624}.support-chat-composer .support-chat-send{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:inline-flex;box-shadow:0 10px 22px #2563eb3d}.support-chat-composer .support-chat-send svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.support-chat-composer .support-chat-send:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8}.support-chat-send-spinner{border:2px solid #ffffff8c;border-top-color:#fff;border-radius:999px;width:1.2rem;height:1.2rem;animation:.8s linear infinite support-spin}@keyframes support-spin{to{transform:rotate(360deg)}}@media (max-width:639px){.support-chat-backdrop{align-items:end;padding:0}.support-chat-panel{border-radius:1.3rem 1.3rem 0 0;width:100%;min-height:72vh;max-height:92vh}}.support-chat-panel.is-dragging{outline-offset:-8px;outline:3px solid #2563eb59}.support-chat-attachment-grid,.support-chat-preview-grid{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;margin-top:10px;display:grid}.support-chat-attachment,.support-chat-preview{aspect-ratio:1;background:#f8fafc;border:1px solid #94a3b859;border-radius:10px;display:block;position:relative;overflow:hidden}.support-chat-attachment img,.support-chat-preview img{object-fit:cover;width:100%;height:100%;display:block}.support-chat-preview button{color:#fff;cursor:pointer;background:#0f172ab8;border:0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:5px;right:5px}.support-chat-preview button svg,.support-chat-attach svg,.support-chat-send svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.support-chat-input-wrap{min-width:0}.support-chat-help{color:#64748b;margin-top:7px;font-size:12px;line-height:1.4}.support-chat-actions{justify-content:center;align-self:center;align-items:center;gap:8px;display:flex}.support-chat-file-input{display:none}.support-chat-attach{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.support-chat-attach:disabled,.support-chat-send:disabled{cursor:not-allowed;opacity:.45}.support-chat-composer{grid-template-columns:minmax(0,1fr) auto;align-items:center}.support-chat-composer textarea{width:100%}@media (max-width:639px){.support-chat-composer{grid-template-columns:minmax(0,1fr)}.support-chat-actions{justify-content:flex-end}}.support-chat-actions{align-self:start;padding-top:.45rem}@media (max-width:639px){.support-chat-actions{align-self:auto;padding-top:0}}.support-chat-closed-notice{color:#64748b;text-align:center;max-width:340px;margin:16px auto;font-size:14px;line-height:1.65}.support-chat-attachment{cursor:zoom-in;border:0;padding:0}.support-chat-viewer{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ac7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.support-chat-viewer-frame{background:#0f172a;border-radius:18px;max-width:min(960px,94vw);max-height:92vh;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000006b}.support-chat-viewer-frame img{object-fit:contain;max-width:100%;max-height:calc(92vh - 46px);display:block}.support-chat-viewer-close{color:#fff;cursor:pointer;background:#0f172ac2;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:12px;right:12px}.support-chat-viewer-close svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.support-chat-viewer-caption{color:#e2e8f0;text-align:center;background:#0f172af5;padding:11px 14px;font-size:13px}:root.theme-dark .combat-power-lookup-page,.theme-dark .combat-power-lookup-page,html.dark .combat-power-lookup-page{color:#e5e7eb}:root.theme-dark .combat-power-card,.theme-dark .combat-power-card,html.dark .combat-power-card{background:#111827;border-color:#94a3b83d;box-shadow:0 24px 70px #00000057}:root.theme-dark .combat-power-hero,.theme-dark .combat-power-hero,html.dark .combat-power-hero{background:linear-gradient(135deg,#111827 0%,#172033 52%,#0f172a 100%);border-color:#94a3b838}:root.theme-dark .combat-power-title,.theme-dark .combat-power-title,html.dark .combat-power-title{color:#f8fafc}:root.theme-dark .combat-power-desc,.theme-dark .combat-power-desc,html.dark .combat-power-desc{color:#cbd5e1}:root.theme-dark .combat-power-lookup-page .bg-blue-50,.theme-dark .combat-power-lookup-page .bg-blue-50,html.dark .combat-power-lookup-page .bg-blue-50{background-color:#2563eb2e}:root.theme-dark .combat-power-lookup-page .text-blue-700,.theme-dark .combat-power-lookup-page .text-blue-700,html.dark .combat-power-lookup-page .text-blue-700{color:#93c5fd}:root.theme-dark .combat-power-lookup-page .text-blue-800,.theme-dark .combat-power-lookup-page .text-blue-800,html.dark .combat-power-lookup-page .text-blue-800{color:#bfdbfe}:root.theme-dark .combat-power-lookup-page .border-blue-100,.theme-dark .combat-power-lookup-page .border-blue-100,html.dark .combat-power-lookup-page .border-blue-100{border-color:#60a5fa57}:root.theme-dark .combat-power-lookup-page .bg-emerald-50,.theme-dark .combat-power-lookup-page .bg-emerald-50,html.dark .combat-power-lookup-page .bg-emerald-50{background-color:#10b98129}:root.theme-dark .combat-power-lookup-page .text-emerald-700,.theme-dark .combat-power-lookup-page .text-emerald-700,html.dark .combat-power-lookup-page .text-emerald-700{color:#86efac}:root.theme-dark .combat-power-lookup-page .border-emerald-100,.theme-dark .combat-power-lookup-page .border-emerald-100,html.dark .combat-power-lookup-page .border-emerald-100{border-color:#34d39957}:root.theme-dark .combat-power-lookup-page .bg-violet-50,.theme-dark .combat-power-lookup-page .bg-violet-50,html.dark .combat-power-lookup-page .bg-violet-50{background-color:#7c3aed33}:root.theme-dark .combat-power-lookup-page .text-violet-600,:root.theme-dark .combat-power-lookup-page .text-violet-700,:root.theme-dark .combat-power-lookup-page .text-violet-800,.theme-dark .combat-power-lookup-page .text-violet-600,.theme-dark .combat-power-lookup-page .text-violet-700,.theme-dark .combat-power-lookup-page .text-violet-800,html.dark .combat-power-lookup-page .text-violet-600,html.dark .combat-power-lookup-page .text-violet-700,html.dark .combat-power-lookup-page .text-violet-800{color:#ddd6fe}:root.theme-dark .combat-power-lookup-page .border-violet-100,.theme-dark .combat-power-lookup-page .border-violet-100,html.dark .combat-power-lookup-page .border-violet-100{border-color:#a78bfa57}:root.theme-dark .combat-power-lookup-page .bg-amber-50,.theme-dark .combat-power-lookup-page .bg-amber-50,html.dark .combat-power-lookup-page .bg-amber-50{background-color:#b4530938}:root.theme-dark .combat-power-lookup-page .text-amber-600,:root.theme-dark .combat-power-lookup-page .text-amber-700,:root.theme-dark .combat-power-lookup-page .text-amber-800,.theme-dark .combat-power-lookup-page .text-amber-600,.theme-dark .combat-power-lookup-page .text-amber-700,.theme-dark .combat-power-lookup-page .text-amber-800,html.dark .combat-power-lookup-page .text-amber-600,html.dark .combat-power-lookup-page .text-amber-700,html.dark .combat-power-lookup-page .text-amber-800{color:#fde68a}:root.theme-dark .combat-power-lookup-page .bg-slate-50,:root.theme-dark .combat-power-lookup-page .bg-slate-100,.theme-dark .combat-power-lookup-page .bg-slate-50,.theme-dark .combat-power-lookup-page .bg-slate-100,html.dark .combat-power-lookup-page .bg-slate-50,html.dark .combat-power-lookup-page .bg-slate-100{background-color:#1e293beb}:root.theme-dark .combat-power-lookup-page .text-slate-950,:root.theme-dark .combat-power-lookup-page .text-slate-900,:root.theme-dark .combat-power-lookup-page .text-slate-800,.theme-dark .combat-power-lookup-page .text-slate-950,.theme-dark .combat-power-lookup-page .text-slate-900,.theme-dark .combat-power-lookup-page .text-slate-800,html.dark .combat-power-lookup-page .text-slate-950,html.dark .combat-power-lookup-page .text-slate-900,html.dark .combat-power-lookup-page .text-slate-800{color:#f8fafc}:root.theme-dark .combat-power-lookup-page .text-slate-700,.theme-dark .combat-power-lookup-page .text-slate-700,html.dark .combat-power-lookup-page .text-slate-700{color:#e2e8f0}:root.theme-dark .combat-power-lookup-page .text-slate-500,:root.theme-dark .combat-power-lookup-page .text-slate-400,.theme-dark .combat-power-lookup-page .text-slate-500,.theme-dark .combat-power-lookup-page .text-slate-400,html.dark .combat-power-lookup-page .text-slate-500,html.dark .combat-power-lookup-page .text-slate-400{color:#cbd5e1}:root.theme-dark .combat-power-search-input,.theme-dark .combat-power-search-input,html.dark .combat-power-search-input{color:#f8fafc;background:#0f172af0;border-color:#94a3b861;box-shadow:0 14px 32px #00000047}:root.theme-dark .combat-power-search-input::placeholder,.theme-dark .combat-power-search-input::placeholder,html.dark .combat-power-search-input::placeholder{color:#94a3b8}:root.theme-dark .combat-power-refresh-button,.theme-dark .combat-power-refresh-button,html.dark .combat-power-refresh-button{color:#e5e7eb;background:#0f172a;border-color:#94a3b861}:root.theme-dark .combat-power-refresh-button:hover,.theme-dark .combat-power-refresh-button:hover,html.dark .combat-power-refresh-button:hover{color:#bfdbfe;background:#2563eb2e;border-color:#60a5fa80}:root.theme-dark .combat-power-table-wrap,.theme-dark .combat-power-table-wrap,html.dark .combat-power-table-wrap{border-color:#94a3b838}:root.theme-dark .combat-power-th,.theme-dark .combat-power-th,html.dark .combat-power-th{color:#e5e7eb;background:#1e293bf5;border-color:#94a3b847}:root.theme-dark .combat-power-th-button:hover,.theme-dark .combat-power-th-button:hover,html.dark .combat-power-th-button:hover{color:#bfdbfe;background:#3b82f62e}:root.theme-dark .combat-power-row,.theme-dark .combat-power-row,html.dark .combat-power-row{background:#111827}:root.theme-dark .combat-power-row:hover,.theme-dark .combat-power-row:hover,html.dark .combat-power-row:hover{background:#2563eb21}:root.theme-dark .combat-power-td,.theme-dark .combat-power-td,html.dark .combat-power-td{color:#e5e7eb;border-color:#94a3b82e}:root.theme-dark .combat-power-sticky-cell,.theme-dark .combat-power-sticky-cell,html.dark .combat-power-sticky-cell{background:#111827}:root.theme-dark .combat-power-row:hover .combat-power-sticky-cell,.theme-dark .combat-power-row:hover .combat-power-sticky-cell,html.dark .combat-power-row:hover .combat-power-sticky-cell{background:#172033}:root.theme-dark .combat-power-mobile-list,.theme-dark .combat-power-mobile-list,html.dark .combat-power-mobile-list{background:#0f172a;border-color:#94a3b838}:root.theme-dark .combat-power-mobile-card,:root.theme-dark .combat-power-mobile-empty,.theme-dark .combat-power-mobile-card,.theme-dark .combat-power-mobile-empty,html.dark .combat-power-mobile-card,html.dark .combat-power-mobile-empty{background:#111827;border-color:#94a3b83d;box-shadow:0 18px 48px #00000047}:root.theme-dark .combat-power-mobile-power-card,:root.theme-dark .combat-power-mobile-god-card,:root.theme-dark .combat-power-mobile-spirit-card,:root.theme-dark .combat-power-mobile-field-card,.theme-dark .combat-power-mobile-power-card,.theme-dark .combat-power-mobile-god-card,.theme-dark .combat-power-mobile-spirit-card,.theme-dark .combat-power-mobile-field-card,html.dark .combat-power-mobile-power-card,html.dark .combat-power-mobile-god-card,html.dark .combat-power-mobile-spirit-card,html.dark .combat-power-mobile-field-card{border-color:#94a3b838}.theme-selector{flex:none;position:relative}.theme-selector-menu{z-index:80;border:1px solid var(--border,#e2e8f0);background:var(--panel,#fff);width:min(248px,100vw - 24px);color:var(--text-main,#334155);border-radius:14px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #0f172a2e}.theme-selector-title{color:var(--muted,#64748b);padding:2px 8px 7px;font-size:11px;font-weight:700}.theme-selector-option{width:100%;min-height:48px;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:28px minmax(0,1fr) auto 16px;align-items:center;gap:8px;padding:6px 8px;transition:transform .15s ease-out,background-color .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out,color .15s ease-out;display:grid}.theme-selector-option:hover{background:var(--bg-soft,#f8fafc)}.theme-selector-option:active{transform:scale(.96)}.theme-selector-option.is-selected{border-color:var(--brand-500,#3b82f6);background:var(--brand-50,#eff6ff)}.theme-selector-option-icon{background:var(--bg-soft,#f8fafc);width:28px;height:28px;color:var(--brand-600,#2563eb);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.theme-selector-option-copy{min-width:0}.theme-selector-option-label,.theme-selector-option-description{overflow-wrap:anywhere;letter-spacing:0;display:block}.theme-selector-option-label{color:var(--text-strong,#0f172a);font-size:13px;font-weight:700}.theme-selector-option-description{color:var(--muted,#64748b);margin-top:1px;font-size:10px;line-height:1.25}.theme-selector-swatches{gap:3px;display:flex}.theme-selector-swatches span{border:1px solid #0f172a1f;border-radius:50%;width:9px;height:9px}.theme-selector-check{width:15px;height:15px;color:var(--brand-600,#2563eb);opacity:0;filter:blur(4px);transition:opacity .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1),transform .3s cubic-bezier(.2,0,0,1);transform:scale(.25)}.theme-selector-check.is-visible{opacity:1;filter:blur();transform:scale(1)}:root.theme-pink,body.theme-pink{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-soft:#fff5f7;--panel:#fff;--border:#f4c8d2;--table-sticky-bg:#fffafb;--text-main:#3f2932;--text-strong:#291820;--muted:#7f626d;--muted-2:#a98591;--shadow:0 8px 20px #ad2d4d1a;--brand-50:#fff0f4;--brand-500:#e6325b;--brand-600:#cf214a;--brand-700:#ad173b}:root.theme-pink body,body.theme-pink{color:#291820!important;background:#fff5f7!important}:root.theme-pink .bg-white{background-color:#fff!important}:root.theme-pink .bg-white\/95{background-color:#fffffff5!important}:root.theme-pink .bg-white\/90{background-color:#ffffffeb!important}:root.theme-pink .bg-white\/80{background-color:#ffffffdb!important}:root.theme-pink .bg-slate-50,:root.theme-pink .bg-gray-50{background-color:#fff7f9!important}:root.theme-pink .bg-slate-100,:root.theme-pink .bg-gray-100{background-color:#fde8ed!important}:root.theme-pink .bg-slate-200,:root.theme-pink .bg-gray-200{background-color:#f7d3dc!important}:root.theme-pink .bg-blue-50,:root.theme-pink .bg-indigo-50,:root.theme-pink .bg-purple-50,:root.theme-pink .bg-violet-50,:root.theme-pink .bg-rose-50{background-color:#fff0f4!important}:root.theme-pink .bg-blue-100,:root.theme-pink .bg-indigo-100,:root.theme-pink .bg-purple-100,:root.theme-pink .bg-violet-100,:root.theme-pink .bg-rose-100{background-color:#ffdce5!important}:root.theme-pink .bg-amber-50{background-color:#fff9dc!important}:root.theme-pink .bg-amber-100{background-color:#ffefaa!important}:root.theme-pink .text-slate-900,:root.theme-pink .text-gray-800{color:#291820!important}:root.theme-pink .text-slate-800,:root.theme-pink .text-slate-700,:root.theme-pink .text-gray-700{color:#4c2e39!important}:root.theme-pink .text-slate-600,:root.theme-pink .text-gray-600{color:#72515e!important}:root.theme-pink .text-slate-500,:root.theme-pink .text-gray-500{color:#8d6976!important}:root.theme-pink .text-slate-400,:root.theme-pink .text-gray-400{color:#aa8994!important}:root.theme-pink .text-blue-800,:root.theme-pink .text-blue-700,:root.theme-pink .text-blue-600,:root.theme-pink .text-blue-500,:root.theme-pink .text-indigo-800,:root.theme-pink .text-indigo-700,:root.theme-pink .text-indigo-600,:root.theme-pink .text-purple-800,:root.theme-pink .text-purple-700,:root.theme-pink .text-purple-600,:root.theme-pink .text-violet-800,:root.theme-pink .text-violet-700,:root.theme-pink .text-violet-600{color:#c61d49!important}:root.theme-pink .border-slate-100,:root.theme-pink .border-gray-100{border-color:#f8dce3!important}:root.theme-pink .border-slate-200,:root.theme-pink .border-gray-200,:root.theme-pink .divide-slate-200>:not([hidden])~:not([hidden]){border-color:#f1c7d1!important}:root.theme-pink .border-slate-300,:root.theme-pink .border-gray-300{border-color:#e5aebc!important}:root.theme-pink .card,:root.theme-pink .panel,:root.theme-pink .modal-card,:root.theme-pink .entry-modal,:root.theme-pink .header,:root.theme-pink .app-sidebar,:root.theme-pink .user-dropdown-menu,:root.theme-pink .theme-selector-menu{background-color:#fff!important;border-color:#f1c7d1!important}:root.theme-pink .theme-toggle-button,:root.theme-pink .user-dropdown-button{color:#ad173b!important;background-color:#fff!important;border-color:#e5aebc!important}:root.theme-pink .theme-toggle-button:hover,:root.theme-pink .dropdown-item:hover,:root.theme-pink .hover\:bg-slate-50:hover,:root.theme-pink .hover\:bg-gray-50:hover{background-color:#fff0f4!important}:root.theme-pink .input{color:#291820!important;background-color:#fff!important;border-color:#e5aebc!important}:root.theme-pink .table thead th{background-color:#fff0f4!important}:root.theme-pink .table th,:root.theme-pink .table td{border-color:#f2d2da!important}@media (max-width:480px){.theme-selector-menu{top:calc(env(safe-area-inset-top,0px) + 56px);position:fixed;left:12px;right:auto}.theme-selector-option{grid-template-columns:28px minmax(0,1fr) auto 16px}}.safe-top:has(.theme-selector-menu){z-index:1000!important}.lobby-shell{--lobby-blue:#3b82f6;--lobby-violet:#8b5cf6;--lobby-rose:#f43f5e}.lobby-hero{isolation:isolate;border:1px solid color-mix(in srgb, var(--brand-500) 24%, var(--border));background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--brand-500) 7%, transparent) 0%, transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--panel) 97%, var(--brand-50)) 0%, var(--panel) 100%);box-shadow:0 0 0 1px color-mix(in srgb, var(--brand-500) 4%, transparent), 0 12px 28px -20px color-mix(in srgb, var(--brand-700) 30%, transparent);border-radius:1.5rem;padding:clamp(1.5rem,3vw,2.5rem);position:relative;overflow:hidden}.lobby-hero:after{content:"";z-index:-1;background:color-mix(in srgb, var(--brand-500) 3%, transparent);filter:blur(1px);border-radius:9999px;width:13rem;height:13rem;position:absolute;bottom:-5rem;right:-3rem}.lobby-rank-card{--rank-accent:var(--lobby-blue);border-color:color-mix(in srgb, var(--rank-accent) 22%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--rank-accent) 5%, transparent), 0 10px 24px -18px color-mix(in srgb, var(--rank-accent) 55%, transparent);transition:transform .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out;overflow:hidden}.lobby-rank-card:before{content:"";background:linear-gradient(90deg, var(--rank-accent), color-mix(in srgb, var(--rank-accent) 28%, transparent));height:3px;position:absolute;top:0;bottom:auto;left:0;right:0}.lobby-rank-card--violet{--rank-accent:var(--lobby-violet)}.lobby-rank-card--rose{--rank-accent:var(--lobby-rose)}.lobby-rank-meta{border-color:color-mix(in srgb, var(--rank-accent) 20%, var(--border))!important;background:color-mix(in srgb, var(--rank-accent) 6%, var(--panel))!important}.lobby-rank-row{transition:background-color .1s ease-out}.lobby-rank-row.is-podium{background:color-mix(in srgb, var(--rank-accent) 5%, transparent)}.lobby-rank-row:hover{background:color-mix(in srgb, var(--rank-accent) 10%, var(--panel))}.lobby-notice-panel{box-shadow:0 0 0 1px color-mix(in srgb, var(--brand-500) 5%, transparent), 0 14px 30px -22px color-mix(in srgb, var(--brand-700) 50%, transparent)}.lobby-notice-item{transition:transform .16s ease-out,border-color .16s ease-out,box-shadow .16s ease-out;box-shadow:0 1px 2px #0f172a08}.lobby-primary-action,.lobby-notice-action{touch-action:manipulation}@media (hover:hover) and (pointer:fine){.lobby-rank-card:hover{border-color:color-mix(in srgb, var(--rank-accent) 38%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--rank-accent) 8%, transparent), 0 20px 34px -22px color-mix(in srgb, var(--rank-accent) 65%, transparent);transform:translateY(-3px)}.lobby-notice-item:hover{border-color:color-mix(in srgb, var(--brand-500) 32%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--brand-500) 5%, transparent), 0 12px 22px -18px color-mix(in srgb, var(--brand-700) 48%, transparent);transform:translateY(-2px)}}.lobby-enter{opacity:0;filter:blur(4px);animation:.42s ease-out forwards lobby-section-enter;transform:translateY(12px)}.lobby-enter--notice{animation-delay:0s}.lobby-enter--hero{animation-delay:80ms}.lobby-enter--rankings{animation-delay:.16s}@keyframes lobby-section-enter{to{opacity:1;filter:blur();transform:translateY(0)}}@media (max-width:639px){.lobby-hero{border-radius:1.25rem;padding:1.25rem 1rem}.lobby-rank-grid{gap:1rem}}.admin-menu-tile{transition:transform .16s ease-out,border-color .16s ease-out,box-shadow .16s ease-out,background-color .16s ease-out;overflow:hidden;box-shadow:0 0 0 1px #0f172a06,0 8px 18px -16px #0f172a59}.admin-menu-tile:after{content:"";background:color-mix(in srgb, var(--brand-500) 3%, transparent);pointer-events:none;border-radius:9999px;width:8.5rem;height:8.5rem;position:absolute;top:auto;bottom:-4.75rem;left:auto;right:-3.25rem}.admin-menu-tile:nth-child(4n+2):after{border-radius:2.25rem;width:8rem;height:8rem;top:-4.75rem;bottom:auto;left:-3.75rem;right:auto;transform:rotate(24deg)}.admin-menu-tile:nth-child(4n+3):after{border-radius:48% 52% 42% 58%;width:6.5rem;height:9rem;top:auto;bottom:-5.75rem;left:auto;right:1.25rem;transform:rotate(-18deg)}.admin-menu-tile:nth-child(4n):after{width:8rem;height:8rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-500) 5%, transparent);background:0 0;border-radius:9999px;top:-4.25rem;bottom:auto;left:auto;right:-3.5rem}.admin-menu-tile-icon{z-index:1;background:color-mix(in srgb, var(--brand-50) 42%, var(--panel));width:3.5rem;height:3.5rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-500) 6%, transparent);border-radius:1rem;justify-content:center;align-items:center;display:inline-flex;position:relative}.admin-menu-tile>div{z-index:1;position:relative}@media (hover:hover) and (pointer:fine){.admin-menu-tile:hover{border-color:color-mix(in srgb, var(--brand-500) 30%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--brand-500) 5%, transparent), 0 18px 30px -20px color-mix(in srgb, var(--brand-700) 55%, transparent);transform:translateY(-3px)}}.check-my-info-hero{isolation:isolate;background:radial-gradient(circle at 10% 0,#60a5fa0e,#0000 34%),radial-gradient(circle at 94% 100%,#818cf80a,#0000 30%),linear-gradient(120deg,#fffffffa,#f8fafcf5);box-shadow:0 14px 34px #0f172a14}.check-my-info-hero-orb{pointer-events:none;filter:blur(1px);border-radius:999px;position:absolute}.check-my-info-hero-orb-left{background:#60a5fa06;width:9rem;height:9rem;top:-3.75rem;left:-2.5rem}.check-my-info-hero-orb-right{background:#818cf805;width:10rem;height:10rem;bottom:-4rem;right:-2rem}.check-my-info-hero svg,.boss-history-hero-icon,.ledger-hero-icon{transition:transform .18s,box-shadow .18s}.check-my-info-section{transition:transform .18s,border-color .18s,box-shadow .18s}.check-my-info-profile{background:radial-gradient(circle at 50% -35%,#3b82f60b,#0000 54%),linear-gradient(145deg,#f8fafce6,#fffffffa);box-shadow:inset 0 1px #ffffffdb}.check-info-metric-card{--metric-accent:100 116 139;isolation:isolate;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 8px 18px #0f172a0f}.check-info-metric-card:before{content:"";z-index:-1;background:linear-gradient(90deg, transparent, rgb(var(--metric-accent) / .86), transparent);opacity:.28;height:.22rem;transition:opacity .18s;position:absolute;top:0;bottom:auto;left:0;right:0}.check-info-metric-card:after{content:"";z-index:-1;background:rgb(var(--metric-accent) / .022);border-radius:999px;width:7.5rem;height:7.5rem;transition:transform .22s,opacity .18s;position:absolute;bottom:-2.75rem;right:-2.25rem}.check-info-metric-card.metric-participation{--metric-accent:59 130 246}.check-info-metric-card.metric-contribution{--metric-accent:16 185 129}.check-info-metric-card.metric-score{--metric-accent:100 116 139}.check-info-metric-card.metric-power{--metric-accent:14 165 233}.check-info-metric-card.metric-overall{--metric-accent:99 102 241}.check-info-metric-label{min-height:1.5rem;font-size:1rem;font-weight:600;line-height:1.5rem}.check-info-metric-value{font-size:1.75rem;font-weight:700;line-height:2rem}.check-my-info-explainer,.check-my-info-boss-panel,.check-my-info-page .my-bank-summary-card,.check-my-info-page .my-bank-log-panel{transition:transform .18s,border-color .18s,box-shadow .18s}.check-my-info-boss-panel>div:last-child>div{transition:padding .16s,background-color .16s}.boss-history-hero{z-index:20;isolation:isolate;background:radial-gradient(circle at 96% -30%,#0ea5e90d,#0000 42%),linear-gradient(120deg,#fffffffa,#f8fafcf5);overflow:visible;box-shadow:0 14px 34px #0f172a14}.ledger-hero-glow{pointer-events:none;background:radial-gradient(circle,#f59e0b06,#0000 70%);border-radius:999px;width:14rem;height:14rem;position:absolute;top:-5.5rem;right:-4.5rem}.boss-history-results{z-index:1;position:relative}.boss-history-filter-menu{z-index:60!important}.boss-history-filter-trigger,.boss-history-search-input{transition:transform .16s,border-color .16s,box-shadow .16s,background-color .16s}.boss-history-filter-trigger:hover,.boss-history-search-input:hover{border-color:#94a3b8;box-shadow:0 5px 14px #0f172a12}.boss-history-search-input:focus{outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #38bdf82e,0 8px 18px #0f172a1a;border-color:#38bdf8!important}.boss-history-filter-trigger:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #38bdf82e,0 8px 18px #0f172a1a;border-color:#38bdf8!important}.boss-history-search-button{background-image:linear-gradient(135deg,#1e293b,#334155);box-shadow:0 8px 18px #0f172a2e}.boss-history-search-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a3d}.boss-history-results{transition:border-color .18s,box-shadow .18s;box-shadow:0 14px 34px #0f172a12}.boss-history-legend{background:linear-gradient(90deg,#f8fafcfa,#ecfdf5b8),repeating-linear-gradient(135deg,#0000 0 16px,#0ea5e906 16px 17px)}.boss-history-row{transition:transform .15s,background-color .15s,box-shadow .15s}.boss-history-mobile-card{transition:transform .17s,border-color .17s,box-shadow .17s;box-shadow:0 6px 16px #0f172a0f}.boss-history-name-button{transition:transform .15s,background-color .15s,border-color .15s,box-shadow .15s;box-shadow:0 4px 10px #0ea5e917}.boss-history-pagination-button{min-width:2.5rem;min-height:2.5rem;transition:transform .14s,border-color .14s,background-color .14s,color .14s,box-shadow .14s;box-shadow:0 2px 6px #0f172a0a}.boss-history-pagination-button:not(.is-current):not(:disabled):hover{color:#0369a1;background-color:#f0f9ff;border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 8px 16px #0ea5e924}.boss-history-pagination-button:focus-visible{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e933,0 7px 16px #0f172a1a}.boss-history-pagination-button:not(:disabled):active{transform:scale(.96)}.boss-history-pagination-button.is-current{box-shadow:0 8px 18px #0f172a33}.boss-history-pagination-button.is-current:hover{filter:brightness(1.08);transform:translateY(-1px)}.boss-history-pagination-button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.boss-history-modal-backdrop,.ledger-modal-backdrop{animation:.16s ease-out both interface-backdrop-in}.boss-history-popup-header h3{color:#fff!important}.boss-history-popup,.ledger-modal-panel{animation:.21s cubic-bezier(.2,.8,.2,1) both interface-panel-in}.ledger-hero{isolation:isolate;background:radial-gradient(circle at 96% -24%,#f59e0b0e,#0000 40%),radial-gradient(circle at 3% 120%,#10b98108,#0000 32%),linear-gradient(120deg,#fffffffc,#fffbebb8);box-shadow:0 16px 36px #0f172a17}.ledger-action{position:relative;overflow:hidden}.ledger-action:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(circle,#ffffff4d,#0000 68%);transition:opacity .16s,transform .18s;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(.86)}.ledger-action:focus-visible{outline:none;box-shadow:0 0 0 4px #ffffffb8,0 0 0 7px #3b82f63d,0 10px 22px #0f172a29}.ledger-owner-card{transition:transform .18s,border-color .18s,box-shadow .18s,background-color .18s;box-shadow:0 10px 24px #0f172a12}.ledger-owner-card:focus-visible{border-color:#34d399;outline:none;transform:translateY(-3px);box-shadow:0 0 0 4px #34d3992e,0 18px 34px #10b98129}.ledger-detail-panel{transition:border-color .18s,box-shadow .18s;box-shadow:0 14px 34px #0f172a12}.ledger-detail-item{transition:transform .15s,border-color .15s,box-shadow .15s}.ledger-input{min-height:2.9rem;transition:transform .16s,border-color .16s,box-shadow .16s,background-color .16s}.ledger-input:hover{border-color:#94a3b8}.ledger-input:focus{transform:translateY(-1px);box-shadow:0 0 0 3px #3b82f62b,0 8px 18px #0f172a17}@keyframes interface-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes interface-panel-in{0%{opacity:0;transform:translateY(12px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@media (hover:hover){.check-my-info-hero:hover svg,.boss-history-hero:hover .boss-history-hero-icon,.ledger-hero:hover .ledger-hero-icon{transform:rotate(-5deg)scale(1.08);box-shadow:0 9px 20px #3b82f62e}.check-my-info-section:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 18px 38px #0f172a1c}.check-info-metric-card:hover{border-color:rgb(var(--metric-accent) / .52);box-shadow:0 16px 30px rgb(var(--metric-accent) / .16);transform:translateY(-5px)scale(1.012)}.check-info-metric-card:hover:before{opacity:.72}.check-info-metric-card:hover:after{opacity:.7;transform:scale(1.06)}.check-my-info-explainer:hover,.check-my-info-boss-panel:hover,.check-my-info-page .my-bank-summary-card:hover,.check-my-info-page .my-bank-log-panel:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a17}.check-my-info-boss-panel>div:last-child>div:hover{background-color:#3b82f60e;padding-inline-start:.5rem;padding-inline-end:.5rem}.boss-history-row:hover{z-index:1;transform:translate(3px);box-shadow:-3px 0 #38bdf8;background-color:#f0f9ffd1!important}.boss-history-mobile-card:hover{border-color:#7dd3fc;transform:translateY(-3px);box-shadow:0 14px 28px #0ea5e921}.boss-history-name-button:hover{transform:translateY(-2px);box-shadow:0 9px 18px #0ea5e92e}.ledger-action:hover{transform:translateY(-3px)scale(1.012)}.ledger-action:hover:after{opacity:.5;transform:scale(1)}.ledger-owner-card:hover{border-color:#6ee7b7;transform:translateY(-5px);box-shadow:0 18px 34px #10b98126}.ledger-detail-item:hover{transform:translate(3px);box-shadow:0 8px 16px #0f172a14}}:root.theme-dark .check-my-info-hero,:root.theme-dark .boss-history-hero{background:radial-gradient(circle at 8% 0,#3b82f611,#0000 36%),radial-gradient(circle at 96% 100%,#6366f10a,#0000 32%),linear-gradient(120deg,#20252f,#1d222a);box-shadow:0 18px 38px #0000004d;border-color:#3e4858!important}:root.theme-dark .check-my-info-profile{background:radial-gradient(circle at 50% -30%,#60a5fa0e,#0000 52%),linear-gradient(145deg,#252b35,#20252e)!important;border-color:#3d4654!important}:root.theme-dark .check-info-metric-card,:root.theme-dark .boss-history-mobile-card,:root.theme-dark .ledger-owner-card{box-shadow:0 12px 26px #00000038}:root.theme-dark .boss-history-legend{background:linear-gradient(90deg,#232a34,#20342f),repeating-linear-gradient(135deg,#0000 0 16px,#38bdf808 16px 17px)!important}:root.theme-dark .boss-history-search-button{background-image:linear-gradient(135deg,#334155,#1e293b)!important}:root.theme-dark .boss-history-row:hover{box-shadow:-3px 0 #38bdf8;background-color:#293442!important}:root.theme-dark .boss-history-name-button{color:#bfeaff!important;background-color:#263746!important;border-color:#42657b!important}:root.theme-dark .boss-history-pagination-button:not(.is-current):not(:disabled):hover{border-color:#38bdf8;color:#bfeaff!important;background-color:#253746!important}:root.theme-dark .boss-history-pagination-button:focus-visible{box-shadow:0 0 0 3px #38bdf847,0 8px 18px #0000003d}:root.theme-dark .ledger-hero{background:radial-gradient(circle at 96% -24%,#f59e0b11,#0000 40%),radial-gradient(circle at 3% 120%,#10b98109,#0000 32%),linear-gradient(120deg,#24272f,#1f232b)!important;border-color:#454c58!important}:root.theme-dark .ledger-input{color:#f5f7fb!important;background-color:#292e37!important;border-color:#4b5565!important}:root.theme-pink .check-my-info-hero,:root.theme-pink .boss-history-hero{background:radial-gradient(circle at 8% 0,#f472b60d,#0000 36%),radial-gradient(circle at 96% 100%,#fb718509,#0000 32%),linear-gradient(120deg,#fffffffc,#fff7fafa)}:root.theme-pink .ledger-hero{background:radial-gradient(circle at 96% -24%,#fbbf240e,#0000 40%),radial-gradient(circle at 3% 120%,#f472b608,#0000 32%),linear-gradient(120deg,#fffffffc,#fff9f4f5)}:root.theme-pink .boss-history-row:hover{box-shadow:-3px 0 #f43f5e;background-color:#fff1f5!important}:root.theme-pink .ledger-owner-card:focus-visible{border-color:#fb7185;box-shadow:0 0 0 4px #fb718529,0 18px 34px #f43f5e21}:root.theme-pink .boss-history-pagination-button:not(.is-current):not(:disabled):hover{border-color:#fb7185;box-shadow:0 8px 16px #f43f5e1f;color:#be123c!important;background-color:#fff1f5!important}:root.theme-pink .boss-history-pagination-button:focus-visible{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e2e,0 7px 16px #0f172a14}@media (max-width:639px){.boss-history-pagination-button{min-width:2.75rem;min-height:2.75rem}}@media (prefers-reduced-motion:reduce){.check-my-info-page *,.boss-history-page *,.ledger-page *,.boss-history-modal-backdrop,.ledger-modal-backdrop,.boss-history-popup,.ledger-modal-panel{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.check-my-info-page :hover,.boss-history-page :hover,.ledger-page :hover,.check-my-info-page :focus,.boss-history-page :focus,.ledger-page :focus{transform:none!important}}.lobby-rank-grid>.lobby-rank-card{min-width:0;height:100%}.lobby-rank-card--rose table :-webkit-any(th,td):nth-child(n+4){display:none}.lobby-rank-card--rose table :is(th,td):nth-child(n+4){display:none}@media (max-width:639px){.modal-backdrop{overscroll-behavior:contain;overflow:hidden auto;padding:0!important;padding-bottom:env(safe-area-inset-bottom)!important;place-items:end center!important}.support-image-viewer>div{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto;max-height:calc(100dvh - env(safe-area-inset-bottom))!important}.modal-backdrop>:-webkit-any(.modal,section,form){overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto;max-height:calc(100dvh - env(safe-area-inset-bottom))!important}.modal-backdrop>:is(.modal,section,form){overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto;max-height:calc(100dvh - env(safe-area-inset-bottom))!important}}
