*{scrollbar-width:thin;scrollbar-color:#c5cad3 transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c5cad3 padding-box padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9aa3b2 padding-box padding-box;border:2px solid #0000}.ui-loading-center{min-height:200px;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;font-size:.9rem;display:flex}.ui-loading-inline{justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.ui-spinner{border:3px solid color-mix(in srgb, var(--color-accent) 18%, transparent);border-top-color:var(--color-accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite ui-spin}.ui-spinner-sm{border-width:2px;width:20px;height:20px}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-field-trigger{border:1px solid var(--ui-field-border);background:var(--ui-field-bg);width:100%;min-height:44px;color:var(--color-text);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:.55rem;padding:.55rem .75rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex}.ui-field-trigger:hover{border-color:var(--ui-field-border-hover)}.ui-field-trigger:focus-visible,.ui-field-trigger.is-open{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--ui-focus-ring);outline:none}.ui-field-trigger.is-placeholder .ui-field-value{color:var(--color-text-muted)}.ui-field-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ui-chevron{opacity:.45;flex-shrink:0;margin-left:auto;transition:transform .2s}.ui-field-trigger.is-open .ui-chevron{transform:rotate(180deg)}@keyframes ui-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.currency-input{background:#fff;border:1px solid #e2e5eb;border-radius:10px;align-items:center;width:100%;min-height:44px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.currency-input.is-focused{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent) 18%, transparent)}.currency-input-prefix{color:var(--color-text-muted);pointer-events:none;user-select:none;font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:600;transition:color .15s;position:absolute;left:.75rem}.currency-input.is-focused .currency-input-prefix{color:var(--color-accent)}.currency-input-field{width:100%;min-height:42px;color:var(--color-text);font-variant-numeric:tabular-nums;background:0 0;border:none;padding:.55rem .75rem .55rem 1.65rem;font-size:.9rem}.currency-input-field:focus{outline:none}.currency-input.is-disabled{opacity:.5;pointer-events:none}.ui-checkbox{cursor:pointer;user-select:none;color:var(--color-text);align-items:center;gap:.55rem;font-size:.875rem;line-height:1.35;display:inline-flex;position:relative}.ui-checkbox input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.ui-checkbox-box{border:1.5px solid var(--ui-field-border);background:var(--ui-field-bg);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.ui-checkbox:hover .ui-checkbox-box{border-color:var(--color-accent)}.ui-checkbox input:focus-visible+.ui-checkbox-box{box-shadow:0 0 0 3px var(--ui-focus-ring)}.ui-checkbox input:checked+.ui-checkbox-box{background:var(--color-accent);border-color:var(--color-accent)}.ui-checkbox-check{opacity:0;width:10px;height:10px;transition:opacity .15s,transform .15s;transform:scale(.6)}.ui-checkbox input:checked+.ui-checkbox-box .ui-checkbox-check{opacity:1;transform:scale(1)}.ui-select{width:100%;position:relative}.ui-select-menu{z-index:9999;isolation:isolate;background:#fff;border:1px solid #e2e5eb;border-radius:12px;max-height:260px;padding:.4rem;animation:.14s ui-fade-in;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 60px #0003,0 4px 12px #00000014}.ui-select-menu.is-portal,.ui-datepicker-panel.is-portal,.ui-timepicker-panel.is-portal{position:fixed;top:auto;left:auto;right:auto}.ui-select-option{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .7rem;font-size:.9rem;transition:background .12s,color .12s;display:flex}.ui-select-option:hover{background:var(--ui-menu-option-hover)}.ui-select-option.is-selected{background:var(--color-accent-soft);color:var(--color-accent-dark);font-weight:600}.ui-datepicker{width:100%;position:relative}.ui-datepicker-panel{z-index:9999;isolation:isolate;background:#fff;border:1px solid #e2e5eb;border-radius:14px;width:300px;padding:.85rem;animation:.14s ui-fade-in;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 20px 60px #0003,0 4px 12px #00000014}.ui-datepicker-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.ui-datepicker-title{text-transform:capitalize;letter-spacing:-.01em;color:var(--color-text);font-size:.92rem;font-weight:650}.ui-datepicker-nav{border:1px solid var(--ui-menu-border);cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.ui-datepicker-nav:hover:not(:disabled){background:var(--ui-menu-option-hover);color:var(--color-text)}.ui-datepicker-nav:disabled{opacity:.35;cursor:not-allowed}.ui-datepicker-weekdays{grid-template-columns:repeat(7,36px);justify-content:space-between;margin-bottom:.35rem;display:grid}.ui-datepicker-weekday{width:36px;height:28px;color:var(--color-text-muted);letter-spacing:.02em;justify-content:center;align-items:center;font-size:.7rem;font-weight:650;display:flex}.ui-datepicker-grid{grid-template-columns:repeat(7,36px);justify-content:space-between;row-gap:4px;display:grid}.ui-day{cursor:pointer;width:36px;height:36px;color:var(--color-text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0;font-size:.85rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.ui-day--empty{pointer-events:none;visibility:hidden}.ui-day:hover:not(:disabled):not(.ui-day--selected){background:var(--ui-menu-option-hover)}.ui-day--today:not(.ui-day--selected){box-shadow:inset 0 0 0 1.5px var(--color-accent);color:var(--color-accent-dark);font-weight:650}.ui-day--selected{background:var(--color-accent);color:#fff;font-weight:650}.ui-day--selected:hover{background:var(--color-accent-dark);color:#fff}.ui-day:disabled{opacity:.28;cursor:not-allowed}.ui-timepicker{width:100%;position:relative}.ui-timepicker-panel{z-index:9999;isolation:isolate;background:#fff;border:1px solid #e2e5eb;border-radius:14px;gap:.35rem;padding:.55rem;animation:.14s ui-fade-in;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 20px 60px #0003,0 4px 12px #00000014}.ui-timepicker-col{width:72px}.ui-timepicker-col-label{text-align:center;color:var(--color-text-muted);letter-spacing:.06em;margin-bottom:.25rem;font-size:.68rem;font-weight:700}.ui-timepicker-list{gap:2px;max-height:180px;display:grid;overflow-y:auto}.ui-timepicker-item{font-variant-numeric:tabular-nums;cursor:pointer;width:100%;color:var(--color-text);background:0 0;border:none;border-radius:7px;padding:.4rem 0;font-size:.88rem;transition:background .12s}.ui-timepicker-item:hover{background:var(--ui-menu-option-hover)}.ui-timepicker-item.is-selected{background:var(--color-accent);color:#fff;font-weight:650}.ui-stepper{border:1px solid var(--ui-field-border);background:var(--ui-field-bg);border-radius:10px;align-items:center;min-height:44px;transition:background-color .15s,border-color .15s;display:flex;overflow:hidden}.ui-stepper-btn{cursor:pointer;width:44px;height:44px;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.15rem;transition:background .12s,color .12s;display:flex}.ui-stepper-btn:hover:not(:disabled){background:var(--ui-menu-option-hover);color:var(--color-text)}.ui-stepper-btn:disabled{opacity:.3;cursor:not-allowed}.ui-stepper-value{text-align:center;font-variant-numeric:tabular-nums;flex:1;font-size:.95rem;font-weight:650}html[data-theme=dark] .ui-field-trigger{color:#fafafa;background:#0a0a0a;border-color:#27272a}html[data-theme=dark] .ui-field-trigger:hover{border-color:#3f3f46}html[data-theme=dark] .ui-field-trigger.is-placeholder .ui-field-value{color:#a1a1aa}html[data-theme=dark] .ui-select-menu{background:#0a0a0a;border-color:#27272a;box-shadow:0 20px 60px #000000e6,0 4px 12px #0009,0 0 0 1px #ffffff0d}html[data-theme=dark] .ui-select-option{color:#fafafa}html[data-theme=dark] .ui-select-option:hover{background:#18181b}html[data-theme=dark] .ui-select-option.is-selected{color:#93c5fd;background:#3b82f62e}html[data-theme=dark] .ui-day--today:not(.ui-day--selected){color:#93c5fd}html[data-theme=dark] .currency-input{background:#0a0a0a;border-color:#27272a}html[data-theme=dark] .currency-input.is-focused{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}html[data-theme=dark] .currency-input-prefix{color:#c4c4cc}html[data-theme=dark] .currency-input.is-focused .currency-input-prefix{color:#93c5fd}html[data-theme=dark] .currency-input-field{color:#fafafa}html[data-theme=dark] .ui-checkbox{color:#f4f4f5}html[data-theme=dark] .ui-checkbox-box{background:#0a0a0a;border-color:#3f3f46}html[data-theme=dark] .ui-checkbox:hover .ui-checkbox-box{border-color:#60a5fa}html[data-theme=dark] .ui-checkbox input:checked+.ui-checkbox-box{background:#1d4ed8;border-color:#1d4ed8}html[data-theme=dark] .ui-checkbox input:focus-visible+.ui-checkbox-box{box-shadow:0 0 0 3px #3b82f647}html[data-theme=dark] .ui-datepicker-panel{background:#0a0a0a;border-color:#27272a;box-shadow:0 16px 50px #000000e6,0 0 0 1px #ffffff0a}html[data-theme=dark] .ui-datepicker-title{color:#fafafa}html[data-theme=dark] .ui-datepicker-weekday{color:#a1a1aa}html[data-theme=dark] .ui-datepicker-nav{color:#a1a1aa;background:0 0;border-color:#27272a}html[data-theme=dark] .ui-datepicker-nav:hover:not(:disabled){color:#fafafa;background:#18181b}html[data-theme=dark] .ui-day{color:#fafafa}html[data-theme=dark] .ui-day:hover:not(:disabled):not(.ui-day--selected){background:#18181b}html[data-theme=dark] .ui-timepicker-panel{background:#0a0a0a;border-color:#27272a;box-shadow:0 16px 50px #000000e6,0 0 0 1px #ffffff0a}html[data-theme=dark] .ui-timepicker-col-label{color:#a1a1aa}html[data-theme=dark] .ui-timepicker-item{color:#fafafa}html[data-theme=dark] .ui-timepicker-item:hover{background:#18181b}html[data-theme=dark] .ui-stepper{background:#0a0a0a;border-color:#27272a}html[data-theme=dark] .ui-stepper-btn{color:#a1a1aa}html[data-theme=dark] .ui-stepper-btn:hover:not(:disabled){color:#fafafa;background:#18181b}html[data-theme=dark] .ui-stepper-value{color:#fafafa}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--color-bg:#f7f5f2;--color-surface:#fff;--color-text:#1a1f2e;--color-text-muted:#5c6578;--color-border:#e4e0d8;--color-accent:#09223f;--color-accent-dark:#061628;--color-accent-soft:#ebedf0;--color-danger:#c0392b;--color-danger-soft:#fdecea;--color-success:#1e7a4c;--color-warning:#b45309;--shadow-sm:0 1px 2px #1a1f2e0f;--shadow-md:0 8px 24px #1a1f2e14;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--font-sans:"Suisse Intl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--header-height:64px}html[data-theme=dark]{color-scheme:dark;--color-bg:#0a0a0a;--color-surface:#111318;--color-text:#f4f4f5;--color-text-muted:#c4c4cc;--color-border:#2a2a2e;--color-accent:#09223f;--color-accent-dark:#3b82f6;--color-accent-soft:#3b82f629;--color-danger:#f87171;--color-danger-soft:#f8717124;--color-success:#4ade80;--shadow-sm:0 1px 2px #00000073;--shadow-md:0 12px 32px #0000008c}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;padding:0}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-dark)}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;line-height:1.4;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 1px 2px #00000014}.btn-primary:hover:not(:disabled){background:var(--color-accent-dark);box-shadow:0 2px 6px #0000001f}.btn-secondary{border-color:var(--color-border);color:var(--color-text);background:#fff}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#d1d5db}.btn-danger{background:var(--color-danger);color:#fff;box-shadow:0 1px 2px #00000014}.btn-danger:hover:not(:disabled){background:#a33226;box-shadow:0 2px 6px #0000001f}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--color-text);font-size:.875rem;font-weight:600}.form-input,.form-select,.form-textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);background:#fff;padding:.625rem .75rem}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:2px solid color-mix(in srgb, var(--color-accent) 35%, transparent);border-color:var(--color-accent)}.form-textarea{resize:vertical;min-height:120px}.badge{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-draft{color:#4b5563;background:#f3f4f6}.badge-published{color:var(--color-success);background:#e8f5ee}.badge-archived{color:var(--color-warning);background:#fff4e5}.alert{border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem}.alert-error{background:var(--color-danger-soft);color:var(--color-danger);border:1px solid #f5c6cb}.alert-success{color:var(--color-success);background:#e8f5ee;border:1px solid #b7e4c7;transition:background .25s,color .25s,border-color .25s}html[data-theme=dark] .alert-error{color:#f87171;background:#c0392b29;border-color:#c0392b59}html[data-theme=dark] .alert-success{color:#4ade80;background:#22c55e29;border-color:#22c55e59}.lang-switcher{border:1px solid var(--color-border);background:#fff;border-radius:999px;grid-template-columns:1fr 1fr;align-items:center;padding:3px;transition:background .25s,border-color .25s,box-shadow .25s;display:inline-grid;position:relative}.lang-switcher__thumb{background:var(--color-accent-soft);pointer-events:none;z-index:0;border-radius:999px;width:calc(50% - 3px);transition:transform .22s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;bottom:3px;left:3px}.lang-switcher[data-locale=en] .lang-switcher__thumb{transform:translate(100%)}html[data-theme=dark] .lang-switcher{background:#0f172a;border-color:#1e293b}html[data-theme=dark] .lang-switcher__thumb{background:#09223f}.lang-switcher a{z-index:1;color:var(--color-text-muted);letter-spacing:.03em;text-align:center;background:0 0;padding:.35rem .8rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);position:relative}html[data-theme=dark] .lang-switcher a{color:#94a3b8}.lang-switcher a.active{color:var(--color-accent-dark)}html[data-theme=dark] .lang-switcher a.active{color:#fff}.lang-switcher--hero{backdrop-filter:blur(10px);background:#080c1447;border-color:#ffffff73;box-shadow:0 2px 12px #080c142e}.lang-switcher--hero .lang-switcher__thumb{background:#fffffff0}.lang-switcher--hero a{color:#ffffffe0;text-shadow:0 1px 2px #0000004d}.lang-switcher--hero a.active{color:var(--color-accent-dark);text-shadow:none}.public-header--hero.is-scrolled .lang-switcher--hero,.public-header--hero.is-menu-open .lang-switcher--hero,.public-header.is-menu-open .lang-switcher--hero{border-color:var(--color-border);backdrop-filter:none;box-shadow:none;background:#fff}.public-header--hero.is-scrolled .lang-switcher--hero .lang-switcher__thumb,.public-header--hero.is-menu-open .lang-switcher--hero .lang-switcher__thumb,.public-header.is-menu-open .lang-switcher--hero .lang-switcher__thumb{background:var(--color-accent-soft)}.public-header--hero.is-scrolled .lang-switcher--hero a,.public-header--hero.is-menu-open .lang-switcher--hero a,.public-header.is-menu-open .lang-switcher--hero a{color:var(--color-text-muted);text-shadow:none}.public-header--hero.is-scrolled .lang-switcher--hero a.active,.public-header--hero.is-menu-open .lang-switcher--hero a.active,.public-header.is-menu-open .lang-switcher--hero a.active{color:var(--color-accent-dark)}.lang-switcher--admin{background:#fafbfc;border-color:#e8eaed}.lang-switcher--admin .lang-switcher__thumb{background:var(--color-accent-dark,#09223f)}.lang-switcher--admin a{color:#64748b}.lang-switcher--admin a.active{color:#fff}html[data-theme=dark] .lang-switcher--admin{background:#0b1220;border-color:#1e293b}html[data-theme=dark] .lang-switcher--admin .lang-switcher__thumb{background:#09223f}html[data-theme=dark] .lang-switcher--admin a{color:#94a3b8}html[data-theme=dark] .lang-switcher--admin a.active{color:#fff}@media (width<=768px){.container{width:calc(100% - 1rem)}}
