:root{--color-lots: hsl(32 90% 61%);--color-lots-strong: hsl(32 90% 56%);--color-lots-soft: hsl(32 90% 97%);--color-lots-ring: hsl(32 90% 61% / .12);--color-bons: hsl(215 85% 45%);--color-bons-strong: hsl(215 85% 40%);--color-bons-soft: hsl(215 85% 97%);--color-bons-ring: hsl(215 85% 45% / .12);--color-clients: hsl(118 91% 25%);--color-clients-strong: hsl(118 91% 22%);--color-clients-soft: hsl(118 70% 96%);--color-clients-ring: hsl(118 91% 25% / .12);--color-neutral: hsl(220 8% 45%);--color-neutral-strong: hsl(220 8% 38%);--color-neutral-soft: hsl(220 10% 96%);--color-neutral-ring: hsl(220 8% 45% / .12)}.form-page-header{width:min(100%,500px);margin:0 auto 16px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:left}.form-page-header.form-page-header-wide{width:min(100%,1200px)}.form-page-header h1{margin:0;font-size:22px}.form-page-header .sub{margin:0;font-size:13px;color:#5c6370}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#181d25;background:radial-gradient(1200px 500px at 10% -10%,hsl(210 90% 96%),transparent 60%),radial-gradient(900px 500px at 110% 0%,hsl(45 95% 95%),transparent 55%),linear-gradient(180deg,#f8fafc,#f5f7fa)}.app-shell.svelte-12qhfyh{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar.svelte-12qhfyh{position:relative;min-height:95vh;padding:18px;background:color-mix(in oklab,white 82%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid hsl(220 15% 88%);display:flex;flex-direction:column}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:10px 10px 16px}.logo.svelte-12qhfyh{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#fef6d7,#e1f0fe);border:1px solid hsl(220 15% 88%);box-shadow:0 10px 30px #0000000f}.brand-title.svelte-12qhfyh{font-weight:700;letter-spacing:.2px}.brand-sub.svelte-12qhfyh{font-size:12px;color:#5c6370;margin-top:2px}.nav.svelte-12qhfyh{display:grid;gap:6px;padding:6px}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;color:#212630;text-decoration:none;border:1px solid transparent;transition:transform .06s ease,background .15s ease,border-color .15s ease}.nav-item.svelte-12qhfyh:hover{background:#f1f5f8;border-color:#dcdfe5}.nav-item.svelte-12qhfyh:active{transform:translateY(1px)}.nav-item.active.svelte-12qhfyh{background:#e7f0f8;border-color:#b3c7db;color:#232a39;box-shadow:inset 0 0 0 1px #cee0f3}.nav-icon.svelte-12qhfyh{width:18px;height:18px;display:inline-grid;place-items:center;color:#484e5b}.nav-icon.svelte-12qhfyh svg{width:18px;height:18px}.nav-section.svelte-12qhfyh{margin-top:10px;padding-top:10px;border-top:1px solid hsl(220 15% 88%)}.nav-section-title.svelte-12qhfyh{font-size:12px;font-weight:900;color:#5c6370;padding:8px 10px;letter-spacing:.2px;-webkit-user-select:none;user-select:none}.nav-item.sub.svelte-12qhfyh{padding-left:12px}.poulailler-button.svelte-12qhfyh{background:#fff}.nav-icon.sub-ico.svelte-12qhfyh{width:18px;height:18px;color:#484e5b}.nav-icon.sub-ico.svelte-12qhfyh svg{width:18px;height:18px}.sidebar-footer.svelte-12qhfyh{margin-top:auto;padding:10px;display:grid;gap:8px}.profile-link.svelte-12qhfyh{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid hsl(220 15% 88%);background:#fff;color:#212630;font:inherit;cursor:pointer}.profile-link.svelte-12qhfyh{justify-content:center;width:100%;box-sizing:border-box;text-decoration:none}.profile-link.svelte-12qhfyh:hover{background:#f1f5f8}.main.svelte-12qhfyh{display:grid;grid-template-rows:auto 1fr}.content.svelte-12qhfyh{padding:22px}.children-wrapper.svelte-12qhfyh{width:min(100%,1200px);margin-inline:auto}@media(max-width:980px){.app-shell.svelte-12qhfyh{grid-template-columns:1fr}.sidebar.svelte-12qhfyh{position:relative;height:auto;border-right:none;border-bottom:1px solid hsl(220 15% 88%)}}.flash-toast.svelte-12qhfyh{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:16px;z-index:9999;font-weight:600;border-left:5px solid gray}.flash-toast.is-success.svelte-12qhfyh{border-left-color:#22c55e;color:#166534;background:#f0fdf4}.flash-toast.is-info.svelte-12qhfyh{border-left-color:#64748b;color:#334155;background:#f8fafc}.flash-toast.is-error.svelte-12qhfyh{border-left-color:#ef4444;color:#991b1b;background:#fef2f2}.close-btn.svelte-12qhfyh{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.6}.close-btn.svelte-12qhfyh:hover{opacity:1}
