:root{--background:0 0% 100%;--foreground:0 0% 9%;--card:0 0% 97%;--muted:0 0% 94%;--muted-foreground:0 0% 42%;--accent:151 94% 34%;--accent-foreground:0 0% 100%;--destructive:0 72% 51%;--warning:38 92% 50%;--ok:151 94% 34%;--border:0 0% 88%;--input:0 0% 100%;--ring:151 94% 34%;--radius:10px;color:hsl(var(--foreground));font-family:Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html{background:hsl(var(--background));overflow-x:hidden}body{background:hsl(var(--background));-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;width:100%;margin:0;line-height:1.55;overflow-x:hidden}h1,h2,h3,h4{margin:0 0 .5rem;line-height:1.2}p{margin:0 0 .75rem}a{color:inherit}img{max-width:100%}button,a,input,select,textarea{transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}::placeholder{color:hsl(var(--muted-foreground));opacity:.55}:focus-visible{outline:2px solid hsl(var(--ring) / .6);outline-offset:2px;border-radius:6px}.btn{cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.15rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.btn-lg{padding:.75rem 1.6rem;font-size:1rem}.btn-accent{background:hsl(var(--foreground));color:hsl(var(--background))}.btn-accent:hover{background:#383838}.btn-accent:active{background:#000}.btn-outline{color:hsl(var(--foreground));border:1px solid hsl(var(--border));background:0 0}.btn-outline:hover{border-color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .5)}.btn-ghost{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));background:0 0;width:100%}.btn-ghost:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}@media (hover:none){.btn:active,.chip:active,.card:active,.agent-card:active,.panel:active,.role-card:active{opacity:.92;transform:scale(.97)}}.public-shell{flex-direction:column;min-height:100vh;display:flex}.public-shell main{flex:1}.public-nav{background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));z-index:10;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 5vw;display:flex;position:sticky;top:0}.public-brand{letter-spacing:-.01em;color:hsl(var(--foreground));flex-shrink:0;font-size:1.15rem;font-weight:700;text-decoration:none}.public-brand:hover{color:hsl(var(--accent))}.nav-desktop{flex-shrink:0;align-items:center;gap:1.75rem;display:flex}.nav-desktop .btn{color:hsl(var(--accent-foreground));white-space:nowrap}.nav-link{color:hsl(var(--muted-foreground));white-space:nowrap;font-weight:500;text-decoration:none}.nav-link:hover{color:hsl(var(--foreground))}.nav-auth{flex-shrink:0;align-items:center;gap:1rem;display:flex}.nav-auth .btn{color:hsl(var(--accent-foreground));white-space:nowrap}.burger{border:1px solid hsl(var(--border));cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:8px;display:none}.burger span{background:hsl(var(--foreground));border-radius:2px;width:100%;height:2px;display:block}.burger:hover{border-color:hsl(var(--muted-foreground))}.mobile-menu{background:hsl(var(--background) / .98);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu a{color:hsl(var(--muted-foreground));padding:.9rem 5vw;font-weight:500;text-decoration:none}.mobile-menu a:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .4)}.mobile-menu a.btn{text-align:center;color:hsl(var(--accent-foreground));border-radius:8px;margin:.4rem 5vw .75rem;padding:.75rem 1.15rem}.mobile-menu a.btn:hover{color:hsl(var(--accent-foreground));background:#383838}.hero{border-bottom:1px solid hsl(var(--border));padding:6rem 5vw 4.5rem}.hero-inner{text-align:center;max-width:860px;margin:0 auto}.hero-kicker{text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--accent));margin:0;font-size:.78rem;font-weight:600}.hero h1{letter-spacing:-.02em;margin:1rem 0;font-size:clamp(2.1rem,5vw,3.2rem)}.hero h1 span{color:hsl(var(--accent))}.hero-sub{color:hsl(var(--muted-foreground));max-width:580px;margin-left:auto;margin-right:auto;font-size:1.12rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0 2.6rem;display:flex}.hero-stats{border-top:1px solid hsl(var(--border));flex-wrap:wrap;justify-content:center;gap:2.5rem;margin:0;padding-top:1.5rem;display:flex}.hero-stats dt{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:hsl(var(--foreground));font-size:1.6rem;font-weight:700}.hero-stats dd{color:hsl(var(--muted-foreground));margin:0;font-size:.9rem}.section{max-width:1200px;margin:0 auto;padding:4rem 5vw}.section h2{letter-spacing:-.01em;font-size:1.8rem}.section-sub{color:hsl(var(--muted-foreground));margin-bottom:2rem}.section-alt{background:hsl(var(--card) / .6);border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));max-width:none}.section-alt .split{max-width:1200px;margin:0 auto}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--card)) 100%);border:1px solid hsl(var(--border));border-radius:16px;padding:1.75rem;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;box-shadow:0 1px 2px #0000000d,0 8px 16px #00000012,0 28px 56px #00000017}.card:hover{border-color:hsl(var(--muted-foreground) / .35);transform:translateY(-6px);box-shadow:0 2px 4px #0000000f,0 16px 28px #0000001a,0 40px 72px #00000024}.card h3{font-size:1.05rem}.card p{color:hsl(var(--muted-foreground));margin:0;font-size:.95rem}.split{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (width<=800px){.split{grid-template-columns:1fr}}.checklist{margin:1rem 0 0;padding:0;list-style:none}.checklist li{color:hsl(var(--muted-foreground));margin-bottom:.5rem;padding-left:1.6rem;position:relative}.checklist li:before{content:"✓";color:hsl(var(--accent));font-weight:700;position:absolute;left:0}.about-panel{background:linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--card)) 100%);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:16px;padding:1.8rem;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s;box-shadow:0 1px 2px #0000000d,0 8px 16px #00000012,0 28px 56px #00000017}.about-panel:hover{transform:translateY(-6px);box-shadow:0 2px 4px #0000000f,0 16px 28px #0000001a,0 40px 72px #00000024}.about-panel h3{color:hsl(var(--accent))}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form-row{grid-template-columns:1fr}}label{color:hsl(var(--muted-foreground));flex-direction:column;gap:.35rem;font-size:.88rem;font-weight:500;display:flex}input,select,textarea{font:inherit;border:1px solid hsl(var(--border));background:hsl(var(--input));color:hsl(var(--foreground));border-radius:8px;padding:.6rem .8rem;font-weight:400}input:hover,select:hover,textarea:hover{border-color:hsl(var(--muted-foreground) / .5)}input:focus,select:focus,textarea:focus{border-color:hsl(var(--accent) / .6);box-shadow:0 0 0 3px hsl(var(--accent) / .12);outline:none}.checkbox-inline{width:auto}.form-success{background:hsl(var(--ok) / .1);border:1px solid hsl(var(--ok) / .35);color:hsl(var(--ok));border-radius:var(--radius);padding:1rem 1.25rem;font-weight:500}.form-error{background:hsl(var(--destructive) / .08);border:1px solid hsl(var(--destructive) / .4);color:#b62020;border-radius:8px;margin:0;padding:.6rem .9rem;font-size:.9rem}.login-section{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:3rem 5vw;display:flex}.login-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:14px;flex-direction:column;gap:1rem;width:min(430px,100%);padding:2.5rem;display:flex;box-shadow:0 20px 60px #00000014}.login-card h1{margin:0;font-size:1.45rem}.login-card>p{color:hsl(var(--muted-foreground));margin:0}.login-card .section-sub{margin:0}.form-footer-link{text-align:center}.form-stack{flex-direction:column;gap:1rem;display:flex}.form-stack .btn{align-self:flex-start}.public-footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));text-align:center;padding:1.1rem 5vw}.footer-note{color:hsl(var(--muted-foreground) / .75);margin:0;font-size:.82rem}.footer-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 1.25rem;display:flex}.footer-link{color:hsl(var(--muted-foreground) / .75);font-size:.82rem;text-decoration:none}.footer-link:hover{color:hsl(var(--foreground));text-decoration:underline}.portal-shell{min-height:100vh;display:flex}.sidebar{background:hsl(var(--card) / .6);border-right:1px solid hsl(var(--border));width:240px;color:hsl(var(--muted-foreground));flex-direction:column;flex-shrink:0;height:100vh;padding:1.25rem .9rem;display:flex;position:sticky;top:0}.sidebar-brand{color:hsl(var(--foreground));align-items:center;gap:.6rem;padding:0 .6rem 1.25rem;font-size:1.05rem;font-weight:600;display:flex}.sidebar nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar nav a{border-radius:8px;align-items:center;gap:.7rem;padding:.55rem .75rem;font-size:.94rem;text-decoration:none;display:flex}.sidebar nav a svg{flex-shrink:0;width:19px;height:19px}.sidebar nav a:hover{background:hsl(var(--muted) / .7);color:hsl(var(--foreground))}.sidebar nav a.active{background:hsl(var(--muted));color:hsl(var(--foreground));box-shadow:inset 2px 0 0 hsl(var(--accent));font-weight:600}.sidebar-user{border-top:1px solid hsl(var(--border));flex-direction:column;gap:.75rem;padding-top:1rem;font-size:.9rem;display:flex}.sidebar-user strong{color:hsl(var(--foreground));display:block}.sidebar-user span{color:hsl(var(--muted-foreground) / .8);font-size:.8rem}.sidebar-user-info{align-items:center;gap:.6rem;min-width:0;display:flex}.sidebar-user-info strong,.sidebar-user-info span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-info-text{flex:1;min-width:0;overflow:hidden}.portal-content{flex-direction:column;flex:1;min-width:0;display:flex}.portal-main{flex:1;min-width:0;padding:2rem 2.5rem 3rem}.bottom-nav{display:none}.mobile-topbar{background:hsl(var(--background) / .92);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));z-index:20;justify-content:space-between;align-items:center;padding:.75rem 1.1rem;display:flex;position:sticky;top:0}.mobile-topbar-brand{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.mobile-topbar-account-cluster{align-items:center;gap:.85rem;display:flex}.earnings-bubble{font-variant-numeric:tabular-nums;color:hsl(var(--ok));background:hsl(var(--ok) / .12);border:1px solid hsl(var(--ok) / .3);white-space:nowrap;box-shadow:0 1px 2px #0000000a, 0 4px 10px hsl(var(--ok) / .1);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .8rem;font-size:.85rem;font-weight:700;display:inline-flex}.earnings-bubble-icon{flex-shrink:0;width:15px;height:15px}.mobile-topbar-account{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;line-height:0}.mobile-topbar-account:active{opacity:.8}@media (width>=801px){.mobile-topbar-brand{display:none}.mobile-topbar{justify-content:flex-end}}.mobile-sheet-overlay{z-index:29;background:#00000059;border:none;padding:0;position:fixed;inset:0}.mobile-account-sheet{z-index:30;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:14px;flex-direction:column;gap:.9rem;width:min(260px,100vw - 2.2rem);padding:1rem;display:flex;position:fixed;top:.75rem;right:1.1rem;box-shadow:0 12px 32px #0000002e}.mobile-account-sheet-info{align-items:center;gap:.7rem;min-width:0;display:flex}.mobile-account-sheet-info strong,.mobile-account-sheet-info span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mobile-account-sheet-info span{color:hsl(var(--muted-foreground));font-size:.82rem}.bottom-nav{left:.75rem;right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom,0));z-index:20;background:hsl(var(--background) / .98);-webkit-backdrop-filter:blur(14px);border:1px solid hsl(var(--border));border-radius:20px;justify-content:space-around;align-items:stretch;gap:.25rem;padding:.35rem;position:fixed;box-shadow:0 8px 24px #0000001f}.bottom-nav-item{color:hsl(var(--muted-foreground));border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.1rem;padding:.45rem .25rem;text-decoration:none;display:flex}.bottom-nav-icon{line-height:1;display:flex}.bottom-nav-icon svg{width:21px;height:21px}.bottom-nav-label{font-size:.66rem;font-weight:600}.bottom-nav-item.active{color:hsl(var(--foreground));background:hsl(var(--muted))}.bottom-nav-item:active{opacity:.7}.profil-alerte-toast{left:50%;bottom:calc(5.75rem + env(safe-area-inset-bottom,0));z-index:40;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:14px;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:calc(100vw - 1.5rem);max-width:400px;padding:.85rem 1rem;animation:.22s toast-in;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 16px 40px #0000002e}@media (width>=801px){.profil-alerte-toast{bottom:1.5rem}}@media (width<=480px){.profil-alerte-toast-body{flex-basis:calc(100% - 34px - .75rem)}.profil-alerte-toast-actions{flex-basis:100%;justify-content:flex-end}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.profil-alerte-toast-icon{background:hsl(var(--warning) / .14);color:#9d6607;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.profil-alerte-toast-icon svg{width:17px;height:17px}.profil-alerte-toast-body{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.profil-alerte-toast-body strong{font-size:.88rem}.profil-alerte-toast-body span{color:hsl(var(--muted-foreground));font-size:.82rem}.profil-alerte-toast-actions{flex-shrink:0;align-items:center;gap:.4rem;margin-left:auto;display:flex}.profil-alerte-toast-cta{background:hsl(var(--foreground));color:hsl(var(--background));white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.4rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none}.profil-alerte-toast-cta:hover{background:#383838}.profil-alerte-toast-close{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;flex-shrink:0;padding:.2rem;font-size:1.15rem;line-height:1}.profil-alerte-toast-close:hover{color:hsl(var(--foreground))}.page-head{margin-bottom:1.5rem}.page-head h1{letter-spacing:-.01em;font-size:1.55rem}.page-head p{color:hsl(var(--muted-foreground));margin:0}.panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);margin-bottom:1.5rem;padding:1.4rem}.panel h2{margin-bottom:1rem;font-size:1.05rem}.empty-row{text-align:center;color:hsl(var(--muted-foreground));padding:1.5rem}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500;display:inline-block}.badge-ok{background:hsl(var(--ok) / .12);border-color:hsl(var(--ok) / .3);color:hsl(var(--ok))}.badge-warn{background:hsl(var(--warning) / .14);border-color:hsl(var(--warning) / .4);color:#9d6607}.badge-critique{background:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .35);color:#b62020}.badge-neutre{background:hsl(var(--muted) / .6);border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}.mini-date{color:hsl(var(--muted-foreground));font-size:.8rem;display:block}.toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.toolbar input[type=search]{border-radius:999px;min-width:280px;padding-left:1.1rem}.chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:999px;padding:.38rem .9rem;font-family:inherit;font-size:.88rem}.chip:hover{border-color:hsl(var(--muted-foreground));color:hsl(var(--foreground))}.chip-active{background:hsl(var(--foreground));border-color:hsl(var(--foreground));color:hsl(var(--background));font-weight:600}.incident-list{flex-direction:column;gap:1rem;display:flex}.incident-card{margin-bottom:0}.incident-card header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.6rem;display:flex}.incident-card p{color:hsl(var(--muted-foreground));font-size:.95rem}.incident-card footer{color:hsl(var(--muted-foreground) / .8);font-size:.85rem;font-style:italic}.candidatures-imbriquees{margin-top:1rem}@media (width<=800px){.portal-shell{flex-direction:column}.sidebar{display:none}.bottom-nav{display:flex}.portal-main{padding:1.25rem 1rem calc(5rem + env(safe-area-inset-bottom,0))}}@media (width<=640px){.nav-desktop{display:none}.burger{display:flex}.nav-auth-signup{display:none}.hero{padding:3.5rem 5vw 3rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats{gap:1.25rem 2rem}.section{padding:2.5rem 5vw}.section h2{font-size:1.5rem}.login-section{align-items:flex-start;padding:2rem 5vw}.login-card{padding:1.75rem}.toolbar{gap:.75rem}.toolbar input[type=search]{flex:100%;width:100%;min-width:0}.incident-card header{flex-direction:column;gap:.4rem}.action-row{flex-wrap:nowrap}.action-row .btn{text-align:center;flex:1}}@media (width<=400px){.hero h1{font-size:1.9rem}}.avatar{background:hsl(var(--accent) / .14);width:42px;height:42px;color:hsl(var(--accent));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.92rem;font-weight:700;display:inline-flex}.avatar-sm{width:32px;height:32px;font-size:.78rem}.avatar-lg{width:56px;height:56px;font-size:1.25rem}.tag-list{flex-wrap:wrap;gap:.4rem;margin:.6rem 0 0;padding:0;list-style:none;display:flex}.tag{background:hsl(var(--muted) / .7);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:999px;padding:.2rem .65rem;font-size:.78rem}.agent-card{flex-direction:column;gap:.7rem;text-decoration:none;display:flex}.agent-card-head{align-items:center;gap:.85rem;display:flex}.agent-card-head div{min-width:0}.agent-card-head h3{margin:0;font-size:1.02rem}.agent-card-ville{color:hsl(var(--muted-foreground));margin:0;font-size:.85rem}.profile-head{align-items:center;gap:1rem;display:flex}.profile-head h1,.profile-head p{margin:0}.statut-banniere{border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--muted) / .4);align-items:center;gap:.85rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.statut-banniere-icone{font-size:1.35rem;line-height:1}.statut-banniere strong{font-size:.95rem;display:block}.statut-banniere span{color:hsl(var(--muted-foreground));font-size:.85rem}.statut-banniere.warn{border-color:hsl(var(--warning) / .35);background:hsl(var(--warning) / .08)}.statut-banniere.ok{border-color:hsl(var(--ok) / .35);background:hsl(var(--ok) / .08)}.statut-banniere.critique{border-color:hsl(var(--destructive) / .35);background:hsl(var(--destructive) / .08)}.form-field{flex-direction:column;gap:.35rem;display:flex}.file-field{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.file-field input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.file-field-label{border:1px solid hsl(var(--border));background:hsl(var(--muted) / .5);color:hsl(var(--foreground));cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.file-field-label:hover{border-color:hsl(var(--muted-foreground));background:hsl(var(--muted))}.file-field-name{color:hsl(var(--muted-foreground));overflow-wrap:anywhere;font-size:.85rem}.role-picker{flex-direction:column;gap:.9rem;display:flex}.role-card{text-align:left;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.15rem 2.75rem 1.15rem 1.25rem;font-family:inherit;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:flex;position:relative;box-shadow:0 1px 2px #0000000a,0 8px 20px #0000000f}.role-card:after{content:"";border:2px solid hsl(var(--border));background:hsl(var(--background));border-radius:50%;width:18px;height:18px;transition:border-color .18s,background-color .18s,box-shadow .18s;position:absolute;top:1.2rem;right:1.15rem}.role-card:hover{border-color:hsl(var(--muted-foreground) / .4);transform:translateY(-2px);box-shadow:0 4px 10px #00000012,0 16px 30px #00000017}.role-card strong{font-size:.96rem}.role-card span{color:hsl(var(--muted-foreground));font-size:.82rem}.role-card-active{border-color:hsl(var(--accent) / .65);background:hsl(var(--accent) / .06);box-shadow:0 6px 16px hsl(var(--accent) / .16), 0 1px 2px #0000000a}.role-card-active:hover{transform:translateY(-2px)}.role-card-active strong{color:hsl(var(--accent))}.role-card-active:after{border-color:hsl(var(--accent));background:hsl(var(--accent));box-shadow:inset 0 0 0 3px hsl(var(--background))}.action-row{flex-wrap:wrap;gap:.5rem;display:flex}.wizard-progress{background:hsl(var(--muted));border-radius:999px;height:4px;margin-bottom:1.1rem;overflow:hidden}.wizard-progress-fill{background:hsl(var(--accent));border-radius:999px;height:100%;transition:width .3s}.wizard-progress-fill-0{width:0%}.wizard-progress-fill-25{width:25%}.wizard-progress-fill-50{width:50%}.wizard-progress-fill-75{width:75%}.wizard-progress-fill-100{width:100%}@keyframes wizard-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wizard-step{animation:.25s wizard-fade-in}.wizard-step-check{color:hsl(var(--ok));margin-right:.3rem}.wizard-hint{color:hsl(var(--muted-foreground) / .8);margin:0;font-size:.8rem}.sidebar-gate-note{color:hsl(var(--muted-foreground));flex:1;padding:0 .6rem;font-size:.85rem;line-height:1.5}@media (width<=480px){.profile-head{flex-direction:column;align-items:flex-start;gap:.6rem}}.tag-input{border:1px solid hsl(var(--border));background:hsl(var(--input));border-radius:8px;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.5rem .6rem;display:flex}.tag-input:focus-within{border-color:hsl(var(--accent) / .6);box-shadow:0 0 0 3px hsl(var(--accent) / .12)}.tag-input input{background:0 0;border:none;flex:1;min-width:140px;padding:.15rem .2rem}.tag-input input:focus{box-shadow:none;outline:none}.tag-removable{align-items:center;gap:.3rem;padding-right:.3rem;display:inline-flex}.tag-removable button{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem;line-height:1}.tag-removable button:hover{color:hsl(var(--destructive))}.field-hint{color:hsl(var(--muted-foreground) / .8);margin-top:.2rem;font-size:.78rem;font-weight:400}.password-field{display:flex;position:relative}.password-field input{flex:1;padding-right:2.5rem}.password-toggle{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;line-height:1;display:flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.password-toggle:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .6)}.divider{color:hsl(var(--muted-foreground));align-items:center;gap:.75rem;margin:.25rem 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:hsl(var(--border));flex:1;height:1px}.btn-google{background:hsl(var(--muted) / .5);color:hsl(var(--foreground));border:1px solid hsl(var(--border));justify-content:center;align-items:center;gap:.6rem;width:100%;display:flex}.btn-google:hover{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground))}.password-strength{flex-direction:column;gap:.35rem;margin-top:-.35rem;display:flex}.password-strength-bar{gap:4px;display:flex}.password-strength-seg{background:hsl(var(--border));border-radius:999px;flex:1;height:4px;transition:background-color .2s}.password-strength-seg.niveau-1{background:hsl(var(--destructive))}.password-strength-seg.niveau-2{background:#f38320}.password-strength-seg.niveau-3{background:hsl(var(--warning))}.password-strength-seg.niveau-4{background:hsl(var(--ok) / .7)}.password-strength-seg.niveau-5{background:hsl(var(--ok))}.password-strength-label{font-size:.78rem;font-weight:600}.password-strength-label.niveau-1{color:#b62020}.password-strength-label.niveau-2{color:#b86114}.password-strength-label.niveau-3{color:#9d6607}.password-strength-label.niveau-4,.password-strength-label.niveau-5{color:hsl(var(--ok))}@media (width<=800px){.mobile-cta-bar{bottom:calc(4.75rem + env(safe-area-inset-bottom,0));z-index:15;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0));background:hsl(var(--background) / .96);-webkit-backdrop-filter:blur(10px);border-top:1px solid hsl(var(--border));margin:1rem -1rem -1rem;position:sticky}.mobile-cta-bar .btn{width:100%}}.legal-page{max-width:760px}.legal-page h2{margin-top:2rem;font-size:1.2rem}.legal-page p,.legal-page li{color:hsl(var(--muted-foreground))}
