.es-root{--k-blue: #5B8DEF;--k-violet: #B968C7;--k-pink: #E94E8B;--k-yellow: #EAB308;--k-orange: #F59E0B;--k-gradient: linear-gradient(135deg, var(--k-blue) 0%, var(--k-violet) 50%, var(--k-pink) 100%);--k-gradient-h: linear-gradient(90deg, var(--k-blue) 0%, var(--k-violet) 50%, var(--k-pink) 100%);--k-gradient-pro: linear-gradient(90deg, #FF8A00 0%, #FACC15 100%);--es-accent: #B968C7;--es-accent-soft: rgba(185,104,199,.16);--bg: #0A0A0A;--bg-elev-1: #111111;--bg-elev-2: #1A1A1A;--border: #222222;--border-soft: rgba(255,255,255,.08);--surface-tint: rgba(255,255,255,.08);--surface-tint-light: rgba(255,255,255,.05);--surface-tint-strong: rgba(255,255,255,.12);--fg: #FFFFFF;--fg-secondary: #9CA3AF;--fg-muted: #6B7280;--success: #10B981;--warning: #F59E0B;--shadow-card-dk: 0 4px 14px rgba(0,0,0,.45);--font-sans: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-display: "Rubik", system-ui, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--spring: cubic-bezier(.34, 1.56, .64, 1);--t-fast: .18s;--t-base: .28s;--t-slow: .48s;font-family:var(--font-sans);color:var(--fg)}html[data-theme=light] .es-root{--bg: #F4F4F7;--bg-elev-1: #FFFFFF;--bg-elev-2: #F7F7FA;--border: #E5E5EA;--border-soft: rgba(0,0,0,.07);--surface-tint: rgba(0,0,0,.05);--surface-tint-light: rgba(0,0,0,.03);--surface-tint-strong: rgba(0,0,0,.06);--fg: #0B0B0D;--fg-secondary: #4B5563;--fg-muted: #8A8F98;--shadow-card-dk: 0 4px 16px rgba(20,20,40,.08)}.es-root *{box-sizing:border-box}.es-root button{font-family:inherit}.es-root{position:relative;overflow:hidden;display:flex;flex-direction:column;height:100dvh;min-height:0;background:var(--bg)}.es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.es-blob{position:absolute;border-radius:50%}.es-blob.b1{width:540px;height:540px;background:radial-gradient(circle,#5B8DEF 0%,transparent 70%);top:-240px;left:160px;opacity:.16}.es-blob.b2{width:480px;height:480px;background:radial-gradient(circle,#E94E8B 0%,transparent 70%);top:-160px;right:-120px;opacity:.13}.es-blob.b3{width:420px;height:420px;background:radial-gradient(circle,#B968C7 0%,transparent 70%);top:220px;right:320px;opacity:.11}html[data-theme=light] .es-blob{opacity:.1!important}.es-topbar{position:relative;z-index:5;flex:0 0 auto;height:var(--k-topbar-h, 56px);display:flex;align-items:center;gap:14px;padding:0 24px;border-bottom:1px solid var(--border-soft);background:color-mix(in srgb,var(--bg) 62%,transparent);backdrop-filter:blur(12px)}.es-tt{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0}.es-tt .crumb{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);white-space:nowrap}.es-tt .crumb b{color:var(--fg-secondary)}.es-tt h1{margin:0;font-family:var(--font-display);font-weight:800;font-size:17px;letter-spacing:-.02em;line-height:1.15;color:var(--fg);white-space:nowrap}.es-spacer{flex:1 1 auto}.es-topbar-r{display:flex;align-items:center;gap:10px;flex:0 0 auto}.es-count{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border-radius:9999px;background:var(--bg-elev-1);border:1px solid var(--border-soft);font-size:12.5px;font-weight:600;color:var(--fg-secondary)}.es-count b{color:var(--fg);font-weight:800;font-variant-numeric:tabular-nums}.es-count svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-gradtext{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-cta{height:38px;padding:0 20px;border-radius:9999px;cursor:pointer;font-size:13.5px;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1.5px solid transparent;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;transition:transform var(--t-fast),box-shadow var(--t-fast),background var(--t-fast)}.es-cta>span{font-size:inherit;font-weight:700;background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px #b968c738;background:linear-gradient(var(--bg-elev-2),var(--bg-elev-2)) padding-box,var(--k-gradient-h) border-box}.es-cta:active{transform:translateY(0) scale(.99)}.es-cta svg{width:16px;height:16px;stroke:url(#k-grad-stroke);stroke-width:2.4;fill:none}.es-cta:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}html[data-theme=light] .es-cta{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}html[data-theme=light] .es-cta:hover{background:linear-gradient(#faf8fc,#faf8fc) padding-box,var(--k-gradient-h) border-box}.es-scroll{position:relative;z-index:1;flex:1 1 auto;min-height:0;overflow-y:auto;padding:26px 36px 72px;scrollbar-width:thin}.es-scroll::-webkit-scrollbar{width:9px}.es-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px;border:2px solid var(--bg)}.es-wrap{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.es-agency{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:16px;background:var(--bg-elev-1);border:1px solid var(--border-soft)}.es-agency .logo{width:46px;height:46px;border-radius:13px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#fff;background:linear-gradient(135deg,#5b8def,#b968c7)}.es-agency .meta{flex:1 1 auto;min-width:0}.es-agency .nm{font-size:15px;font-weight:700;color:var(--fg);display:flex;align-items:center;gap:9px}.es-agency .sub{font-size:12.5px;color:var(--fg-muted);margin-top:2px}.es-agency .tag{white-space:nowrap;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:9999px;background:var(--surface-tint);color:var(--fg-secondary)}.es-bill{position:relative;border-radius:22px;overflow:hidden;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,linear-gradient(120deg,#5b8def80,#b968c76b,#e94e8b80) border-box;border:1px solid transparent}.es-bill .glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(640px 220px at 18% -30%,rgba(185,104,199,.16),transparent 70%)}.es-bill-top{position:relative;z-index:1;display:flex;align-items:flex-start;gap:28px;padding:22px 26px 20px;flex-wrap:wrap}.es-bill-main{flex:1 1 280px;min-width:0}.es-bill-main .lbl{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);display:flex;align-items:center;gap:8px}.es-bill-main .lbl .pro{padding:2px 9px;border-radius:9999px;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-pro) border-box;border:1px solid transparent;color:#eab308;font-size:10px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.es-bill-main .amt{display:flex;align-items:baseline;gap:4px;margin:9px 0 4px;color:var(--fg)}.es-bill-main .amt .num{font-family:var(--font-display);font-weight:900;font-size:46px;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.es-bill-main .amt .cur{font-size:26px;font-weight:800}.es-bill-main .amt .per{font-size:15px;color:var(--fg-muted);font-weight:600;margin-left:2px}.es-bill-main .brk{font-size:13px;color:var(--fg-secondary)}.es-bill-main .brk b{color:var(--fg);font-weight:700;font-variant-numeric:tabular-nums}.es-bill-side{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.es-tranche{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:9999px;background:var(--es-accent-soft);color:var(--es-accent);white-space:nowrap}.es-tranche b{font-weight:800}.es-tranche svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}html:not([data-theme=light]) .es-tranche{color:#e6c4ee}.es-save{font-size:13px;color:var(--fg-secondary);text-align:right}.es-save b{color:var(--success);font-weight:800}.es-simulate{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 16px;white-space:nowrap;border-radius:9999px;cursor:pointer;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1.5px solid transparent;font-family:var(--font-sans);font-size:12.5px;font-weight:700;transition:background var(--t-fast),transform var(--t-fast)}.es-simulate>span{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-simulate:hover{transform:translateY(-1px);background:linear-gradient(var(--bg-elev-2),var(--bg-elev-2)) padding-box,var(--k-gradient-h) border-box}html[data-theme=light] .es-simulate{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}.es-simulate svg{width:15px;height:15px;stroke:url(#k-grad-stroke);stroke-width:2;fill:none}.es-bill-foot{position:relative;z-index:1;display:flex;align-items:center;gap:16px;padding:13px 26px;border-top:1px solid var(--border-soft);background:#ffffff05}html[data-theme=light] .es-bill-foot{background:#ffffffb8}.es-bill-foot .txt{font-size:12.5px;color:var(--fg-secondary);flex:0 0 auto}.es-bill-foot .txt b{color:var(--fg);font-weight:700}.es-prog{flex:1 1 auto;height:7px;border-radius:9999px;background:var(--surface-tint);overflow:hidden}.es-prog .fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,var(--k-blue),var(--es-accent));transition:width var(--t-slow) var(--ease-out)}.es-bill-foot .next{font-size:12px;font-weight:700;color:var(--es-accent);flex:0 0 auto;white-space:nowrap}html:not([data-theme=light]) .es-bill-foot .next{color:#e6c4ee}.es-bill.devis{background:var(--bg-elev-1);border:1px solid rgba(245,158,11,.4)}.es-bill.devis .es-tranche{background:#f59e0b29;color:#fbbf24}.es-echeance{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--fg-secondary);font-weight:600;white-space:nowrap}.es-echeance svg{width:13px;height:13px;stroke:var(--fg-muted);stroke-width:2;fill:none}.es-echeance b{color:var(--fg);font-weight:700}.es-bill-side .es-echeance{margin-top:2px}.es-sec{display:flex;flex-direction:column;gap:14px}.es-seclbl{display:flex;align-items:center;gap:11px}.es-seclbl .t{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);display:inline-flex;align-items:center;gap:8px}.es-seclbl .t svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-seclbl .pill{font-size:11px;font-weight:800;min-width:20px;height:20px;padding:0 7px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-tint);color:var(--fg-secondary);font-variant-numeric:tabular-nums}.es-seclbl .ln{flex:1 1 auto;height:1px;background:var(--border-soft)}.es-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.es-search{flex:1 1 240px;display:flex;align-items:center;gap:9px;height:40px;padding:0 14px;border-radius:12px;background:var(--bg-elev-1);border:1px solid var(--border-soft);transition:border-color var(--t-fast),box-shadow var(--t-fast)}.es-search:focus-within{border-color:#b968c780;box-shadow:0 0 0 3px #b968c717}.es-search svg{width:16px;height:16px;stroke:var(--fg-muted);stroke-width:2;flex:0 0 auto;fill:none}.es-search input{flex:1 1 auto;min-width:0;background:transparent;border:0;outline:0;color:var(--fg);font-family:var(--font-sans);font-size:13.5px}.es-search input::placeholder{color:var(--fg-muted)}.es-search .clr{width:22px;height:22px;border-radius:7px;border:0;background:transparent;color:var(--fg-muted);cursor:pointer;display:none;align-items:center;justify-content:center;flex:0 0 auto}.es-search .clr svg{width:13px;height:13px}.es-search .clr:hover{background:var(--surface-tint);color:var(--fg)}.es-search.has-val .clr{display:flex}.es-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.es-fchip{height:40px;padding:0 14px;border-radius:9999px;background:var(--bg-elev-1);border:1px solid var(--border-soft);color:var(--fg-secondary);font-family:var(--font-sans);font-size:12.5px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:color var(--t-fast),border-color var(--t-fast),background var(--t-fast);white-space:nowrap}.es-fchip svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.es-fchip:hover{color:var(--fg);border-color:#b968c766}.es-fchip .ct{font-variant-numeric:tabular-nums;opacity:.7;font-weight:700}.es-fchip.on{background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1px solid transparent}html[data-theme=light] .es-fchip.on{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}.es-fchip.on>.lb{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.es-fchip.on svg{stroke:url(#k-grad-stroke)}.es-tool-r{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.es-toolbtn{height:40px;padding:0 14px;border-radius:12px;background:var(--bg-elev-1);border:1px solid var(--border-soft);color:var(--fg-secondary);font-family:var(--font-sans);font-size:12.5px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:color var(--t-fast),border-color var(--t-fast);white-space:nowrap}.es-toolbtn:hover,.es-toolbtn.open{color:var(--fg);border-color:#b968c766}.es-toolbtn svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-toolbtn .cv{color:var(--fg);font-weight:700}.es-toolbtn .cx{color:var(--fg-muted)}.es-viewtog{display:inline-flex;height:40px;border-radius:12px;background:var(--bg-elev-1);border:1px solid var(--border-soft);padding:3px;gap:2px;flex:0 0 auto}.es-viewtog button{width:40px;height:100%;border-radius:9px;border:0;background:transparent;color:var(--fg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color var(--t-fast),background var(--t-fast)}.es-viewtog button svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}.es-viewtog button:hover{color:var(--fg)}.es-viewtog button.on{background:var(--surface-tint);color:var(--fg)}.es-viewtog button.on svg{stroke:url(#k-grad-stroke)}.es-resline{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fg-muted)}.es-resline b{color:var(--fg-secondary);font-weight:700}.es-resline .reset{margin-left:auto;color:var(--es-accent);cursor:pointer;font-weight:700}html:not([data-theme=light]) .es-resline .reset{color:#e6c4ee}.es-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(338px,1fr));gap:14px}.es-card{position:relative;border-radius:18px;background:var(--bg-elev-1);border:1px solid var(--border-soft);overflow:hidden;transition:border-color var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast)}.es-card:hover{border-color:#b968c759;transform:translateY(-2px);box-shadow:var(--shadow-card-dk)}.es-card.is-own{background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,linear-gradient(135deg,#5b8def73,#b968c759) border-box;border:1px solid transparent}.es-card.archived{opacity:.66}.es-card .top{display:flex;align-items:center;gap:12px;padding:15px 16px 13px;cursor:pointer}.es-logo{width:44px;height:44px;border-radius:12px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#fff;position:relative;overflow:hidden}.es-logo img{width:100%;height:100%;object-fit:cover}.es-logo svg{width:20px;height:20px;stroke:#ffffffeb;stroke-width:2;fill:none}.es-card .meta{flex:1 1 auto;min-width:0}.es-card .nm{font-size:14.5px;font-weight:700;color:var(--fg);display:flex;align-items:center;gap:8px;min-width:0}.es-nmtxt{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-card .sub{font-size:12px;color:var(--fg-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.es-ownbadge{font-size:10px;font-weight:800;letter-spacing:.02em;padding:2px 9px;border-radius:9999px;flex:0 0 auto;white-space:nowrap;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1px solid transparent}.es-ownbadge>span{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-cov{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:9999px;flex:0 0 auto;white-space:nowrap}.es-cov svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.4;fill:none}.es-cov.active{background:#10b98129;color:#34d399}.es-cov.readonly{background:#f59e0b29;color:#fbbf24}.es-cov.archived{background:var(--surface-tint);color:var(--fg-muted)}.es-cov .pulse{width:6px;height:6px;border-radius:50%;background:#34d399}html[data-theme=light] .es-cov.active{color:#059669}html[data-theme=light] .es-cov.readonly{color:#b45309}.es-card .foot{display:flex;align-items:center;gap:10px;padding:0 16px 14px}.es-members{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}.es-avstack{display:flex}.es-avstack .es-av{margin-left:-8px;box-shadow:0 0 0 2px var(--bg-elev-1)}.es-avstack .es-av:first-child{margin-left:0}.es-team-pill{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 11px 0 5px;border-radius:9999px;background:var(--surface-tint-light);border:1px solid var(--border-soft);cursor:pointer;transition:border-color var(--t-fast)}.es-team-pill:hover{border-color:#b968c773}.es-team-pill svg{width:14px;height:14px;stroke:var(--fg-secondary);stroke-width:2;fill:none;flex:0 0 auto}.es-team-pill .lbl{font-size:12px;color:var(--fg-secondary);font-weight:600;white-space:nowrap}.es-team-pill .lbl b{color:var(--fg);font-weight:800;font-variant-numeric:tabular-nums}.es-members .none,.es-rteam .none{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px 0 6px;border-radius:9999px;border:1px dashed var(--border);background:transparent;font-size:12px;color:var(--fg-muted);font-weight:600;cursor:pointer;transition:color var(--t-fast),border-color var(--t-fast);font-family:var(--font-sans)}.es-members .none:hover,.es-rteam .none:hover{color:var(--fg);border-color:#b968c773}.es-members .none .dot,.es-rteam .none .dot{width:22px;height:22px;border-radius:50%;background:var(--surface-tint);display:inline-flex;align-items:center;justify-content:center}.es-members .none .dot svg,.es-rteam .none .dot svg{width:12px;height:12px;stroke:var(--fg-muted);stroke-width:2.2;fill:none}.es-cardact{display:flex;align-items:center;gap:8px;flex:0 0 auto}.es-manage{height:34px;padding:0 15px;border-radius:9999px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;font-family:var(--font-sans);font-size:12.5px;background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1.5px solid transparent;transition:transform var(--t-fast),box-shadow var(--t-fast)}.es-manage>span{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.es-manage svg{width:14px;height:14px;stroke:url(#k-grad-stroke);stroke-width:2.2;fill:none}.es-manage:hover{transform:translateY(-1px);box-shadow:0 6px 18px #b968c733}.es-manage:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}html[data-theme=light] .es-manage{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}.es-card:hover .es-manage{box-shadow:0 6px 18px #b968c72e}.es-more{width:34px;height:34px;border-radius:10px;background:var(--bg-elev-2);border:1px solid var(--border-soft);color:var(--fg-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:color var(--t-fast),border-color var(--t-fast)}.es-more:hover,.es-more.open{color:var(--fg);border-color:#b968c773}.es-more svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}.es-addcard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:132px;border-radius:18px;cursor:pointer;background:transparent;border:1.5px dashed var(--border);color:var(--fg-secondary);font-family:var(--font-sans);transition:border-color var(--t-fast),background var(--t-fast),color var(--t-fast)}.es-addcard:hover{border-color:var(--es-accent);background:var(--surface-tint-light);color:var(--fg)}.es-addcard .ic{width:46px;height:46px;border-radius:14px;background:var(--surface-tint);display:flex;align-items:center;justify-content:center;transition:background var(--t-fast)}.es-addcard:hover .ic{background:var(--es-accent-soft)}.es-addcard .ic svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.2;fill:none}.es-addcard .t{font-size:14px;font-weight:700}.es-addcard .d{font-size:12px;color:var(--fg-muted)}.es-rows{display:flex;flex-direction:column;gap:8px}.es-row[data-act=add]>svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.4;flex:0 0 auto;fill:none}.es-rhead{display:flex;align-items:center;gap:14px;padding:4px 16px;font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}.es-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:14px;background:var(--bg-elev-1);border:1px solid var(--border-soft);transition:border-color var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast)}.es-row:hover{border-color:#b968c752;transform:translate(2px)}.es-row.is-own{background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,linear-gradient(135deg,#5b8def73,#b968c759) border-box;border:1px solid transparent}.es-row.archived{opacity:.62}.es-row .es-logo{width:40px;height:40px;border-radius:11px}.es-row .es-logo svg{width:18px;height:18px}.es-rmeta{flex:2 1 200px;min-width:0;cursor:pointer}.es-rmeta .rnm{font-size:14px;font-weight:700;color:var(--fg);display:flex;align-items:center;gap:8px;min-width:0}.es-rmeta .rsub{font-size:12px;color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.es-rcov{flex:0 0 132px}.es-rteam{flex:0 0 160px;display:flex;align-items:center;gap:8px}.es-rteam svg{width:14px;height:14px;stroke:var(--fg-secondary);stroke-width:2;fill:none;flex:0 0 auto}.es-rteam .lbl{font-size:12px;color:var(--fg-secondary);font-weight:600;white-space:nowrap}.es-rteam .lbl b{color:var(--fg);font-weight:700}.es-rteam .es-rteam-mut{font-size:12px;color:var(--fg-muted)}.es-ract{flex:0 0 auto;display:flex;align-items:center;gap:8px;margin-left:auto}@media(max-width:720px){.es-rcov,.es-rhead .h-cov{display:none}}.es-av{position:relative;flex:0 0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;overflow:hidden}.es-av img{width:100%;height:100%;object-fit:cover}.es-av.s26{width:26px;height:26px;font-size:10.5px}.es-team-pill .es-av.s26{width:22px;height:22px;font-size:9.5px}.es-av.s38{width:38px;height:38px;font-size:14px}.es-av.s44{width:44px;height:44px;font-size:16px}.es-empty{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:52px 30px 46px;border-radius:22px;background:var(--bg-elev-1);border:1px dashed var(--border)}.es-empty .mascot{width:124px;height:124px;margin-bottom:6px}.es-empty .mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 26px rgba(185,104,199,.35))}.es-empty h2{margin:0;font-family:var(--font-display);font-weight:800;font-size:23px;letter-spacing:-.015em;color:var(--fg)}.es-empty p{margin:0;font-size:14.5px;color:var(--fg-secondary);max-width:460px;line-height:1.5;text-wrap:pretty}.es-empty .es-cta{margin-top:16px;height:44px;padding:0 24px;font-size:14.5px}.es-empty .hint{font-size:12px;color:var(--fg-muted);margin-top:6px}.es-nores{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:44px 24px;border-radius:18px;background:var(--bg-elev-1);border:1px dashed var(--border)}.es-nores .ic{width:46px;height:46px;border-radius:14px;background:var(--surface-tint);display:flex;align-items:center;justify-content:center;margin-bottom:4px;color:var(--fg-muted)}.es-nores .ic svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none}.es-nores h3{margin:0;font-size:16px;font-weight:800;color:var(--fg)}.es-nores p{margin:0;font-size:13px;color:var(--fg-secondary)}.es-skelcard{border-radius:18px;background:var(--bg-elev-1);border:1px solid var(--border-soft);padding:16px 18px;display:flex;flex-direction:column;gap:16px}.es-skelrow{display:flex;align-items:center;gap:13px}.es-sk{background:linear-gradient(100deg,var(--surface-tint-light) 30%,var(--surface-tint) 50%,var(--surface-tint-light) 70%);background-size:200% 100%;animation:esShimmer 1.3s linear infinite;border-radius:8px}@keyframes esShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.es-overlay{position:fixed;inset:0;z-index:60;background:#0000008c;backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity var(--t-base)}.es-overlay.open{opacity:1;pointer-events:auto}html[data-theme=light] .es-overlay{background:#14142852}.es-panel{position:fixed;top:0;right:0;bottom:0;z-index:61;width:min(500px,100vw);display:flex;flex-direction:column;background:var(--bg-elev-1);border-left:1px solid var(--border-soft);box-shadow:-30px 0 70px #00000073;transform:translate(100%);transition:transform var(--t-base) var(--ease-out)}.es-panel.open{transform:translate(0)}.es-panel-head{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border-soft)}.es-panel-head .ttl{flex:1 1 auto;min-width:0}.es-panel-head .ttl .k{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.es-panel-head .ttl h3{margin:2px 0 0;font-size:18px;font-weight:800;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg)}.es-x{width:34px;height:34px;border-radius:10px;background:var(--surface-tint-light);border:1px solid var(--border-soft);color:var(--fg-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:all var(--t-fast)}.es-x:hover{color:var(--fg);background:var(--surface-tint)}.es-x svg{width:17px;height:17px;stroke:currentColor;stroke-width:2.2;fill:none}.es-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px 20px;scrollbar-width:thin;display:flex;flex-direction:column;gap:22px}.es-panel-body::-webkit-scrollbar{width:8px}.es-panel-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.es-panel-foot{flex:0 0 auto;padding:16px 20px;border-top:1px solid var(--border-soft);background:color-mix(in srgb,var(--bg) 72%,transparent);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:10px}.es-hero{display:flex;align-items:center;gap:14px}.es-hero .es-logo.s64{width:60px;height:60px;border-radius:16px;font-size:22px}.es-hero .es-logo.s64 svg{width:26px;height:26px}.es-hero .meta{flex:1 1 auto;min-width:0}.es-hero .nm{font-size:18px;font-weight:800;letter-spacing:-.01em;display:flex;align-items:center;gap:8px;color:var(--fg)}.es-hero .sub{font-size:13px;color:var(--fg-muted);margin-top:3px}.es-block{display:flex;flex-direction:column;gap:11px}.es-block .lbl{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--fg-muted);display:flex;align-items:center;justify-content:space-between}.es-block .lbl .add{font-size:11.5px;font-weight:700;color:var(--es-accent);cursor:pointer;text-transform:none;letter-spacing:0;display:inline-flex;align-items:center;gap:4px;background:none;border:0;padding:0}html:not([data-theme=light]) .es-block .lbl .add{color:#e6c4ee}.es-block .lbl .add svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.4;fill:none}.es-mrow{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:13px;background:var(--bg-elev-2);border:1px solid var(--border-soft)}.es-mrow .meta{flex:1 1 auto;min-width:0}.es-mrow .nm{font-size:13.5px;font-weight:700;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.es-mrow .chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:3px}.es-chip{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:9999px;line-height:1}.es-chip .dot{width:6px;height:6px;border-radius:50%}.es-mrow .rm{width:28px;height:28px;border-radius:8px;border:0;background:transparent;color:var(--fg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:all var(--t-fast)}.es-mrow .rm:hover{color:#f87171;background:#ef44441f}.es-mrow .rm svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-emptyrow{font-size:13px;color:var(--fg-muted);padding:14px;text-align:center;border:1px dashed var(--border);border-radius:13px}.es-mwrap{display:flex;flex-direction:column;gap:6px}.es-mp{width:28px;height:28px;border-radius:8px;border:0;background:transparent;color:var(--fg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:all var(--t-fast)}.es-mp:hover,.es-mp.open{color:var(--es-accent);background:var(--es-accent-soft)}.es-mp svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-lblmini{font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}.es-permchips{display:flex;flex-wrap:wrap;gap:6px}.es-permchip{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:5px 11px;border-radius:9999px;cursor:pointer;border:1px solid var(--border-soft);background:var(--surface-tint-light);color:var(--fg-muted);font-family:var(--font-sans);transition:all var(--t-fast);line-height:1}.es-permchip:hover{color:var(--fg);border-color:#b968c766}.es-permchip .dot{width:6px;height:6px;border-radius:50%;background:var(--fg-muted);opacity:.55}.es-permchip.on .dot{opacity:1}.es-permedit{display:flex;flex-direction:column;gap:9px;padding:12px 13px;border-radius:13px;background:var(--bg-elev-2);border:1px dashed var(--border)}.es-permedit .hd{display:flex;align-items:center;justify-content:space-between;gap:8px}.es-permedit .hint{font-size:11px;color:var(--fg-muted)}.es-rolename{font-size:12px;font-weight:700;color:var(--es-accent)}html:not([data-theme=light]) .es-rolename{color:#e6c4ee}.es-rolechips .es-cat{padding:6px 11px;font-size:12px}.es-invitecard{display:flex;flex-direction:column;gap:9px;margin-top:8px;padding:13px;border-radius:13px;background:var(--bg-elev-2);border:1px solid var(--border-soft)}.es-invitecard .hd{display:flex;align-items:center;gap:10px}.es-invitecard .hd .meta{flex:1 1 auto;min-width:0}.es-invitecard .hd .nm{font-size:13.5px;font-weight:700;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.es-invitecard .hd .sub{font-size:11.5px;color:var(--fg-muted);margin-top:1px}.es-invitecard .es-btn{height:42px;font-size:13.5px;margin-top:3px}.es-tile{display:flex;align-items:center;gap:13px;padding:13px 15px;border-radius:14px;cursor:pointer;background:var(--bg-elev-2);border:1px solid var(--border-soft);text-align:left;width:100%;font-family:var(--font-sans);transition:border-color var(--t-fast),background var(--t-fast)}.es-tile:hover{border-color:#b968c766;background:var(--surface-tint-light)}.es-tile .tic{width:38px;height:38px;border-radius:11px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:var(--surface-tint);color:var(--fg-secondary)}.es-tile .tic svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.es-tile .tx{flex:1 1 auto;min-width:0}.es-tile .tx .l{font-size:14px;font-weight:700;color:var(--fg)}.es-tile .tx .d{font-size:12px;color:var(--fg-muted);margin-top:1px;line-height:1.35}.es-tile .tchev{color:var(--fg-muted);display:flex;flex:0 0 auto}.es-tile .tchev svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.es-tile.danger .tic{background:#ef44441f;color:#f87171}.es-tile.danger:hover{border-color:#ef444466}.es-tile.disabled{opacity:.5;cursor:not-allowed}.es-tile.disabled:hover{border-color:var(--border-soft);background:var(--bg-elev-2)}.es-tilegrid{display:flex;flex-direction:column;gap:9px}.es-btn{height:46px;border-radius:13px;font-family:var(--font-sans);font-size:14.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:var(--bg-elev-2);color:var(--fg);transition:all var(--t-fast)}.es-btn svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}.es-btn.grow{flex:1 1 0}.es-btn:hover{background:var(--surface-tint)}.es-btn.primary{background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1.5px solid transparent;color:var(--fg)}.es-btn.primary>span{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.es-btn.primary svg{stroke:url(#k-grad-stroke)}.es-btn.primary:hover{box-shadow:0 8px 24px #b968c738;transform:translateY(-1px);background:linear-gradient(var(--bg-elev-2),var(--bg-elev-2)) padding-box,var(--k-gradient-h) border-box}html[data-theme=light] .es-btn.primary{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}.es-btn.primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.es-btn.danger{background:#ef44441f;border-color:#ef444466;color:#f87171}.es-btn.danger:hover{background:#ef444433}.es-btn:disabled{opacity:.45;cursor:not-allowed}html[data-theme=light] .es-btn.danger{color:#dc2626}.es-btnrow{display:flex;gap:10px}.es-field{display:flex;flex-direction:column;gap:7px}.es-field>.fl{font-size:12px;font-weight:700;color:var(--fg-secondary)}.es-input{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;background:var(--bg-elev-2);border:1.5px solid var(--border-soft);border-radius:13px;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.es-input:focus-within{border-color:#b968c78c;box-shadow:0 0 0 3px #b968c71a}.es-input svg{width:17px;height:17px;stroke:var(--fg-muted);stroke-width:2;flex:0 0 auto;fill:none}.es-input input{flex:1 1 auto;background:transparent;border:0;outline:0;color:var(--fg);font-family:var(--font-sans);font-size:14.5px;min-width:0}.es-input input::placeholder{color:var(--fg-muted)}.es-catgrid{display:flex;flex-wrap:wrap;gap:8px}.es-cat{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:9999px;cursor:pointer;background:var(--bg-elev-2);border:1px solid var(--border-soft);color:var(--fg-secondary);font-family:var(--font-sans);font-size:12.5px;font-weight:600;transition:all var(--t-fast)}.es-cat svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.es-cat:hover{color:var(--fg);border-color:#b968c766}.es-cat.on{background:linear-gradient(var(--bg-elev-1),var(--bg-elev-1)) padding-box,var(--k-gradient-h) border-box;border:1px solid transparent}.es-cat.on>span{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-cat.on svg{stroke:url(#k-grad-stroke)}html[data-theme=light] .es-cat.on{background:linear-gradient(#fff,#fff) padding-box,var(--k-gradient-h) border-box}.es-ac{position:relative}.es-aclist{display:flex;flex-direction:column;gap:2px;margin-top:8px;border-radius:13px;overflow:hidden;background:var(--bg-elev-2);border:1px solid var(--border-soft)}.es-acitem{display:flex;align-items:center;gap:10px;padding:11px 13px;cursor:pointer;transition:background var(--t-fast)}.es-acitem:hover{background:var(--surface-tint)}.es-acitem svg{width:15px;height:15px;stroke:var(--fg-muted);stroke-width:2;flex:0 0 auto;fill:none}.es-acitem .a{font-size:13.5px;font-weight:600;color:var(--fg)}.es-acitem .b{font-size:12px;color:var(--fg-muted)}.es-geo{display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:12px;background:#10b9811a;border:1px solid rgba(16,185,129,.25);font-size:12.5px;color:#34d399;font-weight:600}html[data-theme=light] .es-geo{color:#059669}.es-geo svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}.es-geo .coords{color:var(--fg-muted);font-weight:500;font-variant-numeric:tabular-nums;margin-left:auto}.es-billprev{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:13px;background:var(--es-accent-soft);border:1px solid rgba(185,104,199,.3)}.es-billprev .ic{width:34px;height:34px;border-radius:10px;background:var(--es-accent);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.es-billprev .ic svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}.es-billprev .tx{flex:1 1 auto;min-width:0;font-size:12.5px;color:var(--fg-secondary);line-height:1.4}.es-billprev .tx b{color:var(--fg);font-weight:800;font-variant-numeric:tabular-nums}.es-billprev .tx .arrow{color:var(--fg-muted)}.es-billprev .delta{font-size:13px;font-weight:800;color:var(--es-accent);flex:0 0 auto;font-variant-numeric:tabular-nums}html:not([data-theme=light]) .es-billprev .delta{color:#e6c4ee}.es-formerr{margin:0;font-size:13px;color:#f87171;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:9px 12px}.es-simhero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.es-simhero .amt{display:flex;align-items:baseline;gap:4px;color:var(--fg)}.es-simhero .amt .num{font-family:var(--font-display);font-weight:900;font-size:44px;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.es-simhero .amt .cur{font-size:24px;font-weight:800}.es-simhero .amt .per{font-size:14px;color:var(--fg-muted);font-weight:600}.es-simhero .sub{font-size:13px;color:var(--fg-secondary)}.es-simctrl{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;background:var(--bg-elev-2);border:1px solid var(--border-soft)}.es-simctrl .lbl{font-size:13px;font-weight:700;color:var(--fg);flex:1 1 auto}.es-stepper{display:inline-flex;align-items:center;gap:4px}.es-stepper button{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-soft);background:var(--bg-elev-1);color:var(--fg);cursor:pointer;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all var(--t-fast)}.es-stepper button:hover{background:var(--surface-tint);border-color:var(--es-accent)}.es-stepper button:disabled{opacity:.4;cursor:not-allowed}.es-stepper .val{min-width:46px;text-align:center;font-family:var(--font-display);font-weight:800;font-size:22px;font-variant-numeric:tabular-nums;color:var(--fg)}.es-trtable{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid var(--border-soft)}.es-trrow{display:flex;align-items:center;gap:12px;padding:12px 15px;background:var(--bg-elev-2);transition:background var(--t-fast)}.es-trrow+.es-trrow{border-top:1px solid var(--border-soft)}.es-trrow.on{background:var(--es-accent-soft)}.es-trrow .rg{font-size:13px;font-weight:800;color:var(--fg);flex:0 0 84px;font-variant-numeric:tabular-nums}.es-trrow .rd{font-size:12px;color:var(--fg-muted);flex:1 1 auto}.es-trrow .rp{font-size:13px;font-weight:700;color:var(--fg);font-variant-numeric:tabular-nums}.es-trrow.on .rp{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-trrow .rmark{width:8px;height:8px;border-radius:50%;background:var(--k-gradient-h);flex:0 0 auto;opacity:0}.es-trrow.on .rmark{opacity:1}.es-confirm-overlay{position:fixed;inset:0;z-index:70;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity var(--t-fast)}.es-confirm-overlay.open{opacity:1;pointer-events:auto}.es-confirm{width:min(440px,100%);border-radius:20px;background:var(--bg-elev-1);border:1px solid var(--border-soft);padding:26px 24px 20px;box-shadow:0 30px 80px #00000080;transform:scale(.94);transition:transform var(--t-base) var(--spring)}.es-confirm-overlay.open .es-confirm{transform:scale(1)}.es-confirm .ic{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.es-confirm .ic.warn{background:#f59e0b24;color:#fbbf24}.es-confirm .ic.danger{background:#ef444424;color:#f87171}.es-confirm .ic.info{background:var(--es-accent-soft);color:var(--es-accent)}.es-confirm .ic svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.es-confirm h3{margin:0 0 8px;font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--fg)}.es-confirm p{margin:0 0 16px;font-size:14px;color:var(--fg-secondary);line-height:1.5}.es-confirm p b{color:var(--fg)}.es-confirm .impact{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:var(--surface-tint-light);border:1px solid var(--border-soft);margin-bottom:18px;font-size:13px;color:var(--fg-secondary)}.es-confirm .impact b{color:var(--fg);font-weight:800;font-variant-numeric:tabular-nums}.es-confirm .impact svg{width:16px;height:16px;stroke:var(--fg-muted);stroke-width:2;flex:0 0 auto;fill:none}.es-confirm .row{display:flex;gap:10px}.es-pop{position:fixed;z-index:78;min-width:216px;max-width:280px;background:var(--bg-elev-1);border:1px solid var(--border-soft);border-radius:14px;box-shadow:0 22px 55px #00000080;padding:6px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top right;pointer-events:none;transition:opacity var(--t-fast),transform var(--t-fast)}.es-pop.open{opacity:1;transform:none;pointer-events:auto}html[data-theme=light] .es-pop{box-shadow:0 22px 55px #1414282e}.es-poplbl{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--fg-muted);padding:8px 10px 5px}.es-popitem{display:flex;align-items:center;gap:11px;width:100%;padding:9px 11px;border-radius:10px;background:transparent;border:0;color:var(--fg);font-family:var(--font-sans);font-size:13px;font-weight:600;cursor:pointer;text-align:left;transition:background var(--t-fast)}.es-popitem:hover{background:var(--surface-tint)}.es-popitem svg{width:16px;height:16px;stroke:var(--fg-secondary);stroke-width:2;flex:0 0 auto;fill:none}.es-popitem .tx{flex:1 1 auto;min-width:0}.es-popitem .tx .d{font-size:11px;color:var(--fg-muted);font-weight:500;margin-top:1px;line-height:1.3}.es-popitem .ck{width:15px;height:15px;flex:0 0 auto;opacity:0}.es-popitem .ck svg{stroke:url(#k-grad-stroke)}.es-popitem.sel .ck{opacity:1}.es-popitem.sel .tx{background:var(--k-gradient-h);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.es-popitem.danger{color:#f87171}.es-popitem.danger svg{stroke:#f87171}.es-popitem.danger:hover{background:#ef44441a}.es-popitem.disabled{opacity:.42;cursor:not-allowed}.es-popitem.disabled:hover{background:transparent}.es-popsep{height:1px;background:var(--border-soft);margin:5px 6px}.es-toasts{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:90;display:flex;flex-direction:column;gap:10px;align-items:center;pointer-events:none}.es-toast{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:13px;background:var(--bg-elev-1);border:1px solid var(--border-soft);box-shadow:0 16px 40px #0006;font-size:13.5px;font-weight:600;color:var(--fg);transform:translateY(20px);opacity:0;transition:transform var(--t-base) var(--ease-out),opacity var(--t-base);max-width:460px}.es-toast.show{transform:translateY(0);opacity:1}.es-toast .tk{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff}.es-toast .tk svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.6;fill:none}.es-toast.ok .tk{background:var(--success)}.es-toast.info .tk{background:var(--k-blue)}.es-toast.warn .tk{background:var(--warning)}.es-toast.sandbox .tk{background:var(--es-accent)}.es-mobnav{display:none;width:38px;height:38px;border-radius:11px;background:var(--bg-elev-1);border:1px solid var(--border-soft);color:var(--fg-secondary);align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.es-mobnav svg{width:19px;height:19px;stroke:currentColor;stroke-width:2;fill:none}@media(max-width:1023px){.es-mobnav{display:flex}.es-topbar{height:auto;padding:12px 18px}.es-scroll{padding:20px 18px 64px}.es-bill-side{align-items:flex-start}}@media(max-width:620px){.es-cards{grid-template-columns:1fr}.es-tool-r{margin-left:0;width:100%}.es-rteam{flex-basis:92px}.es-rteam .lbl{display:none}}@media(max-width:560px){.es-tt .crumb,.es-count{display:none}.es-cta>span{display:none}.es-cta{padding:0 12px}.es-panel{width:100vw}.es-bill-foot{flex-wrap:wrap}}
