:root{--rehvo-primary:#0f766e;--rehvo-primary-hover:#064e3b;--rehvo-primary-soft:#ccfbf1;--rehvo-primary-border:#99f6e4;--rehvo-emerald:#0f766e;--rehvo-emerald-700:#0f766e;--rehvo-emerald-900:#064e3b;--rehvo-mint:#ccfbf1;--rehvo-dark-navy:#031b2a;--rehvo-background:#f8fafb;--rehvo-bg:#f8fafb;--rehvo-surface:#fff;--rehvo-surface-soft:#f1f5f9;--rehvo-surface-muted:#e2e8f0;--rehvo-text:#031b2a;--rehvo-text-secondary:#64748b;--rehvo-text-muted:#94a3b8;--rehvo-text-inverted:#fff;--rehvo-border:#e2e8f0;--rehvo-border-light:#f1f5f9;--rehvo-border-dark:#031b2a;--rehvo-gold:#d4af37;--rehvo-success:#10b981;--rehvo-success-soft:#ecfdf5;--rehvo-success-border:#a7f3d0;--rehvo-error:#ef4444;--rehvo-error-soft:#fef2f2;--rehvo-error-border:#fecaca;--rehvo-warning:#f59e0b;--rehvo-warning-soft:#fffbeb;--rehvo-warning-border:#fde68a;--rehvo-info:#0ea5e9;--rehvo-info-soft:#f0f9ff;--rehvo-info-border:#bae6fd;--rehvo-shadow-sm:0 1px 2px 0 rgba(3,27,42,.05);--rehvo-shadow-md:0 4px 6px -1px rgba(3,27,42,.07),0 2px 4px -2px rgba(3,27,42,.04);--rehvo-shadow-lg:0 10px 25px -5px rgba(3,27,42,.08),0 8px 10px -6px rgba(3,27,42,.04);--rehvo-shadow-floating:0 12px 40px rgba(3,27,42,.08)}.bg-rehvo-canvas{background-color:var(--rehvo-background)}.bg-rehvo-surface{background-color:var(--rehvo-surface)}.bg-rehvo-soft{background-color:var(--rehvo-primary-soft)}.text-rehvo-main{color:var(--rehvo-text)}.text-rehvo-muted{color:var(--rehvo-text-secondary)}.text-rehvo-brand{color:var(--rehvo-primary)}.border-rehvo{border-color:var(--rehvo-border)}.btn-rehvo-primary{background-color:var(--rehvo-primary);color:#fff;font-weight:700;border-radius:1rem;padding:.75rem 1.5rem;transition:all .2s ease;box-shadow:0 4px 14px rgba(15,118,110,.25);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-rehvo-primary:hover{background-color:var(--rehvo-primary-hover);box-shadow:0 6px 20px rgba(15,118,110,.35)}.btn-rehvo-secondary{background-color:#fff;color:var(--rehvo-text);border:1px solid var(--rehvo-border);font-weight:700;border-radius:1rem;padding:.75rem 1.5rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-rehvo-secondary:hover{background-color:var(--rehvo-surface-soft);border-color:var(--rehvo-text-secondary)}.btn-rehvo-outline{background-color:transparent;color:var(--rehvo-primary);border:1px solid var(--rehvo-primary);font-weight:700;border-radius:1rem;padding:.75rem 1.5rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-rehvo-outline:hover{background-color:var(--rehvo-primary-soft)}.input-rehvo{background-color:#fff;border:1px solid var(--rehvo-border);border-radius:.875rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:var(--rehvo-text);outline:none;transition:all .15s ease}.input-rehvo:focus{border-color:var(--rehvo-primary);box-shadow:0 0 0 3px rgba(15,118,110,.15)}