@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap";.app-header{background:#faebdc;padding:.75rem 2rem;border-radius:999px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:fixed;top:2rem;left:0;right:0;margin-left:auto;margin-right:auto;width:calc(100% - 4rem);max-width:1200px;z-index:100}.header-brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0;text-decoration:none;cursor:pointer}.header-pill-logo{width:40px;height:40px;object-fit:contain;border-radius:50%}.header-brand-name{font-size:1.15rem;font-weight:700;color:#1a1a2e;letter-spacing:.01em}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-link{font-size:.9rem;font-weight:500;color:#333;text-decoration:none;transition:color .2s ease}.header-nav-link:hover{color:#c8622a}.header-nav-link--btn{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.header-cta{flex-shrink:0;background-color:#de7b35;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.03em;padding:.65rem 1.5rem;border:none;border-radius:999px;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.header-cta:hover{opacity:.88;transform:translateY(-1px)}.header-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.4rem;border:none;border-radius:.5rem;background:#c8622a1f;cursor:pointer;flex-shrink:0}.header-burger-bar{display:block;height:2px;width:100%;background:#1a1a2e;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.header-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a2e59;z-index:998}.header-mobile-panel{position:fixed;top:0;right:0;background:#fff2eb;box-shadow:-8px 0 32px #0000001f;z-index:999;display:flex;flex-direction:column;padding:1.25rem 2rem 2rem;animation:header-slide-in .22s ease}@keyframes header-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.header-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e8e0d8}.header-mobile-title{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#666}.header-mobile-close{width:2.25rem;height:2.25rem;border:none;border-radius:.5rem;background:#0000000f;font-size:1.5rem;line-height:1;color:#333;cursor:pointer}.header-mobile-close:hover{background:#0000001a}.header-mobile-nav{display:flex;flex-direction:column;gap:.25rem}.header-mobile-link{text-align:left;padding:.9rem .75rem;border:none;border-radius:.65rem;background:transparent;font-size:1rem;font-weight:600;color:#1a1a2e;cursor:pointer;font-family:inherit}.header-mobile-link:hover{background:#c8622a1a;color:#c8622a}@media(max-width:1024px){.app-header{padding:.75rem 1.5rem}.header-nav{gap:1.2rem}}@media(max-width:768px){.app-header{border-radius:1rem;padding:.75rem 1.2rem;top:1rem;width:calc(100% - 2rem)}.header-nav--desktop{display:none}.header-burger{display:flex}.header-brand-name{font-size:1.05rem}.header-cta{padding:.5rem .8rem;font-size:.7rem}}@media(max-width:480px){.app-header{padding:.6rem 1rem;top:.75rem;width:calc(100% - 1.5rem);gap:.5rem}.header-pill-logo{width:32px;height:32px}.header-brand-name{font-size:.95rem}.header-cta{padding:.5rem .8rem;font-size:.7rem}.header-burger{width:2.35rem;height:2.35rem}}.hero-scene{height:400vh;position:relative;margin-bottom:2rem;margin-left:-25rem;margin-right:-25rem}.hero-sticky{position:sticky;top:0;height:100vh;overflow:hidden}.hero-static{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 2rem 0;z-index:2;pointer-events:none}.hero-logo-wrap{margin-bottom:1.5rem}.hero-logo{height:80px;width:auto;object-fit:contain}.hero-heading-wrap{position:relative;padding:1.5rem 1rem 2.5rem;margin-bottom:.5rem}.hero-heading{font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:600;color:#1a1a1a;line-height:1.05;letter-spacing:-.02em;margin:0;max-width:825px}.badge{position:absolute;font-size:.65rem;font-weight:700;letter-spacing:.1em;padding:.4rem .9rem;border-radius:.5rem;color:#fff;text-transform:uppercase;white-space:nowrap;z-index:1}.badge-orange{background-color:#c8622a}.badge-olive{background-color:#9a9060}.badge-pos-1{top:.6rem;right:5%;transform:rotate(3deg)}.badge-pos-2{bottom:1.3rem;left:39%;transform:rotate(-2.5deg)}.hero-below-video{position:absolute;bottom:0;left:0;right:0;height:18vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;z-index:2}.hero-subtext{font-size:.9rem;color:#666;margin:1rem;max-width:640px;text-align:center}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-btn-primary,.hero-btn-secondary{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 2.2rem;border-radius:999px;cursor:pointer;border:2px solid transparent;transition:opacity .2s ease,transform .1s ease}.hero-btn-primary:hover,.hero-btn-secondary:hover{opacity:.85;transform:translateY(-1px)}.hero-btn-primary{background-color:#c8622a;color:#fff;border-color:#c8622a}.hero-btn-secondary{background-color:#fff;color:#333;border-color:#ccc}.hero-video-wrap{position:absolute;overflow:hidden;z-index:1}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.hero-phase-text{position:absolute;bottom:12%;left:0;right:0;text-align:center;color:#fff;pointer-events:none;will-change:opacity,transform;z-index:2}.hero-phase-tag{display:block;width:fit-content;margin:0 auto .85rem;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:#ffffff26;border:1px solid rgba(255,255,255,.35);padding:.35rem 1rem;border-radius:.4rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-phase-heading{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:600;line-height:1.15;margin:0;white-space:pre-line;text-shadow:0 2px 24px rgba(0,0,0,.4)}@media(max-width:1024px){.hero-scene{margin-left:-6rem;margin-right:-6rem}.hero-heading{font-size:4rem}.hero-phase-heading{font-size:3rem}}@media(max-width:768px){.hero-scene{margin-left:-1.25rem;margin-right:-1.25rem}.hero-logo{height:70px}.hero-heading{font-size:2.8rem}.hero-phase-heading{font-size:2rem}.badge-pos-1{right:2%;top:1rem;font-size:.5rem}.badge-pos-2{left:10%;bottom:1rem;font-size:.5rem}.hero-buttons{flex-wrap:wrap;gap:.75rem}}@media(max-width:480px){.hero-scene{margin-left:-.75rem;margin-right:-.75rem}.hero-heading{font-size:2.1rem;max-width:320px}.hero-logo{height:60px}.hero-phase-heading{font-size:1.6rem}.badge{font-size:.55rem;padding:.3rem .6rem}.badge-pos-1{right:1%;top:.75rem}.badge-pos-2{left:5%;bottom:.75rem}.hero-btn-primary,.hero-btn-secondary{padding:.75rem 1.6rem;font-size:.75rem}.hero-subtext{font-size:.82rem;max-width:300px}}.wim-section{padding:5rem 0 4rem;opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.wim-visible{opacity:1;transform:translateY(0)}.wim-label{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:#fff;background:#de7b35;border:1px solid #e0d8d0;padding:.4rem 1.1rem;border-radius:.5rem;margin-bottom:2.5rem}.wim-label-dot{display:none}.wim-header{display:flex;align-items:flex-start;gap:4rem;margin-bottom:3rem}.wim-header-left{flex:0 0 480px}.wim-heading{font-family:Playfair Display,Georgia,serif;font-size:3.8rem;font-weight:600;color:#1a1a1a;line-height:1.1;margin:0 0 1.25rem}.wim-heading em{font-style:italic;color:#c8622a;position:relative;display:inline-block}.wim-tagline{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#aaa;margin:0}.wim-header-right{flex:1;padding-top:.5rem;border-left:2.5px solid #e8a07a;padding-left:2rem}.wim-body{font-size:.97rem;color:#666;line-height:1.8;margin:0 0 1rem}.wim-body:last-child{margin-bottom:0}.wim-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.wim-divider:after{content:"";flex:1;height:1px;background:#e8e0d8}.wim-divider-dot{width:8px;height:8px;border-radius:50%;background:#c8622a;flex-shrink:0}.wim-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.wim-card{background:#fff8f3;border-radius:1.1rem;padding:1.5rem 1.4rem;display:flex;flex-direction:column;gap:.65rem;transition:transform .2s ease,box-shadow .2s ease}.wim-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.wim-card--highlight{background:#fff;box-shadow:0 2px 16px #00000012;border:1.5px solid #ede8e0}.wim-card-icon{width:38px;height:38px;border-radius:.6rem;background:#c8622a1a;color:#c8622a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wim-card-title{font-size:.9rem;font-weight:700;color:#1a1a1a;margin:0}.wim-card-desc{font-size:.82rem;color:#777;line-height:1.55;margin:0}@media(max-width:1024px){.wim-header-left{flex:0 0 380px}.wim-heading{font-size:3rem}}@media(max-width:768px){.wim-section{padding:3.5rem 0 3rem}.wim-header{flex-direction:column;gap:2rem}.wim-header-left{flex:unset}.wim-heading{font-size:2.6rem}.wim-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.wim-section{padding:2.5rem 0 2rem}.wim-heading{font-size:2rem}.wim-body{font-size:.9rem}.wim-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.wim-card{padding:1.1rem 1rem}.wim-card-title{font-size:.82rem}.wim-card-desc{font-size:.76rem}}.hiw-section{border-radius:2rem;padding:5rem 4rem;margin-bottom:2rem;margin-left:-5rem;margin-right:-5rem;text-align:center}.hiw-header{margin-bottom:4rem}.hiw-label{display:inline-block;font-size:.75rem;font-weight:500;color:#fff;letter-spacing:.05em;background:#de7b35;border:1px solid #e0d8d0;padding:.4rem 1.1rem;border-radius:.5rem;margin-bottom:1.5rem}.hiw-heading{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:600;color:#1a1a1a;line-height:1.15;margin:0;max-width:640px;margin-inline:auto}.hiw-heading em{font-style:italic;font-family:Playfair Display,Georgia,serif}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;position:relative}.hiw-connector{position:absolute;z-index:0;top:36px;left:0;width:100%;height:40px;transform:translateY(-50%);pointer-events:none;overflow:visible}.hiw-path{will-change:stroke-dashoffset}.hiw-step{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.hiw-icon-wrap{width:72px;height:72px;background:#ffefe0;border-radius:1.2rem;display:flex;align-items:center;justify-content:center;color:#de7b35;padding:1rem}.hiw-icon-wrap svg{width:80%}.hiw-pill-icon{width:calc(100% + 2rem);height:calc(100% + 2rem);object-fit:contain}.hiw-step-title{font-size:1.05rem;font-weight:600;color:#1a1a1a;margin:0}.hiw-step-desc{font-size:.88rem;color:#666;line-height:1.6;margin:0;max-width:240px}@media(max-width:1024px){.hiw-section{margin-left:-2rem;margin-right:-2rem;padding:4rem 2.5rem}.hiw-heading{font-size:2.8rem}}@media(max-width:768px){.hiw-section{margin-left:0;margin-right:0;border-radius:1.5rem;padding:3rem 1.5rem}.hiw-header{margin-bottom:2.5rem}.hiw-heading{font-size:2rem}.hiw-steps{grid-template-columns:1fr;gap:2.5rem}.hiw-icon-wrap{width:48px;height:48px;padding:.5rem}.hiw-connector{display:none}.hiw-step-desc{max-width:320px;margin-inline:auto}}@media(max-width:480px){.hiw-section{padding:2.5rem 1rem;border-radius:1.25rem}.hiw-header{margin-bottom:2rem}.hiw-heading{font-size:2rem}.hiw-icon-wrap{width:48px;height:48px;padding:.5rem}.hiw-step-title{font-size:.98rem}.hiw-step-desc{font-size:.84rem;max-width:280px}}.mm-section{background:#f5ede2;margin-left:-25rem;margin-right:-25rem;border-radius:0;margin-bottom:0;padding:4rem 4rem 0}.mm-label{display:inline-block;font-size:.75rem;font-weight:500;color:#fff;letter-spacing:.05em;background:#de7b35;border:1px solid #e0d8d0;padding:.4rem 1.1rem;border-radius:.5rem;margin-bottom:1.5rem}.mm-pills-clip{overflow:hidden;padding-top:32px;margin-top:-32px}.mm-pills-arena{position:relative;min-height:160px;width:100%}@media(max-width:768px){.mm-section{margin-left:-1rem;margin-right:-1rem;padding:3rem 1.5rem}.mm-heading{font-size:2rem!important}.mm-pills-arena{position:static;min-height:unset;display:flex;flex-wrap:wrap;gap:12px 14px;justify-content:center;align-items:center}.mm-pills-arena>*{position:static!important;left:unset!important;top:unset!important;height:38px!important;font-size:12px!important;padding:0 14px!important}}@media(max-width:480px){.mm-pills-arena>*{height:34px!important;font-size:11px!important;padding:0 12px!important}}.da-section{display:flex;align-items:center;justify-content:space-between;border-radius:2rem;padding:10rem 5rem;margin-bottom:2rem;margin-left:-6rem;margin-right:-6rem;overflow:hidden}.da-left{flex:1;max-width:460px}.da-dots{display:flex;gap:6px;margin-bottom:1.8rem}.da-dots span{width:8px;height:8px;border-radius:50%;background:#de7b35;opacity:.6}.da-dots span:last-child{opacity:1}.da-heading{font-family:Playfair Display,Georgia,serif;font-size:3.2rem;font-weight:600;color:#1a1a1a;line-height:1.15;margin:0 0 1.2rem}.da-subtext{font-size:.92rem;color:#666;line-height:1.7;margin:0 0 1.5rem;max-width:380px}.da-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1rem;max-width:320px;width:100%}.da-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-size:.95rem;font-weight:700;color:#1a1a1a;background:#fff;border:1.5px solid #e0d8d0;border-radius:14px;padding:.95rem 1rem;min-width:0;width:100%;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .1s}.da-btn:hover{border-color:#de7b35;box-shadow:0 4px 16px #de7b351f;transform:translateY(-1px)}.store-icon{width:24px;height:24px;display:block;flex-shrink:0;color:#de7b35}.store-icon-apple{transform:scale(.88);transform-origin:center}.da-right{position:relative;flex-shrink:0;width:320px;height:520px;display:flex;align-items:center;justify-content:center}.da-blob{position:absolute;width:380px;height:380px;background:#f5dfc8;border-radius:60% 40% 55% 45%/50% 55% 45% 50%;right:-40px;top:50%;transform:translateY(-50%);z-index:0}.da-phone{position:relative;z-index:1;width:230px;height:470px;background:#1a1a1a;border-radius:44px;padding:10px;box-shadow:0 30px 80px #00000047,inset 0 0 0 1px #ffffff14,inset 0 1px #ffffff1f}.da-phone-screen{background:#fff;border-radius:36px;width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.da-phone-notch{width:80px;height:26px;background:#1a1a1a;border-radius:0 0 20px 20px;position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2}.da-phone-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2.8rem 1.2rem 1rem;text-align:center}.da-app-logo{width:110px;height:110px;object-fit:contain;border-radius:50%;margin-top:-1.5rem}.da-app-welcome{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0}.da-app-sub{font-size:.72rem;color:#888;line-height:1.5;margin:0;max-width:160px}.da-app-btn{background:#de7b35;color:#fff;border:none;border-radius:999px;padding:.55rem 2rem;font-size:.8rem;font-weight:600;cursor:default;margin-top:.4rem}@media(max-width:1024px){.da-section{margin-left:-3rem;margin-right:-3rem;padding:6rem 3rem}.da-heading{font-size:2.6rem}}@media(max-width:768px){.da-section{flex-direction:column;align-items:center;text-align:center;margin:1rem 0 4rem;padding:3rem 1.5rem 0;overflow:visible}.da-left{max-width:100%;width:100%}.da-heading{font-size:2rem}.da-subtext{font-size:.88rem;max-width:100%;margin-left:auto;margin-right:auto}.da-buttons{margin-left:auto;margin-right:auto;max-width:300px;gap:.75rem .65rem}.da-btn{padding:.85rem .75rem;font-size:.88rem}.da-right{width:100%;height:440px;justify-content:center;align-items:flex-end;margin-top:2.25rem}.da-phone{position:relative;z-index:1}.da-blob{right:50%;transform:translate(50%,-50%)}}@media(max-width:480px){.da-section{padding:2.5rem 1.25rem 0}.da-heading{font-size:2rem}.da-right{height:380px}.da-phone{width:190px;height:390px;border-radius:36px}.da-phone-screen{border-radius:28px}.da-blob{width:280px;height:280px}.da-btn{margin:0 auto;width:80%}.da-phone-content{gap:1rem}.da-app-logo{margin-bottom:1.5rem;width:85px;height:85px}.da-app-btn{padding:.45rem .8rem;font-size:.6rem;margin-top:1.5rem}.da-app-welcome{font-size:.8rem}.da-app-sub{font-size:.5rem}}@keyframes cta-rise{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}@keyframes cta-rise-r2{0%{opacity:0;transform:rotate(7deg) translateY(70px)}to{opacity:1;transform:rotate(7deg) translateY(0)}}@keyframes cta-rise-circle{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes cta-float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes cta-float-b{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes cta-float-c{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes cta-float-r2{0%,to{transform:rotate(7deg) translateY(0)}50%{transform:rotate(7deg) translateY(-10px)}}@keyframes cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes cta-pulse-slow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cta-wrap{position:relative;background:#c8622a;border-radius:0;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-bottom:0;padding:7rem 6rem;display:flex;align-items:center;justify-content:center;min-height:420px}.cta-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.8rem;max-width:580px}.cta-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#ffffff2e;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:.38rem 1.1rem}.cta-heading{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:600;line-height:1.18;color:#fff;margin:0}.cta-heading em{font-style:italic;font-family:Playfair Display,Georgia,serif}.cta-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-btn-primary{background:#1a1a1a;color:#fff;border:none;border-radius:999px;padding:.9rem 2.4rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000047}.cta-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);border-radius:999px;padding:.9rem 2.4rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.cta-btn-outline:hover{background:#ffffff24;border-color:#fff;transform:translateY(-2px)}.cta-d{position:absolute;border-radius:999px;opacity:0}.cta-d--l1{width:70px;height:265px;background:#1a1a1a;bottom:-28px;left:28px}.cta-d--l2{width:62px;height:205px;background:linear-gradient(to bottom,#ffffffeb 50%,#4a9b8e 50%);bottom:-14px;left:108px}.cta-d--l3{width:54px;height:145px;background:#4a9b8e;bottom:0;left:180px}.cta-d--l4{width:158px;height:158px;border-radius:50%;background:#1a1a1a;bottom:-58px;left:-58px}.cta-d--l5{width:88px;height:88px;border-radius:50%;background:#3d8a7d;top:-28px;left:82px}.cta-d--r1{width:70px;height:278px;background:#1a1a1a;bottom:-28px;right:28px}.cta-d--r2{width:62px;height:198px;background:linear-gradient(to bottom,#ffffffeb 50%,#9b8ac4 50%);bottom:-14px;right:108px;transform-origin:bottom center}.cta-d--r3{width:54px;height:132px;background:#a8501c;bottom:0;right:182px}.cta-d--r4{width:132px;height:132px;border-radius:50%;background:#5b8dee;top:-42px;right:-40px}.cta-d--r5{width:80px;height:80px;border-radius:50%;background:#d4a82a;bottom:-22px;right:178px}.cta-in .cta-d--l1{animation:cta-rise .75s .05s cubic-bezier(.22,1,.36,1) both,cta-float-a 3.2s .85s ease-in-out infinite}.cta-in .cta-d--l2{animation:cta-rise .75s .18s cubic-bezier(.22,1,.36,1) both,cta-float-b 4s .98s ease-in-out infinite}.cta-in .cta-d--l3{animation:cta-rise .75s .3s cubic-bezier(.22,1,.36,1) both,cta-float-c 2.6s 1.1s ease-in-out infinite}.cta-in .cta-d--l4{animation:cta-rise-circle .7s .08s cubic-bezier(.34,1.56,.64,1) both,cta-pulse 4.5s .8s ease-in-out infinite}.cta-in .cta-d--l5{animation:cta-rise-circle .7s .38s cubic-bezier(.34,1.56,.64,1) both,cta-pulse-slow 5.5s 1.1s ease-in-out infinite}.cta-in .cta-d--r1{animation:cta-rise .75s .05s cubic-bezier(.22,1,.36,1) both,cta-float-b 4s .85s ease-in-out infinite}.cta-in .cta-d--r2{animation:cta-rise-r2 .75s .18s cubic-bezier(.22,1,.36,1) both,cta-float-r2 3.6s .98s ease-in-out infinite}.cta-in .cta-d--r3{animation:cta-rise .75s .3s cubic-bezier(.22,1,.36,1) both,cta-float-a 3.2s 1.1s ease-in-out infinite}.cta-in .cta-d--r4{animation:cta-rise-circle .7s .12s cubic-bezier(.34,1.56,.64,1) both,cta-pulse 5s .85s ease-in-out infinite}.cta-in .cta-d--r5{animation:cta-rise-circle .7s .32s cubic-bezier(.34,1.56,.64,1) both,cta-pulse-slow 4s 1.05s ease-in-out infinite}@media(max-width:1024px){.cta-wrap{padding:5rem 4rem}.cta-heading{font-size:3rem}}@media(max-width:768px){.cta-wrap{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:4rem 1.5rem;border-radius:0;min-height:320px}.cta-heading{font-size:2rem}.cta-content{gap:1.2rem;margin-top:-3rem}.cta-btn-outline{display:none}.cta-d--l1,.cta-d--r1{width:42px;height:140px}.cta-d--l2,.cta-d--r2{width:36px;height:110px}.cta-d--l3{width:30px;height:78px;left:148px;bottom:0}.cta-d--l4{width:78px;height:78px;left:-36px;bottom:-32px}.cta-d--l5{width:44px;height:44px;left:56px;top:-18px}.cta-d--r3{width:30px;height:72px;right:150px;bottom:0}.cta-d--r4{width:72px;height:72px;right:-28px;top:-28px}.cta-d--r5{width:44px;height:44px;right:120px;bottom:-14px}}@media(max-width:480px){.cta-wrap{padding:3rem 1.25rem;min-height:280px}.cta-heading{font-size:2rem}.cta-content{gap:1rem;max-width:100%}.cta-btn-primary{padding:.8rem 2rem;font-size:.88rem}.cta-d--l1,.cta-d--r1{width:28px;height:96px;bottom:-16px}.cta-d--l1{left:6px}.cta-d--r1{right:6px}.cta-d--l2,.cta-d--r2{width:24px;height:78px;bottom:-10px}.cta-d--l2{left:40px}.cta-d--r2{right:40px}.cta-d--l3{width:22px;height:58px;left:96px;bottom:4px}.cta-d--l4{width:56px;height:56px;left:-22px;bottom:-22px}.cta-d--l5{width:32px;height:32px;left:40px;top:-12px}.cta-d--r3{width:22px;height:54px;right:98px;bottom:4px}.cta-d--r4{width:52px;height:52px;right:-18px;top:-20px}.cta-d--r5{width:32px;height:32px;right:78px;bottom:-10px}}.ft-wrap{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:5rem;padding:4.5rem 7rem 0;overflow:hidden}.ft-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.6fr;gap:2rem 3rem;padding-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.ft-col{display:flex;flex-direction:column;gap:.55rem}.ft-col-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#888;margin-bottom:.4rem}.ft-email{font-size:1.25rem;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .15s}.ft-email:hover{color:#c8622a}.ft-copy{font-size:.8rem;color:#888;margin:.2rem 0 0}.ft-link{font-size:.88rem;color:#444;text-decoration:none;transition:color .15s;line-height:1.4;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left}.ft-link:hover{color:#c8622a}.ft-link--btn{display:inline}.ft-nav{display:flex;flex-direction:column;gap:.45rem}.ft-disclaimer{font-size:.78rem;color:#888;line-height:1.65;margin:0;max-width:320px}.ft-divider{height:1px;background:#e0d8ce;margin:0 -7rem}.ft-brand{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:clamp(6rem,19.5vw,26rem);line-height:.88;color:#1a1a1a;letter-spacing:-.03em;text-align:center;padding:.1em 0 0;margin:0 -7rem;overflow:hidden;height:.85em;display:flex;align-items:flex-start;justify-content:center}.ft-wrap--minimal{padding-top:0}@media(max-width:900px){.ft-wrap{padding:3.5rem 2rem 0}.ft-grid{grid-template-columns:1fr 1fr;gap:2rem}.ft-col:nth-child(1){order:3}.ft-col:nth-child(2){order:1}.ft-col:nth-child(3){order:2}.ft-col:nth-child(4){order:4}.ft-divider{margin:0 -2rem}.ft-brand{margin:0 -2rem;font-size:clamp(4rem,22vw,14rem)}}@media(max-width:768px){.ft-wrap{padding:2.5rem 1.25rem 0;margin-top:0}.ft-grid{gap:2.5rem 0}.ft-divider{margin:0 -1.25rem}.ft-brand{margin:0 -1.25rem;font-size:clamp(3.5rem,22vw,10rem)}.ft-email{font-size:1.1rem}.ft-disclaimer{max-width:100%}}@media(max-width:480px){.ft-wrap{padding:2rem 1rem 0}.ft-grid{grid-template-columns:1fr;gap:1.5rem}.ft-col:nth-child(1),.ft-col:nth-child(2),.ft-col:nth-child(3),.ft-col:nth-child(4){order:unset}.ft-divider{margin:0 -1rem}.ft-brand{margin:0 -1rem;font-size:clamp(3rem,20vw,8rem)}.ft-email{font-size:1rem}}.app-container{min-height:100vh;background:linear-gradient(180deg,#fef5e7,#e8f5e9,#e3f2fd);background-attachment:fixed;padding:7rem 25rem 2rem}.cta-section{border-radius:2rem;padding:3rem 2rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.cta-subtext{font-size:.95rem;color:#666;margin:0;max-width:440px}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:1024px){.app-container{padding:7rem 6rem 2rem}}@media(max-width:768px){.app-container{padding:6rem 1.25rem 1.5rem}.step-section{padding:1.5rem 2rem}.wizard-footer{padding:1.5rem 2rem!important;gap:.5rem}.step-nav{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.step-nav-item{padding:.45rem!important}.step-nav-label{font-size:.65rem!important}.step-nav-num{width:1rem!important;height:1rem!important;font-size:.5rem}.step-nav-divider,.back-to-top{display:none!important}}@media(max-width:480px){.app-container{padding:5.5rem .75rem 1rem}.step-section{padding:1.5rem 2rem!important}.wizard-footer{flex-wrap:wrap;justify-content:center;padding:1.5rem 2rem!important;gap:.75rem}.wizard-dots{order:-1;width:100%;justify-content:center}.wizard-back{order:1}.wizard-next{order:2}.step-nav{padding:.15rem .5rem}.step-nav-label{font-size:.65rem!important}.step-nav-num{width:1rem!important;height:1rem!important;font-size:.5rem}.step-nav-item{padding:.4rem!important;gap:.3rem!important}.step-nav-divider,.back-to-top{display:none!important}}.steps-wizard{display:flex;flex-direction:column;min-height:100vh}.wizard-body{flex:1}.wizard-footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 6rem;max-width:680px;margin:0 auto;width:100%}.wizard-nav-btn{font-size:.88rem;font-weight:700;border:none;border-radius:999px;cursor:pointer;padding:.75rem 1.8rem;transition:opacity .2s ease,transform .15s ease}.wizard-back{background:none;color:#888;padding-left:0}.wizard-back:hover{color:#333}.wizard-next{background:#c8622a;color:#fff;box-shadow:0 4px 14px #c8622a4d}.wizard-next:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.wizard-next:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.wizard-dots{display:flex;align-items:center;gap:.5rem}.wizard-dot{height:6px;border-radius:999px;background:#ddd;transition:width .25s ease,background .25s ease;width:6px}.wizard-dot--active{width:22px;background:#c8622a}.wizard-dot--done{background:#e5a882}.step-nav{display:flex;justify-content:center;background:#f3ede4;border-radius:999px;padding:.2rem .5rem;margin:1.5rem auto .5rem;width:fit-content}.step-nav-item{display:flex;align-items:center;gap:.55rem;background:none;border:none;cursor:not-allowed;padding:.45rem .9rem;border-radius:999px;transition:background .2s ease;color:#aaa}.step-nav-item--reached{cursor:pointer;color:#555}.step-nav-item--reached:hover{background:#c8622a14}.step-nav-item--active{background:#c8622a1a;color:#c8622a}.step-nav-item--active .step-nav-num{background:#c8622a;color:#fff}.step-nav-item--active .step-nav-label{color:#c8622a;font-weight:700}.step-nav-num{width:1.6rem;height:1.6rem;border-radius:50%;background:#ddd;color:#999;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,color .2s ease}.step-nav-item--reached .step-nav-num{background:#c8622a;color:#fff}.step-nav-label{font-size:.82rem;font-weight:600;white-space:nowrap}.step-nav-divider{display:block;width:1.8rem;height:1.5px;background:#d5cdc3;margin:0 .1rem;border-radius:1px}.steps-home-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;font-size:.85rem;font-weight:600;color:#de7b35;cursor:pointer;padding:.75rem 0 .25rem;transition:color .15s ease}.steps-home-btn:hover{color:#322a26}.steps-back-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;margin-bottom:.5rem;background:none;border:none;font-size:.88rem;font-weight:600;color:#de7b35;cursor:pointer;padding:.4rem 0;transition:color .15s ease}.steps-back-btn:hover{color:#322a26}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:2.8rem;height:2.8rem;border-radius:999px;background-color:#c8622a;color:#fff;font-size:1.1rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;z-index:200}.back-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{opacity:.85;transform:translateY(-2px)}.step-section{padding:2.5rem 0 1rem;max-width:680px;margin:0 auto}.step-badge{display:inline-flex;align-items:center;gap:.4rem;background:#fde8d8;color:#c8622a;padding:.4rem 1rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-bottom:1.4rem}.step-title{margin:0 0 .75rem;font-size:3rem;font-weight:800;line-height:1.1;color:#1a1a1a}.step-title-highlight{color:#c8622a}.step-subtitle{font-size:.95rem;color:#777;margin:0 0 2rem;max-width:480px;line-height:1.6}.search-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1.1rem;color:#aaa;pointer-events:none;flex-shrink:0}.search-input{width:100%;padding:1rem 5.5rem 1rem 3rem;border:1.5px solid #e5ddd3;border-radius:999px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;outline:none;background:#fff;box-shadow:0 2px 10px #0000000d}.search-input:focus{border-color:#c8622a;box-shadow:0 0 0 3px #c8622a1f}.search-enter-hint{position:absolute;right:1rem;font-size:.72rem;font-weight:600;color:#aaa;background:#f3ede4;padding:.28rem .65rem;border-radius:999px;pointer-events:none;white-space:nowrap}.search-empty-state{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-top:5.5rem;color:#aaa;text-align:center}.search-empty-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#fde8d8;display:flex;align-items:center;justify-content:center;color:#c8622a}.search-empty-state p{margin:0;font-size:.88rem;color:#999}.search-empty-state kbd{display:inline-block;background:#f3ede4;color:#555;border:1px solid #ddd;border-radius:5px;padding:.1rem .45rem;font-size:.78rem;font-family:inherit;font-weight:600}.dropdown-list{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000001f;z-index:10;max-height:320px;overflow-y:auto}.dropdown-item{width:100%;padding:1rem 1.25rem;border:none;background:#fff;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;color:#424242;font-size:.95rem}.dropdown-item:hover,.dropdown-item--highlighted{background:#fde8d8;color:#c8622a}.dropdown-item:not(:last-child){border-bottom:1px solid #f5f5f5}.dropdown-plus-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.hint-box{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:#e3f2fd;border-radius:12px;color:#1565c0;margin-top:2rem}.hint-box svg{flex-shrink:0}.hint-box p{margin:0;font-size:.9rem}.selected-count{margin-top:.75rem;font-size:.9rem;color:#2e7d32}.added-medications-panel{margin-top:1rem}.added-medications-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;margin-bottom:.65rem;flex-wrap:wrap}.bulk-actions{display:flex;gap:.6rem;flex-wrap:wrap}.selection-button,.delete-selected-button{border:1px solid #d0d0d0;background:linear-gradient(135deg,#de7b35,#b58a62);color:#fff;border-radius:20px;padding:.4rem .7rem;font-size:.6rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.selection-button:hover{border-color:#81c784;color:#fff;translate:scale(1.05)}.delete-selected-button{border-color:#ef9a9a;color:#fff}.delete-selected-button:hover:not(:disabled){background:#ffebee}.delete-selected-button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:1024px){.step-title{font-size:2.5rem}}@media(max-width:768px){.step-section{padding:1.5rem 2rem}.step-badge{font-size:.72rem;padding:.4rem .75rem}.step-title{font-size:2rem}.step-subtitle{font-size:.88rem}.search-input{font-size:16px;padding:.85rem 4.5rem .85rem 2.8rem}.dropdown-item{font-size:.85rem;padding:.85rem 1rem}.dropdown-plus-icon{width:15px;height:15px}.hint-box{padding:.6rem .8rem;gap:.5rem;align-items:flex-start;text-align:start}.hint-box p{font-size:.82rem}.hint-box svg{width:16px;height:16px;flex-shrink:0}.added-medications-toolbar{justify-content:flex-end;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.bulk-actions{flex-wrap:nowrap}.selection-button,.delete-selected-button{font-size:.72rem;padding:.4rem .65rem;flex-shrink:0}}@media(max-width:480px){.step-section{padding:1.5rem 2rem}.step-title{font-size:2rem}.step-subtitle{font-size:.85rem;margin-bottom:1.5rem}.search-input{font-size:16px;padding:.8rem 3rem .8rem 2.5rem}.search-enter-hint{display:none}.hint-box{padding:.55rem .7rem}.hint-box p{font-size:.8rem}.dropdown-list{max-height:260px}.dropdown-item{font-size:.82rem;padding:.75rem .9rem}}.added-medications{padding:1rem;margin-top:1rem;background:#fff;border:2px dashed #e0e0e0;border-radius:12px;min-height:84px;display:flex;flex-wrap:wrap}.added-medications.empty{display:none}.pill{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;margin:.3rem;background:#fff;border:2px solid #81c784;border-radius:50px;font-size:.7rem;font-weight:500;color:#2e7d32;box-shadow:0 2px 8px #81c78433;transition:all .2s ease}.pill.selected{background:#f1f8e9;border-color:#66bb6a}.pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #81c7844d}.pill-checkbox{width:16px;height:16px;accent-color:#2e7d32;cursor:pointer}.pill-remove{background:transparent;border:none;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#e57373;transition:all .2s ease;border-radius:50%}.pill-remove:hover{background:#ffebee;color:#c62828}@media(max-width:768px){.pill{font-size:.6rem;padding:.1rem .4rem;gap:.3rem;border:1px solid #81c784;border-radius:20px}.pill-remove{width:14px;height:14px;align-items:center}}.it-section{padding:2.5rem 0 1rem;max-width:680px;margin:0 auto}.it-heading{font-size:3rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin:0 0 .75rem}.it-heading-highlight{color:#c8622a}.it-subtitle{font-size:.95rem;color:#888;margin:0 0 2rem;line-height:1.6}.it-list{display:flex;flex-direction:column;gap:.75rem}.it-row{display:flex;align-items:center;gap:1rem;width:100%;background:#fff;border:1.5px solid #ede8e0;border-radius:16px;padding:1rem 1.2rem;cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.it-row:hover{border-color:#c8a882;box-shadow:0 2px 12px #c8622a14}.it-row--active{border-color:#c8622a;box-shadow:0 2px 16px #c8622a24}.it-icon-box{width:2.8rem;height:2.8rem;border-radius:12px;background:#f3ede4;display:flex;align-items:center;justify-content:center;color:#7a6655;flex-shrink:0;transition:background .2s ease}.it-row--active .it-icon-box{background:#fde8d8;color:#c8622a}.it-text{flex:1;display:flex;flex-direction:column;gap:.2rem}.it-label{font-size:.95rem;font-weight:700;color:#1a1a1a}.it-desc{font-size:.8rem;color:#999}.it-checkbox{width:1.25rem;height:1.25rem;border-radius:6px;border:2px solid #ddd;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease;color:#fff}.it-checkbox--checked{border-color:#c8622a;background:#c8622a}.it-hint{display:flex;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.8rem;color:#aaa}.it-hint svg{flex-shrink:0;color:#bbb}@media(max-width:1024px){.it-heading{font-size:2.5rem}}@media(max-width:768px){.it-section{padding:1.5rem 2rem}.it-heading{font-size:2rem}.it-subtitle{font-size:.88rem;margin-bottom:1.5rem}.it-row{padding:.5rem .9rem;gap:.75rem}}@media(max-width:480px){.it-section{padding:1.5rem 2rem}.it-heading{font-size:2rem}.it-row{padding:.5rem .9rem;gap:.65rem}.it-icon-box{width:2.4rem;height:2.4rem;border-radius:10px}.it-label{font-size:.88rem}.it-desc{font-size:.76rem}.it-hint{font-size:.76rem;margin-top:1rem}}.ra-section{padding:2.5rem 0 1rem;max-width:680px;margin:0 auto}.ra-heading{font-size:3rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin:0 0 .75rem}.ra-heading-highlight{color:#c8622a}.ra-subtitle{font-size:.95rem;color:#888;margin:0 0 2rem;line-height:1.6}.ra-empty-card{background:#f5f2ee;border:1.5px solid #e5ddd3;border-radius:20px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.ra-empty-icon{width:3.2rem;height:3.2rem;border-radius:14px;background:#fde8d8;display:flex;align-items:center;justify-content:center;color:#c8622a;margin-bottom:.5rem}.ra-empty-icon--pulse{animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.ra-empty-title{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}.ra-empty-text{margin:0;font-size:.85rem;color:#999}.ra-results{display:flex;flex-direction:column;gap:1.5rem}.ra-type-group{display:flex;flex-direction:column;gap:.75rem}.ra-type-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#de7b35;padding-bottom:.4rem;border-bottom:1px solid #ede8e0}.ra-card{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 1.3rem;border:1.5px solid;border-radius:16px;transition:box-shadow .2s ease,transform .15s ease}.ra-card:hover{box-shadow:0 4px 18px #00000014;transform:translateY(-1px)}.ra-card-icon{width:2.4rem;height:2.4rem;border-radius:10px;background:#ffffffb3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ra-card-body{flex:1;display:flex;flex-direction:column;gap:.3rem}.ra-card-name{font-size:.78rem;font-weight:700;color:#c8622a;text-transform:uppercase;letter-spacing:.06em}.ra-card-text{margin:0;font-size:.88rem;color:#444;line-height:1.55}.ra-badge{flex-shrink:0;align-self:flex-start;padding:.28rem .75rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff}@media(max-width:1024px){.ra-heading{font-size:2.5rem}}@media(max-width:768px){.ra-section{padding:1.5rem 2rem}.ra-heading{font-size:2rem}.ra-subtitle{font-size:.88rem;margin-bottom:1.5rem}.ra-card{padding:1rem 1.1rem;gap:.75rem}.ra-card-text{font-size:.85rem}}@media(max-width:480px){.ra-section{padding:1.5rem 2rem}.ra-heading{font-size:2rem}.ra-card{flex-wrap:wrap;padding:.9rem 1rem;gap:.6rem}.ra-badge{align-self:flex-end}.ra-card-icon{width:2.1rem;height:2.1rem;border-radius:8px}.ra-empty-card{padding:2rem 1.25rem}.ra-results{gap:1.25rem}}/*! tailwindcss v4.1.12 | 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-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;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--font-weight-normal:400;--font-weight-medium:500;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.block{display:block}.contents{display:contents}.flex{display:flex}.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}.italic{font-style:italic}.blur{--tw-blur:blur(8px);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,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.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,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.running{animation-play-state:running}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--font-size:16px;--background:#fff;--foreground:oklch(14.5% 0 0);--card:#fff;--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:#030213;--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#fff;--border:#0000001a;--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}@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-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}
