:root{--ge-color-bg:#f4f6fb;--ge-color-surface:#fff;--ge-color-text:#0f172a;--ge-color-muted:#64748b;--ge-color-border:rgba(15,23,42,.12);--ge-color-navy-700:#233044;--ge-color-navy-800:#1b2536;--ge-color-danger:#c81e1e;--ge-color-label:#223046;--ge-color-section-title:#1f2a3b;--ge-radius-xl:18px;--ge-radius-lg:14px;--ge-radius-md:12px;--ge-shadow-lg:0 14px 40px rgba(15,23,42,.1);--ge-cta-coral:#f5693f;--ge-cta-pink:#f53f71;--ge-cta-border:rgba(245,105,63,.75);--ge-cta-soft:rgba(245,105,63,.14);--ge-grad-primary:linear-gradient(135deg,var(--ge-cta-coral),var(--ge-cta-pink));--ge-grad-primary-strong:linear-gradient(90deg,var(--ge-cta-coral),var(--ge-cta-pink));--ge-focus-border:rgba(245,63,113,.75);--ge-focus-ring:0 0 0 4px rgba(245,63,113,.22);--ge-btn-grad-start:var(--ge-cta-coral);--ge-btn-grad-end:var(--ge-cta-pink);--ge-btn-shadow:0 14px 30px rgba(240,75,140,.28);--ge-btn-shadow-hover:0 18px 38px rgba(240,75,140,.34);--ge-lock-dim:0.55;--ge-lock-overlay:hsla(0,0%,100%,.55);--ge-lock-overlay-border:rgba(15,23,42,.08);--ge-lock-disabled-bg:rgba(15,23,42,.03);--ge-lock-disabled-border:rgba(15,23,42,.1);--ge-lock-actions-reserve:80px}*{box-sizing:border-box}.ge-shell{color:var(--ge-color-text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.35}.ge-page{padding:34px 18px 60px}.ge-card{background:var(--ge-color-surface);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-xl);box-shadow:var(--ge-shadow-lg);margin:0 auto;max-width:1020px;overflow:hidden}.ge-card-header{background:var(--ge-grad-primary-strong);border-bottom:1px solid var(--ge-color-border);padding:28px}.ge-title{color:#fff;font-size:clamp(22px,2.4vw,30px);font-weight:900;letter-spacing:-.02em;margin:0}.ge-card-body{padding:26px 28px 30px}.ge-form{display:grid;gap:24px;position:relative}.ge-section{background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,0));border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-lg);overflow:hidden}.ge-section-head{align-items:center;background:rgba(35,48,68,.05);border-bottom:1px solid var(--ge-color-border);display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.ge-section-title{color:var(--ge-color-section-title);font-size:16px;font-weight:800;margin:0}.ge-section-meta{align-items:center;display:flex;gap:10px}.ge-grid{display:grid;gap:14px;grid-template-columns:1fr;padding:16px}@media (min-width:860px){.ge-grid{grid-template-columns:repeat(12,1fr)}.ge-col-6{grid-column:span 6}.ge-col-12{grid-column:span 12}}.ge-field{display:grid;gap:8px}.ge-label{align-items:center;color:var(--ge-color-label);display:inline-flex;font-size:13px;font-weight:700;gap:8px}.ge-required{color:var(--ge-color-danger);font-weight:900;line-height:1}.ge-help{color:var(--ge-color-muted);font-size:12px;margin:0}.ge-help.ge-help-danger{align-items:baseline;color:var(--ge-color-danger);display:inline-flex;gap:6px}.ge-help.ge-help-danger:before{content:"!";font-weight:900}.ge-input,.ge-select{background:#fff;border:1px solid rgba(15,23,42,.16);border-radius:var(--ge-radius-md);color:var(--ge-color-text);font-size:14px;outline:none;padding:12px;transition:box-shadow .15s ease,border-color .15s ease,transform .05s ease;width:100%}.ge-input:focus,.ge-select:focus{border-color:var(--ge-focus-border);box-shadow:var(--ge-focus-ring)}.ge-date{display:flex;gap:10px}.ge-date-dd,.ge-date-mm{max-width:60px}.ge-date-yyyy{max-width:120px}.ge-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.ge-btn{background:linear-gradient(90deg,var(--ge-btn-grad-start),var(--ge-btn-grad-end));border:0;border-radius:12px;box-shadow:var(--ge-btn-shadow);color:#fff;cursor:pointer;font-weight:800;letter-spacing:.2px;padding:12px 18px;transition:transform .08s ease,box-shadow .15s ease,opacity .15s ease}.ge-btn:hover{box-shadow:var(--ge-btn-shadow-hover);transform:translateY(-1px)}.ge-btn:active{transform:translateY(0)}.ge-btn.ge-btn-secondary{background:#fff;border:2px solid var(--ge-cta-border);box-shadow:none;color:var(--ge-cta-coral)}.ge-btn.ge-btn-secondary:hover{box-shadow:0 10px 22px var(--ge-cta-soft);transform:translateY(-1px)}.ge-btn.ge-btn-secondary:active{transform:translateY(0)}.ge-submit-status{display:none;font-size:13px;font-weight:800;line-height:1.2;margin:0}.ge-submit-status,.ge-submit-status.is-submitting{color:var(--ge-color-muted)}.ge-submit-status.is-error{color:var(--ge-color-danger)}.ge-submit-status.is-success{color:var(--ge-cta-coral)}@media (min-width:860px){.ge-submit-status{white-space:nowrap}}@media (max-width:520px){.ge-submit-status{flex-basis:100%}}.ge-uni-subtitle{margin-bottom:10px}.ge-uni-count{background:rgba(240,75,140,.1);border:1px solid rgba(240,75,140,.22);border-radius:999px;color:var(--ge-cta-pink);font-size:12px;font-weight:800;padding:6px 10px;white-space:nowrap}.ge-uni-list{display:grid;gap:12px}.ge-uni-item{background:var(--ge-color-surface);border:1px solid rgba(15,23,42,.12);border-radius:var(--ge-radius-md);box-shadow:0 10px 22px rgba(15,23,42,.05);overflow:hidden;position:relative}.ge-uni-item:before{background:var(--ge-grad-primary);content:"";inset:0 auto 0 0;position:absolute;width:4px}.ge-uni-item-head{align-items:center;background:rgba(35,48,68,.03);border-bottom:1px solid rgba(15,23,42,.08);display:flex;gap:10px;padding:12px 12px 10px 14px}.ge-uni-badge{align-items:center;background:var(--ge-grad-primary);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:12px;font-weight:900;height:22px;justify-content:center;width:22px}.ge-uni-item-title{color:var(--ge-color-section-title);font-size:13px;font-weight:900}.ge-uni-row{display:grid;gap:14px;grid-template-columns:1fr;padding:12px 12px 14px 14px}@media (min-width:860px){.ge-uni-row{align-items:start;grid-template-columns:1fr 1fr}}.ge-uni-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.ge-is-submitting.ge-form>:not(.ge-actions){cursor:not-allowed;opacity:.55;pointer-events:none;user-select:none}.ge-is-submitting .ge-actions,.ge-is-submitting .ge-submit-status{filter:none;opacity:1}.ge-is-submitting .ge-actions .ge-btn[type=submit]{box-shadow:none;cursor:progress;opacity:.85;transform:none}.ge-is-submitting .ge-input:disabled,.ge-is-submitting .ge-select:disabled{background:var(--ge-lock-disabled-bg);border-color:var(--ge-lock-disabled-border)}@media (max-width:520px){.ge-card-body,.ge-card-header{padding-left:18px;padding-right:18px}.ge-date{flex-direction:column}.ge-date-dd,.ge-date-mm,.ge-date-yyyy{max-width:none}:root{--ge-lock-actions-reserve:110px}}