.wise{--w-bg:#fff;--w-surface:#1012110b;--w-surface-2:#10121114;--w-surface-3:#10121124;--w-line:#1012111c;--w-text:#101211;--w-sub:#4a4f4c;--w-faint:#767b78;--w-forest:#101211;--w-bright:#101211;--w-bright-ink:#fff;--w-link:#101211;--w-avatar-bg:#10121117;--w-avatar-fg:#101211;--w-pending:#8a6a12;--w-pending-bg:#d6a83e2e;--w-ok:#2f3330;--w-ok-bg:#10121117;--w-bad:#a33222;--w-bad-bg:#a332221a;--w-focus:#10121152;--w-shadow:#00000029;--w-elev:#fff;--w-surface-solid:#f4f5f4;--w-surface-2-solid:#eaebea;--w-line-soft:#1012110f;--w-radius:20px;--w-radius-sm:14px;font-family:var(--font-wise), "Segoe UI", system-ui, sans-serif;color:var(--w-text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.45}[data-theme=dark] .wise,.dark .wise{--w-bg:#0e0f10;--w-surface:#ffffff0b;--w-surface-2:#ffffff14;--w-surface-3:#ffffff21;--w-line:#ffffff17;--w-text:#f2f3f2;--w-sub:#a8acaa;--w-faint:#787d7b;--w-bright:#fff;--w-bright-ink:#0e0f10;--w-link:#f2f3f2;--w-avatar-bg:#ffffff1a;--w-avatar-fg:#f2f3f2;--w-pending:#e2c081;--w-pending-bg:#e2c08121;--w-ok:#e6e9e7;--w-ok-bg:#ffffff1c;--w-bad:#ef9081;--w-bad-bg:#ef90811f;--w-focus:#ffffff8c;--w-shadow:#0009;--w-elev:#17191a;--w-surface-solid:#16181a;--w-surface-2-solid:#1f2123;--w-line-soft:#ffffff0d}@layer base{.wise :where(*){box-sizing:border-box}.wise :where(a){color:inherit;text-decoration:none}.wise :where(p),.wise :where(h1,h2,h3,h4){margin:0}.wise :where(button){font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}}.wise :focus-visible{outline:2px solid var(--w-focus);outline-offset:2px;border-radius:8px}.wise .w-num{font-variant-numeric:tabular-nums}.wise .w-muted{color:var(--w-sub)}.wise .w-faint{color:var(--w-faint);font-size:12.5px}.wise .w-warn{color:var(--w-bad);font-weight:700}.wise .w-pend{color:var(--w-pending);font-weight:700}.wise .w-ok{color:var(--w-ok);font-weight:700}.wise .w-link{color:var(--w-link);cursor:pointer;font-size:13px;font-weight:700}.wise .w-link:hover{text-decoration:underline}.w-page{flex-direction:column;gap:26px;width:100%;max-width:1120px;margin:0 auto;display:flex}.w-page--wide{max-width:1400px}.w-page--narrow{max-width:820px}.w-title{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.w-title h1{letter-spacing:-.02em;font-size:26px;font-weight:800;line-height:1.15}.w-title .w-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--w-faint);margin-bottom:6px;font-size:11px;font-weight:700}.w-title .w-desc{color:var(--w-sub);max-width:60ch;margin-top:6px}.w-title__actions{flex-wrap:wrap;gap:8px;display:flex}.w-back{color:var(--w-sub);align-items:center;gap:6px;width:fit-content;font-size:13px;font-weight:600;display:inline-flex}.w-back:hover{color:var(--w-text)}.w-back svg{width:15px;height:15px}.w-sec{flex-direction:column;gap:10px;display:flex}.w-sec__h{justify-content:space-between;align-items:baseline;gap:12px;padding:0 2px;display:flex}.w-sec__h h2{letter-spacing:-.01em;font-size:17px;font-weight:800}.w-sec__trail{color:var(--w-sub);flex-wrap:wrap;align-items:center;gap:12px;font-size:12.5px;display:flex}.w-card{background:var(--w-surface);border-radius:var(--w-radius);padding:22px 24px;position:relative}.w-card--tight{padding:16px 18px}.w-card--flat{background:0 0;padding:0}.w-hero{flex-direction:column;gap:4px;display:flex}.w-kicker{color:var(--w-sub);letter-spacing:.02em;font-size:12px;font-weight:700}.w-amt{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:40px;font-weight:800;line-height:1.05}.w-amt small{color:var(--w-sub);letter-spacing:0;margin-left:6px;font-size:20px;font-weight:700}.w-amt--md{font-size:32px}.w-amt--md small{font-size:17px}.w-hero__sub{color:var(--w-sub);font-size:13px}.w-actions{flex-wrap:wrap;gap:18px;margin-top:16px;display:flex}.w-act{width:76px;color:var(--w-text);text-align:center;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:600;line-height:1.2;display:flex}.w-act__c{background:var(--w-surface-2);width:52px;height:52px;color:var(--w-text);border-radius:50%;place-items:center;transition:transform .12s,background .12s;display:grid}.w-act__c svg{width:22px;height:22px}.w-act--p .w-act__c{background:var(--w-bright);color:var(--w-bright-ink)}.w-act:hover .w-act__c{background:var(--w-surface-3);transform:translateY(-1px)}.w-act--p:hover .w-act__c{background:var(--w-bright);filter:brightness(1.05)}.w-act:disabled{opacity:.5;cursor:default}.w-act:disabled .w-act__c{transform:none}.w-btn{white-space:nowrap;background:var(--w-surface-2);height:40px;color:var(--w-text);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:700;transition:background .12s,filter .12s;display:inline-flex}.w-btn:hover{background:var(--w-surface-3)}.w-btn--p{background:var(--w-bright);color:var(--w-bright-ink)}.w-btn--p:hover{background:var(--w-bright);filter:brightness(1.05)}.w-btn--ghost{color:var(--w-sub);background:0 0}.w-btn--soft{background:var(--w-bad-bg)}.w-btn--ghost:hover{background:var(--w-surface);color:var(--w-text)}.w-btn--danger{background:var(--w-bad-bg);color:var(--w-bad)}.w-btn--sm{height:32px;padding:0 14px;font-size:13px}.w-btn--icon{width:32px;padding:0}.w-btn--block{width:100%}.w-btn:disabled{opacity:.5;cursor:default;filter:none}.w-btn svg{flex:none;width:16px;height:16px}.w-tabs{flex-wrap:wrap;gap:6px;display:flex}.w-tab{height:34px;color:var(--w-sub);background:var(--w-surface);border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.w-tab:hover{background:var(--w-surface-2)}.w-tab--on{background:var(--w-forest);color:#fff}[data-theme=dark] .wise .w-tab--on,.dark .wise .w-tab--on{background:var(--w-bright);color:var(--w-bright-ink)}.w-list{flex-direction:column;display:flex}.w-card>.w-list{margin:-6px -8px}.w-row{text-align:left;border-radius:16px;align-items:center;gap:14px;width:100%;padding:12px 8px;display:flex}.w-row+.w-row{position:relative}.w-row+.w-row:before{content:"";background:var(--w-line);height:1px;position:absolute;top:0;left:66px;right:8px}.w-row--plain+.w-row--plain:before{left:8px}.w-row--sm+.w-row--sm:before{left:54px}.w-row--tap{cursor:pointer;transition:background .12s}.w-row--tap:hover{background:var(--w-surface-2)}.w-row--tap:hover:before,.w-row--tap:hover+.w-row:before{opacity:0}.w-row__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.w-row__t{text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:700;overflow:hidden}.w-row__s{color:var(--w-sub);font-size:12.5px}.w-row__r{text-align:right;flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.w-row__a{font-variant-numeric:tabular-nums;font-size:15px;font-weight:800}.w-row__b{color:var(--w-faint);font-size:12px}.w-row__trail{flex:none;align-items:center;gap:8px;display:flex}.w-chev{color:var(--w-faint);flex:none;place-items:center;display:grid}.w-chev svg{width:18px;height:18px}.w-list--cards{gap:6px}.w-list--cards>.w-row{background:var(--w-surface);border-radius:var(--w-radius-sm);border:2px solid #0000;padding:10px 12px}.w-list--cards>.w-row--sel{border-color:var(--w-bright)}.w-list--cards>.w-row+.w-row:before{content:none}.w-list--cards>.w-row--tap:hover{background:var(--w-surface-2)}.w-group{color:var(--w-faint);padding:14px 8px 4px;font-size:12.5px;font-weight:700}.w-row--bold,.w-row--bold .w-row__t{font-weight:800}.w-group:first-child{padding-top:4px}.w-avatar{background:var(--w-avatar-bg);width:44px;height:44px;color:var(--w-avatar-fg);letter-spacing:.02em;border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:800;display:grid;position:relative;overflow:hidden}.w-avatar--lg{width:72px;height:72px;font-size:22px}.w-avatar--sm{letter-spacing:0;width:28px;height:28px;font-size:10.5px}.w-avatar--n{background:var(--w-surface-2);color:var(--w-sub);font-weight:700}.w-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.w-cover{background:var(--w-surface-2);width:44px;height:44px;color:var(--w-faint);border-radius:10px;flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.w-cover--lg{border-radius:14px;width:72px;height:72px}.w-cover--sm{border-radius:7px;width:32px;height:32px}.w-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.w-cover svg{width:40%;height:40%}.w-icon{background:var(--w-surface-2);width:44px;height:44px;color:var(--w-text);border-radius:50%;flex:none;place-items:center;display:grid}.w-icon svg{width:20px;height:20px}.w-icon--pend{background:var(--w-pending-bg);color:var(--w-pending)}.w-icon--ok{background:var(--w-ok-bg);color:var(--w-ok)}.w-icon--bad{background:var(--w-bad-bg);color:var(--w-bad)}.w-icon--sm{width:32px;height:32px}.w-icon--sm svg{width:16px;height:16px}.w-tick{border:2px solid var(--w-faint);width:22px;height:22px;color:var(--w-bright-ink);border-radius:50%;flex:none;place-items:center;transition:background .12s,border-color .12s;display:grid}.w-tick svg{opacity:0;width:14px;height:14px}.w-tick:hover{border-color:var(--w-text)}.w-tick--on{background:var(--w-bright);border-color:var(--w-bright)}.w-tick--on svg{opacity:1}.w-pill{white-space:nowrap;background:var(--w-surface-2);height:26px;color:var(--w-sub);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.w-pill--pend{background:var(--w-pending-bg);color:var(--w-pending)}.w-pill--ok{background:var(--w-ok-bg);color:var(--w-ok)}.w-pill--bad{background:var(--w-bad-bg);color:var(--w-bad)}.w-bd{-moz-column-gap:12px;grid-template-columns:22px 1fr auto;column-gap:12px;display:grid}.w-bd__dot{height:44px;position:relative}.w-bd__dot:before{content:"";background:var(--w-line);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.w-bd__dot:after{content:"";border:2px solid var(--w-faint);background:var(--w-bg);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.w-bd__dot--first:before{top:50%}.w-bd__dot--last:before{bottom:50%}.w-bd__dot--solid:after{background:var(--w-bright);border-color:var(--w-bright);width:12px;height:12px}.w-bd__k{height:44px;color:var(--w-sub);align-items:center;gap:8px;min-width:0;font-size:13.5px;display:flex}.w-bd__k b{color:var(--w-text);font-weight:700}.w-bd__k .w-faint{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-bd__v{font-variant-numeric:tabular-nums;white-space:nowrap;justify-content:flex-end;align-items:center;height:44px;font-size:15px;font-weight:700;display:flex}.w-bd__v--total{font-size:17px;font-weight:800}.w-bd__op{background:var(--w-surface-2);width:20px;height:20px;color:var(--w-text);border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:800;display:inline-grid}.w-profile{text-align:center;flex-direction:column;align-items:center;gap:6px;padding-top:6px;display:flex}.w-profile h1{letter-spacing:-.02em;margin-top:4px;font-size:26px;font-weight:800}.w-profile .w-actions{justify-content:center}.w-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 16px;display:flex}.w-empty .w-icon{margin-bottom:4px}.w-empty h3{font-size:15px;font-weight:800}.w-empty p{color:var(--w-sub);max-width:46ch}.w-field{flex-direction:column;gap:6px;min-width:0;display:flex}.w-label{color:var(--w-text);font-size:13px;font-weight:700}.w-input,.w-textarea{width:100%;font:inherit;color:var(--w-text);background:var(--w-surface);border:1px solid #0000;border-radius:12px;height:44px;padding:0 14px;font-size:14px;transition:background .12s,border-color .12s}.w-textarea{resize:vertical;height:auto;padding:10px 14px;line-height:1.5}.w-input::-moz-placeholder{color:var(--w-faint)}.w-textarea::-moz-placeholder{color:var(--w-faint)}.w-input::placeholder,.w-textarea::placeholder{color:var(--w-faint)}.w-input:hover,.w-textarea:hover{background:var(--w-surface-2)}.w-input:focus,.w-textarea:focus{background:var(--w-bg);border-color:var(--w-forest);box-shadow:0 0 0 3px var(--w-focus);outline:none}[data-theme=dark] .wise .w-input:focus,.dark .wise .w-input:focus,[data-theme=dark] .wise .w-textarea:focus,.dark .wise .w-textarea:focus{border-color:var(--w-bright)}.w-input--invalid{border-color:var(--w-bad)}.w-input-wrap{position:relative}.w-input-wrap .w-prefix{color:var(--w-sub);pointer-events:none;font-weight:600;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.w-input-wrap .w-input{padding-left:30px}.w-hint{color:var(--w-faint);font-size:12.5px;line-height:1.45}.w-row-fields{flex-wrap:wrap;gap:12px;display:flex}.w-row-fields>*{flex:160px}.w-opts{flex-direction:column;gap:6px;display:flex}.w-opt{background:var(--w-surface);text-align:left;border:2px solid #0000;border-radius:14px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .12s,border-color .12s;display:flex}.w-opt:hover{background:var(--w-surface-2)}.w-opt--on{border-color:var(--w-bright)}.w-opt__body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.w-opt__t{font-size:14px;font-weight:700}.w-opt__d{color:var(--w-sub);font-size:12.5px;line-height:1.35}.w-opt__check{border:2px solid var(--w-faint);width:22px;height:22px;color:var(--w-bright-ink);border-radius:50%;flex:none;place-items:center;display:grid}.w-opt__check svg{opacity:0;width:14px;height:14px}.w-opt--on .w-opt__check{background:var(--w-bright);border-color:var(--w-bright)}.w-opt--on .w-opt__check svg{opacity:1}.w-amount{background:var(--w-surface);border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:4px 10px 4px 18px;transition:background .12s,border-color .12s;display:flex}.w-amount:hover{background:var(--w-surface-2)}.w-amount:focus-within{background:var(--w-bg);border-color:var(--w-forest);box-shadow:0 0 0 3px var(--w-focus)}[data-theme=dark] .wise .w-amount:focus-within,.dark .wise .w-amount:focus-within{border-color:var(--w-bright)}.w-amount--invalid{border-color:var(--w-bad)}.w-amount input{width:100%;min-width:0;font:inherit;letter-spacing:-.02em;color:var(--w-text);font-variant-numeric:tabular-nums;background:0 0;border:0;outline:none;flex:1;height:56px;padding:0;font-size:30px;font-weight:800}.w-amount input::placeholder{color:var(--w-faint);font-weight:700}.w-amount__cur{background:var(--w-surface-2);border-radius:999px;flex:none;align-items:center;height:36px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.w-select{appearance:none;width:100%;height:44px;font:inherit;color:var(--w-text);cursor:pointer;background:var(--w-surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239a9d97' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 14px center;border:1px solid #0000;border-radius:12px;padding:0 40px 0 14px;font-size:14px;transition:background-color .12s,border-color .12s}.w-select:hover{background-color:var(--w-surface-2)}.w-select:focus{background-color:var(--w-bg);border-color:var(--w-forest);box-shadow:0 0 0 3px var(--w-focus);outline:none}[data-theme=dark] .wise .w-select:focus,.dark .wise .w-select:focus{border-color:var(--w-bright)}.w-select option{color:#0e0f0c;background:#fff}.w-check{cursor:pointer;align-items:center;margin:-6px;padding:6px;display:inline-flex}.w-check input{opacity:0;width:1px;height:1px;position:absolute}.w-check__box{border:2px solid var(--w-faint);width:20px;height:20px;color:var(--w-bright-ink);border-radius:6px;place-items:center;transition:background .12s,border-color .12s;display:grid}.w-check__box svg{opacity:0;width:14px;height:14px}.w-check input:checked+.w-check__box{background:var(--w-bright);border-color:var(--w-bright)}.w-check input:checked+.w-check__box svg{opacity:1}.w-check input:indeterminate+.w-check__box{background:var(--w-bright);border-color:var(--w-bright)}.w-check input:indeterminate+.w-check__box:after{content:"";background:var(--w-bright-ink);border-radius:1px;width:10px;height:2px}.w-check input:indeterminate+.w-check__box svg{display:none}.w-check input:focus-visible+.w-check__box{outline:2px solid var(--w-focus);outline-offset:2px}.w-check input:disabled+.w-check__box{opacity:.5}.w-choice{flex-wrap:wrap;gap:6px;display:flex}.w-choice__o{background:var(--w-surface);height:34px;color:var(--w-sub);border-radius:999px;padding:0 14px;font-size:13px;font-weight:600}.w-choice__o:hover{background:var(--w-surface-2)}.w-choice__o--on{background:var(--w-forest);color:#fff}[data-theme=dark] .wise .w-choice__o--on,.dark .wise .w-choice__o--on{background:var(--w-bright);color:var(--w-bright-ink)}.w-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(8px);background:#0000009e;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.w-modal{background:var(--w-elev);color:var(--w-text);width:100%;max-width:520px;max-height:calc(100vh - 32px);box-shadow:0 32px 90px -12px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.w-modal--sm{max-width:420px}.w-modal--lg{max-width:720px}.w-modal--xl{max-width:940px}.w-modal--full{max-width:min(1200px,100vw - 32px)}.w-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 24px 0;display:flex}.w-modal__title{letter-spacing:-.01em;font-size:20px;font-weight:800}.w-modal__desc{color:var(--w-sub);margin-top:4px;font-size:13px}.w-modal__close{background:var(--w-surface);width:36px;height:36px;color:var(--w-text);border-radius:50%;flex:none;place-items:center;display:grid}.w-modal__close:hover{background:var(--w-surface-2)}.w-modal__close svg{width:18px;height:18px}.w-modal__body{flex-direction:column;gap:16px;padding:18px 24px;display:flex;overflow-y:auto}.w-modal__foot{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:0 24px 22px;display:flex}.w-cmd .w-modal__body{gap:0;padding:0}.w-cmd__q{border-bottom:1px solid var(--w-line);flex:none;align-items:center;gap:12px;height:60px;padding:0 16px 0 20px;display:flex}.w-cmd__q>svg{width:18px;height:18px;color:var(--w-faint);flex:none}.w-cmd__q input{min-width:0;height:100%;color:var(--w-text);font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:16px}.w-cmd__q input::placeholder{color:var(--w-faint)}.w-cmd__q .w-kbd{cursor:pointer}.w-cmd__list{max-height:min(56vh,440px);padding:6px 8px 8px;overflow-y:auto}.w-cmd .w-row{border-radius:12px;gap:12px;padding:8px 10px}.w-cmd .w-row:before{display:none}.w-cmd .w-row__t{font-size:14px}.w-cmd__foot{border-top:1px solid var(--w-line);color:var(--w-faint);flex:none;align-items:center;gap:16px;padding:10px 20px;font-size:12px;display:flex}.w-cmd__foot span{align-items:center;gap:6px;display:inline-flex}.w-cmd__foot .w-cmd__count{margin-left:auto}@media (max-width:639px){.w-cmd__foot{display:none}.w-modal-backdrop{align-items:flex-end;padding:0}.w-modal{border-radius:24px 24px 0 0;max-width:none;max-height:92vh}}.w-details summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:14.5px;font-weight:700;list-style:none;display:flex}.w-details summary::-webkit-details-marker{display:none}.w-details summary .w-faint{font-weight:600}.w-details[open] summary{margin-bottom:10px}.w-details ul{-moz-columns:1;columns:1;gap:24px;margin:0;padding:0;list-style:none}@media (min-width:640px){.w-details ul{-moz-columns:2;columns:2}}.w-details li{-moz-column-break-inside:avoid;break-inside:avoid;flex-direction:column;padding:6px 0;display:flex}.w-details li span{color:var(--w-faint);font-size:12px}.w-notes{gap:12px;display:grid}@media (min-width:640px){.w-notes{grid-template-columns:1fr 1fr}}.w-note{background:var(--w-surface);border-radius:var(--w-radius-sm);flex-direction:column;gap:10px;padding:16px 18px;display:flex}.w-note--pinned{background:var(--w-ok-bg)}.w-note__body{white-space:pre-wrap;line-height:1.55}.w-note__foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.w-note__acts{opacity:0;gap:2px;transition:opacity .12s;display:flex}.w-note:hover .w-note__acts,.w-note:focus-within .w-note__acts{opacity:1}.w-table{border-collapse:collapse;width:100%;font-size:13px}.w-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--w-faint);background:var(--w-elev);box-shadow:inset 0 -1px 0 var(--w-line);padding:0 10px 9px 0;font-size:11px;font-weight:700;position:sticky;top:0}.w-table td{border-top:1px solid var(--w-line-soft);vertical-align:top;padding:12px 10px 12px 0}.w-table tbody tr:first-child td{border-top:0}.w-table .r{text-align:right}.w-two{gap:12px;display:grid}@media (min-width:720px){.w-two{grid-template-columns:1fr 1fr}}.w-band{align-items:start;gap:12px;display:grid}.w-band--secs{gap:26px}.w-band>*{min-width:0}@media (min-width:1240px){.w-band{grid-template-columns:repeat(2,minmax(0,1fr))}.w-band--lead{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}.w-band--even{align-items:stretch}.w-band--even>.w-card{flex-direction:column;justify-content:space-between;gap:22px;display:flex}}.w-tiles{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:10px;display:grid}.w-tile{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.w-tile__top{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.w-tile__label{color:var(--w-text);font-size:13px;font-weight:700}.w-tile--idle .w-stat__n{color:var(--w-faint)}.w-tile--idle .w-tile__label{color:var(--w-sub);font-weight:600}.w-stack{flex-direction:column;gap:12px;display:flex}.w-inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.w-between{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.w-bar-alert{border-radius:var(--w-radius-sm);gap:10px;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.w-bar-alert--warn{background:var(--w-pending-bg);color:var(--w-pending)}.w-bar-alert--bad{background:var(--w-bad-bg);color:var(--w-bad)}.w-bar-alert svg{flex:none;width:16px;height:16px;margin-top:2px}.w-card--flush{padding:0}.w-dot{border-radius:999px;flex:none;width:6px;height:6px;display:inline-block}.w-row--on{background:var(--w-surface-2)}.w-row--on .w-row__t{font-weight:800}.w-desk{grid-template-columns:236px minmax(0,1fr);display:grid}.w-desk__rail{border-right:1px solid var(--w-line);flex-direction:column;gap:10px;min-width:0;padding:14px 10px;display:flex}.w-desk__main{min-width:0}@media (max-width:860px){.w-desk{grid-template-columns:1fr}.w-desk__rail{border-right:0;border-bottom:1px solid var(--w-line)}}.w-search{align-items:center;display:flex;position:relative}.w-search svg{width:15px;height:15px;color:var(--w-faint);pointer-events:none;position:absolute;left:13px}.w-search input{background:var(--w-surface);width:100%;height:38px;color:var(--w-text);font:inherit;border:1px solid #0000;border-radius:999px;padding:0 12px 0 36px;font-size:13.5px;transition:background .12s,border-color .12s}.w-search input::placeholder{color:var(--w-faint)}.w-search input:hover{background:var(--w-surface-2)}.w-search input:focus{background:var(--w-bg);border-color:var(--w-forest);box-shadow:0 0 0 3px var(--w-focus);outline:none}[data-theme=dark] .wise .w-search input:focus,.dark .wise .w-search input:focus{border-color:var(--w-bright)}.w-step{align-items:center;gap:8px;font-size:12.5px;font-weight:700;display:flex}.w-step__n{background:var(--w-surface-2);width:20px;height:20px;color:var(--w-sub);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:10.5px;font-weight:800;display:inline-flex}.w-selectbar{z-index:5;background:var(--w-elev);box-shadow:0 12px 32px -8px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin:10px 8px 0;padding:12px 16px;display:flex;position:sticky;bottom:12px}.w-combo{position:relative}.w-combo__list{z-index:30;background:var(--w-elev);max-height:260px;box-shadow:0 16px 40px -10px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:16px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.w-combo__opt{text-align:left;border-radius:10px;justify-content:space-between;align-items:baseline;gap:10px;width:100%;padding:9px 10px;font-size:13.5px;display:flex}.w-combo__opt:hover,.w-combo__opt--active{background:var(--w-surface)}.w-combo__empty{color:var(--w-faint);text-align:center;padding:14px 10px;font-size:12.5px}.w-sel,.w-date{position:relative}.w-sel__btn{background:var(--w-surface);width:100%;height:44px;color:var(--w-text);text-align:left;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-size:14px;transition:background-color .12s,border-color .12s;display:flex}.w-sel__btn:hover{background:var(--w-surface-2)}.w-sel__btn[aria-expanded=true]{background:var(--w-bg);border-color:var(--w-forest)}[data-theme=dark] .wise .w-sel__btn[aria-expanded=true],.dark .wise .w-sel__btn[aria-expanded=true]{border-color:var(--w-bright)}.w-sel__btn>svg{width:16px;height:16px;color:var(--w-faint);flex:none;transition:transform .15s}.w-sel__btn[aria-expanded=true]>svg.w-sel__chev{transform:rotate(180deg)}.w-sel__v{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-sel__v--bos{color:var(--w-faint)}.w-sel__list{z-index:40;background:var(--w-elev);min-width:100%;max-height:280px;box-shadow:0 16px 40px -10px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:16px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.w-sel__opt{text-align:left;white-space:nowrap;width:100%;color:var(--w-text);border-radius:10px;align-items:center;gap:8px;padding:9px 10px;font-size:13.5px;display:flex}.w-sel__opt--cursor{background:var(--w-surface)}.w-sel__opt--on{font-weight:700}.w-sel__opt--bad{color:var(--w-bad)}.w-sel__div{background:var(--w-line);height:1px;margin:4px 6px}.w-sel__opt:disabled{opacity:.45;cursor:not-allowed}.w-sel__tick{width:15px;height:15px;color:var(--w-link);flex:none}.w-sel__tick--bos{visibility:hidden}.w-cal{z-index:40;background:var(--w-elev);width:276px;box-shadow:0 16px 40px -10px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:18px;padding:12px;position:absolute;top:calc(100% + 6px);left:0}.w-cal__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.w-cal__t{font-size:13.5px;font-weight:700}.w-cal__nav{width:30px;height:30px;color:var(--w-sub);border-radius:50%;flex:none;place-items:center;display:grid}.w-cal__nav:hover{background:var(--w-surface);color:var(--w-text)}.w-cal__nav svg{width:16px;height:16px}.w-cal__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.w-cal__wd{text-transform:uppercase;letter-spacing:.04em;color:var(--w-faint);text-align:center;padding:4px 0 6px;font-size:10.5px;font-weight:700}.w-cal__d{font-variant-numeric:tabular-nums;height:32px;color:var(--w-text);border-radius:10px;font-size:13px}.w-cal__d:hover{background:var(--w-surface)}.w-cal__d--yan{color:var(--w-faint);opacity:.5}.w-cal__d:disabled{color:var(--w-faint);opacity:.3;cursor:not-allowed}.w-cal__d:disabled:hover{background:0 0}.w-cal__d--bugun{box-shadow:inset 0 0 0 1px var(--w-line);font-weight:700}.w-cal__d--on,.w-cal__d--on:hover{background:var(--w-bright);color:var(--w-bright-ink);box-shadow:none;font-weight:800}.w-cal__foot{border-top:1px solid var(--w-line);justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.w-outcome{flex-direction:column;gap:9px;display:flex}.w-outcome__row{justify-content:space-between;align-items:baseline;gap:12px;font-size:12.5px;display:flex}.w-outcome__row--strong .w-outcome__v{font-size:14px;font-weight:800}.w-outcome__l{color:var(--w-sub);min-width:0}.w-outcome__l--muted{color:var(--w-faint)}.w-outcome__v{flex:none}.w-outcome__v--muted{color:var(--w-faint)}.w-outcome__delta{flex-direction:column;gap:2px;display:flex}.w-outcome__delta-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.w-outcome__delta-top b{font-size:12.5px;font-weight:700}.w-outcome__delta-vals{flex:none;align-items:baseline;gap:6px;display:flex}.w-outcome__before{color:var(--w-faint);font-size:12px;text-decoration:line-through}.w-outcome__after{font-size:13.5px;font-weight:800}.w-outcome__after--bad{color:var(--w-bad)}.w-outcome__changed{text-align:right;color:var(--w-sub);font-size:11.5px}.w-outcome__note{color:var(--w-faint);border-radius:12px;margin:0;padding:9px 11px;font-size:11.5px;line-height:1.45}.w-outcome__note--warn{background:var(--w-pending-bg);color:var(--w-pending)}.w-outcome__note--bad{background:var(--w-bad-bg);color:var(--w-bad)}.w-outcome__hr{background:var(--w-line);height:1px}.w-ledger-wrap{border:1px solid var(--w-line);border-radius:var(--w-radius);overflow:auto hidden}.w-ledger{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.w-ledger th{background:var(--w-surface);text-align:right;color:var(--w-sub);border-bottom:1px solid var(--w-line);padding:12px 16px;font-size:12.5px;font-weight:600}.w-ledger th:first-child{text-align:left;padding-left:20px}.w-ledger th a{color:inherit;align-items:center;gap:3px;display:inline-flex}.w-ledger th a:hover,.w-ledger th.w-ledger__on{color:var(--w-text)}.w-ledger th svg{width:14px;height:14px}.w-ledger td{text-align:right;vertical-align:middle;border-bottom:1px solid var(--w-line-soft);padding:13px 16px}.w-ledger td:first-child{text-align:left;padding-left:20px}.w-ledger tbody tr:last-child td{border-bottom:0}.w-ledger tbody tr{cursor:pointer;transition:background .12s}.w-ledger tbody tr:hover{background:var(--w-surface)}.w-ledger tbody tr:hover .w-chev{color:var(--w-text)}.w-ledger__who{align-items:center;gap:14px;min-width:0;display:flex}.w-ledger__who>span:last-child{flex-direction:column;gap:1px;min-width:0;display:flex}.w-ledger__who a{color:var(--w-text);text-overflow:ellipsis;font-size:14.5px;font-weight:700;overflow:hidden}.w-ledger__who small{color:var(--w-sub);text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.w-ledger .w-ledger__m{font-variant-numeric:tabular-nums;width:1%;min-width:96px;color:var(--w-sub);font-weight:500}.w-ledger th.w-ledger__m{font-weight:600}.w-ledger .w-ledger__bal{width:1%;padding-left:40px}.w-ledger__amt{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.w-ledger__amt b{font-variant-numeric:tabular-nums;font-size:15px;font-weight:800}.w-ledger__amt small{color:var(--w-faint);font-variant-numeric:tabular-nums;font-size:12px}.w-ledger__neg b{color:var(--w-bad)}.w-ledger .w-ledger__go{width:1%;padding-left:4px;padding-right:16px}.w-ledger__pager{justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 0;display:flex}.w-ledger th button{font:inherit;color:inherit;align-items:center;gap:3px;display:inline-flex}.w-ledger th button:hover{color:var(--w-text)}.w-ledger__t{color:var(--w-text);font-size:14.5px;font-weight:700}.w-ledger__tog{background:var(--w-surface-2);width:28px;height:28px;color:var(--w-sub);border-radius:50%;flex:none;place-items:center;transition:transform .15s,background .15s;display:grid}.w-ledger__tog svg{width:15px;height:15px}.w-ledger__tog--on{background:var(--w-bright);color:var(--w-bright-ink);transform:rotate(90deg)}.w-ledger tbody tr.w-ledger__open{background:var(--w-surface)}.w-ledger tbody tr.w-ledger__open td{border-bottom-color:#0000}.w-ledger tbody tr.w-ledger__sub{cursor:default;background:var(--w-surface)}.w-ledger tbody tr.w-ledger__sub:hover{background:var(--w-surface)}.w-ledger tbody tr.w-ledger__sub td{border-bottom:1px solid var(--w-line-soft);padding-top:10px;padding-bottom:10px}.w-ledger tbody tr.w-ledger__sub td:first-child{padding-left:62px}.w-ledger tbody tr.w-ledger__sub .w-ledger__m{color:var(--w-text)}.w-ledger tbody tr.w-ledger__sub+tr:not(.w-ledger__sub) td{border-top:1px solid var(--w-line)}.w-ledger__subt{flex-direction:column;gap:1px;min-width:0;display:flex}.w-ledger__subt b{color:var(--w-text);font-size:13.5px;font-weight:600}.w-ledger__subt small{color:var(--w-faint);font-size:12px}.w-ledger__subact{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:inline-flex}.w-ledger__subamt{color:var(--w-sub);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12.5px;display:none}.w-ledger__who a.w-ledger__songlink{color:var(--w-sub);font-size:12.5px;font-weight:600}.w-ledger__who a.w-ledger__songlink:hover{color:var(--w-text)}.w-ledger tfoot td{text-align:right;border-top:1px solid var(--w-line);padding:13px 16px;font-weight:800}.w-ledger tfoot td:first-child{text-align:left;padding-left:20px}.w-stats.w-stats--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1000px){.w-stats.w-stats--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.w-ledger__foot{border-top:1px solid var(--w-line);background:var(--w-surface);color:var(--w-sub);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px 10px 20px;font-size:12.5px;display:flex}.w-ledger__foot>div{align-items:center;gap:4px;display:flex}.w-ledger-wrap--busy{opacity:.55;pointer-events:none;transition:opacity .15s}.w-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.w-stat{background:var(--w-surface);border-radius:var(--w-radius);flex-direction:column;gap:6px;min-width:0;padding:18px 20px 16px;display:flex}.w-stat .w-amt--md{font-size:26px}.w-stat .w-amt--md small{font-size:14px}.w-stat__sub{color:var(--w-faint);font-size:12.5px}.w-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.w-toolbar>.w-tabs{flex:none}@media (max-width:760px){.w-stats{grid-template-columns:1fr}.w-ledger .w-ledger__m{display:none}.w-ledger .w-ledger__bal{padding-left:16px}.w-ledger__subamt{display:inline}}.w-input--sm{border-radius:10px;height:36px;padding:0 12px;font-size:13.5px}.w-input--num{text-align:right;font-variant-numeric:tabular-nums}.w-input-wrap .w-input--sm{padding-left:28px}.w-meta{color:var(--w-sub);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.w-meta .w-kicker{color:var(--w-faint)}.w-isrc{background:var(--w-surface);height:28px;color:var(--w-sub);font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.w-isrc:hover{background:var(--w-surface-2);color:var(--w-text)}.w-isrc svg{width:12px;height:12px}.w-ed{border:1px solid var(--w-line);border-radius:var(--w-radius);grid-template-columns:220px minmax(0,1fr);display:grid;overflow:hidden}.w-ed__rail{border-right:1px solid var(--w-line);flex-direction:column;min-width:0;display:flex;position:relative}.w-ed__railhead{border-bottom:1px solid var(--w-line);padding:10px}.w-ed__raillist{max-height:520px;padding:6px;overflow-y:auto}.w-ed__year{letter-spacing:.06em;text-transform:uppercase;color:var(--w-faint);padding:12px 10px 4px;font-size:11px;font-weight:700}.w-rmo{text-align:left;border-radius:12px;align-items:center;gap:10px;width:100%;padding:9px 10px;transition:background .12s;display:flex}.w-rmo:hover{background:var(--w-surface)}.w-rmo--on{background:var(--w-surface-2)}.w-rmo__dot{background:var(--w-faint);border-radius:50%;flex:none;width:7px;height:7px}.w-rmo__dot--warn{background:var(--w-pending)}.w-rmo__dot--paid{background:var(--w-bright)}.w-rmo__t{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:700;display:block;overflow:hidden}.w-rmo__s{color:var(--w-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;display:block;overflow:hidden}.w-rmo--on .w-rmo__t{font-weight:800}.w-mpick{z-index:30;background:var(--w-elev);box-shadow:0 18px 50px var(--w-shadow);border:1px solid var(--w-line);border-radius:18px;padding:12px;position:absolute;top:58px;left:8px;right:8px}.w-mpick__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.w-mpick__grid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.w-mpick__m{height:36px;color:var(--w-faint);border-radius:10px;font-size:12.5px;font-weight:600;transition:background .12s;position:relative}.w-mpick__m:hover{background:var(--w-surface)}.w-mpick__m--dolu{color:var(--w-text);background:var(--w-surface)}.w-mpick__m--on,.w-mpick__m--on:hover{background:var(--w-bright);color:var(--w-bright-ink);font-weight:800}.w-mpick__m i{background:var(--w-faint);border-radius:50%;width:5px;height:5px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.w-mpick__m--on i{background:var(--w-bright-ink)}.w-mpick__foot{border-top:1px solid var(--w-line);color:var(--w-faint);margin-top:10px;padding-top:10px;font-size:11.5px}.w-mpick-backdrop{z-index:25;cursor:default;position:fixed;inset:0}.w-ed__main{flex-direction:column;min-width:0;display:flex}.w-ed__head{border-bottom:1px solid var(--w-line);align-items:center;gap:12px;padding:16px 20px;display:flex}.w-ed__head h3{letter-spacing:-.01em;min-width:0;font-size:16px;font-weight:800}.w-ed__head .w-ed__amt{font-variant-numeric:tabular-nums;margin-left:auto;font-size:16px;font-weight:800}.w-ed__body{flex-direction:column;gap:26px;padding:20px;display:flex}.w-ed__blank{text-align:center;color:var(--w-sub);padding:48px 20px;font-size:13.5px}.w-adim{flex-direction:column;gap:12px;display:flex}.w-adim__h{align-items:center;gap:10px;display:flex}.w-adim__h h4{font-size:14px;font-weight:800}.w-adim__warn{color:var(--w-pending);margin-left:auto;font-size:12px;font-weight:700}.w-adim__b{flex-direction:column;gap:8px;display:flex}.w-line{background:var(--w-surface);border-radius:14px;align-items:center;gap:12px;padding:10px 14px;display:flex}.w-line__t{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.w-line__t b{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.w-line__t small{color:var(--w-faint);font-size:12px}.w-line__ctl{flex:none;align-items:center;gap:8px;display:flex}.w-line__note{color:var(--w-faint);padding:0 14px;font-size:12px;line-height:1.4}.w-line--wrap,.w-line--wrap .w-line__ctl{flex-wrap:wrap}.w-sum{border:1px solid var(--w-line);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.w-sum span{color:var(--w-sub);font-size:12.5px;font-weight:700}.w-sum b{font-variant-numeric:tabular-nums;font-size:16px;font-weight:800}.w-grp{color:var(--w-faint);justify-content:space-between;align-items:baseline;padding:6px 4px 0;font-size:12px;font-weight:700;display:flex}.w-grp span:last-child{font-variant-numeric:tabular-nums}.w-pay{background:var(--w-surface);border-radius:14px;align-items:center;gap:12px;padding:8px 10px 8px 12px;display:flex}.w-pay--us{box-shadow:inset 0 0 0 1px var(--w-line);background:0 0}.w-pay__who{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.w-pay__who b{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.w-pay__pct{flex:none;width:92px}.w-pay__amt{text-align:right;font-variant-numeric:tabular-nums;flex:none;width:104px;font-size:13.5px;font-weight:800}.w-pay__x{flex:none;justify-content:center;width:28px;display:flex}.w-xbtn{width:28px;height:28px;color:var(--w-faint);border-radius:50%;place-items:center;transition:background .12s,color .12s;display:grid}.w-xbtn:hover{background:var(--w-surface-2);color:var(--w-text)}.w-xbtn svg{width:14px;height:14px}.w-xbtn--danger:hover{background:var(--w-bad-bg);color:var(--w-bad)}.w-paybox{border:1px solid var(--w-line);border-radius:16px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.w-paybox__row{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.w-paybox__row b{font-size:14px;font-weight:800;display:block}.w-paybox__row p{color:var(--w-sub);margin-top:2px;font-size:12.5px}.w-paybox__date{color:var(--w-sub);align-items:center;gap:10px;font-size:12.5px;display:flex}.w-unsaved{z-index:40;background:var(--w-elev);max-width:760px;color:var(--w-text);box-shadow:0 18px 50px var(--w-shadow);border:1px solid var(--w-line);border-radius:20px;flex-wrap:wrap;align-items:center;gap:12px;margin:0 auto;padding:12px 14px 12px 18px;display:flex;position:fixed;bottom:20px;left:16px;right:16px}.w-unsaved--dirty{border-color:var(--w-pending)}.w-unsaved__msg{flex:1;align-items:center;gap:10px;min-width:0;font-size:13.5px;display:flex}.w-unsaved__msg svg{width:16px;height:16px;color:var(--w-pending);flex:none}.w-unsaved__msg b{font-weight:800}.w-unsaved__msg span{color:var(--w-sub)}.w-unsaved__btns{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.w-rcopy{color:var(--w-faint);font-size:12.5px}.w-pct{flex:none;width:92px;position:relative}.w-pct>span{color:var(--w-faint);pointer-events:none;font-weight:700;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.w-pct input{width:100%;height:44px;font:inherit;font-variant-numeric:tabular-nums;color:var(--w-text);background:var(--w-surface);border:1px solid #0000;border-radius:12px;padding:0 12px 0 28px;font-weight:700;transition:background .12s,border-color .12s}.w-pct input::placeholder{color:var(--w-faint);font-weight:600}.w-pct input:hover{background:var(--w-surface-2)}.w-pct input:focus{background:var(--w-bg);border-color:var(--w-forest);box-shadow:0 0 0 3px var(--w-focus);outline:none}[data-theme=dark] .wise .w-pct input:focus,.dark .wise .w-pct input:focus{border-color:var(--w-bright)}.w-pool{background:var(--w-surface);border-radius:var(--w-radius-sm);padding:6px 18px}.w-pool .w-bd__dot,.w-pool .w-bd__k,.w-pool .w-bd__v{height:56px}.w-pool .w-bd__k{flex-direction:column;justify-content:center;align-items:flex-start;gap:1px}.w-pool .w-bd__k b{font-size:14.5px}.w-pool .w-bd__k .w-faint{font-size:12px}.w-pool .w-pct input{background:var(--w-elev)}.w-pool .w-pct input:hover{background:var(--w-surface-2-solid)}.w-rsec{flex-direction:column;gap:4px;display:flex}.w-rsec>header{justify-content:space-between;align-items:baseline;gap:12px;padding:4px 2px 0;display:flex}.w-rsec>header h3{letter-spacing:.02em;text-transform:uppercase;color:var(--w-sub);font-size:13px;font-weight:800}.w-rsec>header span{color:var(--w-faint);flex:none;font-size:12.5px}.w-rsec .w-row{padding-left:0;padding-right:0}.w-rsec .w-row+.w-row:before{left:58px;right:0}.w-rsec .w-row--us .w-avatar{background:var(--w-bright);color:var(--w-bright-ink)}@media (max-width:760px){.w-pct{width:84px}.w-ed{grid-template-columns:1fr}.w-ed__rail{border-right:0;border-bottom:1px solid var(--w-line)}.w-ed__raillist{max-height:220px}.w-pay{flex-wrap:wrap}.w-pay__who{flex-basis:100%}}@media (prefers-reduced-motion:reduce){.wise *{transition:none!important}}.w-nav{flex-direction:column;flex:1;gap:2px;min-height:0;padding:4px 12px 0;display:flex;overflow-y:auto}.w-nav__cta{background:var(--w-bright);height:44px;color:var(--w-bright-ink);border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:2px 4px 10px;font-size:14px;font-weight:700;transition:filter .12s;display:flex}.w-nav__cta:hover{filter:brightness(1.05)}.w-nav__cta svg{width:18px;height:18px}.w-nav__k{letter-spacing:.1em;text-transform:uppercase;color:var(--w-faint);padding:12px 14px 4px;font-size:10.5px;font-weight:700}.w-nav__item{height:40px;color:var(--w-sub);text-align:left;border-radius:999px;align-items:center;gap:12px;width:100%;padding:0 14px;font-size:14px;font-weight:600;transition:background .12s,color .12s;display:flex}.w-nav__item:hover{background:var(--w-surface);color:var(--w-text)}.w-nav__item--on{background:var(--w-surface-2);color:var(--w-text);font-weight:700}.w-nav__item--sub{height:36px;padding-left:44px;font-size:13.5px}.w-nav__item>svg{flex:none;width:18px;height:18px}.w-nav__label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.w-nav__badge{background:var(--w-bright);min-width:22px;height:22px;color:var(--w-bright-ink);font-variant-numeric:tabular-nums;border-radius:999px;flex:none;place-items:center;padding:0 7px;font-size:11.5px;font-weight:800;display:grid}.w-nav__chev{color:var(--w-faint);transition:transform .15s}.w-nav__chev--open{transform:rotate(180deg)}.w-nav__div{background:var(--w-line);height:1px;margin:10px 8px 2px}.w-nav__foot{border-top:1px solid var(--w-line);flex-direction:column;gap:2px;margin-top:auto;padding:8px 0 12px;display:flex;position:sticky;bottom:0}.w-tbl-wrap{border:1px solid var(--w-line);border-radius:var(--w-radius);overflow:auto hidden}.w-tbl-wrap--flat{border:0;border-radius:0}.w-tbl{border-collapse:collapse;width:100%;font-size:14px}.w-tbl thead th{background:var(--w-surface);text-align:left;color:var(--w-sub);white-space:nowrap;border-bottom:1px solid var(--w-line);padding:12px 16px;font-size:12.5px;font-weight:600}.w-tbl-wrap--flat .w-tbl thead th{background:var(--w-bg)}.w-tbl thead th:first-child{padding-left:20px}.w-tbl thead th.text-end,.w-tbl thead th.text-right{text-align:right}.w-tbl tbody td{vertical-align:middle;color:var(--w-text);border-bottom:1px solid var(--w-line-soft);padding:13px 16px}.w-tbl tbody td:first-child{padding-left:20px}.w-tbl tbody tr:last-child td{border-bottom:0}.w-tbl tbody tr{transition:background .12s}.w-tbl tbody tr:hover{background:var(--w-surface)}.w-tbl tbody tr[data-tiklanir="1"]{cursor:pointer}.w-tbl tbody tr[data-secili="1"]{background:var(--w-surface-2)}.w-tbl__acts{opacity:0;transition:opacity .12s}.w-tbl tbody tr:hover .w-tbl__acts,.w-tbl tbody tr:focus-within .w-tbl__acts,.w-tbl tbody tr[data-secili="1"] .w-tbl__acts{opacity:1}@media (hover:none){.w-tbl__acts{opacity:1}}.w-tbl[data-density=compact] tbody td{padding-top:7px;padding-bottom:7px}.w-tbl[data-density=relaxed] tbody td{padding-top:19px;padding-bottom:19px}.w-tbl__sort{cursor:pointer;-webkit-user-select:none;user-select:none}.w-tbl__sort:hover,.w-tbl__sort--on{color:var(--w-text)}.w-tbl__pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 4px 0;display:flex}.w-tbl__pages{align-items:center;gap:4px;display:flex}.w-tbl__page{min-width:30px;height:30px;color:var(--w-sub);border-radius:9px;padding:0 8px;font-size:12.5px;font-weight:700}.w-tbl__page:hover{background:var(--w-surface);color:var(--w-text)}.w-tbl__page--on,.w-tbl__page--on:hover{background:var(--w-bright);color:var(--w-bright-ink)}.w-help{border-top:1px solid var(--w-line);margin:6px -24px -22px}.w-help>summary{cursor:pointer;color:var(--w-sub);align-items:center;gap:8px;padding:12px 24px;font-size:12.5px;font-weight:700;list-style:none;display:flex}.w-help>summary::-webkit-details-marker{display:none}.w-help>summary:hover{color:var(--w-text)}.w-help>summary svg{flex:none;width:14px;height:14px;transition:transform .15s}.w-help[open]>summary svg{transform:rotate(180deg)}.w-help__b{max-width:78ch;color:var(--w-sub);flex-direction:column;gap:9px;padding:0 24px 18px;font-size:12.5px;line-height:1.55;display:flex}.w-help__b code{background:var(--w-surface-2);border-radius:6px;padding:1px 5px;font-size:11.5px}.w-split{background:var(--w-surface-2);border-radius:999px;height:8px;display:flex;overflow:hidden}.w-split__a{background:var(--w-bright)}.w-split__b{background:var(--w-surface-3)}.w-split-legend{color:var(--w-sub);flex-wrap:wrap;gap:4px 18px;font-size:12px;display:flex}.w-split-legend i{vertical-align:middle;border-radius:999px;width:8px;height:8px;margin-right:7px;display:inline-block}.w-chips{flex-wrap:wrap;gap:8px;display:flex}.w-chip{background:var(--w-surface);border-radius:999px;align-items:center;gap:2px;padding:5px 5px 5px 13px;font-size:12.5px;font-weight:600;display:inline-flex}.w-chip button{width:22px;height:22px;color:var(--w-faint);border-radius:50%;place-items:center;display:grid}.w-chip button:hover{background:var(--w-bad-bg);color:var(--w-bad)}.w-chip button svg{width:12px;height:12px}.w-rules{flex-direction:column;display:flex}.w-rules__h{text-transform:uppercase;letter-spacing:.06em;color:var(--w-faint);align-items:center;gap:10px;padding-bottom:8px;font-size:11px;font-weight:700;display:flex}.w-rules__r{border-top:1px solid var(--w-line-soft);align-items:center;gap:10px;padding:8px 0;display:flex}.w-rules__name{flex:150px;min-width:0}.w-rules__note{flex:130px;min-width:0}.w-rules__n{text-align:right;font-variant-numeric:tabular-nums;width:92px;color:var(--w-sub);flex:none;font-size:12.5px}.w-rules__x{flex:none;width:32px}.w-rules__del{width:32px;padding:0}.w-rules__x-t,.w-rules__lbl{display:none}@media (max-width:820px){.w-rules__h{display:none}.w-rules__r{flex-wrap:wrap;padding:14px 0}.w-rules__lbl{text-transform:uppercase;letter-spacing:.06em;color:var(--w-faint);margin-bottom:5px;font-size:10.5px;font-weight:700;display:block}.w-rules__name,.w-rules__note{flex:100%}.w-rules__n{text-align:left}.w-rules__x{width:100%}.w-rules__del{width:100%;padding:0 14px}.w-rules__x-t{display:inline}}.w-token{text-overflow:ellipsis;white-space:nowrap;background:var(--w-surface-2);border-radius:10px;flex:1;min-width:0;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;overflow:hidden}.w-scroll{max-height:340px;margin:0 -8px;overflow-y:auto}.w-skel{background:var(--w-surface-2);border-radius:10px;animation:1.5s ease-in-out infinite w-pulse;display:block}@keyframes w-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.w-skel{animation:none}}.w-ppl{border-collapse:collapse;width:100%;font-size:14px}.w-ppl th{background:var(--w-surface);text-align:left;color:var(--w-sub);border-bottom:1px solid var(--w-line);white-space:nowrap;padding:12px 16px;font-size:12.5px;font-weight:600}.w-ppl th:first-child{padding-left:20px}.w-ppl td{vertical-align:middle;border-bottom:1px solid var(--w-line-soft);padding:13px 16px}.w-ppl td:first-child{padding-left:20px}.w-ppl tbody tr:last-child td{border-bottom:0}.w-ppl tbody tr{transition:background .12s}.w-ppl tbody tr[data-tap="1"]{cursor:pointer}.w-ppl tbody tr:hover{background:var(--w-surface)}.w-ppl tbody tr[data-sel="1"]{background:var(--w-surface-2)}.w-ppl tbody tr:hover .w-chev{color:var(--w-text)}.w-ppl__pick{width:1%;padding-right:0;position:relative}.w-ppl th.w-ppl__pick{padding-right:0}.w-ppl__pick .w-check:after{content:"";position:absolute;inset:0}.w-ppl__who{align-items:center;gap:14px;min-width:0;display:flex}.w-ppl__who>span:last-child{flex-direction:column;gap:1px;min-width:0;max-width:320px;display:flex}.w-ppl__name{color:var(--w-text);align-items:center;gap:7px;font-size:14.5px;font-weight:700;display:flex;overflow:hidden}.w-ppl__name>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-ppl__mail{color:var(--w-sub);align-items:center;gap:6px;font-size:12.5px;display:flex;overflow:hidden}.w-ppl__mail>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-ppl__stage{color:var(--w-sub);white-space:nowrap;font-size:13px}.w-ppl .w-ppl__st{display:none}.w-ppl__date{color:var(--w-faint);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12.5px}.w-ppl__go{white-space:nowrap;width:1%;padding-left:8px;padding-right:14px}.w-ppl__acts{justify-content:flex-end;align-items:center;gap:2px;display:flex}.w-ppl__acts>button{opacity:0;transition:opacity .12s,background .12s,color .12s}.w-ppl tbody tr:hover .w-ppl__acts>button,.w-ppl__acts:focus-within>button{opacity:1}@media (hover:none){.w-ppl__acts>button{opacity:1}}@media (max-width:1040px){.w-ppl__c-date{display:none}}@media (max-width:880px){.w-ppl__c-stage{display:none}}@media (max-width:640px){.w-ppl__c-role{display:none}.w-ppl__who{gap:10px}.w-ppl__c-status{display:none}.w-ppl .w-ppl__st{display:inline-flex}.w-ppl{table-layout:fixed}.w-ppl__pick,.w-ppl th.w-ppl__pick{width:38px}.w-ppl__go,.w-ppl th.w-ppl__go{width:30px}.w-ppl__who>span:last-child{max-width:none}.w-ppl__who .w-avatar{width:36px;height:36px;font-size:12px}.w-ppl__acts>button{display:none}.w-ppl th,.w-ppl td{padding-left:8px;padding-right:8px}.w-ppl th:first-child,.w-ppl td:first-child{padding-left:10px}}.w-tag{white-space:nowrap;background:var(--w-surface-2);height:19px;color:var(--w-sub);border-radius:999px;flex:none;align-items:center;gap:4px;padding:0 7px;font-size:10.5px;font-weight:700;display:inline-flex}.w-tag--warn{background:var(--w-pending-bg);color:var(--w-pending)}.w-tag--bad{background:var(--w-bad-bg);color:var(--w-bad)}.w-tag svg{width:10px;height:10px}button.w-pill{cursor:pointer;transition:background .12s,filter .12s}button.w-pill:hover{background:var(--w-surface-3)}button.w-pill--pend:hover,button.w-pill--ok:hover,button.w-pill--bad:hover{filter:brightness(1.08)}[data-theme=dark] .wise button.w-pill--pend:hover,[data-theme=dark] .wise button.w-pill--ok:hover,[data-theme=dark] .wise button.w-pill--bad:hover,.dark .wise button.w-pill--pend:hover,.dark .wise button.w-pill--ok:hover,.dark .wise button.w-pill--bad:hover{filter:brightness(1.3)}.w-pill svg{opacity:.5;flex:none;width:11px;height:11px;margin-right:-2px}.w-pill--strong{background:var(--w-bright);color:var(--w-bright-ink)}button.w-pill--strong:hover{background:var(--w-bright);filter:brightness(1.06)}.w-pill--strong svg{opacity:.65}.w-stat--btn{text-align:left;cursor:pointer;border:1.5px solid #0000}.w-stat--btn:hover{background:var(--w-surface-2)}.w-stat--on{border-color:var(--w-bright);background:var(--w-surface-2)}.w-stat__n{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1.08}.w-stat__n--warn{color:var(--w-pending)}.w-stat__n--bad{color:var(--w-bad)}.w-mark{background:var(--w-surface-3);color:var(--w-text);border-radius:3px;padding:0 2px}.w-usr{align-items:start;gap:12px;display:grid}.w-usr__col{flex-direction:column;gap:12px;min-width:0;display:flex}@media (min-width:1100px){.w-usr{grid-template-columns:360px minmax(0,1fr)}.w-usr__col--rail{position:sticky;top:12px}}.w-perm{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:6px;display:grid}.w-perm__o{background:var(--w-surface);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:600;line-height:1.3;transition:background .12s;display:flex}.w-perm__o:hover{background:var(--w-surface-2)}.w-perm__o[data-off="1"]{color:var(--w-sub)}.w-perm__o[aria-disabled=true]{cursor:default}.w-perm__o[aria-disabled=true]:hover{background:var(--w-surface)}.w-psec{flex-direction:column;gap:10px;display:flex}.w-psec+.w-psec{border-top:1px solid var(--w-line);margin-top:18px;padding-top:18px}.w-psec__h{justify-content:space-between;align-items:center;gap:12px;display:flex}.w-psec__h b{font-size:14px;font-weight:800}.w-psec__h small{color:var(--w-faint);margin-top:1px;font-size:12px;display:block}.w-savebar{justify-content:flex-end}.w-req{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px;display:grid}@media (max-width:900px){.w-req{grid-template-columns:1fr}}.w-req__head{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.w-req__head>div{flex:1;min-width:0}.w-req__head h1{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:22px;font-weight:800;line-height:1.15;overflow:hidden}.w-req__head p{color:var(--w-sub);margin-top:2px;font-size:13px}.w-req__acts{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.w-chat{border:1px solid var(--w-line);border-radius:var(--w-radius);background:var(--w-bg);flex-direction:column;height:min(720px,100vh - 230px);min-height:440px;display:flex}.w-chat__log{flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px 20px;display:flex;overflow-y:auto}.w-chat__msg{gap:10px;max-width:78%;display:flex}.w-chat__msg>span:last-child{min-width:0}.w-chat__msg--me{flex-direction:row-reverse;align-self:flex-end}.w-chat__meta{color:var(--w-faint);align-items:center;gap:6px;margin-bottom:4px;font-size:12px;display:flex}.w-chat__msg--me .w-chat__meta{justify-content:flex-end}.w-chat__meta b{color:var(--w-sub);font-weight:700}.w-chat__bubble{background:var(--w-surface);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:18px 18px 18px 6px;padding:10px 14px;font-size:13.5px;line-height:1.5;display:block}.w-chat__msg--me .w-chat__bubble{background:var(--w-forest);color:#fff;border-radius:18px 18px 6px}[data-theme=dark] .wise .w-chat__msg--me .w-chat__bubble,.dark .wise .w-chat__msg--me .w-chat__bubble{background:var(--w-bright);color:var(--w-bright-ink)}.w-chat__bubble--first{box-shadow:inset 0 0 0 1px var(--w-line);background:0 0}.w-chat__bubble .w-kicker{margin-bottom:4px;display:block}.w-chat__empty{text-align:center;color:var(--w-faint);padding:8px 0;font-size:12.5px}.w-chat__form{border-top:1px solid var(--w-line);gap:8px;padding:12px 16px;display:flex}.w-chat__form .w-input{border-radius:999px;flex:1;min-width:0;height:40px}.w-kv{border-top:1px solid var(--w-line-soft);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;font-size:13px;display:flex}.w-kv:first-child{border-top:0;padding-top:0}.w-kv:last-child{padding-bottom:0}.w-kv dt{color:var(--w-sub);flex:none}.w-kv dd{text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.w-kv dd a{color:var(--w-forest)}[data-theme=dark] .wise .w-kv dd a,.dark .wise .w-kv dd a{color:var(--w-bright)}.w-play{background:var(--w-surface-2);width:36px;height:36px;color:var(--w-text);border-radius:50%;flex:none;place-items:center;transition:background .12s,color .12s,transform .12s;display:grid}.w-play svg{width:15px;height:15px}.w-play:hover{background:var(--w-surface-3);transform:translateY(-1px)}.w-play--on{background:var(--w-bright);color:var(--w-bright-ink)}.w-play--on:hover{background:var(--w-bright);filter:brightness(1.05)}.w-play:disabled{opacity:.4;cursor:default;transform:none}.w-play:disabled:hover{background:var(--w-surface-2)}.w-ppl__sub{color:var(--w-faint);white-space:nowrap;align-items:center;gap:6px;margin-top:4px;font-size:11.5px;display:flex}.w-ppl__sub a,.w-ppl__sub button{color:var(--w-sub);font-weight:600}.w-ppl__sub a:hover,.w-ppl__sub button:hover{color:var(--w-text);text-decoration:underline}.w-ctx{z-index:90;background:var(--w-elev);min-width:200px;color:var(--w-text);box-shadow:0 16px 40px -10px var(--w-shadow), 0 0 0 1px var(--w-line);font-family:var(--font-wise,inherit);border-radius:16px;padding:6px;position:fixed}.w-nav__mode{background:var(--w-surface);border-radius:999px;grid-template-columns:1fr 1fr;gap:3px;margin:0 4px 10px;padding:3px;display:grid}.w-nav__mode-o{height:32px;color:var(--w-sub);border-radius:999px;font-size:12.5px;font-weight:700;transition:background .12s,color .12s}.w-nav__mode-o:hover{color:var(--w-text)}.w-nav__mode-o--on{background:var(--w-forest);color:#fff}[data-theme=dark] .wise .w-nav__mode-o--on,.dark .wise .w-nav__mode-o--on{background:var(--w-bright);color:var(--w-bright-ink)}.w-nav__tree{flex-direction:column;gap:2px;display:flex;position:relative}.w-nav__tree:before{content:"";background:var(--w-line);width:1px;position:absolute;top:6px;bottom:6px;left:22px}.w-nav__k--sub{padding-top:8px;padding-left:44px}.w-nav__item--on>svg{color:var(--w-text)}.w-nav .w-nav__item>svg{color:var(--w-sub)}.w-nav .w-nav__item:hover>svg,.w-nav .w-nav__item--on>svg{color:var(--w-text)}@media (max-width:880px){.w-nav__item{height:44px}.w-nav__item--sub{height:40px}}.w-ppl__age{color:var(--w-faint);white-space:nowrap;margin-top:3px;font-size:11.5px;display:block}.w-ppl__age--warn{color:var(--w-pending);font-weight:700}.w-grid{grid-template-columns:repeat(auto-fill,minmax(164px,1fr));gap:20px 16px;display:grid}.w-tile{text-align:left;flex-direction:column;min-width:0;display:flex}.w-tile .w-cover--fill{margin-bottom:10px;transition:transform .16s,filter .16s}.w-tile:hover .w-cover--fill{filter:brightness(1.04);transform:translateY(-3px)}.w-tile__t{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;font-weight:700;line-height:1.32;display:-webkit-box;overflow:hidden}.w-tile__s{color:var(--w-sub);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12.5px;overflow:hidden}.w-tile__m{color:var(--w-faint);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.w-tile__net{font-variant-numeric:tabular-nums;margin-left:auto;font-weight:700}.w-tile__net--ok{color:var(--w-ok)}.w-tile__net--bad{color:var(--w-bad)}.w-cover--fill{aspect-ratio:1;border-radius:14px;width:100%;height:auto}.w-cover--fill svg{width:30%;height:30%}.w-choice__o--icon{place-items:center;width:36px;padding:0;display:grid}.w-choice__o--icon svg{width:15px;height:15px}.w-pager{color:var(--w-sub);justify-content:space-between;align-items:center;gap:12px;font-size:12.5px;display:flex}.w-pager>div{align-items:center;gap:4px;display:flex}.w-rel__x{width:26px;height:26px;color:var(--w-faint);border-radius:8px;flex:none;place-items:center;transition:background .12s,color .12s,transform .15s;display:grid}.w-rel__x:hover{background:var(--w-surface-2);color:var(--w-text)}.w-rel__x--on{color:var(--w-text);transform:rotate(90deg)}.w-rel__x svg{width:15px;height:15px}.w-rel__tracks{background:var(--w-surface);border-radius:var(--w-radius-sm);margin:0 0 4px;padding:4px 0}.w-rel__tr{align-items:center;gap:10px;padding:7px 14px 7px 46px;font-size:12.5px;display:flex}.w-rel__tr+.w-rel__tr{border-top:1px solid var(--w-line-soft)}.w-rel__tr b{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.w-rel__tr span{color:var(--w-faint);font-variant-numeric:tabular-nums;flex:none}.w-rel__tr i{color:var(--w-faint);flex:none;font-style:normal}.w-notif{z-index:60;background:var(--w-elev);border-radius:var(--w-radius);width:384px;max-width:calc(100vw - 24px);box-shadow:0 18px 44px -12px var(--w-shadow), 0 0 0 1px var(--w-line);animation:.15s cubic-bezier(.16,1,.3,1) w-notif-in;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes w-notif-in{0%{opacity:0;transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.w-notif{animation:none}}@media (max-width:640px){.w-notif{width:auto;max-width:none;position:fixed;top:58px;left:12px;right:12px}}.w-notif__h{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 10px 18px;display:flex}.w-notif__h h2{letter-spacing:-.01em;font-size:15px;font-weight:800}.w-notif__h p{color:var(--w-faint);margin-top:2px;font-size:12.5px}.w-notif__all{color:var(--w-sub);border-radius:999px;flex:none;align-items:center;gap:6px;padding:6px 10px;font-size:12.5px;font-weight:700;display:inline-flex}.w-notif__all:hover{background:var(--w-surface);color:var(--w-text)}.w-notif__all svg{width:14px;height:14px}.w-notif__l{overscroll-behavior:contain;max-height:400px;padding:0 8px 8px;overflow-y:auto}.w-notif__f{border-top:1px solid var(--w-line);text-align:center;color:var(--w-faint);padding:11px 18px;font-size:12px}.w-notif__row{align-items:flex-start}.w-notif__row .w-icon{margin-top:1px}.w-notif__row .w-row__t{white-space:normal}.w-notif__msg{color:var(--w-sub);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.w-notif__when{color:var(--w-faint);margin-top:3px;font-size:11.5px}.w-notif__row--read .w-row__t{color:var(--w-sub);font-weight:600}.w-notif__dot{background:var(--w-pending);border-radius:999px;flex:none;width:7px;height:7px;margin-top:7px}.w-bell,.w-iconbtn{background:var(--w-surface);width:40px;height:40px;color:var(--w-text);border-radius:999px;flex:none;place-items:center;transition:background .12s;display:grid;position:relative}.w-bell:hover,.w-bell--on,.w-iconbtn:hover{background:var(--w-surface-2);color:var(--w-text)}.w-bell svg,.w-iconbtn svg{width:17px;height:17px}.w-bell__n{background:var(--w-bright);min-width:17px;height:17px;color:var(--w-bright-ink);text-align:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--w-bg);border-radius:999px;padding:0 4px;font-size:10px;font-weight:800;line-height:17px;position:absolute;top:-1px;right:-1px}.w-drop{text-align:center;background:var(--w-surface);border-radius:var(--w-radius);border:1px dashed var(--w-line);flex-direction:column;align-items:center;gap:12px;padding:46px 24px;transition:background .14s,border-color .14s;display:flex}.w-drop--on{border-color:var(--w-text);background:var(--w-surface-2)}.w-drop svg{color:var(--w-faint)}.w-gate{width:100%;max-width:520px}.wise .hidden{display:none}@media (min-width:640px){.wise .sm\:hidden{display:none}.wise .sm\:flex{display:flex}.wise .sm\:grid{display:grid}.wise .sm\:block{display:block}.wise .sm\:inline{display:inline}.wise .sm\:inline-flex{display:inline-flex}.wise .sm\:inline-block{display:inline-block}.wise .sm\:table-cell{display:table-cell}}@media (min-width:768px){.wise .md\:hidden{display:none}.wise .md\:flex{display:flex}.wise .md\:grid{display:grid}.wise .md\:block{display:block}}@media (min-width:1024px){.wise .lg\:hidden{display:none}.wise .lg\:flex{display:flex}.wise .lg\:grid{display:grid}}@media (min-width:1280px){.wise .xl\:grid{display:grid}}@media (max-width:639px){.wise .max-sm\:hidden{display:none}}@media (max-width:767px){.wise .max-md\:hidden{display:none}}
.w-pill--neutral{background:var(--w-surface-2);color:var(--w-sub)}.w-pill--sm{height:22px;padding:0 8px;font-size:11px}.w-pill--lg{height:30px;padding:0 13px;font-size:13px}.w-pill--off{opacity:.5}.w-pill__l{align-items:center;gap:5px;min-width:0;display:inline-flex}.w-hint--bad{color:var(--w-bad)}.w-kbd{background:var(--w-surface-2);border-bottom:2px solid var(--w-line);font-variant-numeric:tabular-nums;min-width:22px;height:22px;color:var(--w-sub);border-radius:6px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.w-sep{background:var(--w-line);border:0;height:1px;margin:0}.w-sep--v{align-self:stretch;width:1px;height:auto;min-height:18px}.w-scroll{max-width:100%;overflow-x:auto}.w-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.w-spin{border:2px solid var(--w-line);border-top-color:var(--w-text);border-radius:50%;width:16px;height:16px;animation:.62s linear infinite w-spin;display:inline-block}@keyframes w-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.w-spin{animation-duration:2s}}.w-sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.w-badge__a{display:inline-flex;position:relative}.w-badge{z-index:2;background:var(--w-surface-3);min-width:11px;height:11px;color:var(--w-bright-ink);box-shadow:0 0 0 2px var(--w-bg);border-radius:999px;place-items:center;padding:0;font-size:10px;font-weight:800;display:grid;position:absolute}.w-badge:not(:empty){min-width:18px;height:18px;padding:0 5px}.w-badge--ok{background:var(--w-bright)}.w-badge--pend{background:var(--w-pending)}.w-badge--bad{background:var(--w-bad)}.w-badge--bottom-right{bottom:0;right:0}.w-badge--top-right{top:0;right:0}.w-badge--bottom-left{bottom:0;left:0}.w-badge--top-left{top:0;left:0}.w-card__h{flex-direction:column;gap:3px;margin-bottom:14px;display:flex}.w-card__t{letter-spacing:-.01em;font-size:15px;font-weight:700}.w-card__d{color:var(--w-sub);font-size:12.5px}.w-card__c{flex-direction:column;gap:12px;min-width:0;display:flex}.w-card__f{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.w-card--tap{cursor:pointer;transition:box-shadow .14s,transform .14s}.w-card--tap:hover{box-shadow:0 10px 26px -12px var(--w-shadow);transform:translateY(-1px)}.w-alert{border-radius:var(--w-radius-sm);background:var(--w-surface);color:var(--w-text);border-left:3px solid var(--w-line);align-items:flex-start;gap:10px;padding:13px 15px;font-size:13px;line-height:1.5;display:flex}.w-alert--ok{background:var(--w-ok-bg);border-left-color:var(--w-ok)}.w-alert--pend{background:var(--w-pending-bg);border-left-color:var(--w-pending);color:var(--w-pending)}.w-alert--bad{background:var(--w-bad-bg);border-left-color:var(--w-bad);color:var(--w-bad)}.w-alert__i{flex:none;place-items:center;margin-top:1px;display:grid}.w-alert__i svg{width:16px;height:16px}.w-alert__c{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.w-alert__t{font-weight:700}.w-alert__d{opacity:.92}.w-alert p{margin:0}.w-avatar__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.w-avatar__f{place-items:center;width:100%;height:100%;display:grid}.w-meter{flex-direction:column;gap:6px;min-width:0;display:flex}.w-meter__t{background:var(--w-surface-2);border-radius:999px;height:8px;overflow:hidden}.w-meter--sm .w-meter__t{height:5px}.w-meter__f{height:100%;width:var(--w-meter,0%);background:var(--w-bright);border-radius:999px;transition:width .26s}.w-meter--ok .w-meter__f{background:var(--w-ok)}.w-meter--pend .w-meter__f{background:var(--w-pending)}.w-meter--bad .w-meter__f{background:var(--w-bad)}.w-meter__o{font-variant-numeric:tabular-nums;font-weight:700}.w-acc{flex-direction:column;gap:8px;display:flex}.w-acc__i{border-radius:var(--w-radius-sm);background:var(--w-surface);overflow:hidden}.w-acc__h{cursor:pointer;align-items:center;padding:13px 15px;font-size:13.5px;font-weight:600;list-style:none;display:flex}.w-acc__h::-webkit-details-marker{display:none}.w-acc__h::marker{content:""}.w-acc__t{flex:1;align-items:center;gap:0;min-width:0;display:flex}.w-acc__x{color:var(--w-faint);margin-left:auto;transition:transform .16s;display:inline-flex}.w-acc__i[open] .w-acc__x{transform:rotate(180deg)}.w-acc__p{color:var(--w-sub);padding:0 15px 15px;font-size:13px}.w-acc__b{min-width:0}.w-field--full,.w-input--block{width:100%}.w-sw-wrap{cursor:pointer;align-items:center;gap:10px;display:inline-flex;position:relative}.w-sw-wrap--off{opacity:.5;cursor:not-allowed}.w-sw{background:var(--w-surface-3);border-radius:999px;flex:none;width:40px;height:23px;padding:2.5px;transition:background .15s;display:block}.w-sw__t{background:var(--w-bg);width:18px;height:18px;box-shadow:0 1px 3px var(--w-shadow);border-radius:50%;transition:transform .15s;display:block}.w-sw--on{background:var(--w-bright)}.w-sw--on .w-sw__t{background:var(--w-bright-ink);transform:translate(17px)}.w-sw--sm{width:33px;height:19px;padding:2px}.w-sw--sm .w-sw__t{width:15px;height:15px}.w-sw--sm.w-sw--on .w-sw__t{transform:translate(14px)}.w-sw-lbl{min-width:0;font-size:13.5px}.w-sw-wrap input:focus-visible+.w-sw{outline:2px solid var(--w-focus);outline-offset:2px}.w-cb{cursor:pointer;align-items:flex-start;gap:9px;display:inline-flex;position:relative}.w-cb--off{opacity:.5;cursor:not-allowed}.w-cb__b{border:2px solid var(--w-faint);width:19px;height:19px;color:var(--w-bright-ink);border-radius:6px;flex:none;place-items:center;margin-top:1px;transition:background .12s,border-color .12s;display:grid}.w-cb__b--on{background:var(--w-bright);border-color:var(--w-bright)}.w-cb__c{flex-direction:column;gap:1px;min-width:0;font-size:13.5px;display:flex}.w-cb__c .w-hint{font-size:11.5px}.w-cb input:focus-visible+.w-cb__b{outline:2px solid var(--w-focus);outline-offset:2px}.w-cb-grp,.w-rg{flex-direction:column;gap:10px;display:flex}.w-rg--h{flex-flow:wrap;align-items:flex-start;gap:16px}.w-rg--h>.w-label{flex:0 0 100%}.w-rad{cursor:pointer;align-items:flex-start;gap:9px;display:inline-flex;position:relative}.w-rad__b{border:2px solid var(--w-faint);border-radius:50%;flex:none;place-items:center;width:19px;height:19px;margin-top:1px;transition:border-color .12s;display:grid}.w-rad__b--on{border-color:var(--w-bright);border-width:6px}.w-rad input:focus-visible+.w-rad__b{outline:2px solid var(--w-focus);outline-offset:2px}.w-sl{flex-direction:column;gap:6px;padding:6px 0;display:flex;position:relative}.w-sl__t{background:var(--w-surface-2);border-radius:999px;height:6px;position:relative}.w-sl__f{width:var(--w-sl,0%);background:var(--w-bright);border-radius:999px;position:absolute;inset:0 auto 0 0}.w-sl__h{top:50%;left:var(--w-sl,0%);background:var(--w-bg);width:17px;height:17px;box-shadow:0 0 0 2px var(--w-bright), 0 2px 6px var(--w-shadow);border-radius:50%;margin:-8.5px 0 0 -8.5px;position:absolute}.w-sl__o{color:var(--w-sub);font-size:12.5px}.w-sl__in{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.w-tg{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.w-tg__b{background:var(--w-surface);height:34px;color:var(--w-sub);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.w-tg__b:hover{background:var(--w-surface-2);color:var(--w-text)}.w-tg__b--on,.w-tg__b--on:hover{background:var(--w-forest);color:#fff}[data-theme=dark] .wise .w-tg__b--on,.dark .wise .w-tg__b--on{background:var(--w-bright);color:var(--w-bright-ink)}.w-tg__b--icon{width:36px;padding:0}.w-tg__b svg{flex:none;width:15px;height:15px}.w-tg__b:focus-visible{outline:2px solid var(--w-focus);outline-offset:2px}.w-num-g{align-items:center;gap:6px;display:inline-flex}.w-num-g .w-input{text-align:center}.w-num-g__b{background:var(--w-surface);width:32px;height:32px;color:var(--w-sub);border-radius:10px;flex:none;place-items:center;display:grid}.w-num-g__b:hover{background:var(--w-surface-2);color:var(--w-text)}.w-num-g__b:disabled{opacity:.4;cursor:not-allowed}.w-search__g{align-items:center;width:100%;display:flex;position:relative}.w-search__x{width:24px;height:24px;color:var(--w-faint);border-radius:50%;place-items:center;display:grid;position:absolute;right:8px}.w-search__x:hover{background:var(--w-surface-2);color:var(--w-text)}.w-search__x svg{position:static;left:auto}.w-search__i{color:var(--w-faint);pointer-events:none;display:grid;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.w-search__i svg{position:static;left:auto}.w-search__kbd{pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.w-sel__sec{padding:4px 0}.w-sel__sec-t{letter-spacing:.06em;text-transform:uppercase;color:var(--w-faint);padding:6px 10px 4px;font-size:10.5px;font-weight:800}.w-sel__opt:hover:not(:disabled){background:var(--w-surface)}.w-sel .w-chev{width:16px;height:16px;color:var(--w-faint);flex:none}.w-combo__g{align-items:center;gap:6px;display:flex;position:relative}.w-combo__g .w-input{padding-right:38px}.w-combo__x{color:var(--w-faint);place-items:center;display:grid;position:absolute;right:10px}.w-pop{display:inline-flex;position:relative}.w-pop__t{display:inline-flex}.w-pop__c{z-index:45;background:var(--w-elev);min-width:180px;box-shadow:0 16px 40px -10px var(--w-shadow), 0 0 0 1px var(--w-line);border-radius:16px;padding:6px;position:absolute;top:calc(100% + 6px);left:0}.w-pop__c--menu{min-width:160px}.w-pop__d{min-width:0}.w-pop--saga{left:auto!important;right:0!important}.w-menu{flex-direction:column;gap:2px;display:flex}.w-menu__i{text-align:left;width:100%;color:var(--w-text);border-radius:10px;align-items:center;gap:9px;padding:9px 11px;font-size:13px;display:flex}.w-menu__i:hover{background:var(--w-surface)}.w-menu__i--on{background:var(--w-surface);font-weight:700}.w-menu__i:disabled{opacity:.45;cursor:not-allowed}.w-menu__sep{background:var(--w-line);height:1px;margin:4px 6px}.w-tip{display:inline-flex;position:relative}.w-tip__c{z-index:50;background:var(--w-forest);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;box-shadow:0 8px 20px -6px var(--w-shadow);border-radius:9px;padding:6px 10px;font-size:11.5px;line-height:1.4;transition:opacity .12s;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}[data-theme=dark] .wise .w-tip__c,.dark .wise .w-tip__c{background:var(--w-surface-2-solid);color:var(--w-text)}.w-tip:hover .w-tip__c,.w-tip:focus-within .w-tip__c{opacity:1}.w-tip__c[class*=max-w]{white-space:normal}.w-tabs-root{flex-direction:column;min-width:0;display:flex}.w-tabs-wrap{min-width:0;display:flex}.w-tabs__sep{background:var(--w-line);align-self:stretch;width:1px;margin:6px 4px}.w-tab-p{min-width:0}.w-tab:hover{color:var(--w-text);background:var(--w-surface-2)}.w-tab:disabled{opacity:.45;cursor:not-allowed}.w-toasts{z-index:90;right:16px;bottom:var(--toast-safe-bottom,16px);pointer-events:none;flex-direction:column-reverse;gap:8px;width:min(380px,100vw - 32px);display:flex;position:fixed}.w-toast{pointer-events:auto;background:var(--w-elev);box-shadow:0 14px 36px -12px var(--w-shadow), 0 0 0 1px var(--w-line);border-left-width:3px;align-items:center}.w-toast .w-alert__c{flex:1}.w-toast__x{width:24px;height:24px;color:var(--w-faint);border-radius:50%;flex:none;place-items:center;display:grid}.w-toast__x:hover{background:var(--w-surface-2);color:var(--w-text)}@media (max-width:640px){.w-toasts{width:auto;left:16px;right:16px}.w-pop__c,.w-sel__list,.w-combo__list{max-width:calc(100vw - 24px)}.w-rg--h{flex-direction:column;gap:12px}.w-rg--h>.w-label{flex:none}.w-tg{max-width:100%;overflow-x:auto}.w-tip__c{white-space:normal;max-width:min(80vw,260px)}.w-num-g{width:100%}.w-num-g .w-input{flex:1;min-width:0}}.w-mbar{background:var(--w-surface-2);border-radius:999px;max-width:240px;height:3px;margin-top:7px;display:block;position:relative;overflow:hidden}.w-mbar>i{width:var(--w-mbar,0%);background:var(--w-bright);border-radius:999px;position:absolute;inset:0 auto 0 0}.w-mbar--bad>i{background:var(--w-bad)}.w-rec{align-items:start;gap:16px;display:grid}.w-rec__main,.w-rec__rail{flex-direction:column;gap:16px;min-width:0;display:flex}@media (min-width:1000px){.w-rec{grid-template-columns:minmax(0,1fr) 340px}.w-rec__rail{top:calc(var(--shell-top,0px) + 16px);max-height:calc(100vh - var(--shell-top,0px) - 78px);position:sticky}.w-rec__rail>*{flex-shrink:0}}.w-rec__title{letter-spacing:-.03em;margin:2px 0 6px;font-size:38px;font-weight:800;line-height:1.05}@media (max-width:640px){.w-rec__title{font-size:28px}}.w-rec__sep{background:var(--w-line);height:1px;margin:18px -24px}.w-rec__main>.w-card>.w-row{padding-left:0;padding-right:0}.w-rec .w-hero__sub{margin-bottom:2px}.w-chat--flow{background:0 0;border:0;border-radius:0;height:auto;min-height:0}.w-chat--flow .w-chat__log{max-height:min(56vh,460px);padding:0 2px 0 0}.w-chat--flow .w-chat__form{padding:14px 0 0}.w-chat-fab{z-index:150;background:var(--w-bright);width:52px;height:52px;color:var(--w-bright-ink);box-shadow:0 16px 38px -12px var(--w-shadow);border-radius:50%;place-items:center;transition:transform .14s;display:grid;position:fixed;bottom:104px;right:16px}.w-chat-fab:hover{transform:scale(1.04)}.w-chat-fab:active{transform:scale(.96)}@media (min-width:640px){.w-chat-fab{bottom:24px;right:24px}}.w-chat-fab__n{background:var(--w-bad);min-width:20px;height:20px;color:var(--w-bg);box-shadow:0 0 0 2px var(--w-bg);border-radius:999px;place-items:center;padding:0 5px;font-size:10.5px;font-weight:800;line-height:1;display:grid;position:absolute;top:-2px;right:-2px}@media (min-width:1000px){.w-rec__rail>.w-chat-dock{flex-direction:column;flex:0 auto;min-height:280px;display:flex}.w-chat-dock__body{flex-direction:column;flex:auto;min-height:0;display:flex}.w-chat-dock__body>.w-chat{flex:auto;min-height:0}.w-chat-dock__body>.w-chat>.w-chat__log{max-height:none}.w-chat-fab--dock{display:none}}.w-drawer__h{border-bottom:1px solid var(--w-line);flex:none;align-items:center;gap:12px;padding:14px 16px;display:flex}.w-drawer__x,.w-drawer__sz{color:var(--w-sub);border-radius:10px;flex:none;place-items:center;transition:background .12s,color .12s;display:grid}.w-drawer__x{background:var(--w-surface);width:32px;height:32px}.w-drawer__sz{width:28px;height:28px}.w-drawer__x:hover,.w-drawer__sz:hover,.w-drawer__sz--on{background:var(--w-surface-2);color:var(--w-text)}.w-drawer{z-index:181;background:var(--w-elev);border-left:1px solid var(--w-line);box-shadow:-24px 0 60px -20px var(--w-shadow);flex-direction:column;animation:.24s cubic-bezier(.16,1,.3,1) w-drawer-in;display:flex;position:fixed;inset:0 0 0 auto}.w-drawer__b{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.w-drawer__b>.w-chat{background:0 0;border:0;border-radius:0;flex:auto;height:auto;min-height:0}.w-drawer__b>.w-chat>.w-chat__log{max-height:none}.w-drawer__bd{z-index:180;background:#00000073;animation:.2s w-drawer-bd-in;position:fixed;inset:0}@keyframes w-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes w-drawer-bd-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.w-drawer,.w-drawer__bd{animation:none}}.w-chat__note{border-top:1px solid var(--w-line);color:var(--w-sub);text-align:center;margin:0;padding:14px 16px;font-size:12.5px}.w-chat--flow .w-chat__note{padding:14px 0 0}.w-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--w-faint);font-size:11px;font-weight:700}.w-scroll-y{max-height:30rem;overflow-y:auto}.w-eyebrow--c{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}
.wise{--ds-glass-bg:var(--w-surface);--ds-glass-bg-hover:var(--w-surface-2);--ds-glass-border:transparent;--ds-glass-border-hover:transparent;--ds-glass-shadow:transparent;--ds-glass-inset:transparent;--ds-item-bg:var(--w-surface);--ds-item-bg-hover:var(--w-surface-2);--ds-item-border:transparent;--ds-item-border-hover:transparent;--ds-text:var(--w-text);--ds-text-sub:var(--w-sub);--ds-text-muted:var(--w-sub);--ds-text-faint:var(--w-faint);--ds-text-label:var(--w-faint);--ds-divider:var(--w-line);--ds-pill-bg:var(--w-surface-2);--ds-pill-border:transparent;--ds-pill-text:var(--w-sub);--foreground:var(--w-text);--muted:var(--w-sub);--border:var(--w-line);--surface:var(--w-surface-solid);--accent:var(--w-bright);--accent-foreground:var(--w-bright-ink);--accent-hover:var(--w-bright);--accent-glow:transparent;--accent-muted:var(--w-surface-2);--accent-text:var(--w-text);--success:var(--w-ok);--warning:var(--w-pending);--danger:var(--w-bad);--field-background:var(--w-surface);--field-foreground:var(--w-text);--field-placeholder:var(--w-faint);--field-border:transparent;--field-shadow:none;--focus:var(--w-focus);--loader-skeleton-bg:var(--w-surface);--loader-skeleton-border:transparent;--loader-skeleton-bar1:var(--w-surface-2);--loader-skeleton-bar2:var(--w-surface);--loader-skeleton-bar3:var(--w-surface);--loader-shimmer:var(--w-surface-2);--loader-label:var(--w-faint);--loader-sublabel:var(--w-faint);--loader-bar-track:var(--w-surface-2);--loader-bar-fill:var(--w-bright)}.wise .ds-glass{-webkit-backdrop-filter:none;box-shadow:none;border-radius:var(--w-radius);border:0}.wise .ds-item{border-radius:var(--w-radius-sm);border:0}.wise .ds-pill{border:0;height:26px;padding:0 10px;font-size:12px;font-weight:700}.wise .ds-hr,.wise .ds-border-top,.wise .ds-border-bottom{border-color:var(--w-line)}.wise .ds-stat-value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:800}.wise .rounded-2xl{border-radius:var(--w-radius)}.wise .rounded-xl{border-radius:var(--w-radius-sm)}
