/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--brand:#781531;--brand-2:#b83a56;--ink:#1b1b1b;--glass:#ffffffb3;--radius:16px;--shadow:0 18px 36px #00000038;--color-bg:#efe6db;--color-card:#fff;--color-ink:#1b1b1b;--color-sub:#806c6c;--color-stroke:#78153140;--color-accent:#781531;--color-accent-soft:#78153114;--color-success:#28a745;--color-danger:#e53e3e;--radius-card:16px;--radius-input:12px;--radius-sheet:12px;--shadow-card:0 18px 36px #00000038;--font-display:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu;--font-ui:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu}@layer base{*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-ui);color:var(--color-ink);background:var(--color-bg)}.bg{filter:contrast(1.05)saturate(1.05);z-index:-2;background:url(/background-800.jpg) 50%/cover no-repeat;position:fixed;top:0;right:0;bottom:0;left:0}@media (min-width:601px){.bg{background:url(/background-1200.jpg) 50%/cover no-repeat}}@media (min-width:1201px){.bg{background:url(/background-1920.jpg) 50%/cover no-repeat}}.vg{z-index:-1;background:radial-gradient(#fff6,#ffffffe6 65%,#f5eee5);position:fixed;top:0;right:0;bottom:0;left:0}}@layer components{.container-custom{width:100%;max-width:100vw;margin:0;padding:8px}@media (min-width:640px){.container-custom{padding:12px 16px}}@media (min-width:1200px){.container-custom{max-width:1100px;margin:0 auto}}.card-custom{background:var(--color-card);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--color-stroke);border-radius:var(--radius-card);box-shadow:var(--shadow-card);width:100%;min-width:0;overflow:hidden}.card-head{border-bottom:1px solid var(--color-stroke);background:linear-gradient(#78153114,#78153105);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;letter-spacing:.02em;box-shadow:var(--shadow-card);cursor:pointer;border:none;border-radius:12px;padding:12px 18px;font-weight:800}.btn-ghost{color:var(--brand);border:1px solid var(--color-stroke);letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:12px;padding:12px 18px;font-weight:800}.input-custom{border:1px solid var(--color-stroke);border-radius:var(--radius-input);box-sizing:border-box;background:#fff;outline:none;width:100%;max-width:100%;padding:12px 14px;font-size:15px;transition:all .2s}.input-custom:focus{border-color:var(--brand-2);box-shadow:0 0 0 4px #b83a5626}.pill{background:#ffffffd9;border:1px solid #7815312e;border-radius:14px;padding:14px 16px;box-shadow:0 12px 24px #00000024}.phone-input{position:relative}.phone-input-label{color:var(--color-ink);margin-bottom:.5rem;font-size:.875rem;font-weight:500;line-height:1.25rem;display:block}.phone-input-container{border:1px solid var(--color-stroke);border-radius:var(--radius-input);background:var(--color-card);display:flex;overflow:hidden}.phone-country-button{background:var(--color-card);border-right:1px solid var(--color-stroke);align-items:center;gap:.5rem;min-width:120px;height:42px;padding-left:.75rem;padding-right:.75rem;transition:background-color .2s;display:flex}.phone-country-button:hover{background:var(--color-accent)}@supports (color:color-mix(in lab,red,red)){.phone-country-button:hover{background:color-mix(in srgb,var(--color-accent)5%,transparent)}}.phone-number-input{width:100%;height:42px;color:var(--color-ink);background:0 0;border:none;outline:none;padding-left:2.25rem;padding-right:.75rem}.phone-number-input::-moz-placeholder{color:var(--color-sub)}.phone-number-input::placeholder{color:var(--color-sub)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
