:root{--ink:#18332e;--muted:#6f7f7b;--green:#176b5b;--green-dark:#115447;--mint:#e7f2ee;--sand:#f5f3ed;--line:#dde5e2;--white:#fff;--danger:#b64b45;--shadow:0 12px 35px rgba(28,62,54,.09)}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:#f7f9f8}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--green);color:white;font-weight:700}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-art{padding:48px 9vw 45px 6vw;background:linear-gradient(145deg,#153e35,#0d5d4d);color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-art:after{content:'';position:absolute;width:520px;height:520px;border:1px solid #ffffff20;border-radius:48% 52% 63% 37%;right:-210px;bottom:-180px;transform:rotate(25deg)}.login-brand,.mobile-brand,.logo{display:flex;align-items:center;gap:12px;font-weight:700;font-size:20px}.eyebrow{letter-spacing:.15em;text-transform:uppercase;font-size:12px;color:#bcd8d0;font-weight:700}.login-art h1{font-size:clamp(42px,5vw,68px);line-height:1.08;margin:18px 0}.login-art h1 em{font-style:normal;color:#9dd4c5}.lead{font-size:17px;line-height:1.7;color:#cde0db;max-width:620px}.testimonial{max-width:520px;border-left:2px solid #8ec8b9;padding:10px 20px;color:#dcebe7}.login-panel{display:grid;place-items:center;padding:40px;background:#fbfcfb}.login-card{width:min(430px,100%)}.login-card h2{font-size:32px;margin:30px 0 8px}.login-card>p{color:var(--muted)}.mobile-brand{display:none;color:var(--ink)}label{display:block;font-weight:600;font-size:13px;margin:22px 0 8px}input,select,textarea{display:block;width:100%;border:1px solid #ccd8d4;border-radius:9px;padding:12px 13px;background:white;color:var(--ink);outline:none;margin-top:8px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b5b18}textarea{min-height:95px;resize:vertical}.primary{border:0;background:var(--green);color:white;padding:12px 18px;border-radius:9px;font-weight:700}.primary:hover{background:var(--green-dark)}.full{width:100%;display:flex;justify-content:space-between;margin-top:28px}.error{color:var(--danger)!important;font-size:13px}.demo-note{background:var(--sand);padding:14px;border-radius:8px;font-size:12px;display:flex;flex-direction:column;gap:3px;color:var(--muted)}.demo-note b{color:var(--ink)}.app{display:grid;grid-template-columns:250px 1fr;min-height:100vh}aside{background:white;border-right:1px solid var(--line);padding:25px 17px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.logo{text-decoration:none;color:var(--ink);padding:0 8px}.logo small{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:3px}nav{margin-top:40px;flex:1}nav p{font-size:10px;letter-spacing:.14em;color:#9aa8a4;font-weight:700;margin:26px 12px 8px}nav a{display:flex;gap:12px;padding:11px 13px;text-decoration:none;color:#52635f;border-radius:8px;margin:3px 0;font-size:14px}nav a:hover,nav a.active{background:var(--mint);color:var(--green);font-weight:700}.plan-card{background:#f1f7f5;border-radius:10px;padding:14px;margin-bottom:16px;display:flex;flex-direction:column;gap:5px}.plan-card span{font-size:9px;font-weight:700;color:var(--green);letter-spacing:.1em}.plan-card b{font-size:12px}.plan-card small{color:var(--muted);font-size:10px}.user-block{border:0;border-top:1px solid var(--line);background:white;padding:16px 3px 0;display:flex;align-items:center;text-align:left;gap:9px}.user-block>span:nth-child(2){flex:1}.user-block b,.user-block small{display:block;font-size:11px}.user-block small{color:var(--muted);margin-top:3px}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dcece7;color:var(--green);font-size:10px;font-weight:700}.topbar{height:68px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;padding:0 32px;gap:15px}.topbar>div{flex:1}.topbar #menu{display:none}.icon-btn,.topbar #menu{border:1px solid var(--line);background:white;width:32px;height:32px;border-radius:50%}.view{padding:36px clamp(24px,4vw,64px);max-width:1450px;margin:auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow-dark{font-size:11px;color:var(--green);font-weight:700;letter-spacing:.13em;text-transform:uppercase}.page-head h1{font-size:30px;margin:5px 0}.page-head p{color:var(--muted);margin:6px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}.stat,.card{background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 3px 12px #1a463b08}.stat{padding:22px}.stat span{font-size:12px;color:var(--muted)}.stat b{font-size:31px;display:block;margin-top:10px}.grid-2{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.card-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.card-head h2{font-size:16px;margin:0}.link{border:0;background:none;color:var(--green);font-weight:700;font-size:12px}.home-list,.deadline-list{padding:8px 20px}.home-row,.deadline-row{display:flex;align-items:center;gap:13px;padding:14px 2px;border-bottom:1px solid #edf1ef;text-decoration:none;color:inherit}.home-row:last-child,.deadline-row:last-child{border:0}.home-icon{width:42px;height:42px;border-radius:9px;background:var(--sand);display:grid;place-items:center;font-size:20px}.home-row>span:nth-child(2),.deadline-row>span:nth-child(2){flex:1}.home-row b,.home-row small,.deadline-row b,.deadline-row small{display:block}.home-row small,.deadline-row small{color:var(--muted);font-size:11px;margin-top:4px}.badge{font-size:10px;background:var(--mint);color:var(--green);padding:5px 8px;border-radius:20px;font-weight:700}.empty-state{text-align:center;padding:45px;color:var(--muted)}.homes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.home-card{background:white;border:1px solid var(--line);border-radius:13px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s}.home-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.home-cover{height:115px;background:linear-gradient(135deg,#dcece7,#f3eee2);display:flex;align-items:center;justify-content:center;font-size:46px}.home-card-body{padding:18px}.home-card h3{margin:0;font-size:17px}.home-card p{font-size:12px;color:var(--muted);min-height:34px}.home-card-foot{border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;font-size:11px}.detail-head{background:linear-gradient(120deg,#143f35,#267463);color:white;padding:28px;border-radius:14px;margin-bottom:22px;display:flex;justify-content:space-between;align-items:center}.detail-head h1{margin:5px 0;font-size:27px}.detail-head p{margin:4px 0;color:#cfe4de}.outline-light{background:transparent;border:1px solid #ffffff70;color:white;border-radius:9px;padding:10px 15px}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--line);margin-bottom:20px}.tabs button{border:0;background:none;padding:13px 17px;color:var(--muted);border-bottom:2px solid transparent}.tabs button.active{color:var(--green);font-weight:700;border-color:var(--green)}.section-card{background:white;border:1px solid var(--line);border-radius:12px;padding:22px;margin-bottom:15px}.section-card h3{margin:0 0 5px;font-size:16px}.section-card .meta{color:var(--muted);font-size:11px}.section-card p{font-size:13px;line-height:1.6}.section-actions{display:flex;justify-content:space-between;align-items:start}.add-card{border:1px dashed #afc5bf;background:#f8fbfa;color:var(--green);border-radius:11px;padding:18px;width:100%;font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .wide{grid-column:1/-1}.modal{position:fixed;inset:0;background:#102c2677;display:grid;place-items:center;z-index:20;padding:20px}.modal-box{background:white;border-radius:14px;width:min(680px,100%);max-height:92vh;overflow:auto;padding:28px;position:relative;box-shadow:0 24px 70px #0003}.modal-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:26px;color:var(--muted)}.modal h2{font-size:22px;margin-top:0}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.secondary{border:1px solid var(--line);background:white;padding:11px 16px;border-radius:9px}.toast{position:fixed;bottom:25px;right:25px;background:var(--ink);color:white;padding:13px 18px;border-radius:9px;transform:translateY(100px);opacity:0;transition:.25s;z-index:50}.toast.show{transform:none;opacity:1}.settings-layout{display:grid;grid-template-columns:1fr 320px;gap:20px}.brand-preview{background:white;border:1px solid var(--line);border-radius:12px;padding:28px;position:sticky;top:90px}.preview-bar{height:7px;border-radius:10px;background:var(--green);margin-bottom:35px}
@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-art{display:none}.mobile-brand{display:flex}.app{grid-template-columns:1fr}aside{position:fixed;z-index:10;transform:translateX(-100%);transition:.2s;width:250px}aside.open{transform:none}.topbar #menu{display:block}.view{padding:24px 16px}.stats,.grid-2,.settings-layout{grid-template-columns:1fr}.detail-head{align-items:flex-start;gap:20px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}@media(max-width:520px){.page-head,.detail-head{flex-direction:column;align-items:stretch}.stats{grid-template-columns:1fr 1fr}.stats .stat:last-child{grid-column:1/-1}.login-panel{padding:24px}.tabs{overflow:auto}}
aside nav a{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;column-gap:12px}
aside nav .nav-icon{display:grid;place-items:center;width:18px;height:18px;line-height:1;font-size:15px;font-weight:400}
aside nav a>span:not(.nav-icon){line-height:18px}
.faq-modal>p{color:var(--muted);line-height:1.6}.faq-modal details{border-top:1px solid var(--line);padding:15px 2px}.faq-modal details:last-of-type{border-bottom:1px solid var(--line)}.faq-modal summary{cursor:pointer;font-weight:700;color:var(--ink);padding-right:25px}.faq-modal details p{margin:12px 0 2px;color:var(--muted);line-height:1.6}.faq-contact{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:18px;background:var(--mint);border-radius:11px}.faq-contact p{margin:5px 0 0;color:var(--muted);font-size:12px}.faq-contact .primary{text-decoration:none;white-space:nowrap}@media(max-width:560px){.faq-contact{align-items:stretch;flex-direction:column}.faq-contact .primary{text-align:center}}
.app{display:block}.app>aside{position:fixed;inset:0 auto 0 0;width:250px;height:100dvh;overflow-y:auto;z-index:10}.app>main{min-width:0;margin-left:250px;min-height:100vh}@media(max-width:850px){.app>aside{transform:translateX(-100%);transition:.2s}.app>aside.open{transform:none}.app>main{margin-left:0}}
.plan-card{text-decoration:none;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(28,62,54,.12)}.plan-card:focus-visible{outline:3px solid rgba(23,107,91,.22);outline-offset:2px}.plan-card-action{display:flex;align-items:center;justify-content:space-between;margin-top:7px;padding-top:9px;border-top:1px solid #d9e8e3;font-size:10px!important;letter-spacing:0!important;text-transform:none!important;color:var(--green)!important}.plan-card-action b{font-size:15px}
.nav-icon svg,.logout-icon svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.logout-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--muted);transition:.18s}.user-block:hover .logout-icon{background:var(--mint);color:var(--green)}
.user-area{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;border-top:1px solid var(--line);padding-top:12px}.user-area .user-block{min-width:0;border:0;padding:4px;background:transparent;border-radius:9px}.user-area .user-block:hover{background:var(--mint)}.logout-button,.top-account-button{display:grid;place-items:center;border:0;background:transparent;padding:4px;border-radius:9px}.logout-button:hover,.top-account-button:hover{background:var(--mint)}.top-account-button{padding:0;border-radius:50%}.account-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.account-notifications{grid-column:1/-1}.preference-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:20px;margin:0;padding:17px 0;border-bottom:1px solid var(--line);cursor:pointer}.preference-row>span b,.preference-row>span small{display:block}.preference-row>span small{margin-top:5px;color:var(--muted);font-weight:400;line-height:1.4}.preference-row input{position:absolute;opacity:0;width:1px}.preference-row i{width:42px;height:24px;border-radius:20px;background:#cbd7d3;position:relative;transition:.2s}.preference-row i:after{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:white;box-shadow:0 1px 4px #0002;transition:.2s}.preference-row input:checked+i{background:var(--green)}.preference-row input:checked+i:after{transform:translateX(18px)}.preference-row input:focus-visible+i{outline:3px solid rgba(23,107,91,.2);outline-offset:2px}@media(max-width:760px){.account-settings{grid-template-columns:1fr}.account-notifications{grid-column:auto}}
@media(max-width:700px){.topbar .top-account-avatar{display:grid}}
.file-field{position:relative}.file-label{display:block;color:var(--ink);font-weight:600;margin-bottom:8px}.file-field>input[type=file]{position:absolute;inset:27px 0 0;width:100%;height:calc(100% - 27px);margin:0;opacity:0;cursor:pointer}.file-drop{min-height:112px;border:1.5px dashed #a9c4bc;border-radius:12px;background:#f8fbfa;display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;color:var(--green);transition:border-color .18s,background .18s,box-shadow .18s}.file-drop svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.file-drop b,.file-drop small{display:block}.file-drop b{font-size:14px}.file-drop small{max-width:360px;margin-top:5px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-field:hover .file-drop,.file-field:focus-within .file-drop{border-color:var(--green);background:var(--mint);box-shadow:0 0 0 3px rgba(23,107,91,.08)}.file-field.has-file .file-drop{border-style:solid;background:var(--mint)}
.preference-row:has(input[name="sharingEmail"]),.preference-row:has(input[name="productEmail"]){display:none}
.feature-icon{font-size:0}.feature-icon:before{content:'';display:block;width:23px;height:23px;background:center/contain no-repeat}.feature-grid article:nth-child(1) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5M5.5 10v10h13V10M9 20v-6h6v6'/%3E%3C/svg%3E")}.feature-grid article:nth-child(2) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.5 2'/%3E%3C/svg%3E")}.feature-grid article:nth-child(3) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h12l-3-3m3 3-3 3m1 7H5l3 3m-3-3 3-3'/%3E%3C/svg%3E")}.feature-grid article:nth-child(4) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M10 5h9v9M5 10v9h9'/%3E%3C/svg%3E")}.feature-grid article:nth-child(5) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h9l3 3v15H6zM15 3v4h4M9 11h6M9 15h6'/%3E%3C/svg%3E")}.feature-grid article:nth-child(6) .feature-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23176b5b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16M6 20v-8h12v8M8 12V8h8v4M10 8V4h4v4'/%3E%3C/svg%3E")}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:white;border:1px solid var(--line);border-radius:14px;padding:25px;position:relative}.price-card.featured{border:2px solid var(--green);box-shadow:var(--shadow)}.price-card .popular{position:absolute;right:15px;top:15px;background:var(--green);color:white;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:700}.price-card h2{font-size:20px}.price-card .price{font-size:36px;font-weight:700}.price-card .price small{font-size:12px;color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:24px 0}.price-card li{font-size:13px;padding:7px 0;border-bottom:1px solid #edf1ef}.price-card li:before{content:'✓';color:var(--green);font-weight:700;margin-right:8px}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}}
#collab-count:not(:empty){margin-left:auto;background:var(--green);color:white;border-radius:20px;min-width:18px;text-align:center;font-size:9px;padding:2px 5px}.permission{display:inline-block;padding:4px 7px;border-radius:5px;background:#f0f4f2;color:var(--muted);font-size:10px}.notice{padding:15px;border-radius:9px;background:#f5f8f7;border-left:3px solid var(--green);margin:10px 0}.notice.unread{background:var(--mint)}
.auth-switch{text-align:center;font-size:13px}.auth-switch a,.register-head a{color:var(--green);font-weight:700}.auth-page{min-height:100vh;background:linear-gradient(145deg,#eef6f3,#f7f4eb);padding:30px}.register-shell{max-width:950px;margin:auto}.register-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.register-head .login-brand{text-decoration:none;color:var(--ink)}.register-card{background:white;border:1px solid var(--line);border-radius:18px;padding:clamp(24px,5vw,55px);box-shadow:var(--shadow)}.register-intro h1{font-size:38px;margin:8px 0}.register-intro>p:last-child{color:var(--muted)}.account-choice,.register-plans{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.account-choice label,.register-plan{margin:0}.account-choice input,.register-plan input{position:absolute;opacity:0;width:auto}.account-choice span,.register-plan>span{display:flex;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:11px;padding:16px;height:100%}.account-choice input:checked+span,.register-plan input:checked+span{border:2px solid var(--green);background:var(--mint)}.account-choice small,.register-plan em,.register-plan small,label>small{color:var(--muted);font-size:11px;font-style:normal}.register-plan strong{font-size:22px}.register-plans{grid-template-columns:repeat(3,1fr)}fieldset{border:0;padding:0;margin:28px 0}fieldset legend{font-size:20px;font-weight:700;border-top:1px solid var(--line);padding-top:25px;width:100%}label span{color:var(--muted);font-weight:normal}.terms{display:flex;gap:10px;align-items:flex-start}.terms input{width:auto;margin:2px 0}.terms span{font-size:13px}.success-panel,.verify-card{text-align:center}.success-panel>span,.verify-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--mint);color:var(--green);font-size:32px;font-weight:bold;margin:0 auto 20px}.success-panel .primary{display:inline-block;text-decoration:none;margin-top:15px}.verify-card{background:white;max-width:570px;margin:8vh auto;padding:50px;border-radius:18px;box-shadow:var(--shadow)}.verify-card .login-brand{justify-content:center;margin-bottom:45px}.verify-card .primary{display:inline-block;text-decoration:none;margin-top:18px}.loader{display:block;width:50px;height:50px;border:5px solid var(--mint);border-top-color:var(--green);border-radius:50%;margin:20px auto;animation:spin .8s linear infinite}.error-icon{background:#f9e9e7;color:var(--danger)}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.auth-page{padding:15px}.register-plans,.account-choice{grid-template-columns:1fr}.register-card{padding:24px}.register-head{font-size:13px}}
.siret-search{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.siret-search label{margin-bottom:0}.siret-search button{height:43px}.field-status{font-size:12px;color:var(--muted);margin:8px 0 18px}.field-status.success{color:var(--green);font-weight:700}.field-status.error{color:var(--danger)}
.register-plan ul{list-style:none;margin:12px 0 0;padding:12px 0 0;border-top:1px solid var(--line)}.register-plan li{font-size:11px;color:var(--muted);padding:4px 0;line-height:1.35}.register-plan li:before{content:'✓';color:var(--green);font-weight:bold;margin-right:6px}
@media(max-width:700px){.siret-search{grid-template-columns:1fr}}
html,body{overflow-x:hidden}main,.app>main,.view,.card,.section-card{min-width:0}button,a,input,select,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #2f9b83;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}
@media(max-width:700px){button,.primary,.secondary,.outline-light{min-height:44px}.topbar{padding:0 16px}.topbar .avatar{display:none}.view{padding:20px 14px 80px}.modal{padding:0;align-items:end}.modal-box{width:100%;max-height:94dvh;border-radius:18px 18px 0 0;padding:24px 18px calc(24px + env(safe-area-inset-bottom))}.modal-close{min-height:44px;min-width:44px}.section-actions,.home-row,.deadline-row{flex-wrap:wrap}.section-actions>div,.home-row>span:nth-child(2),.deadline-row>span:nth-child(2){min-width:170px}.section-actions>button{width:100%}.tabs{margin-left:-14px;margin-right:-14px;padding:0 14px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{white-space:nowrap;min-height:46px}.pricing-grid{gap:12px}.price-card{padding:20px}.register-head{gap:15px}.register-head>a:last-child{text-align:right}.toast{left:14px;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));text-align:center}.form-grid{gap:0}.home-card-foot{gap:10px;flex-wrap:wrap}.login-card h2{font-size:28px}.owner-tabs{overscroll-behavior-inline:contain}}
@media(max-width:380px){.stats{grid-template-columns:1fr}.stats .stat:last-child{grid-column:auto}.brand-mark{width:34px;height:34px}.login-panel{padding:18px}.register-card{padding:20px 16px}.register-intro h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.landing{background:#fbfcfb}.landing a{text-decoration:none}.landing-nav{height:78px;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:35px}.landing-logo{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:19px;font-weight:700}.landing-logo small{display:block;color:var(--muted);font-size:8px;letter-spacing:.08em;margin-top:3px}.landing-nav>nav{display:flex;gap:28px;margin-left:auto}.landing-nav>nav a{color:#52635f;font-size:13px;font-weight:600}.landing-actions{display:flex;gap:9px}.landing-actions a{display:inline-flex;align-items:center}.landing-hero{min-height:690px;background:linear-gradient(145deg,#f0f7f4 0%,#fbfaf6 62%,#edf4f0 100%);padding:90px max(24px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;border-top:1px solid var(--line);overflow:hidden}.hero-copy{max-width:590px}.landing-pill{display:inline-block;background:#dfeee9;color:var(--green);font-size:10px;font-weight:700;letter-spacing:.13em;padding:8px 11px;border-radius:30px}.hero-copy h1{font-size:clamp(45px,5vw,70px);line-height:1.03;letter-spacing:-.04em;margin:24px 0}.hero-copy h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:570px}.hero-actions{display:flex;gap:12px;margin:32px 0 26px}.hero-actions a{display:flex;align-items:center;gap:28px;padding:14px 19px}.hero-proof{display:flex;gap:18px;flex-wrap:wrap;color:#60716d;font-size:11px}.hero-visual{position:relative}.hero-visual:before{content:'';position:absolute;inset:-70px;border-radius:50%;background:#cde3da80;filter:blur(20px)}.visual-window{position:relative;background:white;border:1px solid #dbe5e1;border-radius:18px;padding:20px;box-shadow:0 30px 80px #18483c1f;transform:rotate(1.5deg)}.visual-top{display:flex;align-items:center;gap:5px;border-bottom:1px solid var(--line);padding-bottom:14px}.visual-top>span{width:7px;height:7px;border-radius:50%;background:#d7dfdc}.visual-top b{margin-left:auto;font-size:11px}.visual-home{margin:18px 0;background:linear-gradient(130deg,#173f36,#267765);border-radius:12px;color:white;padding:22px;display:flex;justify-content:space-between;align-items:center}.visual-home small{font-size:8px;letter-spacing:.12em;color:#b9d8cf}.visual-home h2{margin:6px 0;font-size:21px}.visual-home p{color:#cde1dc;font-size:11px;margin:0}.visual-home>strong{width:65px;height:65px;border:6px solid #7fc2b0;border-radius:50%;display:grid;place-items:center;font-size:17px}.visual-home>strong small{display:block;font-size:7px}.visual-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.visual-stats article{background:#f5f8f7;border-radius:9px;padding:13px}.visual-stats span,.visual-stats small{display:block;color:var(--muted);font-size:9px}.visual-stats b{font-size:23px;display:block;margin:7px 0}.visual-line{display:flex;align-items:center;gap:10px;padding:13px 5px;border-bottom:1px solid #edf1ef;font-size:10px}.visual-line i{width:8px;height:8px;border-radius:50%;background:#c59b46}.visual-line span{flex:1}.trust-strip{text-align:center;padding:38px 24px;border-bottom:1px solid var(--line);background:white}.trust-strip p{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.trust-strip div{display:flex;justify-content:center;gap:clamp(25px,6vw,75px);flex-wrap:wrap;margin-top:25px;color:#758580;font-weight:700}.landing-section{max-width:1200px;margin:auto;padding:110px 24px}.section-intro{text-align:center;max-width:680px;margin:0 auto 50px}.section-intro h2{font-size:clamp(32px,4vw,48px);margin:10px 0 15px;letter-spacing:-.03em}.section-intro p{color:var(--muted);line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article{background:white;border:1px solid var(--line);border-radius:14px;padding:27px;transition:.2s}.feature-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--mint);color:var(--green);font-size:20px}.feature-grid h3{margin:21px 0 10px}.feature-grid p{color:var(--muted);font-size:13px;line-height:1.65}.audience-section{display:grid;grid-template-columns:1fr 1fr}.audience-section>div{padding:90px max(30px,calc((100vw - 1160px)/2));padding-right:7vw;background:#153f36;color:white}.audience-section>div+div{background:#e8f1ed;color:var(--ink);padding-left:7vw;padding-right:max(30px,calc((100vw - 1160px)/2))}.audience-section h2{font-size:35px;line-height:1.2}.audience-section p{line-height:1.7;color:#c9ddd7}.audience-section>div+div p{color:var(--muted)}.audience-section a{color:#9ed7c7;font-weight:700}.audience-section>div+div a{color:var(--green)}.landing-pricing{max-width:none;background:#f3f6f4}.landing-price-row{display:grid;grid-template-columns:repeat(2,minmax(260px,420px));justify-content:center;gap:17px}.landing-price-row article{background:white;border:1px solid var(--line);border-radius:15px;padding:30px}.landing-price-row article.featured{border:2px solid var(--green)}.landing-price-row small{color:var(--green);font-weight:700;letter-spacing:.1em}.landing-price-row h3{margin:18px 0 5px}.landing-price-row b{font-size:32px}.landing-price-row b em{font-size:11px;font-style:normal;color:var(--muted)}.landing-price-row p{color:var(--muted);font-size:13px;line-height:1.5}.pricing-cta{display:block;width:max-content;margin:28px auto 0}.final-cta{max-width:1150px;margin:90px auto;padding:50px;background:linear-gradient(130deg,#153f36,#236957);border-radius:20px;color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta h2{font-size:38px;margin:10px 0}.final-cta p{color:#cce0db}.final-cta>a{background:white;color:var(--green);display:flex;gap:25px;white-space:nowrap}.landing-footer{border-top:1px solid var(--line);padding:35px max(24px,calc((100vw - 1200px)/2));display:flex;align-items:center;gap:30px}.landing-footer>p{margin-left:auto;color:var(--muted);font-size:11px}.landing-footer nav{display:flex;gap:20px}.landing-footer nav a{color:var(--muted);font-size:12px}
@media(max-width:900px){.landing-nav>nav{display:none}.landing-nav{gap:15px}.landing-actions{margin-left:auto}.landing-hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{max-width:700px}.hero-visual{max-width:650px;width:100%;margin:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.audience-section{grid-template-columns:1fr}.audience-section>div,.audience-section>div+div{padding:65px 8vw}.final-cta{margin:60px 20px}}
@media(max-width:600px){.landing-nav{height:68px;padding:0 15px}.landing-logo small{display:none}.landing-actions .secondary{display:none}.landing-actions .primary{padding:11px;font-size:11px}.landing-hero{padding:55px 18px 65px;gap:45px}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions a{justify-content:center}.hero-proof{flex-direction:column;gap:8px}.visual-window{padding:11px}.visual-home{padding:16px}.visual-home>strong{display:none}.visual-stats{gap:5px}.visual-stats article{padding:9px}.visual-line{font-size:9px}.feature-grid{grid-template-columns:1fr}.landing-section{padding:75px 18px}.audience-section h2{font-size:29px}.landing-price-row{grid-template-columns:1fr}.final-cta{padding:35px 24px;flex-direction:column;align-items:flex-start}.final-cta h2{font-size:31px}.final-cta>a{width:100%;justify-content:space-between}.landing-footer{flex-wrap:wrap}.landing-footer>p{order:3;width:100%;margin:0}.landing-footer nav{margin-left:auto}}
.portfolio-section{margin-bottom:38px}.portfolio-title{display:flex;align-items:center;gap:10px;margin:0 0 15px}.portfolio-title h2{font-size:18px;margin:0}.portfolio-title span{background:#e9efed;color:var(--muted);border-radius:20px;padding:3px 8px;font-size:10px}.shared-card{border-left:3px solid #b99a59}.shared-ribbon{display:inline-block;background:#f5eee0;color:#826625;border-radius:20px;padding:4px 8px;font-size:9px;font-weight:700;margin-bottom:9px}
.brand-mark{background-color:transparent;background-image:url('/logo-logemo.png');background-repeat:no-repeat;background-size:auto 100%;background-position:left center;color:transparent;border-radius:0}
.forgot-link{text-align:right;margin:9px 0 -12px!important;font-size:12px}.forgot-link a,.auth-logo{color:var(--green);text-decoration:none}.auth-logo{justify-content:center;margin-bottom:40px}.contact-shell{max-width:980px;margin:auto}.contact-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-card h1{font-size:40px;margin:10px 0}.contact-card>div>p{color:var(--muted);line-height:1.7}.support-address{margin-top:35px;background:var(--mint);padding:18px;border-radius:10px;display:flex;flex-direction:column;gap:5px}.support-address span{color:var(--green)}.contact-trap{position:absolute!important;left:-10000px!important}.success-text{color:var(--green);font-weight:700;font-size:13px}@media(max-width:750px){.contact-card{grid-template-columns:1fr;gap:25px}.contact-card h1{font-size:32px}}
.error-page{min-height:100vh;background:radial-gradient(circle at 50% 40%,#e4f1ec,#f8faf8 60%);display:grid;place-items:center;padding:25px}.error-shell{text-align:center;max-width:720px}.error-logo{justify-content:center;margin-bottom:50px}.error-illustration{display:flex;align-items:center;justify-content:center;gap:15px;color:#153f36;font-size:clamp(90px,17vw,150px);font-weight:700;line-height:1}.error-house{width:clamp(90px,14vw,125px);height:clamp(90px,14vw,125px);border:10px solid var(--green);border-top:0;border-radius:10px 10px 22px 22px;position:relative;display:grid;place-items:center;margin-top:30px}.error-house i{position:absolute;width:80%;height:80%;border-left:10px solid var(--green);border-top:10px solid var(--green);transform:rotate(45deg);top:-40%;border-radius:10px}.error-house b{position:relative;font-size:45px;color:var(--green)}.error-shell h1{font-size:clamp(32px,5vw,48px);letter-spacing:-.03em;margin:12px 0}.error-shell>p:not(.eyebrow-dark){color:var(--muted);line-height:1.7;max-width:610px;margin:0 auto}.error-actions{display:flex;justify-content:center;gap:12px;margin:32px 0}.error-actions a{display:flex;align-items:center;gap:20px;text-decoration:none}.error-shell>small{color:var(--muted)}.error-shell>small a{color:var(--green);font-weight:700}@media(max-width:520px){.error-logo{margin-bottom:35px}.error-actions{flex-direction:column}.error-actions a{justify-content:center}.error-house{border-width:7px}.error-house i{border-width:7px}}
.error-logo{text-decoration:none!important;color:var(--ink)}.error-logo>span:last-child{text-decoration:none}.error-zero{color:var(--green);font-family:Arial,sans-serif;font-weight:700}
.landing-nav{display:grid;grid-template-columns:240px minmax(300px,1fr) auto;align-items:center;height:92px}.landing-nav>.landing-logo{align-self:center}.landing-nav>nav{margin:0;justify-self:center;align-items:center}.landing-actions{align-items:center}.landing-actions a{justify-content:center;min-height:54px;padding:0 22px}.landing-logo{line-height:1.05}.landing-logo .brand-mark{flex:0 0 38px}.cookie-banner{position:fixed;z-index:1000;left:24px;right:24px;bottom:24px;max-width:1120px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 20px 70px #102c2633;padding:22px 24px;display:flex;align-items:center;gap:35px}.cookie-banner>div:first-child{flex:1}.cookie-banner b{font-size:16px}.cookie-banner p{color:var(--muted);font-size:12px;line-height:1.55;margin:7px 0}.cookie-banner a{color:var(--green);font-size:11px;font-weight:700}.cookie-actions{display:flex;gap:9px;white-space:nowrap}.legal-page{background:#f7f9f8}.legal-nav{height:80px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1000px)/2))}.legal-nav>a:last-child{color:var(--green);font-weight:700;text-decoration:none;font-size:13px}.legal-shell{max-width:850px;margin:60px auto 100px;padding:0 24px}.legal-shell>h1{font-size:45px;margin:10px 0 35px}.legal-shell section{background:white;border:1px solid var(--line);border-radius:12px;padding:25px;margin:14px 0}.legal-shell section h2{font-size:19px;margin-top:0}.legal-shell section p{color:#52635f;font-size:14px;line-height:1.75}.legal-shell a{color:var(--green)}.legal-warning{padding:16px;background:#fff4dd;border-left:4px solid #c18b26;border-radius:8px;color:#765718;margin-bottom:25px;font-size:13px}@media(max-width:900px){.landing-nav{display:flex;height:76px}.cookie-banner{align-items:stretch}.cookie-actions{flex-direction:column}.landing-footer nav{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:600px){.cookie-banner{left:10px;right:10px;bottom:10px;padding:18px;flex-direction:column;gap:16px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{white-space:normal}.legal-shell{margin-top:40px;padding:0 16px}.legal-shell>h1{font-size:35px}.legal-nav{padding:0 16px}.landing-footer nav{width:100%;margin:5px 0 0;justify-content:flex-start}}
.team-row{display:flex;align-items:center;gap:12px;padding:14px 2px;border-bottom:1px solid var(--line)}.team-row:last-child{border-bottom:0}.team-row>span:nth-child(2){min-width:0;flex:1}.team-row>span:nth-child(2) b,.team-row>span:nth-child(2) small{display:block}.team-row>span:nth-child(2) small{margin-top:4px;color:var(--muted);font-size:11px}.permission{padding:6px 9px;border-radius:20px;background:var(--sand);font-size:10px;color:var(--muted);white-space:nowrap}@media(max-width:620px){.team-row{flex-wrap:wrap}.team-row>span:nth-child(2){min-width:calc(100% - 55px)}.team-row>button{flex:1}}
.energy-provider{padding:16px 0;border-bottom:1px solid var(--line)}.energy-provider:last-child{border-bottom:0;padding-bottom:0}.energy-provider-head{display:flex;align-items:center;gap:11px}.energy-provider-head>span:nth-child(2){min-width:0;flex:1}.energy-provider-head b,.energy-provider-head small{display:block}.energy-provider-head small{margin-top:4px;color:var(--muted);font-size:11px}.energy-provider-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--mint);color:var(--green);font-size:18px}.energy-provider-actions{display:flex;align-items:center;gap:12px;margin:13px 0 0 49px}.energy-provider-actions a{text-decoration:none;font-size:12px}.muted-badge{background:var(--sand);color:var(--muted)}.danger-link{color:var(--danger)}@media(max-width:520px){.energy-provider-head{flex-wrap:wrap}.energy-provider-actions{margin-left:0}.energy-provider-actions>*{flex:1;text-align:center}}
#pricing-nav{display:none!important}
.care-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:15px}.care-board>.add-card{min-height:170px}.care-card{margin:0;border-top:4px solid #93aaa4}.care-card.status-scheduled{border-top-color:#3a80a6}.care-card.status-in_progress{border-top-color:#c18b26}.care-card.status-completed{border-top-color:var(--green)}.care-priority{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:6px}.priority-high{color:#a66b16}.priority-urgent{color:var(--danger)}@media(max-width:700px){.care-board{grid-template-columns:1fr}}
.home-card-body .shared-owner{min-height:0;margin:10px 0 4px;color:var(--ink);font-size:12px}.shared-owner b{color:var(--green)}
