@charset "UTF-8";*,::after,::before{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-height:100vh;font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,sans-serif;font-feature-settings:"kern" 1,"liga" 1;background-color:#f6f2f4;background-image:radial-gradient(ellipse 1200px 620px at 50% -8%,rgba(220,182,198,.14) 0,transparent 54%),radial-gradient(ellipse 900px 520px at 100% 22%,rgba(220,182,198,.08) 0,transparent 50%),radial-gradient(ellipse 800px 400px at 100% 28%,rgba(212,175,55,.07) 0,transparent 48%),radial-gradient(ellipse 700px 380px at 0 88%,rgba(94,0,57,.05) 0,transparent 44%),linear-gradient(180deg,#fff 0,#efe8ec 48%,#e9dfe4 100%);color:#1a1420;line-height:1.6;-webkit-font-smoothing:antialiased}.layout{max-width:42rem;margin:0 auto;padding:3rem 1.5rem}.layout__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .75rem}.layout__lead{color:#6b6370;margin:0 0 1.5rem}.layout__link{color:#5c3a42;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.layout__link:hover{color:#8f5f72;border-color:rgba(220,182,198,.85)}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:.9em;background:rgba(220,182,198,.2);padding:.15em .4em;border-radius:4px;color:#5c3a42;border:1px solid rgba(220,182,198,.55);box-shadow:0 0 0 1px rgba(212,175,55,.14) inset}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;padding:.5rem 1rem;font-weight:600;font-size:.875rem;color:#1a1420;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:8px;text-decoration:none;box-shadow:0 8px 24px rgba(26,10,20,.08);transform:translateY(-120%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0);outline:2px solid #e5cad5;outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing{position:relative;min-height:100vh;display:flex;flex-direction:column}.landing main{flex:1 0 auto}.landing__bg{position:fixed;inset:0;background:radial-gradient(circle 560px at 50% -5%,rgba(220,182,198,.28) 0,transparent 58%),radial-gradient(circle 420px at 85% 55%,rgba(220,182,198,.14) 0,transparent 55%),repeating-linear-gradient(0deg,transparent,transparent 100px,rgba(212,175,55,.04) 100px,rgba(212,175,55,.04) 101px);pointer-events:none;z-index:0}.landing__glow{position:fixed;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;opacity:.58}.landing__glow--1{width:min(480px,70vw);height:min(480px,70vw);top:-120px;right:-80px;background:radial-gradient(circle,rgba(220,182,198,.55) 0,transparent 70%)}.landing__glow--2{width:min(360px,55vw);height:min(360px,55vw);bottom:10%;left:-100px;background:radial-gradient(circle,rgba(220,182,198,.38) 0,transparent 70%)}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:72rem;margin:0 auto;padding:.875rem 1.5rem;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,182,198,.42);backdrop-filter:blur(16px) saturate(160%);box-shadow:0 1px 2px rgba(26,10,20,.06),0 1px 0 rgba(220,182,198,.18)}@media (min-width:768px){.site-header--modern{top:1rem;max-width:min(72rem,100% - 2rem);margin-top:.5rem;padding:.65rem 1.25rem .65rem 1.5rem;border-radius:999px;border:1px solid rgba(212,175,55,.22);box-shadow:0 4px 24px rgba(26,10,20,.07),0 0 0 1px rgba(255,255,255,.85) inset}}.site-header__brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.site-header__logo{display:none}.site-header__logo-img{display:block;height:2.25rem;width:auto;max-width:10rem;object-fit:contain;object-position:left center}.site-header__logo-img~.site-header__logo{display:none}.site-header__name{font-weight:700;font-size:1.125rem;letter-spacing:-.03em;background:linear-gradient(135deg,#1a1420 0,#5c3a42 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@supports not (background-clip:text){.site-header__name{color:#1a1420;background:0 0}}.site-header__nav{display:flex;align-items:center;gap:.5rem 1.25rem;flex-wrap:wrap;justify-content:flex-end}.site-header__link{font-size:.875rem;font-weight:500;color:#6b6370;text-decoration:none;transition:color .2s ease}.site-header__link:hover{color:#1a1420}.site-header__link--cta{padding:.5rem 1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.18);background:linear-gradient(145deg,#6a4850 0,#5c3a42 48%,#3d282d 100%);border-radius:999px;box-shadow:0 4px 16px rgba(61,40,45,.28),inset 0 1px 0 rgba(255,255,255,.12)}.site-header__link--cta:hover{color:#fff;filter:brightness(1.06);box-shadow:0 6px 22px rgba(61,40,45,.32)}@keyframes landing-fade-up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-hero{position:relative;z-index:1;margin:0 auto;padding:2rem 1.5rem 3rem;max-width:72rem}@media (prefers-reduced-motion:no-preference){.landing-hero--animate .landing-hero__content>*{animation:landing-fade-up .65s ease backwards}.landing-hero--animate .landing-hero__eyebrow{animation-delay:50ms}.landing-hero--animate .landing-hero__title{animation-delay:.1s}.landing-hero--animate .landing-hero__lead{animation-delay:.15s}.landing-hero--animate .landing-hero__badges{animation-delay:.18s}.landing-hero--animate .landing-hero__actions{animation-delay:.22s}.landing-hero--animate .landing-hero__bullets{animation-delay:.28s}.landing-hero--animate .landing-hero__visual-card{animation:landing-fade-up .75s ease .12s backwards}}.landing-hero--split{text-align:left}.landing-hero__inner{display:grid;gap:2.5rem;align-items:center}@media (min-width:900px){.landing-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem}}.landing-hero__content{max-width:38rem}.landing-hero__eyebrow{margin:0 0 .75rem;padding-left:.65rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8f5f72;border-left:3px solid #dcb6c6}.landing-hero__title{margin:0 0 1rem;font-size:clamp(1.85rem,4.2vw,2.75rem);font-weight:800;letter-spacing:-.035em;line-height:1.12;color:#1a1420}@supports (-webkit-background-clip:text) or (background-clip:text){.landing-hero__title{background:linear-gradient(135deg,#2d0a18 0,#5c3a42 50%,#e5cad5 100%);-webkit-background-clip:text;background-clip:text;color:transparent}}.landing-hero__lead{margin:0 0 1.25rem;font-size:1.0625rem;color:#4a3f50;line-height:1.7}.landing-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.landing-hero__badge{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#5c3a42;background:rgba(220,182,198,.08);border:1px solid rgba(220,182,198,.15);border-radius:999px}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:1.75rem}.landing-hero__bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem;font-size:.875rem;color:#4a3f50;line-height:1.45}.landing-hero__bullets li{display:flex;align-items:flex-start;gap:.5rem}.landing-hero__bullet-icon{flex-shrink:0;margin-top:.1rem;color:#e5cad5}.landing-hero__visual{display:flex;justify-content:center}@media (min-width:900px){.landing-hero__visual{justify-content:flex-end}}.landing-hero__visual-card{position:relative;width:100%;max-width:22rem;padding:1.75rem 1.5rem;background:linear-gradient(165deg,#fff 0,#f6f2f4 100%);border:1px solid rgba(190,130,155,.22);border-radius:24px;box-shadow:0 8px 24px rgba(26,10,20,.08),0 0 0 1px rgba(212,175,55,.1) inset;text-align:center;overflow:hidden}.landing-hero__visual-frame{position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(220,182,198,.2) 0,transparent 45%,rgba(212,175,55,.08) 100%);pointer-events:none}.landing-hero__logo{position:relative;z-index:1;display:block;margin:0 auto 1rem;max-width:min(16rem,100%);max-height:5rem;width:auto;height:auto;filter:drop-shadow(0 8px 20px rgba(220, 182, 198, .12))}.landing-hero__visual-caption{position:relative;z-index:1;margin:0;font-size:.8125rem;color:#6b6370;line-height:1.5}.landing-trust{position:relative;z-index:1;padding:0 1.5rem 2.5rem;max-width:72rem;margin:0 auto}.landing-trust__inner{padding:2rem 1.75rem;background:rgba(255,255,255,.78);border:1px solid rgba(190,130,155,.22);border-radius:20px;box-shadow:0 1px 2px rgba(26,10,20,.06);backdrop-filter:blur(12px)}.landing-trust__head{margin-bottom:1.75rem;text-align:center;max-width:36rem;margin-left:auto;margin-right:auto}.landing-trust__kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5c3a42}.landing-trust__title{margin:0;font-size:clamp(1.2rem,2.8vw,1.45rem);font-weight:800;letter-spacing:-.03em;line-height:1.25;color:#1a1420}.landing-trust__list{margin:0;padding:0;list-style:none;display:grid;gap:1rem}@media (min-width:768px){.landing-trust__list{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.landing-trust__item{display:flex;gap:1rem;align-items:flex-start;padding:1.15rem 1.2rem;background:#fff;border:1px solid rgba(12,6,10,.06);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.landing-trust__item:hover{border-color:rgba(220,182,198,.2);box-shadow:0 1px 2px rgba(26,10,20,.06);transform:translateY(-2px)}.landing-trust__icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:grid;place-items:center;color:#e5cad5;background:rgba(220,182,198,.1);border-radius:12px}.landing-trust__body{min-width:0}.landing-trust__label{display:block;margin-bottom:.35rem;font-size:.9375rem;font-weight:700;color:#1a1420;letter-spacing:-.02em}.landing-trust__desc{font-size:.8125rem;color:#6b6370;line-height:1.5}.landing-process{position:relative;z-index:1;padding:0 1.5rem 2.5rem;max-width:72rem;margin:0 auto}.landing-process__inner{padding:2rem 1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.95) 0,rgba(250,247,249,.98) 100%);border:1px solid rgba(190,130,155,.22);border-radius:20px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.landing-process__header{text-align:center;max-width:32rem;margin:0 auto 2rem}.landing-process__kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5c3a42}.landing-process__title{margin:0;font-size:clamp(1.25rem,2.8vw,1.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.25;color:#1a1420}.landing-process__steps{margin:0;padding:0;list-style:none;display:grid;gap:1.25rem}@media (min-width:900px){.landing-process__steps{grid-template-columns:repeat(4,1fr);gap:0;position:relative}.landing-process__steps::before{content:"";position:absolute;left:8%;right:8%;top:1.25rem;height:2px;background:linear-gradient(90deg,rgba(220,182,198,.2),rgba(220,182,198,.35),rgba(220,182,198,.2));border-radius:1px;z-index:0}}.landing-process__step{position:relative;z-index:1;text-align:center;padding:0 .35rem}@media (max-width:899px){.landing-process__step{padding-bottom:1.25rem;border-bottom:1px solid rgba(190,130,155,.22)}.landing-process__step:last-child{padding-bottom:0;border-bottom:none}}@media (min-width:900px){.landing-process__step{padding-top:.25rem}}.landing-process__dot{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .85rem;background:linear-gradient(145deg,#fff 0,#f6f2f4 100%);border:2px solid rgba(220,182,198,.35);border-radius:50%;box-shadow:0 4px 12px rgba(220,182,198,.12)}.landing-process__dot::after{content:"";width:.55rem;height:.55rem;background:#e5cad5;border-radius:50%}.landing-process__step-title{display:block;margin-bottom:.35rem;font-size:.9375rem;font-weight:700;color:#1a1420;letter-spacing:-.02em}.landing-process__step-desc{display:block;font-size:.8125rem;color:#6b6370;line-height:1.45}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;font:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:999px;cursor:pointer;transition:filter .2s ease,transform 80ms ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.btn--primary{color:#fff;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.2);background:linear-gradient(145deg,#6a4850 0,#5c3a42 45%,#3d282d 100%);border:none;box-shadow:0 8px 28px rgba(61,40,45,.28),inset 0 1px 0 rgba(255,255,255,.12)}.btn--primary:hover{filter:brightness(1.06);box-shadow:0 12px 36px rgba(61,40,45,.34)}.btn--primary:active{transform:translateY(1px)}.btn--ghost{color:#4a3f50;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 1px 2px rgba(26,10,20,.06)}.btn--ghost:hover{border-color:rgba(220,182,198,.4);background:rgba(220,182,198,.2);color:#5c3a42}.btn--lg{padding:.95rem 1.75rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.8125rem}.landing-features{position:relative;z-index:1;max-width:72rem;margin:0 auto;padding:1rem 1.5rem 3rem}.landing-features__intro{position:relative;max-width:40rem;margin:0 auto 2.25rem;padding-bottom:1.5rem;text-align:center}.landing-features__intro::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:3rem;height:3px;border-radius:2px;background:linear-gradient(90deg,transparent,#e5cad5,transparent);opacity:.5}.landing-features__kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5c3a42}.landing-features__heading{margin:0 0 .75rem;font-size:clamp(1.35rem,3.2vw,1.75rem);font-weight:800;letter-spacing:-.03em;color:#1a1420;line-height:1.2}.landing-features__sub{margin:0;font-size:1rem;color:#6b6370;line-height:1.6}.landing-security{position:relative;z-index:1;max-width:72rem;margin:0 auto;padding:2rem 1.5rem 3rem}.landing-security__inner{padding:2rem 1.75rem;background:linear-gradient(180deg,rgba(220,182,198,.06) 0,rgba(248,250,252,.9) 100%);border:1px solid rgba(190,130,155,.22);border-radius:20px}.landing-security__header{max-width:38rem;margin-bottom:1.75rem}.landing-security__kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5c3a42}.landing-security__title{margin:0;font-size:clamp(1.25rem,2.8vw,1.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.25;color:#1a1420}.landing-security__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.25rem}.landing-security__list>li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding-bottom:1.25rem;border-bottom:1px solid rgba(190,130,155,.22)}.landing-security__list>li:last-child{padding-bottom:0;border-bottom:none}.landing-security__num{font-size:.75rem;font-weight:800;letter-spacing:.06em;color:#e5cad5;line-height:1.5}.landing-security__item-title{display:block;margin-bottom:.35rem;font-size:1rem;font-weight:700;color:#1a1420}.landing-security__item-text{margin:0;font-size:.875rem;color:#6b6370;line-height:1.6}.landing-cta{position:relative;z-index:1;max-width:72rem;margin:0 auto;padding:0 1.5rem 3rem}.landing-cta__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:space-between;padding:2rem 1.75rem;background:linear-gradient(135deg,#fff5fa 0,#fff 40%,#faf6f0 100%);border:1px solid rgba(212,175,55,.28);border-radius:20px;color:#1a1420;box-shadow:0 24px 48px rgba(26,10,20,.1)}@media (min-width:768px){.landing-cta__inner{flex-direction:row;align-items:center;gap:2rem}}.landing-cta__text{flex:1;min-width:0}.landing-cta__title{margin:0 0 .5rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.25}.landing-cta__lead{margin:0;font-size:.9375rem;opacity:.95;line-height:1.55;max-width:32rem}.landing-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}.landing-cta .btn--primary{background:linear-gradient(145deg,#6a4850 0,#5c3a42 45%,#3d282d 100%);color:#fff;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 8px 28px rgba(61,40,45,.26),inset 0 1px 0 rgba(255,255,255,.12)}.landing-cta .btn--primary:hover{filter:brightness(1.06);box-shadow:0 12px 36px rgba(61,40,45,.32)}.landing-cta .btn--ghost{background:rgba(255,255,255,.75);border-color:rgba(220,182,198,.28);color:#5c3a42}.landing-cta .btn--ghost:hover{background:rgba(220,182,198,.2);border-color:rgba(220,182,198,.4);color:#5c3a42}.landing-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.landing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.landing-card{position:relative;padding:1.35rem 1.35rem 1.4rem;padding-top:2.5rem;background:linear-gradient(165deg,#fff 0,#f6f2f4 100%);border:1px solid rgba(190,130,155,.22);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(26,10,20,.06);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.landing-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(220,182,198,.35) 0,transparent 50%,transparent 100%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .25s ease}.landing-card:hover{border-color:rgba(190,130,155,.38);box-shadow:0 8px 24px rgba(26,10,20,.08),0 0 72px rgba(200,140,165,.14);transform:translateY(-2px)}.landing-card:hover::before{opacity:1}.landing-card__index{position:absolute;top:.85rem;right:1rem;font-size:.6875rem;font-weight:800;letter-spacing:.08em;color:rgba(220,182,198,.35)}.landing-card__icon{width:3rem;height:3rem;display:grid;place-items:center;margin-bottom:1rem;border-radius:12px;color:#5c3a42}.landing-card__icon--docs{background:rgba(220,182,198,.12);color:#5c3a42}.landing-card__icon--flow{background:rgba(94,0,57,.1);color:#1e40af}.landing-card__icon--sign{background:rgba(220,182,198,.12);color:#5e0039}.landing-card__icon--trace{background:rgba(12,6,10,.08);color:#2d0a18}.landing-card__icon svg{display:block}.landing-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:#1a1420}.landing-card__text{margin:0;font-size:.875rem;color:#6b6370;line-height:1.6}.landing-footer{position:relative;z-index:1;margin-top:auto;padding:2rem 1.5rem 1.5rem;border-top:1px solid rgba(190,130,155,.22);background:rgba(255,255,255,.88)}.landing-footer__inner{max-width:72rem;margin:0 auto 1.5rem;display:grid;gap:2rem}@media (min-width:640px){.landing-footer__inner{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start}}.landing-footer__brand{max-width:22rem}.landing-footer__name{display:block;margin-bottom:.5rem;font-size:1.125rem;font-weight:800;letter-spacing:-.02em;color:#1a1420}.landing-footer__tagline{margin:0;font-size:.875rem;color:#6b6370;line-height:1.5}.landing-footer__cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1.5rem}.landing-footer__col-title{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b6370}.landing-footer__links{margin:0;padding:0;list-style:none}.landing-footer__links a{font-size:.875rem;font-weight:500;color:#4a3f50;text-decoration:none}.landing-footer__links a:hover{color:#5c3a42;text-decoration:underline}.landing-footer__links li+li{margin-top:.5rem}.landing-footer__legal{margin:0 auto;padding-top:1.25rem;max-width:72rem;font-size:.75rem;color:#6b6370;text-align:center;border-top:1px solid rgba(190,130,155,.22)}.landing-footer--rich{text-align:left}.auth-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:72rem;margin:0 auto;padding:1rem 1.5rem 0}.auth-nav__brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.auth-nav__logo{display:none}.auth-nav__logo-img{display:block;height:2rem;width:auto;max-width:9rem;object-fit:contain}.auth-nav__logo-img~.auth-nav__logo{display:none}.auth-nav__name{font-weight:700;font-size:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#1a1420 0,#5c3a42 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@supports not (background-clip:text){.auth-nav__name{color:#1a1420;background:0 0}}.auth-nav__back{font-size:.875rem;font-weight:500;color:#6b6370;text-decoration:none;white-space:nowrap;transition:color .2s ease}.auth-nav__back:hover{color:#5c3a42}.auth-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem 2.5rem}.auth-page{position:relative;min-height:100vh;display:flex;flex-direction:column;padding:0}.auth-page__bg{position:fixed;inset:0;background:radial-gradient(ellipse 820px 520px at 72% 12%,rgba(220,182,198,.14) 0,transparent 54%),radial-gradient(ellipse 640px 420px at 8% 88%,rgba(220,182,198,.08) 0,transparent 52%),radial-gradient(ellipse 600px 400px at 10% 90%,rgba(12,6,10,.06) 0,transparent 50%);pointer-events:none;z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:26rem;padding:0;background:linear-gradient(180deg,#fff 0,#f6f2f4 100%);border:1px solid rgba(190,130,155,.22);border-radius:20px;box-shadow:0 24px 48px rgba(26,10,20,.1),0 0 0 1px rgba(212,175,55,.1) inset;backdrop-filter:blur(12px) saturate(150%);overflow:hidden}.auth-card::before{content:"";display:block;height:3px;background:linear-gradient(90deg,#d4af37,#e5cad5,#5e0039)}.auth-card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1.75rem 1.75rem 0}.auth-card__brand{flex-shrink:0;width:3rem;height:3rem;display:grid;place-items:center;font-weight:800;font-size:1.125rem;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.18);background:linear-gradient(145deg,#6a4850 0,#5c3a42 100%);border-radius:14px;box-shadow:0 6px 20px rgba(61,40,45,.26)}.auth-card__brand--mark{background:rgba(220,182,198,.2);border:1px solid rgba(190,130,155,.38);box-shadow:none}.auth-card__logo-img{display:block;width:100%;height:100%;object-fit:contain;padding:.2rem}.auth-card__title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#1a1420}.auth-card__subtitle{margin:.35rem 0 0;font-size:.875rem;color:#6b6370;font-weight:500}.auth-card__features{margin:0 1.75rem 1.5rem;padding:.85rem .85rem .85rem 1.1rem;font-size:.8125rem;color:#4a3f50;border-left:3px solid #e5cad5;background:rgba(220,182,198,.2);border-radius:0 12px 12px 0;list-style:disc}.auth-card__features li{margin:.35em 0}.auth-card__alert{margin:0 1.75rem 1rem;padding:.65rem .9rem;font-size:.875rem;font-weight:500;color:#b91c1c;background:rgba(254,226,226,.85);border:1px solid rgba(248,113,113,.45);border-radius:10px}.auth-card__alert--info{color:#0c4a6e;background:rgba(224,242,254,.9);border-color:rgba(56,189,248,.45)}.auth-card__footer{margin:1.5rem 0 0;padding:1rem 1.75rem 1.5rem;font-size:.75rem;color:#6b6370;text-align:center;border-top:1px solid rgba(190,130,155,.22);background:rgba(248,250,252,.9)}.auth-form{padding:0 1.75rem 1.25rem}.auth-form__field{margin-bottom:1rem}.auth-form__label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;color:#4a3f50}.auth-form__input{width:100%;padding:.7rem .95rem;font:inherit;font-size:.9375rem;color:#1a1420;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.auth-form__input::placeholder{color:rgba(100,116,139,.75)}.auth-form__input:hover{border-color:rgba(15,23,42,.18)}.auth-form__input:focus{outline:0;border-color:rgba(220,182,198,.55);box-shadow:0 0 0 3px rgba(220,182,198,.12)}.auth-form__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:1.35rem;font-size:.8125rem}.auth-form__check{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;color:#6b6370}.auth-form__check input{width:1rem;height:1rem;accent-color:#e5cad5}.auth-form__link{color:#5c3a42;font-weight:500;text-decoration:none;white-space:nowrap}.auth-form__link:hover{text-decoration:underline}.auth-form__submit{width:100%;margin-top:.25rem;padding:.8rem 1rem;font:inherit;font-size:.9375rem;font-weight:700;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);background:linear-gradient(145deg,#6a4850 0,#5c3a42 45%,#3d282d 100%);border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 22px rgba(61,40,45,.28);transition:filter .2s ease,transform 80ms ease}.auth-form__submit:hover{filter:brightness(1.05)}.auth-form__submit:active{transform:translateY(1px)}.auth-form__submit:focus-visible{outline:2px solid #e5cad5;outline-offset:3px}.dash-app{min-height:100vh;display:flex;flex-direction:column;background:#f6f2f4;background-image:radial-gradient(ellipse 1000px 480px at 0 0,rgba(220,182,198,.12) 0,transparent 52%),radial-gradient(ellipse 900px 420px at 100% 0,rgba(220,182,198,.09) 0,transparent 50%),radial-gradient(ellipse 700px 400px at 50% 100%,rgba(220,182,198,.06) 0,transparent 45%),linear-gradient(180deg,#fff 0,#efe8ec 100%);color:#1a1420}.dash-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.75rem 1.25rem;background:linear-gradient(180deg,rgba(255,255,255,.97) 0,rgba(220,182,198,.08) 100%);border-bottom:1px solid rgba(220,182,198,.48);box-shadow:0 1px 0 rgba(220,182,198,.22);backdrop-filter:blur(12px)}.dash-topbar__brand{min-width:0}.dash-topbar__logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.dash-topbar__logo-link[aria-current=page]{cursor:default}.dash-topbar__logo-img{display:block;height:2.85rem;width:auto;max-width:12rem;object-fit:contain}.dash-topbar__actions{display:flex;align-items:center;gap:.35rem;flex-wrap:nowrap;justify-content:flex-end}.dash-topbar__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;color:#1a1420;text-decoration:none;border:1px solid rgba(220,182,198,.35);border-radius:.65rem;background:rgba(255,255,255,.65);transition:background .15s ease,border-color .15s ease,color .15s ease}.dash-topbar__icon-btn:hover{background:rgba(220,182,198,.2);border-color:rgba(220,182,198,.55);color:#5c3a42}.dash-topbar__icon-btn:focus-visible{outline:2px solid rgba(220,182,198,.65);outline-offset:2px}.dash-topbar__icon-btn-inner{display:flex;align-items:center;justify-content:center;line-height:0}.dash-user-menu{position:relative;margin-left:.25rem}.dash-user-menu__trigger{display:flex;align-items:center;justify-content:center;list-style:none;cursor:pointer;padding:0;border:2px solid rgba(220,182,198,.45);border-radius:999px;background:linear-gradient(145deg,#fff 0,rgba(220,182,198,.12) 100%);transition:border-color .15s ease,box-shadow .15s ease}.dash-user-menu__trigger::-webkit-details-marker{display:none}.dash-user-menu__trigger::marker{content:""}.dash-user-menu__trigger:hover{border-color:rgba(220,182,198,.75)}.dash-user-menu__trigger:focus-visible{outline:2px solid rgba(220,182,198,.65);outline-offset:2px}.dash-user-menu[open] .dash-user-menu__trigger{border-color:rgba(92,58,66,.45);box-shadow:0 0 0 3px rgba(220,182,198,.22)}.dash-user-menu__avatar{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:#5c3a42;user-select:none}.dash-user-menu__panel{position:absolute;top:calc(100% + .45rem);right:0;z-index:40;min-width:14rem;max-width:min(18rem,100vw - 2rem);padding:.85rem .95rem;border:1px solid rgba(220,182,198,.42);border-radius:.75rem;background:rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(45,20,35,.12),0 2px 8px rgba(45,20,35,.06);backdrop-filter:blur(10px)}.dash-user-menu__identity{display:flex;flex-direction:column;gap:.2rem;padding-bottom:.75rem;margin-bottom:.65rem;border-bottom:1px solid rgba(220,182,198,.28)}.dash-user-menu__name{font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:#1a1420;line-height:1.25}.dash-user-menu__email{font-size:.75rem;font-weight:500;color:#6b6370;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-user-menu__logout{display:block;width:100%;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;text-align:center;color:#5c3a42;text-decoration:none;border:1px solid rgba(220,182,198,.3);border-radius:999px;background:#fff;transition:background .15s ease,border-color .15s ease}.dash-user-menu__logout:hover{background:rgba(220,182,198,.2);border-color:rgba(220,182,198,.45)}.dash-user-menu__logout:focus-visible{outline:2px solid rgba(220,182,198,.55);outline-offset:2px}.dash-layout{flex:1;display:flex;flex-direction:column;width:100%;max-width:90rem;margin:0 auto}@media (min-width:960px){.dash-layout{flex-direction:row;align-items:stretch}}.dash-sidebar{flex-shrink:0;border-bottom:1px solid rgba(220,182,198,.38);background:linear-gradient(180deg,rgba(220,182,198,.16) 0,rgba(255,255,255,.88) 38%,#fff 100%)}@media (min-width:960px){.dash-sidebar{width:15.5rem;border-bottom:none;border-right:1px solid rgba(220,182,198,.42);padding:1rem 0}}.dash-nav{display:flex;flex-direction:row;gap:.25rem;padding:.5rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (min-width:960px){.dash-nav{flex-direction:column;padding:0 .75rem;overflow:visible}}.dash-nav__link{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.875rem;font-weight:600;color:#4a3f50;text-decoration:none;border-radius:10px;white-space:nowrap;transition:background .15s ease,color .15s ease}.dash-nav__link:hover{color:#1a1420;background:rgba(220,182,198,.12)}.dash-nav__link--active{color:#5c3a42;background:rgba(220,182,198,.16);box-shadow:inset 3px 0 0 rgba(196,154,173,.85)}.dash-nav__link--active .dash-nav__icon{color:#8f5f72}.dash-nav__icon{flex-shrink:0;color:#6b6370}.dash-nav__icon svg{display:block}.dash-main{flex:1;min-width:0;padding:1.5rem 1.25rem 2.5rem;background:linear-gradient(125deg,rgba(220,182,198,.12) 0,transparent min(38%,28rem))}@media (min-width:960px){.dash-main{padding:2rem 2rem 3rem}}.dash-main__head{margin-bottom:1.75rem}.dash-main__title{margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;letter-spacing:-.03em;color:#1a1420}.dash-main__subtitle{margin:0;font-size:.9375rem;color:#6b6370;line-height:1.5}.dash-main__head--row{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width:640px){.dash-main__head--row{flex-direction:row;align-items:center;justify-content:space-between}}.dash-main__cta{flex-shrink:0}.dash-main__kicker{margin:0 0 .35rem}.dash-main__back{font-size:.8125rem;font-weight:600;color:#8f5f72;text-decoration:none;transition:color .15s ease}.dash-main__back:hover{color:#5c3a42;text-decoration:underline;text-decoration-color:rgba(220,182,198,.85)}.dash-teams-page{width:100%}.dash-stats{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1.75rem}@media (min-width:640px){.dash-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.dash-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width:1100px){.dash-stats--hero{grid-template-columns:repeat(4,1fr)}}.dash-stats--metrics{margin-bottom:0}@media (min-width:700px){.dash-stats--metrics{grid-template-columns:repeat(2,1fr)}}.dash-stats-extended{margin-bottom:1.25rem}.dash-stats-extended__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:#1a1420}.dash-detail-board{display:grid;gap:.5rem 1rem;grid-template-columns:1fr;padding:.65rem .85rem;background:rgba(255,255,255,.65);border:1px solid rgba(220,182,198,.28);border-radius:12px}@media (min-width:640px){.dash-detail-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1.25rem}}@media (min-width:1100px){.dash-detail-board{grid-template-columns:repeat(4,minmax(0,1fr));padding:.55rem .75rem .65rem}}.dash-detail-board__col{min-width:0;padding:.25rem 0}@media (min-width:640px) and (max-width:1099px){.dash-detail-board__col:nth-child(odd){padding-right:.5rem}}.dash-detail-board__heading{margin:0 0 .35rem;padding-bottom:.3rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8f5f72;border-bottom:1px solid rgba(220,182,198,.22)}.dash-detail-board__list{margin:0;padding:0;list-style:none}.dash-detail-board__list li{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.22rem 0;font-size:.8125rem;line-height:1.35;border-bottom:1px solid rgba(12,6,10,.05)}.dash-detail-board__list li:last-child{border-bottom:none;padding-bottom:0}.dash-detail-board__k{flex:1;min-width:0;color:#4a3f50}.dash-detail-board__v{flex-shrink:0;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#1a1420}.dash-activity{margin-bottom:1.75rem}.dash-activity__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:#1a1420}.dash-activity__intro{margin:0 0 1rem;max-width:40rem;font-size:.8125rem;line-height:1.5;color:#6b6370}.dash-stat{padding:1.15rem 1.25rem;background:linear-gradient(165deg,rgba(220,182,198,.1) 0,#fff 55%);border:1px solid rgba(220,182,198,.38);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-stat__label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8f5f72}.dash-stat__value{display:block;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:#1a1420;line-height:1.2}.dash-stat__value--sm{font-size:1.35rem}.dash-stat__hint{display:block;margin-top:.35rem;font-size:.75rem;color:#6b6370}.dash-stat--hero{min-height:7.5rem}.dash-stat--accent{background:linear-gradient(155deg,rgba(196,154,173,.12) 0,#fff 52%);border-color:rgba(196,154,173,.35)}.dash-stat--accent .dash-stat__label{color:#5c3a42}.dash-panels{display:grid;gap:1.25rem}@media (min-width:900px){.dash-panels{grid-template-columns:1.4fr 1fr;align-items:start}}.dash-panel{padding:1.25rem 1.35rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-panel--wide{min-width:0}.dash-panel__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem}.dash-panel__title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:#1a1420}.dash-panel__lede{margin:.35rem 0 0;font-size:.8125rem;font-weight:500;line-height:1.45;color:#6b6370;max-width:44rem}.dash-panel__more{font-size:.8125rem;font-weight:600;color:#5c3a42;text-decoration:none;white-space:nowrap}.dash-panel__more:hover{text-decoration:underline}.dash-panel__empty{padding:1.5rem 1rem;text-align:center;font-size:.875rem;color:#6b6370;line-height:1.55;background:rgba(12,6,10,.03);border-radius:10px;border:1px dashed rgba(220,182,198,.2)}.dash-panel__empty p{margin:0 0 1rem}.dash-panel__empty .btn{margin-top:.25rem}.dash-flash{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:.65rem;margin-bottom:1.25rem;padding:.85rem 2.4rem .85rem 1rem;font-size:.875rem;font-weight:600;line-height:1.45;border-radius:10px;border:1px solid transparent;transition:opacity .28s ease}.dash-flash--dismissing{opacity:0;pointer-events:none}.dash-flash__close{position:absolute;top:.4rem;right:.35rem;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;margin:0;padding:0;font:inherit;font-size:1.15rem;font-weight:600;line-height:1;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;opacity:.55;transition:opacity .15s ease,background .15s ease}.dash-flash__close:hover{opacity:1;background:rgba(12,6,10,.08)}.dash-flash__close:focus-visible{outline:2px solid currentColor;outline-offset:2px;opacity:1}.dash-flash--success{color:#0f5132;background:rgba(25,135,84,.12);border-color:rgba(25,135,84,.28)}.dash-flash--error{color:#842029;background:rgba(220,53,69,.1);border-color:rgba(220,53,69,.28)}.dash-flash--warn{color:#664d03;background:rgba(234,179,8,.14);border-color:rgba(202,138,4,.35);font-weight:500}.dash-flash__list{margin:.5rem 0 0;padding-left:1.15rem;font-weight:500;font-size:.8125rem}.dash-flash__list li+li{margin-top:.3rem}.dash-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}.dash-table-wrap--card{background:rgba(12,6,10,.02);border:1px solid rgba(190,130,155,.22);box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-table{width:100%;border-collapse:collapse;font-size:.8125rem}.dash-table td,.dash-table th{padding:.65rem .85rem;text-align:left;border-bottom:1px solid rgba(12,6,10,.06);vertical-align:top}.dash-table th{font-weight:700;color:#6b6370;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;background:rgba(220,182,198,.04)}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table tbody tr:hover td{background:rgba(220,182,198,.03)}.dash-table__muted{color:#6b6370;font-size:.8125rem;white-space:nowrap}.dash-table__num{text-align:center;font-variant-numeric:tabular-nums;font-weight:600;color:#4a3f50}.dash-table__link{color:inherit;text-decoration:none}.dash-table__link:hover{color:#5c3a42;text-decoration:underline}.dash-table__link--plain{font-weight:600;color:#1a1420}.dash-ref{font-size:.8125rem;font-weight:600;color:#5c3a42;padding:.12rem .45rem;border-radius:6px;background:rgba(220,182,198,.14);border:1px solid rgba(220,182,198,.35)}.dash-pill{display:inline-block;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#5c3a42;background:rgba(220,182,198,.1);border-radius:999px;border:1px solid rgba(220,182,198,.18)}.dash-pill--status{padding:.35rem .75rem;font-size:.75rem;letter-spacing:.04em}.dash-pill--status-brouillon{color:#664d03;background:rgba(234,179,8,.18);border-color:rgba(202,138,4,.35)}.dash-pill--status-en_instruction{color:#055160;background:rgba(13,202,240,.14);border-color:rgba(13,202,240,.4)}.dash-pill--status-en_validation{color:#8f5f72;background:rgba(220,182,198,.22);border-color:rgba(220,182,198,.55)}.dash-pill--status-clos{color:#0f5132;background:rgba(25,135,84,.14);border-color:rgba(25,135,84,.32)}.dash-dossier-page #description-dossier,.dash-dossier-page #pieces-jointes{scroll-margin-top:5rem}.dash-dossier-hero{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.25rem;padding:1.35rem 1.35rem 1.45rem;background:linear-gradient(145deg,rgba(220,182,198,.18) 0,#fff 48%);border:1px solid rgba(220,182,198,.4);border-left:4px solid #dcb6c6;border-radius:16px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-dossier-hero__top{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:720px){.dash-dossier-hero__top{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem}}.dash-dossier-hero__main{min-width:0}.dash-dossier-hero__title{margin:0 0 .65rem;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:800;letter-spacing:-.03em;color:#1a1420;line-height:1.2}.dash-dossier-hero__refrow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.dash-dossier-hero__copy{flex-shrink:0}.dash-dossier-hero__aside{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;flex-shrink:0}@media (min-width:720px){.dash-dossier-hero__aside{align-items:flex-end;text-align:right}}.dash-dossier-hero__files-hint{margin:0;font-size:.8125rem;font-weight:600;color:#6b6370}.dash-dossier-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem .65rem;padding-top:.85rem;margin-top:.15rem;border-top:1px solid rgba(12,6,10,.08)}.dash-dossier-hero__actions-cluster{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-right:auto}.dash-dossier-hero__workflow-meta{margin:.35rem 0 0;font-size:.8125rem;font-weight:600;color:#6b6370;line-height:1.45}.dash-hero-action-dd{position:relative;display:inline-block}.dash-hero-action-dd__summary{list-style:none}.dash-hero-action-dd__summary::-webkit-details-marker{display:none}.dash-hero-action-dd[open] .dash-hero-action-dd__summary{box-shadow:inset 0 0 0 1px rgba(220,182,198,.35)}.dash-hero-action-dd__menu{position:absolute;z-index:30;right:0;top:calc(100% + 4px);min-width:11.5rem;margin:0;padding:.35rem 0;list-style:none;background:#fff;border:1px solid rgba(190,130,155,.38);border-radius:10px;box-shadow:0 8px 24px rgba(26,10,20,.08)}.dash-hero-action-dd__item{display:block;width:100%;padding:.5rem .9rem;border:none;background:0 0;font:inherit;font-size:.875rem;font-weight:600;text-align:left;color:#1a1420;cursor:pointer}.dash-hero-action-dd__item:focus-visible,.dash-hero-action-dd__item:hover{background:rgba(220,182,198,.2);outline:0}.dash-dossier-toc{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0 0 1.35rem;padding-bottom:.85rem;border-bottom:1px solid rgba(220,182,198,.4)}.dash-dossier-toc__link{font-size:.8125rem;font-weight:600;color:#8f5f72;text-decoration:none;border-radius:6px;transition:color .15s ease}.dash-dossier-toc__link:hover{color:#5c3a42;text-decoration:underline;text-decoration-color:rgba(220,182,198,.9)}.dash-dossier-toc__link:focus-visible{outline:2px solid rgba(220,182,198,.55);outline-offset:2px}.dash-empty-block{padding:2.5rem 1.5rem;text-align:center;background:#fff;border:1px dashed rgba(220,182,198,.22);border-radius:14px}.dash-empty-block__text{margin:0 0 1.25rem;font-size:.9375rem;color:#6b6370}.dash-form-card{max-width:36rem;padding:1.5rem 1.35rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-form-card--wide{max-width:44rem}.dash-form-card--embed{margin-top:1.25rem;padding:1.25rem 1.2rem;background:rgba(12,6,10,.02);border-style:dashed}.dash-form-card__subtitle{margin:0 0 1rem;font-size:.9375rem;font-weight:700;color:#1a1420}.dash-team-list{margin-bottom:2rem}.dash-team-list__heading{margin:2rem 0 0;font-size:.9375rem;font-weight:700;color:#1a1420}.dash-team-card{margin-top:1.25rem;padding:1.25rem 1.2rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-team-card__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:.5rem}.dash-team-card__title{margin:0;font-size:1.05rem;font-weight:700;color:#1a1420}.dash-team-card__desc{margin:0 0 1rem;font-size:.875rem;color:#4a3f50;line-height:1.5}.dash-team-card__members{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.dash-team-card__member-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem .85rem .95rem;background:linear-gradient(145deg,rgba(255,255,255,.98) 0,#f6f2f4 55%,rgba(250,247,249,.95) 100%);border:1px solid rgba(190,130,155,.22);border-radius:12px;box-shadow:0 1px 2px rgba(26,10,20,.06);transition:border-color .18s ease,box-shadow .2s ease,transform .2s ease}.dash-team-card__member-item:hover{border-color:rgba(212,175,55,.18);box-shadow:0 6px 20px rgba(12,6,10,.07)}.dash-team-card__member-item--pending{background:linear-gradient(145deg,rgba(255,253,248,.98) 0,rgba(254,249,231,.55) 48%,rgba(255,251,235,.92) 100%);border-color:rgba(245,158,11,.28);box-shadow:inset 4px 0 0 0 #f59e0b,0 1px 2px rgba(26,10,20,.06)}.dash-team-card__member-item--pending:hover{border-color:rgba(217,119,6,.38);box-shadow:inset 4px 0 0 0 #f59e0b,0 8px 22px rgba(180,83,9,.09)}.dash-team-card__member-main{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1}.dash-team-card__member-avatar{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;letter-spacing:.03em;color:#fff;text-shadow:0 1px 2px rgba(12,6,10,.28);background:linear-gradient(148deg,hsl(var(--member-hue,210),56%,46%) 0,hsl(calc(var(--member-hue,210) + 18),52%,34%) 100%);box-shadow:0 0 0 2px rgba(255,255,255,.95),0 2px 10px rgba(12,6,10,.14)}.dash-team-card__member-meta{display:flex;flex-direction:column;gap:.3rem;min-width:0}.dash-team-card__member-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem}.dash-team-card__member-name{font-size:1rem;font-weight:700;color:#1a1420;line-height:1.25;letter-spacing:-.015em}.dash-team-card__member-role{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#5c3a42;background:linear-gradient(180deg,rgba(220,182,198,.11) 0,rgba(220,182,198,.06) 100%);padding:.2rem .5rem;border-radius:6px;border:1px solid rgba(212,175,55,.14);align-self:flex-start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-team-card__member-email{display:flex;align-items:flex-start;gap:.35rem;min-width:0;font-size:.78rem;color:#6b6370;word-break:break-all;line-height:1.45}.dash-team-card__member-email::before{content:"";flex-shrink:0;width:.65rem;height:.65rem;margin-top:.2em;opacity:.45;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 2v.01L12 13 4 6.01V6h16zM4 18V8.99l7.38 6.35a1.5 1.5 0 0 0 1.96 0L20 9v9H4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 2v.01L12 13 4 6.01V6h16zM4 18V8.99l7.38 6.35a1.5 1.5 0 0 0 1.96 0L20 9v9H4z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.dash-team-card__member-badge{font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.dash-team-card__member-badge--pending{color:#92400e;background:rgba(251,191,36,.42);padding:.22rem .55rem;border-radius:999px;border:1px solid rgba(245,158,11,.45);box-shadow:0 1px 0 rgba(255,255,255,.6) inset}.dash-team-card__rm{margin:0;flex-shrink:0;align-self:center}@media (max-width:520px){.dash-team-card__rm{flex:1 1 100%;align-self:stretch}.dash-team-card__rm .btn{width:100%;justify-content:center}}.dash-team-card__add{margin:0;padding-top:.75rem;border-top:1px dashed rgba(12,6,10,.12)}.dash-team-card__add .dash-form__field--inline{margin-bottom:0}.dash-team-card__inline-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}.dash-team-card__inline-row .dash-form__input{flex:1;min-width:14rem}.dash-team-card--readonly{background:rgba(12,6,10,.02);border-style:dashed}.dash-team-card__readonly-note{margin:0 0 .75rem;padding:.55rem .75rem;font-size:.8125rem;color:#6b6370;background:rgba(220,182,198,.06);border-radius:8px;line-height:1.45}.dash-form__field{margin-bottom:1.25rem}.dash-form__label{display:block;margin-bottom:.4rem;font-size:.875rem;font-weight:600;color:#1a1420}.dash-form__optional{font-weight:500;color:#6b6370;font-size:.8125rem}.dash-form__input,.dash-form__textarea{width:100%;padding:.65rem .85rem;font:inherit;font-size:.9375rem;color:#1a1420;background:#fff;border:1px solid rgba(212,175,55,.18);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.dash-form__input::placeholder,.dash-form__textarea::placeholder{color:rgba(157,150,168,.75)}.dash-form__input:hover,.dash-form__textarea:hover{border-color:rgba(220,182,198,.35)}.dash-form__input:focus,.dash-form__textarea:focus{outline:0;border-color:#e5cad5;box-shadow:0 0 0 3px rgba(220,182,198,.15)}.dash-form__textarea{min-height:7rem;resize:vertical;line-height:1.5}.dash-form__hint{margin:.4rem 0 0;font-size:.75rem;color:#6b6370;line-height:1.45}.dash-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(190,130,155,.22)}.dash-form__actions--tight{margin-top:1rem;padding-top:1rem}.dash-upload{padding:.5rem 0}.dash-upload--highlight{padding:.75rem .85rem;background:rgba(220,182,198,.04);border:1px dashed rgba(220,182,198,.28);border-radius:10px}.dash-upload__input{display:block;width:100%;max-width:100%;font-size:.8125rem;color:#4a3f50}.dash-upload-zone{transition:border-color .15s ease,background .15s ease}.dash-upload-zone--drag{border-color:rgba(220,182,198,.55)!important;background:rgba(220,182,198,.1)!important}.dash-upload__hint{margin:.5rem 0 0;padding:.65rem .85rem;border-radius:8px;background:rgba(12,6,10,.03);border:1px solid rgba(220,182,198,.12)}.dash-upload__summary-line{margin:0 0 .4rem;font-size:.8125rem;font-weight:600;color:#4a3f50}.dash-upload__filelist{margin:0;padding-left:1.15rem;font-size:.75rem;color:#6b6370;line-height:1.45}.dash-upload__filelist li+li{margin-top:.2rem}.dash-upload__warn{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#842029}.dash-detail-desc{margin-bottom:1.75rem;padding:1.15rem 1.2rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:12px}.dash-detail-desc__title{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b6370}.dash-detail-desc__body{margin:0;font-size:.9375rem;line-height:1.55;color:#4a3f50}.dash-workflow{margin-bottom:1.75rem;padding:1.25rem 1.2rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-workflow__title{margin:0 0 1rem;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#1a1420}.dash-workflow__circuit-name{margin:-.35rem 0 1rem;font-size:.9rem;font-weight:600;color:#4a3f50}.dash-workflow__step-hl{display:block;margin-top:.35rem;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6b6370}.dash-workflow__form--reject{margin-top:1rem;padding-top:1rem;border-top:1px dashed rgba(12,6,10,.14)}.dash-workflow__engine-log{margin-top:1.15rem;padding-top:1rem;border-top:1px solid rgba(190,130,155,.22)}.dash-workflow__track{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 1.25rem;padding:0;list-style:none;counter-reset:wf}.dash-workflow__track--flow{flex-wrap:nowrap;gap:0;overflow:hidden;border-radius:10px;border:1px solid rgba(12,6,10,.1)}@media (max-width:639px){.dash-workflow__track--flow{flex-wrap:wrap;gap:.35rem;border:none;overflow:visible;border-radius:0}.dash-workflow__track--flow .dash-workflow__step{flex:1 1 calc(50% - .35rem);min-width:5rem;border-right:none!important;border-radius:8px}}.dash-workflow__track--flow .dash-workflow__step{flex:1 1 0;min-width:0;border-radius:0;border:none;border-right:1px solid rgba(12,6,10,.1)}.dash-workflow__track--flow .dash-workflow__step:last-child{border-right:none}.dash-workflow__step{flex:1 1 5rem;min-width:4.5rem;padding:.5rem .45rem;text-align:center;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#6b6370;background:rgba(12,6,10,.04);border:1px solid rgba(12,6,10,.08);border-radius:8px;counter-increment:wf}.dash-workflow__step::before{content:counter(wf) ". ";opacity:.7}.dash-workflow__step--done{color:#0f5132;background:rgba(25,135,84,.1);border-color:rgba(25,135,84,.28)}.dash-workflow__step--current{color:#5c3a42;background:rgba(220,182,198,.1);border-color:rgba(220,182,198,.35);box-shadow:0 0 0 1px rgba(220,182,198,.12)}.dash-workflow__step-label{display:inline}.dash-workflow__panel{padding:1rem 1rem 1.1rem;background:rgba(220,182,198,.04);border:1px dashed rgba(220,182,198,.22);border-radius:10px;margin-bottom:1rem}.dash-workflow__help{margin:0 0 .85rem;font-size:.875rem;color:#4a3f50;line-height:1.5}.dash-workflow__warn{margin:.65rem 0 0;font-size:.8125rem;font-weight:600;color:#664d03}.dash-workflow__closed{margin:0;font-size:.875rem;color:#6b6370}.dash-workflow__form{margin:0}.dash-workflow__history{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(190,130,155,.22)}.dash-workflow__history-title{margin:0 0 .65rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b6370}.dash-workflow__history-list{margin:0;padding:0;list-style:none}.dash-workflow__history-item{display:grid;gap:.25rem;padding:.55rem 0;font-size:.8125rem;border-bottom:1px solid rgba(12,6,10,.06)}.dash-workflow__history-item:last-child{border-bottom:none}.dash-workflow__history-date{font-size:.75rem;color:#6b6370}.dash-workflow__history-action{font-weight:700;color:#4a3f50}.dash-workflow__history-actor{font-size:.75rem;font-weight:500;color:#6b6370}.dash-workflow__history-note{color:#4a3f50;line-height:1.45}.dash-workflow--summary{margin-bottom:1.75rem;padding:1.25rem 1.2rem;background:#fff;border:1px solid rgba(190,130,155,.22);border-radius:14px;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-workflow--summary .dash-workflow__summary{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem}.dash-workflow--summary .dash-workflow__summary-main{flex:1 1 14rem;min-width:0}.dash-workflow--summary .dash-workflow__summary-line{margin:.35rem 0 0;font-size:.9rem;color:#4a3f50;line-height:1.45}.dash-workflow--summary .dash-workflow__summary-meta{margin:.35rem 0 0;font-size:.8125rem;color:#6b6370;line-height:1.45}.dash-workflow--summary .dash-workflow__summary-meta strong{color:#4a3f50;font-weight:700}.dash-workflow--summary .dash-workflow__title{margin-bottom:0}.dash-workflow--in-dialog{margin:0;padding:0;border:none;border-radius:0;box-shadow:none;background:0 0}.dash-workflow__status-line{margin:0 0 .65rem;font-size:.875rem;color:#4a3f50;line-height:1.5}.dash-workflow__help--tight{margin:0 0 .75rem;font-size:.8125rem;line-height:1.45}.dash-workflow-dialog__action-heading{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#1a1420}.dash-workflow-dialog__dest-focus{padding:.15rem 0 .5rem}.dash-workflow-dialog__dest-focus .dash-form__field{margin-bottom:.75rem}.dash-workflow-dialog__dest-focus .btn.btn--primary{margin-top:.15rem}.dash-dialog--workflow{max-width:min(52rem,96vw);width:100%;max-height:94vh}.dash-dialog--workflow .dash-dialog__surface{display:flex;flex-direction:column;max-height:inherit}.dash-dialog--workflow .dash-dialog__head{flex-shrink:0;padding:.55rem .85rem}.dash-dialog--workflow .dash-dialog__title{font-size:.9375rem;font-weight:800;letter-spacing:-.02em}.dash-dialog--workflow .dash-dialog__close{width:2rem;height:2rem;font-size:1.2rem}.dash-dialog__scroll--workflow{flex:1;min-height:0;max-height:min(84vh,94vh - 2.85rem);overflow-y:auto;padding:.6rem .85rem .85rem;-webkit-overflow-scrolling:touch}.dash-workflow-dialog .dash-workflow__circuit-name{margin:0 0 .45rem;padding:.3rem .55rem;font-size:.8125rem;font-weight:600;line-height:1.35;color:#4a3f50;background:rgba(12,6,10,.04);border:1px solid rgba(12,6,10,.08);border-radius:8px}.dash-workflow-dialog .dash-workflow__track{margin-bottom:.55rem}.dash-workflow-dialog .dash-workflow__track--flow .dash-workflow__step{padding:.38rem .3rem;font-size:.6rem}.dash-workflow-dialog .dash-workflow__step-hl{margin-top:.2rem;font-size:.5625rem}.dash-workflow-dialog .dash-workflow__panel{padding:.55rem .65rem .65rem;margin-bottom:.55rem;border-radius:9px}.dash-workflow-dialog .dash-workflow__help{margin:0 0 .5rem;font-size:.8125rem;line-height:1.42}.dash-workflow-dialog .dash-workflow__warn{margin:.4rem 0 0;font-size:.78rem;line-height:1.4}.dash-workflow-dialog .dash-workflow__closed{font-size:.8125rem}.dash-workflow-dialog .dash-form__field{margin-bottom:.55rem}.dash-workflow-dialog .dash-form__field--tight{margin-bottom:0}.dash-workflow-dialog .dash-form__label{font-size:.75rem;margin-bottom:.25rem}.dash-workflow-dialog__circuit-line{margin:0 0 .5rem;padding:.3rem .5rem;font-size:.75rem;line-height:1.4;color:#4a3f50;background:rgba(220,182,198,.06);border:1px solid rgba(212,175,55,.12);border-radius:8px}.dash-workflow-dialog__circuit-line a{font-weight:600;color:#5c3a42;text-decoration:none}.dash-workflow-dialog__circuit-line a:hover{text-decoration:underline}.dash-workflow-dialog__circuit-line sup{font-size:.65em}.dash-workflow-dialog__row2{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.55rem}.dash-workflow-dialog__textarea{min-height:2.75rem;padding:.45rem .55rem;font-size:.8125rem;line-height:1.4}.dash-workflow-dialog__submit-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.15rem}.dash-workflow-dialog__validator-grid{display:grid;gap:.55rem}.dash-workflow-dialog__validator-grid .dash-workflow__form--reject{margin-top:0;padding-top:0;border-top:none}@media (max-width:719px){.dash-workflow-dialog__validator-grid .dash-workflow__form--reject{margin-top:.35rem;padding-top:.65rem;border-top:1px dashed rgba(12,6,10,.14)}}@media (min-width:720px){.dash-workflow-dialog__validator-grid{grid-template-columns:1fr 1fr;gap:0 .65rem;align-items:stretch}.dash-workflow-dialog__validator-grid .dash-workflow__form--reject{padding-left:.65rem;border-left:1px dashed rgba(12,6,10,.14)}}.dash-workflow-dialog__panel--validator .dash-workflow__help{margin-bottom:.45rem}.dash-workflow-dialog__details{margin-top:.45rem;border:1px solid rgba(12,6,10,.1);border-radius:9px;background:rgba(255,255,255,.65)}.dash-workflow-dialog__details:first-of-type{margin-top:.35rem}.dash-workflow-dialog__details-summary{padding:.45rem .55rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6b6370;cursor:pointer;list-style:none;user-select:none;transition:background .15s ease}.dash-workflow-dialog__details-summary::-webkit-details-marker{display:none}.dash-workflow-dialog__details-summary::after{content:"▸";float:right;font-size:.65rem;opacity:.55;transition:transform .15s ease}.dash-workflow-dialog__details-summary:hover{background:rgba(12,6,10,.03)}.dash-workflow-dialog__details[open]>.dash-workflow-dialog__details-summary::after{transform:rotate(90deg)}.dash-workflow-dialog__details-body{padding:0 .5rem .5rem;border-top:1px solid rgba(12,6,10,.06);max-height:min(36vh,14rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.dash-workflow-dialog__history-list .dash-workflow__history-item{padding:.4rem 0;font-size:.78rem}.dash-workflow-dialog__history-list .dash-workflow__history-date{font-size:.7rem}.dash-form__hint--compact{margin-top:.35rem;font-size:.72rem;line-height:1.35}.dash-destinataires-pick--dialog{max-height:7.5rem;border-radius:8px}.dash-destinataires-pick--dialog .dash-destinataires-pick__label{padding:.35rem .5rem;font-size:.8125rem;line-height:1.35}.dash-add-member__extra{margin-top:.5rem;padding-top:.75rem;border-top:1px dashed rgba(12,6,10,.12)}.dash-add-member__extra-lead{margin-bottom:.75rem}.dash-destinataires-pick{margin:.35rem 0 0;padding:0;list-style:none;max-height:12rem;overflow-y:auto;border:1px solid rgba(190,130,155,.22);border-radius:10px;background:rgba(255,255,255,.72)}.dash-destinataires-pick__item{border-bottom:1px solid rgba(12,6,10,.08)}.dash-destinataires-pick__item:last-child{border-bottom:none}.dash-destinataires-pick__label{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem .65rem;cursor:pointer;font-size:.9rem;line-height:1.4}.dash-destinataires-pick__label:hover{background:rgba(12,6,10,.04)}.dash-destinataires-pick__label input{margin-top:.2rem;flex-shrink:0}.dash-files+.dash-workflow{margin-top:1.5rem}.dash-files{margin-top:.5rem;padding:1.15rem 1.2rem 1.35rem;background:rgba(12,6,10,.02);border:1px solid rgba(12,6,10,.07);border-radius:14px}.dash-files__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.dash-files__head--row{align-items:center}.dash-files__tools{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.dash-files__title{margin:0;font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.dash-files__count{font-size:.75rem;font-weight:600;color:#6b6370}.dash-files__empty{margin:0 0 1rem;font-size:.875rem;color:#6b6370}.dash-files-empty{text-align:center;padding:2.25rem 1.35rem;margin:0 0 .75rem;background:rgba(220,182,198,.03);border:1px dashed rgba(220,182,198,.22);border-radius:14px}.dash-files-empty::before{content:"";display:block;width:3rem;height:3rem;margin:0 auto 1rem;border-radius:14px;background-color:rgba(220,182,198,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066e6' stroke-width='1.75'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1.45rem 1.45rem;box-shadow:inset 0 0 0 1px rgba(220,182,198,.12)}.dash-files-empty__title{margin:0 0 .45rem;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:#1a1420}.dash-files-empty__text{margin:0 auto 1.35rem;max-width:26rem;font-size:.9rem;line-height:1.55;color:#6b6370}.dash-dossier-meta{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;margin:0 0 1.5rem;padding:.85rem 1rem;background:rgba(220,182,198,.05);border:1px solid rgba(220,182,198,.12);border-radius:10px}.dash-dossier-meta__item{display:flex;flex-direction:column;gap:.15rem;min-width:10rem}.dash-dossier-meta__label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b6370}.dash-dossier-meta__value{font-size:.875rem;font-weight:600;color:#4a3f50}.dash-dossier-meta__value--email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,32rem)}.dash-dossier-meta__item--wide{flex:1 1 100%}.dash-file-grid{display:grid;gap:1rem;grid-template-columns:1fr;align-items:stretch}@media (min-width:720px){.dash-file-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.dash-file-grid{grid-template-columns:repeat(3,1fr)}}.dash-file-card{display:grid;grid-template-columns:7.25rem minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"media body" "actions actions";gap:.7rem 1.15rem;align-items:stretch;height:100%;min-height:0;padding:1.15rem 1.2rem 1.1rem}.dash-file-card:has(.dash-file-card__signatures){grid-template-rows:minmax(0,1fr) auto auto;grid-template-areas:"media body" "signatures signatures" "actions actions"}.dash-file-card{background:linear-gradient(165deg,#fff 0,#faf7f9 48%,#f3eef2 100%);border:1px solid rgba(94,0,57,.1);border-radius:16px;border-left:3px solid rgba(220,182,198,.55);box-shadow:0 1px 2px rgba(26,10,20,.05),0 12px 32px rgba(26,10,20,.07);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dash-file-card:hover{border-color:rgba(220,182,198,.22);box-shadow:0 2px 4px rgba(26,10,20,.06),0 16px 40px rgba(220,182,198,.12);transform:translateY(-2px)}.dash-file-card:focus-within{border-color:rgba(220,182,198,.28);box-shadow:0 0 0 3px rgba(220,182,198,.12),0 12px 32px rgba(26,10,20,.08)}@media (max-width:520px){.dash-file-card{grid-template-columns:5.75rem minmax(0,1fr);gap:.6rem .9rem;padding:1rem 1rem 1rem .95rem;border-radius:14px}}@media (max-width:440px){.dash-file-card{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"media" "body" "actions";gap:.75rem;padding:1rem}.dash-file-card:has(.dash-file-card__signatures){grid-template-rows:auto minmax(0,1fr) auto auto;grid-template-areas:"media" "body" "signatures" "actions"}.dash-file-card .dash-file-card__media{justify-self:center}.dash-file-card .dash-file-card__name{-webkit-line-clamp:3}.dash-file-card .dash-file-card__actions{flex-direction:column;align-items:stretch}.dash-file-card .dash-file-card__actions-main{justify-content:center}.dash-file-card .dash-file-card__link-tab{margin-left:0;padding:.5rem 0 0;border-left:0;justify-content:center}}.dash-file-card--thumb{border-left-color:rgba(220,182,198,.65)}.dash-file-card--thumb .dash-file-card__thumb-btn{box-shadow:0 2px 14px rgba(220,182,198,.22)}.dash-file-card__media{grid-area:media;align-self:start}.dash-file-card__thumb-btn{display:block;width:100%;padding:0;margin:0;border:1px solid rgba(12,6,10,.12);border-radius:14px;overflow:hidden;cursor:pointer;background:linear-gradient(145deg,rgba(12,6,10,.05) 0,rgba(12,6,10,.02) 100%);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dash-file-card__thumb-btn:hover{border-color:rgba(220,182,198,.45);box-shadow:0 4px 18px rgba(212,175,55,.16);transform:scale(1.02)}.dash-file-card__thumb-btn:focus-visible{outline:2px solid #e5cad5;outline-offset:2px}.dash-file-card__thumb{display:block;width:100%;aspect-ratio:1;height:auto;object-fit:cover;vertical-align:middle}.dash-file-card__icon{width:7.25rem;height:7.25rem;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 2px 8px rgba(15,23,42,.06)}@media (max-width:520px){.dash-file-card__icon{width:5.75rem;height:5.75rem;font-size:.65rem}}.dash-file-card__icon--pdf{color:#b91c1c;background:rgba(220,38,38,.12);border:1px solid rgba(220,38,38,.28)}.dash-file-card__icon--pdf::after{content:"PDF"}.dash-file-card__icon--image{color:#ffb8dc;background:rgba(220,182,198,.18);border:1px solid rgba(212,175,55,.28)}.dash-file-card__icon--image::after{content:"IMG"}.dash-file-card__icon--zip{color:#6d28d9;background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.25)}.dash-file-card__icon--zip::after{content:"ZIP"}.dash-file-card__icon--sheet{color:#047857;background:rgba(5,150,105,.11);border:1px solid rgba(5,150,105,.28)}.dash-file-card__icon--sheet::after{content:"XLS"}.dash-file-card__icon--doc{color:#1d4ed8;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.26)}.dash-file-card__icon--doc::after{content:"DOC"}.dash-file-card__icon--slides{color:#c2410c;background:rgba(234,88,12,.1);border:1px solid rgba(234,88,12,.28)}.dash-file-card__icon--slides::after{content:"PPT"}.dash-file-card__icon--text{color:#4a3f50;background:rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.1)}.dash-file-card__icon--text::after{content:"TXT"}.dash-file-card__icon--file{color:#6b6370;background:rgba(12,6,10,.05);border:1px solid rgba(190,130,155,.22)}.dash-file-card__icon--file::after{content:"FILE"}.dash-file-card__body{grid-area:body;min-width:0;min-height:0;display:flex;flex-direction:column;gap:.65rem;align-self:stretch}.dash-file-card__intro{min-width:0}.dash-file-card__name{margin:0 0 .45rem;font-size:.9375rem;font-weight:700;letter-spacing:-.02em;line-height:1.35;color:#1a1420;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-file-card__meta{margin:0;font-size:.6875rem;color:#6b6370;display:flex;flex-wrap:wrap;gap:.35rem .45rem;align-items:center}.dash-file-card__size{font-weight:700;color:#4a3f50;letter-spacing:.01em}.dash-file-card__size:has(+.dash-file-card__mime)::after{content:"·";margin-left:.4rem;margin-right:.15rem;color:rgba(15,23,42,.28);font-weight:700}.dash-file-card__mime{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;background:rgba(12,6,10,.06);border:1px solid rgba(12,6,10,.08)}.dash-file-card__signatures{grid-area:signatures;margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:.65rem;font-size:.6875rem;line-height:1.45;color:#4a3f50}.dash-file-card__signature{display:flex;gap:.75rem;align-items:flex-start;flex:1 1 14rem;min-width:0;max-width:100%;padding:.75rem .85rem;background:rgba(248,250,252,.95);border:1px solid rgba(15,23,42,.08);border-radius:10px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.dash-file-card__signature--stale{background:rgba(255,251,235,.95);border-color:rgba(245,158,11,.22)}.dash-file-card__signature-avatar{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;letter-spacing:.02em;color:#fde68a;background:linear-gradient(145deg,rgba(94,0,57,.55) 0,rgba(220,182,198,.25) 100%);border:1px solid rgba(212,175,55,.35);box-shadow:0 1px 2px rgba(220,182,198,.15)}.dash-file-card__signature--stale .dash-file-card__signature-avatar{color:#9a3412;background:linear-gradient(145deg,rgba(254,243,199,.95) 0,rgba(253,230,138,.5) 100%);border-color:rgba(245,158,11,.35)}.dash-file-card__signature-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:.45rem}.dash-file-card__signature-headline{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .6rem}.dash-file-card__signature-identity{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .55rem;min-width:0;flex:1 1 10rem}.dash-file-card__signature-pill{font-size:.5625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .4rem;border-radius:4px;background:rgba(220,182,198,.12);color:#5c3a42;border:1px solid rgba(212,175,55,.35);flex-shrink:0}.dash-file-card__signature--stale .dash-file-card__signature-pill{background:rgba(245,158,11,.14);color:#b45309;border-color:rgba(245,158,11,.3)}.dash-file-card__signature-name{font-weight:700;font-size:.9375rem;color:#1a1420;letter-spacing:-.02em;line-height:1.25;word-break:break-word}.dash-file-card__signature-role{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .45rem;border-radius:5px;background:rgba(15,23,42,.06);color:#4a3f50;border:1px solid rgba(15,23,42,.1);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-file-card__signature-sub{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .35rem;min-width:0}.dash-file-card__signature-sep{color:rgba(15,23,42,.28);font-weight:600;user-select:none}.dash-file-card__signature-email{font-size:.625rem;font-weight:500;color:#6b6370;min-width:0;flex:1 1 12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.92}.dash-file-card__signature-when{font-size:.6875rem;font-weight:600;color:#6b6370;white-space:nowrap;flex-shrink:0}.dash-file-card__signature-note{font-style:italic;color:#6b6370;font-size:.6875rem;line-height:1.45;margin:0;padding-top:.1rem}.dash-file-card__signature-warn{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b45309;background:rgba(245,158,11,.16);padding:.12rem .4rem;border-radius:4px;border:1px solid rgba(245,158,11,.25);width:fit-content}.dash-file-card__sign{margin-top:0;border:1px solid rgba(212,175,55,.14);border-radius:10px;padding:.45rem .6rem;background:rgba(248,250,252,.6)}.dash-file-card__sign-summary{cursor:pointer;font-size:.75rem;font-weight:700;color:#5c3a42;list-style:none;position:relative;padding-left:1.1rem;user-select:none}.dash-file-card__sign-summary::before{content:"";position:absolute;left:.1rem;top:50%;width:.4rem;height:.4rem;margin-top:-.05rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-50%) rotate(-45deg);transition:transform .2s ease;opacity:.85}.dash-file-card__sign-summary::-webkit-details-marker{display:none}.dash-file-card__sign[open] .dash-file-card__sign-summary::before{transform:translateY(-15%) rotate(45deg)}.dash-file-card__sign-help{margin:.35rem 0 .4rem;font-size:.625rem;color:#6b6370;line-height:1.45}.dash-file-card__sign-form{margin:0;padding-top:.15rem}.dash-file-card__sign-inline{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.4rem .5rem}.dash-file-card__sign-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dash-file-card__sign-input{flex:1 1 8rem;min-width:0;font-size:.8125rem;padding:.4rem .55rem}.dash-file-card__actions{grid-area:actions;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;padding:.75rem 0 0;margin-top:0;border-top:1px solid rgba(15,23,42,.07);background:linear-gradient(180deg,rgba(248,250,252,0) 0,rgba(12,6,10,.025) 100%);min-width:0;align-self:stretch}.dash-file-card__actions-main{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;flex:1 1 auto;min-width:0}.dash-file-card__link-tab{flex:0 0 auto;font-size:.75rem;font-weight:600;color:#5c3a42;text-decoration:none;padding:.4rem 0 .4rem .75rem;margin-left:auto;border-left:1px solid rgba(15,23,42,.12);line-height:1.2;white-space:nowrap;display:inline-flex;align-items:center}.dash-file-card__link-tab:hover{text-decoration:underline}@media (max-width:520px){.dash-file-card__link-tab{flex-basis:100%;justify-content:flex-end;margin-left:0;padding:.35rem 0 0;border-left:0;border-top:1px solid rgba(15,23,42,.07)}}.dash-form-loader{position:fixed;inset:0;z-index:100000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:rgba(255,255,255,.82);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.dash-form-loader[hidden]{display:none!important}.dash-form-loader__spinner{width:2.75rem;height:2.75rem;box-sizing:border-box;border:3px solid rgba(220,182,198,.2);border-top-color:#e5cad5;border-radius:50%;animation:dash-form-loader-spin .7s linear infinite}.dash-form-loader__label{margin:0;max-width:18rem;text-align:center;font-size:.9375rem;font-weight:600;line-height:1.4;color:#1a1420;text-shadow:none}.dash-form-loader--inline{position:absolute;inset:0;z-index:40;border-radius:inherit;background:rgba(255,255,255,.92);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.dash-form-loader--inline .dash-form-loader__spinner{border-color:rgba(212,175,55,.2);border-top-color:#e5cad5}.dash-form-loader--inline .dash-form-loader__label{color:#1a1420;text-shadow:none}@keyframes dash-form-loader-spin{to{transform:rotate(360deg)}}.dash-dialog{padding:0;border:none;max-width:min(28rem,100vw - 2rem);width:100%;border-radius:14px;background:#fff;color:#1a1420;box-shadow:0 24px 48px rgba(26,10,20,.1)}.dash-dialog::backdrop{background:rgba(26,10,20,.35);backdrop-filter:blur(3px)}.dash-dialog__surface{position:relative;overflow:hidden;border-radius:inherit}.dash-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid rgba(190,130,155,.22);background:rgba(220,182,198,.05)}.dash-dialog__title{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.dash-dialog__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font:inherit;font-size:1.35rem;line-height:1;color:#6b6370;background:0 0;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.dash-dialog__close:hover{background:rgba(12,6,10,.06);color:#1a1420}.dash-dialog__close:focus-visible{outline:2px solid #e5cad5;outline-offset:2px}.dash-dialog__form{padding:1.15rem 1.25rem 1.35rem}.dash-dialog--add-member{max-width:min(32rem,96vw);width:100%;max-height:92vh}.dash-dialog--add-member .dash-dialog__surface{display:flex;flex-direction:column;max-height:inherit}.dash-dialog--new-dossier{max-width:min(44rem,96vw);width:100%;max-height:92vh}.dash-dialog--new-dossier .dash-dialog__surface{display:flex;flex-direction:column;max-height:inherit}.dash-dialog__scroll{flex:1;min-height:0;max-height:min(78vh,92vh - 4rem);overflow-y:auto;padding:0 1.25rem 1.35rem;-webkit-overflow-scrolling:touch}.dash-dialog__lead{margin:0 0 1rem;padding:0 .05rem;font-size:.8125rem;color:#6b6370;line-height:1.5}.dash-dialog__flash{margin-bottom:1rem}.dash-dialog--preview{max-width:min(56rem,96vw);width:100%;height:min(92vh,960px);max-height:92vh}.dash-dialog--preview .dash-dialog__surface{display:flex;flex-direction:column;height:100%;min-height:0;max-height:100%}.dash-dialog--preview .dash-dialog__title--file{font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;padding-right:.5rem}.dash-preview{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:rgba(12,6,10,.04);overflow:auto;-webkit-overflow-scrolling:touch}.dash-preview__iframe[hidden],.dash-preview__img[hidden],.dash-preview__loading[hidden]{display:none!important}.dash-preview__iframe{align-self:stretch;width:100%;border:0;background:#fff}.dash-preview__iframe:not([hidden]){display:block;flex:1 1 auto;min-height:min(60vh,520px);height:100%}.dash-preview__img{position:relative;z-index:1;box-sizing:border-box;max-width:100%;width:auto;height:auto;max-height:min(78vh,92vh - 5rem);margin:0;padding:.75rem;object-fit:contain;flex:0 1 auto}.dash-preview__img:not([hidden]){display:block}.dash-preview__loading{position:absolute;inset:0;z-index:2;margin:0;font-size:.875rem;font-weight:600;color:#6b6370;background:rgba(255,255,255,.88);backdrop-filter:blur(2px)}.dash-preview__loading:not([hidden]){display:flex;align-items:center;justify-content:center}.dash-file-list{margin:0 0 1.25rem;padding:0;list-style:none;border:1px solid rgba(190,130,155,.22);border-radius:10px;overflow:hidden;background:#fff}.dash-file-list__item{display:grid;grid-template-columns:1fr auto auto;gap:.5rem .75rem;align-items:center;padding:.65rem .85rem;font-size:.8125rem;border-bottom:1px solid rgba(12,6,10,.06)}.dash-file-list__item:last-child{border-bottom:none}.dash-file-list__name{min-width:0;font-weight:600;color:#1a1420;overflow:hidden;text-overflow:ellipsis}.dash-file-list__meta{font-size:.75rem;color:#6b6370;white-space:nowrap}.dash-file-list__dl{justify-self:end}@media (max-width:520px){.dash-file-list__item{grid-template-columns:1fr}.dash-file-list__dl{justify-self:start}}.dash-shortcuts{margin:0;padding:0;list-style:none}.dash-shortcuts li+li{margin-top:.5rem}.dash-shortcuts__link{display:block;padding:.5rem .65rem;font-size:.875rem;font-weight:600;color:#5c3a42;text-decoration:none;border-radius:8px;transition:background .15s ease}.dash-shortcuts__link:hover{background:rgba(220,182,198,.08)}.dash-shortcuts__btn{display:block;width:100%;margin:0;padding:.5rem .65rem;font:inherit;font-size:.875rem;font-weight:600;text-align:left;color:#5c3a42;background:0 0;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.dash-shortcuts__btn:hover{background:rgba(220,182,198,.08)}.dash-shortcuts__btn:focus-visible{outline:2px solid #e5cad5;outline-offset:2px}.dash-wc-steps{margin:0;padding:0;border:none}.dash-wc-step-row{display:grid;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(12,6,10,.06)}@media (min-width:900px){.dash-wc-step-row{grid-template-columns:5rem 5rem 1fr 1.2fr;align-items:end}}.dash-wc-step-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.dash-wc-step-row__level,.dash-wc-step-row__order{max-width:8rem}.dash-wc-card{margin-top:1rem;padding:1rem 1.1rem;background:rgba(12,6,10,.02);border:1px solid rgba(190,130,155,.22);border-radius:12px}.dash-wc-card__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.dash-wc-card__title{margin:0;font-size:1rem;font-weight:800;color:#1a1420}.dash-wc-card__desc{margin:0 0 .75rem;font-size:.875rem;color:#4a3f50}.dash-wc-card__steps{margin:0;padding-left:1.2rem;font-size:.875rem;color:#4a3f50;line-height:1.5}.dash-wc-card__meta{font-weight:500;color:#6b6370;font-size:.8125rem}.dash-chat{width:100%;max-width:72rem;margin:0 auto}.dash-chat__conn{display:inline-flex;align-items:center;gap:.45rem;margin:0;font-size:.8125rem;font-weight:600;color:#6b6370}.dash-chat__conn-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:#6b6370;transition:background .2s ease}.dash-chat__conn-dot--ok{background:#2e7d4a}.dash-chat__conn-dot--warn{background:#c9a227}.dash-chat__conn-dot--err{background:#b33a3a}.dash-chat__panel{display:grid;gap:1rem;grid-template-columns:1fr;min-height:min(70vh,36rem)}@media (min-width:720px){.dash-chat__panel{grid-template-columns:13rem minmax(0,1fr);align-items:stretch}}.dash-chat__rooms{padding:.65rem .75rem;background:rgba(255,255,255,.72);border:1px solid rgba(220,182,198,.28);border-radius:12px;align-self:start}.dash-chat__room{padding:.55rem .65rem;border-radius:10px;border:1px solid transparent}.dash-chat__room--active{background:rgba(220,182,198,.14);border-color:rgba(220,182,198,.35)}.dash-chat__room-name{display:block;font-size:.875rem;font-weight:700;color:#1a1420}.dash-chat__room-hint{display:block;margin-top:.15rem;font-size:.6875rem;color:#6b6370;line-height:1.35}.dash-chat__thread{display:flex;flex-direction:column;min-height:0;min-width:0;background:rgba(255,255,255,.85);border:1px solid rgba(220,182,198,.28);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(26,10,20,.06)}.dash-chat__messages{flex:1;margin:0;padding:1rem 1rem .75rem;list-style:none;overflow-y:auto;max-height:min(58vh,32rem);display:flex;flex-direction:column;gap:.65rem}.dash-chat__msg{display:flex;flex-direction:column;align-items:flex-start;max-width:min(100%,34rem);padding:.55rem .75rem;border-radius:12px;background:rgba(220,182,198,.1);border:1px solid rgba(220,182,198,.2)}.dash-chat__msg--me{align-self:flex-end;align-items:flex-end;background:rgba(106,72,80,.12);border-color:rgba(106,72,80,.22)}.dash-chat__msg-meta{font-size:.6875rem;font-weight:600;color:#8f5f72;margin-bottom:.2rem}.dash-chat__msg-body{margin:0;font-size:.9375rem;line-height:1.45;color:#1a1420;word-break:break-word;white-space:pre-wrap}.dash-chat__msg-time{margin-top:.35rem;font-size:.625rem;color:#6b6370}.dash-chat__composer{display:flex;flex-direction:column;gap:.65rem;padding:.85rem 1rem 1rem;border-top:1px solid rgba(220,182,198,.22);background:rgba(246,242,244,.85)}@media (min-width:520px){.dash-chat__composer{flex-direction:row;align-items:flex-end}}.dash-chat__input{flex:1;min-width:0;min-height:2.75rem;padding:.55rem .75rem;font:inherit;font-size:.9375rem;border-radius:10px;border:1px solid rgba(220,182,198,.35);background:#fff;color:#1a1420;resize:vertical}.dash-chat__input:focus{outline:0;border-color:rgba(106,72,80,.55);box-shadow:0 0 0 3px rgba(220,182,198,.2)}.dash-chat__input:disabled{opacity:.65;cursor:not-allowed}.dash-chat__send{flex-shrink:0}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}.landing-card:hover{transform:none}}