@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--wl-bg:#faf8f6;--wl-surface:#fff;--wl-soft:#faf7f4;--wl-input:#fdfbf9;--wl-line:#f0eae4;--wl-line2:#e7dfd7;--wl-ink:#241a12;--wl-strong:#5a4c40;--wl-muted:#79695c;--wl-faint:#a39282;--wl-faint2:#d4c8bc;--wl-red:#c53d2c;--wl-red-dark:#9e2f21;--wl-red-tint:#fbeae6;--wl-red-tint2:#f6d5cc;--wl-green:#16a34a;--wl-blue:#a16207;--wl-cyan:#c8552c;--wl-indigo:#4257d6;--wl-blue2:#1668d6;--wl-hero:linear-gradient(120deg, #26130c 0%, #7a2919 46%, #c53d2c 100%);--wl-hero-glow:radial-gradient(520px 220px at 82% -12%, #e5b64b80, transparent 70%);--wl-sel:#fbefe9;--wl-sel-bd:#e8bfae;--wl-header:#faf8f6d1;--wl-modal:#fffffffa;--wl-modal-bd:#ffffffb3;--wl-login:radial-gradient(1100px 560px at 50% -8%, #fbe3d3 0%, #fdf2e9 34%, #faf8f6 74%);--wl-scroll:#e3dad0;--wl-card-shadow:0 1px 2px #241a120a;--wl-card-hover-shadow:0 16px 34px -16px #241a1238}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--wl-bg:#15100d;--wl-surface:#272019;--wl-soft:#1c1512;--wl-input:#211a15;--wl-line:#34291f;--wl-line2:#43362a;--wl-ink:#f0e8e0;--wl-strong:#d3c6b8;--wl-muted:#a89786;--wl-faint:#7d6d5d;--wl-faint2:#5f5245;--wl-red:#e0604a;--wl-red-dark:#c53d2c;--wl-red-tint:#e0604a29;--wl-red-tint2:#e0604a47;--wl-green:#22c55e;--wl-blue:#e0a33c;--wl-cyan:#e77a4e;--wl-indigo:#6f81ef;--wl-blue2:#4a97ff;--wl-hero:linear-gradient(120deg, #180b07 0%, #5c1f12 46%, #b93a28 100%);--wl-hero-glow:radial-gradient(520px 220px at 82% -12%, #e5b64b59, transparent 70%);--wl-sel:#e0604a26;--wl-sel-bd:#e0604a80;--wl-header:#15100dd1;--wl-modal:#272019fa;--wl-modal-bd:#ffffff14;--wl-login:radial-gradient(1100px 560px at 50% -8%, #452214 0%, #2a1710 34%, #15100d 74%);--wl-scroll:#43362a;--wl-card-shadow:0 1px 2px #00000059;--wl-card-hover-shadow:0 16px 34px -16px #0009}*{box-sizing:border-box}html,body,#root{height:100%}html,body{background:var(--wl-bg)}body{color:var(--wl-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background .2s,color .2s}input,button,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--wl-scroll);border-radius:8px}::-webkit-scrollbar-track{background:0 0}@keyframes wl-fade{0%{opacity:0}to{opacity:1}}@keyframes wl-pop{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}.wl-fade{animation:.2s wl-fade}.wl-pop{animation:.3s wl-pop}.wl-input{border:1px solid var(--wl-line);background:var(--wl-input);width:100%;color:var(--wl-ink);border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .14s,box-shadow .14s,background .14s}.wl-input::placeholder{color:var(--wl-faint)}.wl-input:focus{border-color:var(--wl-red);background:var(--wl-surface);box-shadow:0 0 0 3px #c53d2c24}.wl-input.sm{border-radius:11px;padding:11px 13px}textarea.wl-input{resize:vertical;min-height:74px;line-height:1.5}select.wl-input{cursor:pointer;background:var(--wl-surface)}.wl-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:600;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,filter .14s,transform 60ms;display:inline-flex}.wl-btn:active{transform:scale(.98)}.wl-btn-primary{background:var(--wl-red);color:#fff;font-weight:700;box-shadow:0 8px 18px -8px #c53d2c8c}.wl-btn-primary:hover{background:var(--wl-red-dark)}.wl-btn-ghost{background:var(--wl-surface);color:var(--wl-strong);border-color:var(--wl-line)}.wl-btn-ghost:hover{background:var(--wl-soft)}.wl-btn-ghost.red:hover{border-color:var(--wl-red);color:var(--wl-red)}.wl-btn-soft-red{background:var(--wl-red-tint);color:var(--wl-red-dark);font-weight:600}.wl-btn-soft-red:hover{background:var(--wl-red-tint2)}.wl-nav{cursor:pointer;color:var(--wl-strong);text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:11px 13px;font-size:14px;font-weight:600;transition:background .14s,color .14s;display:flex}.wl-nav:not(.active):hover{background:var(--wl-soft)}.wl-nav.active{background:var(--wl-red-tint);color:var(--wl-red)}.wl-close{background:var(--wl-soft);width:32px;height:32px;color:var(--wl-muted);cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;font-size:16px;transition:background .14s;display:flex}.wl-close:hover{background:var(--wl-line)}.wl-card{background:var(--wl-surface);border:1px solid var(--wl-line);cursor:pointer;box-shadow:var(--wl-card-shadow);border-radius:18px;transition:transform .16s,box-shadow .16s;overflow:hidden}.wl-card:hover{box-shadow:var(--wl-card-hover-shadow);transform:translateY(-3px)}.wl-panel{background:var(--wl-surface);border:1px solid var(--wl-line);box-shadow:var(--wl-card-shadow);border-radius:18px}.wl-row:hover{background:var(--wl-soft)}.wl-orow{cursor:pointer;border-radius:11px;transition:background .12s}.wl-orow:hover{background:var(--wl-soft)}.wl-edit{border:1px solid var(--wl-line);background:var(--wl-surface);color:var(--wl-strong);cursor:pointer;border-radius:9px;padding:7px 13px;font-size:12.5px;font-weight:600;transition:border-color .14s,color .14s}.wl-edit:hover{border-color:var(--wl-red);color:var(--wl-red)}.wl-whats{color:var(--wl-green);background:#22c55e24;border-radius:9px;align-items:center;gap:6px;padding:6px 11px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .14s;display:inline-flex}.wl-whats:hover{background:#22c55e3d}.wl-linkline{color:var(--wl-ink);border-bottom:2px solid var(--wl-sel-bd);text-decoration:none;transition:color .14s}.wl-linkline:hover{color:var(--wl-red)}.wl-drop{border:2px dashed var(--wl-line);background:var(--wl-input);cursor:pointer;text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:22px;transition:border-color .14s,background .14s;display:flex}.wl-drop:hover,.wl-drop.drag{border-color:var(--wl-red);background:var(--wl-red-tint)}.wl-stepper{min-width:560px}@media (width<=600px){.wl-stepper{min-width:0}.wl-step-label{line-height:1.15;font-size:9.5px!important}}.wl-bhead{background:var(--wl-soft);border-bottom:1px solid var(--wl-line);color:var(--wl-faint);letter-spacing:.04em;grid-template-columns:2.2fr 1.4fr 2fr .8fr;gap:16px;padding:14px 22px;font-size:11.5px;font-weight:700;display:grid}.wl-bhead>div:last-child{text-align:right}.wl-brow{border-bottom:1px solid var(--wl-line);grid-template-columns:2.2fr 1.4fr 2fr .8fr;align-items:center;gap:16px;padding:15px 22px;display:grid}.wl-bcell-act{text-align:right}@media (width<=600px){.wl-bhead{display:none}.wl-brow{grid-template-columns:1fr auto;align-items:start;gap:8px 12px;padding:14px 16px}.wl-bcell-name{grid-area:1/1}.wl-bcell-act{grid-area:1/2}.wl-bcell-contact,.wl-bcell-notes{grid-column:1/-1}}.wl-detailgrid{grid-template-columns:1.15fr 1fr;align-items:start;gap:26px;display:grid}@media (width<=819px){.wl-detailgrid{grid-template-columns:1fr}}.wl-shell{min-height:100vh;display:flex}.wl-main{flex-direction:column;flex:1;min-width:0;display:flex}.wl-mobile,.wl-bottomnav{display:none}@media (width<=860px){.wl-sidebar{display:none!important}.wl-mobile,.wl-bottomnav{display:flex!important}.wl-main-inner{padding-bottom:84px!important}}
