.ws-root{--ws-bg:#f4f6f9;--ws-surface:#fff;--ws-surface-soft:#f8fafc;--ws-line:#dce3ec;--ws-line-strong:#c8d2df;--ws-text:#10213d;--ws-muted:#66758c;--ws-faint:#8b98aa;--ws-navy:#122541;--ws-navy-hover:#1b3457;--ws-gold:#d89b32;--ws-gold-soft:#fff7e8;--ws-success:#187b59;--ws-success-soft:#eaf7f1;--ws-warning:#9a6816;--ws-warning-soft:#fff7e8;min-height:100vh;display:flex;flex-direction:column;color:var(--ws-text);background:var(--ws-bg);color-scheme:light}html.dark .ws-root{--ws-bg:#0b1525;--ws-surface:#132238;--ws-surface-soft:#172940;--ws-line:#293b54;--ws-line-strong:#3a4e68;--ws-text:#f3f6fa;--ws-muted:#a8b5c7;--ws-faint:#7f8da1;--ws-navy:#eef3f9;--ws-navy-hover:#fff;--ws-gold:#e6ae4e;--ws-gold-soft:rgba(230,174,78,.12);--ws-success:#65d2aa;--ws-success-soft:rgba(55,184,137,.12);--ws-warning:#efc36e;--ws-warning-soft:rgba(230,174,78,.12);color-scheme:dark}.ws-root *,.ws-root :after,.ws-root :before{box-sizing:border-box}.ws-root button,.ws-root input{font:inherit}.ws-root button{cursor:pointer}.ws-root :focus-visible{outline:3px solid color-mix(in srgb,var(--ws-gold) 72%,transparent);outline-offset:2px}.ws-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ws-shell{width:100%;max-width:1240px;margin-inline:auto;padding-inline:clamp(16px,3vw,30px)}.ws-header{height:68px;flex:none;border-bottom:1px solid var(--ws-line);background:var(--ws-surface)}.ws-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.ws-header-actions{display:flex;align-items:center;gap:8px}.ws-user{text-align:right;line-height:1.25;margin-right:4px;max-width:220px}.ws-user-email,.ws-user-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-user-name{font-size:13px;font-weight:700}.ws-user-email{font-size:11px;color:var(--ws-faint);margin-top:2px}.ws-iconbtn,.ws-logoutbtn{height:42px;border:1px solid var(--ws-line);border-radius:11px;background:var(--ws-surface);color:var(--ws-muted);display:inline-flex;align-items:center;justify-content:center;gap:8px}.ws-iconbtn{width:42px}.ws-logoutbtn{padding:0 13px;font-size:13px;font-weight:600}.ws-iconbtn svg,.ws-logoutbtn svg{width:18px;height:18px}.ws-iconbtn:hover,.ws-logoutbtn:hover{background:var(--ws-surface-soft);border-color:var(--ws-line-strong);color:var(--ws-text)}.ws-only-dark{display:none}html.dark .ws-only-dark{display:block}html.dark .ws-only-light{display:none}.ws-main{flex:1;padding-top:clamp(36px,5vw,60px);padding-bottom:38px}.ws-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.ws-eyebrow{margin:0 0 9px;color:var(--ws-gold);font-size:11px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.ws-title{margin:0;color:var(--ws-text);font-size:clamp(28px,3.3vw,42px);line-height:1.1;letter-spacing:-.035em;font-weight:760}.ws-lede{margin:11px 0 0;color:var(--ws-muted);font-size:15px}.ws-new{height:42px;flex:none;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--ws-line-strong);border-radius:11px;background:var(--ws-surface);color:var(--ws-text);font-size:13px;font-weight:700}.ws-new svg{width:16px;height:16px;color:var(--ws-gold)}.ws-new:hover{border-color:var(--ws-gold);background:var(--ws-gold-soft)}.ws-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px;border:1px solid var(--ws-line);border-radius:14px;background:var(--ws-surface)}.ws-search{position:relative;display:block;width:min(100%,390px)}.ws-search svg{position:absolute;left:12px;top:50%;width:17px;height:17px;transform:translateY(-50%);color:var(--ws-faint)}.ws-search input{width:100%;height:40px;border:1px solid transparent;border-radius:10px;padding:0 12px 0 39px;background:var(--ws-surface-soft);color:var(--ws-text);font-size:14px}.ws-search input::-moz-placeholder{color:var(--ws-faint)}.ws-search input::placeholder{color:var(--ws-faint)}.ws-search input:focus{border-color:var(--ws-gold);outline:0;box-shadow:0 0 0 3px var(--ws-gold-soft)}.ws-tabs{display:flex;flex:none;gap:3px;padding:3px;border-radius:10px;background:var(--ws-surface-soft)}.ws-tabs button{height:34px;border:0;border-radius:8px;padding:0 11px;background:transparent;color:var(--ws-muted);font-size:12px;font-weight:700;white-space:nowrap}.ws-tabs button span{margin-left:5px;color:var(--ws-faint);font-variant-numeric:tabular-nums}.ws-tabs button:hover{color:var(--ws-text)}.ws-tabs button[aria-pressed=true]{background:var(--ws-surface);color:var(--ws-text);box-shadow:0 1px 3px rgba(15,32,55,.1)}.ws-summary{display:flex;align-items:center;gap:8px;margin:13px 2px 22px;color:var(--ws-muted);font-size:12px}.ws-summary span{color:var(--ws-gold)}.ws-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.ws-card{max-width:390px;width:100%;min-width:0;border:1px solid var(--ws-line);border-radius:16px;background:var(--ws-surface);box-shadow:0 8px 25px -22px rgba(14,31,55,.5);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.ws-card:hover{border-color:var(--ws-line-strong);box-shadow:0 14px 30px -22px rgba(14,31,55,.65)}.ws-card-header{display:flex;align-items:center;gap:12px;padding:18px 18px 14px}.ws-flag{width:46px;height:46px;flex:none;overflow:hidden;border-radius:12px;border:1px solid var(--ws-line);background:var(--ws-surface-soft)}.ws-flag img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ws-identity{min-width:0;flex:1}.ws-identity h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ws-text);font-size:18px;line-height:1.25;font-weight:750;letter-spacing:-.015em}.ws-identity p{margin:3px 0 0;color:var(--ws-faint);font-size:11px;font-weight:700;letter-spacing:.12em}.ws-status{flex:none;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--ws-line);border-radius:999px;padding:4px 8px;color:var(--ws-muted);font-size:10px;font-weight:800}.ws-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.ws-status[data-active=true]{color:var(--ws-success);border-color:color-mix(in srgb,var(--ws-success) 30%,var(--ws-line));background:var(--ws-success-soft)}.ws-card-content{display:grid;grid-template-columns:82px minmax(0,1fr);gap:18px;align-items:center;padding:4px 18px 18px}.ws-map{width:82px;height:82px;display:block;background:color-mix(in srgb,var(--ws-text) 38%,transparent);-webkit-mask:var(--ws-map) center/contain no-repeat;mask:var(--ws-map) center/contain no-repeat;opacity:.7}.ws-facts{margin:0;min-width:0}.ws-facts>div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;border-bottom:1px solid var(--ws-line)}.ws-facts>div:last-child{border-bottom:0}.ws-facts dt{color:var(--ws-muted);font-size:11px}.ws-facts dd{margin:0;max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;color:var(--ws-text);font-size:12px;font-weight:700}.ws-facts dd.ws-unconfigured{color:var(--ws-warning)}.ws-card-footer{padding:14px 18px 18px;border-top:1px solid var(--ws-line)}.ws-primary{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ws-navy);border-radius:11px;padding:0 15px;background:var(--ws-navy);color:var(--ws-surface);font-size:13px;font-weight:750}html.dark .ws-primary{background:#e9eef5;color:#10213d;border-color:#e9eef5}.ws-primary svg{width:16px;height:16px;transition:transform .18s ease}.ws-primary:hover:not(:disabled){background:var(--ws-navy-hover)}.ws-primary:hover:not(:disabled) svg{transform:translateX(2px)}.ws-primary:disabled{cursor:not-allowed;opacity:.48}.ws-empty{max-width:520px;margin:36px auto 0;padding:34px 24px;text-align:center;border:1px solid var(--ws-line);border-radius:16px;background:var(--ws-surface)}.ws-empty-icon{width:48px;height:48px;margin:0 auto 16px;display:grid;place-items:center;border-radius:14px;background:var(--ws-gold-soft);color:var(--ws-gold)}.ws-empty-icon svg,.ws-empty>svg{width:22px;height:22px}.ws-empty h2{margin:0;color:var(--ws-text);font-size:18px}.ws-empty p{margin:8px auto 0;max-width:390px;color:var(--ws-muted);font-size:13px;line-height:1.6}.ws-empty-action{width:auto;margin:20px auto 0}.ws-empty-compact{margin-top:24px;padding:28px}.ws-empty-compact>svg{color:var(--ws-faint);margin-bottom:10px}.ws-skeleton{width:min(100%,390px);height:258px;border:1px solid var(--ws-line);border-radius:16px;background:linear-gradient(100deg,var(--ws-surface) 30%,var(--ws-surface-soft) 50%,var(--ws-surface) 70%);background-size:220% 100%;animation:ws-loading 1.3s linear infinite}@keyframes ws-loading{to{background-position-x:-220%}}@media (prefers-reduced-motion:reduce){.ws-root *{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:899px){.ws-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-card{max-width:none}}@media (max-width:767px){.ws-main{padding-top:32px}.ws-intro{align-items:flex-start}.ws-toolbar{flex-direction:column;align-items:stretch}.ws-search{width:100%;max-width:none}.ws-tabs{align-self:flex-start;max-width:100%;overflow-x:auto}.ws-grid{grid-template-columns:1fr}.ws-card{max-width:430px}}@media (max-width:520px){.ws-header{height:64px}.ws-shell{padding-inline:14px}.ws-header-inner{gap:8px}.ws-user{display:none}.ws-logoutbtn{width:42px;padding:0}.ws-logoutbtn span{display:none}.ws-intro{display:block;margin-bottom:22px}.ws-new{margin-top:18px}.ws-title{font-size:30px}.ws-toolbar{padding:8px;gap:9px}.ws-tabs{width:100%}.ws-tabs button{flex:1 0 auto}.ws-summary{margin-bottom:18px}.ws-card{max-width:none}.ws-card-header{padding:16px 15px 13px}.ws-card-content{padding:3px 15px 16px;grid-template-columns:70px minmax(0,1fr);gap:14px}.ws-map{width:70px;height:70px}.ws-card-footer{padding:13px 15px 15px}}@media (max-width:370px){.ws-map{display:none}.ws-card-content{grid-template-columns:1fr}.ws-tabs button{padding-inline:8px}}