:root{color:#1a2735;font-synthesis:none;text-rendering:optimizelegibility;--navy:#173a63;--navy-deep:#102942;--navy-soft:#e8eef5;--ink:#1a2735;--muted:#697888;--line:#dfe5eb;--surface:#fff;--canvas:#f4f6f8;--green:#32715a;--green-soft:#e8f3ed;--amber:#a66b20;--amber-soft:#fff3df;--red:#a34242;--red-soft:#fbeaea;--shadow:0 8px 30px #1d344b0f;--radius:13px;background:#f4f6f8;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{min-width:320px;min-height:100vh;margin:0}.app-loading{color:#526779;background:#f4f6f8;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-height:100vh;display:flex}.app-loading span{border:3px solid #d8e1e8;border-top-color:#173a63;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.app-loading strong{font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}.password-page{background:#f2f5f7;place-items:center;min-height:100vh;padding:30px;display:grid}.password-card{width:min(430px,100%);box-shadow:var(--shadow);background:#fff;border:1px solid #dfe5eb;border-radius:14px;padding:34px}.password-card>.brand-mark{margin-bottom:32px}.password-card h1{color:#1d3347;margin:7px 0 9px;font-family:Manrope,sans-serif;font-size:27px}.password-card>p{color:#71808e;margin-bottom:24px;font-size:12px;line-height:1.6}.password-card form{flex-direction:column;gap:15px;display:flex}.password-card .success-icon{color:var(--green);margin:3px 0 13px}.online-access-box{background:#f7fafc}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{letter-spacing:-.018em}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #2866a238}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13.5px;font-weight:650;transition:background .15s,border .15s,transform .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button-primary{color:#fff;background:var(--navy);border-color:var(--navy)}.button-primary:hover{background:var(--navy-deep)}.button-secondary{color:#34475a;background:#fff;border-color:#d7dfe7}.button-secondary:hover{background:#f7f9fa;border-color:#bdc9d4}.button-ghost{color:var(--navy);background:0 0}.button-danger{color:var(--red);background:#fff;border-color:#e9caca}.button-full{width:100%}.icon-button{color:#667686;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.icon-button:hover{color:var(--ink);background:#f0f3f6}.eyebrow{letter-spacing:.16em;color:#6e7f90;margin-bottom:7px;font-size:10.5px;font-weight:750;display:block}.eyebrow-light{color:#a7bdd2}.muted{color:var(--muted)}.muted-icon{color:#8391a0}.section-label{color:#758596;letter-spacing:.13em;font-size:10px;font-weight:750}.login-page{background:#fff;grid-template-columns:minmax(420px,46%) 1fr;min-height:100vh;display:grid}.login-brand{background:var(--navy-deep);color:#fff;flex-direction:column;padding:clamp(40px,5vw,74px);display:flex;position:relative;overflow:hidden}.login-brand:before{content:"";border:1px solid #ffffff12;border-radius:50%;width:520px;height:520px;position:absolute;top:-180px;right:-270px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.brand-mark{color:#fff;background:var(--navy);border-radius:10px;flex:none;place-items:center;width:43px;height:43px;display:grid}.brand-mark-light{background:#ffffff1f;border:1px solid #ffffff1f}.login-brand-copy{max-width:530px;margin:auto 0 50px;position:relative}.login-brand-copy h1{letter-spacing:-.055em;margin:0 0 25px;font-family:Manrope,sans-serif;font-size:clamp(42px,5vw,70px);line-height:1.05}.login-brand-copy p{color:#b9c9d7;max-width:470px;font-size:17px;line-height:1.7}.login-benefits{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:28px;display:grid;position:relative}.login-benefits>div{color:#bbcad8;align-items:flex-start;gap:10px;display:flex}.login-benefits svg{color:#d3e1eb;margin-top:2px}.login-benefits span{flex-direction:column;gap:4px;display:flex}.login-benefits strong{color:#fff;font-size:13px}.login-benefits small{font-size:11.5px;line-height:1.45}.login-version{color:#708aa1;letter-spacing:.12em;margin-top:42px;font-size:10px}.login-panel{background:#fafbfc;place-items:center;padding:40px;display:grid}.login-card{width:min(440px,100%)}.login-card h2{color:#17283a;margin:0 0 8px;font-family:Manrope,sans-serif;font-size:31px}.login-card>p{margin-bottom:32px}.login-card form{flex-direction:column;gap:18px;display:flex}.mobile-brand{display:none}.field{color:#34485a;flex-direction:column;gap:7px;font-size:13px;font-weight:650;display:flex}.field>span:first-child{line-height:1.2}.field input,.field select,.field textarea,.settings-fields input{width:100%;min-height:42px;color:var(--ink);resize:vertical;background:#fff;border:1px solid #d4dde5;border-radius:8px;outline:none;padding:10px 12px;transition:border .15s,box-shadow .15s}.field textarea{min-height:82px;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7193b4;box-shadow:0 0 0 3px #265c9117}.field small{color:var(--muted);font-weight:400}.password-field{display:block;position:relative}.password-field input{padding-right:45px}.password-field button{color:#778797;background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:4px;right:7px}.form-error{color:var(--red);margin:-6px 0 0;font-size:12px}.demo-box{background:#fff;border:1px solid #dae3eb;border-radius:10px;margin-top:25px;padding:14px}.demo-box>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.demo-box>div:first-child span{color:var(--green);align-items:center;gap:5px;font-size:12px;font-weight:650;display:flex}.demo-box small{color:var(--muted)}.demo-accounts{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.demo-accounts button{color:#4d5e6f;background:#f7f9fa;border:1px solid #dce3e9;border-radius:6px;padding:6px 9px;font-size:10.5px}.demo-accounts button:hover{background:#fff;border-color:#9fb1c2}.local-access-note{color:#718292;border-top:1px solid #e7ebef;margin:12px 0 0;padding-top:10px;font-size:10.5px;line-height:1.5}.app-layout{min-height:100vh;display:flex}.sidebar{z-index:40;background:var(--navy-deep);color:#c3d0dc;flex-direction:column;width:242px;padding:24px 16px 17px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{color:#fff;align-items:center;gap:11px;height:48px;padding:0 7px;display:flex}.sidebar-brand .brand-mark{border-radius:9px;width:37px;height:37px}.sidebar-brand>span:nth-child(2){flex-direction:column;line-height:1.1;display:flex}.sidebar-brand strong{letter-spacing:.06em;font-size:15px}.sidebar-brand small{color:#8fa7bb;letter-spacing:.18em;margin-top:4px;font-size:9px}.main-nav{flex-direction:column;gap:4px;margin-top:30px;display:flex}.nav-label{color:#6e879d;letter-spacing:.14em;margin:0 0 7px;padding:0 12px;font-size:9.5px;font-weight:700}.nav-label-spaced{margin-top:23px}.main-nav a{color:#aebdca;border-radius:8px;align-items:center;gap:12px;min-height:42px;padding:0 12px;font-size:13px;font-weight:550;display:flex;position:relative}.main-nav a:hover{color:#fff;background:#ffffff0e}.main-nav a.active{color:#fff;background:#ffffff1a}.main-nav a.active:before{content:"";background:#90b4d5;border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:-16px}.main-nav a em{color:#fff;background:#a84a43;border-radius:10px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:10px;font-style:normal;display:grid}.sidebar-user{border-top:1px solid #ffffff17;align-items:center;gap:9px;margin-top:auto;padding:18px 4px 0;display:flex}.sidebar-user>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.sidebar-user strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.sidebar-user small{color:#849bad;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9.5px;overflow:hidden}.sidebar-user button{color:#7e95a8;background:0 0;border:0;margin-left:auto;padding:5px}.mobile-close,.mobile-menu,.sidebar-overlay{display:none}.app-main{flex:1;min-width:0;margin-left:242px}.topbar{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e2e7ec;justify-content:space-between;align-items:center;height:66px;padding:0 clamp(22px,3.2vw,48px);display:flex;position:sticky;top:0}.global-search{color:#7a8998;align-items:center;width:min(490px,48vw);display:flex;position:relative}.global-search>svg{position:absolute;left:0}.global-search input{width:100%;height:38px;color:var(--ink);background:0 0;border:0;outline:0;padding:0 32px 0 29px;font-size:13px}.global-search input::placeholder{color:#93a0ac}.global-search>button{color:#8997a3;background:0 0;border:0;place-items:center;display:grid;position:absolute;right:3px}.search-results{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px;position:absolute;top:45px;left:0;right:0;box-shadow:0 14px 40px #152b4126}.search-results button{text-align:left;background:#fff;border:0;border-radius:7px;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:9px 10px;display:flex}.search-results button:hover{background:#f3f6f8}.search-results strong{color:var(--ink);font-size:12.5px}.search-results small{color:var(--muted);font-size:10.5px}.search-results p{margin:8px;font-size:12px}.topbar-actions{align-items:center;gap:12px;display:flex;position:relative}.notification-button{color:#5e6f7f;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid;position:relative}.notification-button:hover{background:#f2f4f6}.notification-button span{background:#b34a43;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.profile-button{color:#34485a;background:0 0;border:0;border-left:1px solid #e2e7eb;align-items:center;gap:8px;height:42px;padding:0 0 0 16px;font-size:12px;font-weight:650;display:flex}.profile-button>span:nth-child(2){white-space:nowrap;max-width:130px}.profile-menu{border:1px solid var(--line);width:170px;box-shadow:var(--shadow);background:#fff;border-radius:9px;padding:6px;position:absolute;top:48px;right:0}.profile-menu button{color:#45576a;background:#fff;border:0;border-radius:6px;align-items:center;gap:8px;width:100%;padding:9px;font-size:12px;display:flex}.profile-menu button:hover{background:#f3f6f8}.content{max-width:1600px;margin:0 auto;padding:34px clamp(22px,3.2vw,48px) 54px}.page-header{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.page-header h1{color:#16283a;margin:0;font-family:Manrope,sans-serif;font-size:clamp(27px,3vw,35px);line-height:1.15}.page-header p{color:var(--muted);margin:7px 0 0;font-size:13.5px}.page-actions{flex:none}.header-hint{color:#678;align-items:center;gap:7px;font-size:12px;display:flex}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel-no-padding{overflow:hidden}.panel-header{border-bottom:1px solid #e8edf1;justify-content:space-between;align-items:center;gap:18px;min-height:71px;padding:17px 20px;display:flex}.panel-header h2{color:#203244;margin:0 0 4px;font-size:15px}.panel-header p{color:#7b8996;margin:0;font-size:11.5px}.panel-header a{color:var(--navy);align-items:center;gap:5px;font-size:11.5px;font-weight:650;display:inline-flex}.panel-icon-button{width:32px;height:32px;color:var(--navy);background:#fff;border:1px solid #dce3e9;border-radius:7px;place-items:center;display:grid}.avatar{color:#fff;border-radius:50%;flex:none;place-items:center;font-weight:700;display:inline-grid}.avatar-sm{width:28px;height:28px;font-size:9px}.avatar-md{width:35px;height:35px;font-size:10px}.avatar-lg{width:43px;height:43px;font-size:12px}.status{white-space:nowrap;color:#637280;background:#edf0f3;border-radius:15px;align-items:center;width:max-content;padding:4px 8px;font-size:9.5px;font-weight:700;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px;margin-right:5px}.status-attivo,.status-approvato,.status-completata{background:var(--green-soft);color:var(--green)}.status-da-verificare,.status-in-corso,.status-da-avviare,.status-da-fare{background:var(--amber-soft);color:var(--amber)}.status-sospeso,.status-scaduta{background:var(--red-soft);color:var(--red)}.status-concluso,.status-superato,.status-annullata{color:#667481;background:#edf0f3}.status-in-attesa,.status-bozza{color:#476b91;background:#e9eff8}.progress-wrap{align-items:center;gap:10px;display:flex}.progress{background:#e7ecf0;border-radius:4px;flex:1;height:5px;overflow:hidden}.progress span{background:#496f94;border-radius:4px;height:100%;display:block}.progress-wrap>strong{color:#526678;text-align:right;min-width:30px;font-size:10px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.metric-grid-3{grid-template-columns:repeat(3,1fr)}.metric-card{border:1px solid var(--line);min-height:112px;box-shadow:var(--shadow);background:#fff;border-radius:12px;align-items:flex-start;gap:15px;padding:20px;display:flex}.metric-icon{border-radius:9px;flex:none;place-items:center;width:41px;height:41px;display:grid}.metric-blue{color:#3d6690;background:#e9f0f7}.metric-amber{color:#a26927;background:#fff2df}.metric-green{color:#3b755f;background:#e8f3ee}.metric-red{color:#a34b49;background:#f9eaea}.metric-card div{flex:1;grid-template-columns:auto 1fr;align-items:baseline;display:grid}.metric-card small{color:#6c7c8a;text-transform:uppercase;letter-spacing:.06em;grid-column:1/-1;font-size:10.5px;font-weight:650}.metric-card strong{color:#1c3043;margin-top:5px;font-family:Manrope,sans-serif;font-size:27px}.metric-card p{color:#8995a0;grid-column:1/-1;margin:1px 0 0;font-size:10.5px}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(310px,.8fr);gap:18px;display:grid}.project-list-compact,.deadline-list-compact,.document-list-compact,.activity-list{padding:4px 20px 10px}.project-row{border-bottom:1px solid #edf0f3;grid-template-columns:42px 1fr 110px 18px;align-items:center;gap:14px;min-height:91px;display:grid}.project-row:last-child{border-bottom:0}.project-row:hover .row-arrow{color:var(--navy);transform:translate(2px)}.project-monogram{color:#41678d;background:#edf2f7;border-radius:9px;place-items:center;width:39px;height:39px;font-size:10px;font-weight:750;display:grid}.project-row-main{min-width:0}.project-row-main>span{align-items:center;gap:8px;display:flex}.project-row-main>span strong{text-overflow:ellipsis;white-space:nowrap;color:#27394a;font-size:12.5px;overflow:hidden}.project-row-main>small{color:#81909e;margin:5px 0 9px;font-size:10px;display:block}.project-next{flex-direction:column;gap:4px;display:flex}.project-next small{color:#95a0aa;letter-spacing:.06em;font-size:8px}.project-next strong{color:#526374;font-size:10.5px}.row-arrow{color:#a1acb6;transition:all .15s}.deadline-row{border-bottom:1px solid #edf0f3;grid-template-columns:39px 1fr auto;align-items:center;gap:11px;min-height:66px;display:grid}.deadline-row:last-child{border-bottom:0}.date-block{color:#365d82;background:#eef3f7;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;width:36px;height:41px;display:flex}.date-block strong{font-size:15px;line-height:1}.date-block small{margin-top:3px;font-size:7px;font-weight:750}.date-block.date-urgent{background:var(--red-soft);color:var(--red)}.deadline-row>div:nth-child(2),.document-row>div{flex-direction:column;min-width:0;display:flex}.deadline-row>div:nth-child(2) strong,.document-row strong{color:#33475a;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.deadline-row>div:nth-child(2) small,.document-row small{color:#8996a2;margin-top:3px;font-size:9.5px}.priority{color:#697887;background:#edf0f3;border-radius:5px;padding:3px 6px;font-size:8.5px;font-weight:700;display:inline-flex}.priority-urgente{background:var(--red-soft);color:var(--red)}.priority-alta{background:var(--amber-soft);color:var(--amber)}.priority-media{color:#4b6d8e;background:#eaf0f6}.priority-bassa{color:#628071;background:#edf2ef}.document-row{border-bottom:1px solid #edf0f3;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:58px;display:grid}.document-row:last-child{border-bottom:0}.file-icon{color:#627486;background:#eef1f4;border-radius:6px;place-items:center;width:30px;height:34px;display:grid}.file-icon.pdf{color:#a34b49;background:#faeceb}.file-icon.image{color:#4d725f;background:#eaf3ee}.file-icon.sheet{color:#3f755d;background:#e7f2ec}.activity-list>div{border-bottom:1px solid #edf0f3;align-items:flex-start;gap:10px;min-height:58px;padding-top:12px;display:flex}.activity-list>div:last-child{border-bottom:0}.activity-list span{flex-direction:column;min-width:0;display:flex}.activity-list p{color:#678;margin:0;font-size:10px}.activity-list b{color:#36495c;white-space:nowrap;text-overflow:ellipsis;margin:2px 0;font-size:10.5px;overflow:hidden}.activity-list small{color:#96a1aa;font-size:8.5px}.demo-banner,.security-note{color:#4b687f;background:#edf3f7;border:1px solid #d8e3ec;border-radius:9px;align-items:center;gap:10px;margin-top:18px;padding:13px 16px;font-size:11px;display:flex}.toolbar{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:9px;min-height:58px;margin-bottom:17px;padding:9px 11px;display:flex}.toolbar-search{color:#85929f;flex:1;align-items:center;min-width:220px;display:flex;position:relative}.toolbar-search svg{position:absolute;left:10px}.toolbar-search input{width:100%;height:38px;color:var(--ink);background:#fafbfc;border:1px solid #dde4ea;border-radius:8px;outline:none;padding:0 12px 0 36px;font-size:12px}.toolbar select,.document-toolbar>select{color:#4c5f71;background:#fff;border:1px solid #dde4ea;border-radius:8px;outline:none;min-width:140px;height:38px;padding:0 30px 0 11px;font-size:11.5px}.toolbar-label{color:#657687;align-items:center;gap:6px;margin:0 4px;font-size:11px;font-weight:650;display:flex}.view-toggle{border:1px solid #dde4ea;border-radius:8px;padding:3px;display:flex}.view-toggle button{color:#85919c;background:#fff;border:0;border-radius:5px;place-items:center;width:31px;height:30px;display:grid}.view-toggle button.active{color:var(--navy);background:#eaf0f5}.projects-grid{grid-template-columns:repeat(3,minmax(250px,1fr));gap:16px;display:grid}.project-card{border:1px solid var(--line);min-height:307px;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative}.project-card:hover{border-color:#becbd7;transform:translateY(-2px);box-shadow:0 13px 35px #1d344b1a}.project-card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.project-card-icon{color:#3b6389;background:#eaf0f6;border-radius:9px;place-items:center;width:41px;height:41px;display:grid}.project-type{color:#718292;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}.project-card h2{color:#213547;margin:6px 0 3px;font-size:16px;line-height:1.3}.project-code{color:#8b98a4;margin:0;font-size:9.5px}.project-location{color:#678;align-items:center;gap:6px;margin-top:17px;font-size:10.5px;display:flex}.project-card-details{border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 16px;padding:13px 0;display:grid}.project-card-details span{flex-direction:column;gap:4px;display:flex}.project-card-details small{color:#929da7;letter-spacing:.06em;font-size:8px}.project-card-details strong{color:#43576a;font-size:10.5px}.project-card-link{color:var(--navy);align-items:center;gap:5px;font-size:10.5px;font-weight:700;display:flex;position:absolute;bottom:20px;right:20px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th{text-align:left;color:#7d8b98;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#f7f9fa;border-bottom:1px solid #e2e7ec;height:44px;padding:0 15px;font-size:9px;font-weight:750}td{color:#536475;border-bottom:1px solid #e9edf1;height:64px;padding:9px 15px;font-size:11px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfd}td>strong,td>small{display:block}td>strong{color:#2c4053;font-size:11.5px}td>small{color:#8996a1;margin-top:3px;font-size:9px}.progress-cell{min-width:180px}.table-link{color:#6c7e8f}.no-results{text-align:center;color:#788795;padding:40px;font-size:12px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0e1e2d8c;place-items:center;padding:25px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:13px;width:min(530px,100%);max-height:calc(100vh - 50px);animation:.16s ease-out modal-in;overflow:auto;box-shadow:0 30px 80px #0c1c2b40}.modal-wide{width:min(780px,100%)}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}.modal-header{border-bottom:1px solid #e5eaee;justify-content:space-between;align-items:flex-start;gap:15px;min-height:74px;padding:18px 21px;display:flex}.modal-header h2{color:#22374a;margin:0 0 4px;font-size:18px}.modal-header p{color:#7c8995;margin:0;font-size:11px}.modal-content{padding:21px}.form-stack{flex-direction:column;gap:16px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-grid-3{grid-template-columns:1.5fr 1fr .55fr}.form-actions{border-top:1px solid #e8ecef;justify-content:flex-end;gap:9px;margin-top:4px;padding-top:17px;display:flex}.form-actions-split>span{flex:1}.conditional-section{background:#f6f8fa;border:1px solid #e3e8ed;border-radius:9px;padding:15px}.conditional-section .section-label{margin-bottom:12px;display:block}.input-prefix{background:#fff;border:1px solid #d4dde5;border-radius:8px;align-items:center;display:flex;overflow:hidden}.input-prefix span{text-align:center;color:#7b8996;border-right:1px solid #e1e6ea;width:38px}.input-prefix input{border:0;border-radius:0}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:42px 20px;display:flex}.empty-icon{color:#6f8293;background:#eef2f5;border-radius:10px;place-items:center;width:45px;height:45px;display:grid}.empty-state h3{color:#34495c;margin:13px 0 5px;font-size:14px}.empty-state p{color:#81909d;margin:0 0 17px;font-size:11px}.document-project-select{border-bottom:1px solid var(--line);background:#fbfcfd;align-items:center;gap:12px;min-height:59px;padding:10px 17px;display:flex}.document-project-select>span{color:#83909c;letter-spacing:.09em;font-size:9px;font-weight:750}.document-project-select select{color:#33485b;background:#fff;border:1px solid #dbe2e8;border-radius:7px;min-width:290px;height:37px;padding:0 10px;font-size:11px;font-weight:650}.document-layout{grid-template-columns:225px minmax(0,1fr);min-height:570px;display:grid}.folder-panel{background:#f9fafb;border-right:1px solid #e3e8ec;padding:13px 10px;overflow:auto}.folder-heading{color:#798895;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;height:34px;padding:0 7px;font-size:9.5px;font-weight:750;display:flex}.folder-heading button{color:#718596;background:0 0;border:0;place-items:center;display:grid}.folder-panel>button{text-align:left;color:#607181;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px;font-size:10.5px;display:flex}.folder-panel>button:hover{background:#eef2f5}.folder-panel>button.active{color:#294f74;background:#e5edf5;font-weight:650}.folder-panel>button span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.folder-panel>button em{color:#8f9ca7;font-size:8.5px;font-style:normal}.document-content{min-width:0}.document-toolbar{border-bottom:1px solid #e7ebef;align-items:center;gap:9px;min-height:64px;padding:12px 14px;display:flex}.documents-table{box-shadow:none;border:0;border-radius:0}.documents-table td{height:66px}.file-name{align-items:center;gap:10px;min-width:220px;display:flex}.file-name>span:last-child{flex-direction:column;min-width:0;display:flex}.file-name strong{text-overflow:ellipsis;white-space:nowrap;color:#2c4052;max-width:275px;font-size:11px;overflow:hidden}.file-name small{color:#8a97a2;margin-top:3px;font-size:9px}.file-glyph{color:#637686;background:#edf1f4;border-radius:6px;flex:none;place-items:center;width:31px;height:35px;display:grid}.file-glyph-pdf{color:#a54845;background:#f9eaea}.file-glyph-sheet{color:#397159;background:#e7f2ec}.file-glyph-image{color:#596c91;background:#e9edf6}.folder-chip{color:#5f7182;align-items:center;gap:5px;max-width:170px;font-size:9.5px;display:inline-flex}.folder-chip svg{flex:none}.row-menu-cell{width:40px;position:relative}.row-menu{color:#70808e;background:0 0;border:0;border-radius:7px;place-items:center;width:31px;height:31px;display:grid}.row-menu:hover{background:#edf1f4}.action-menu{z-index:10;border:1px solid var(--line);background:#fff;border-radius:8px;width:145px;padding:5px;position:absolute;top:48px;right:12px;box-shadow:0 12px 30px #142b4124}.action-menu button{color:#526576;background:#fff;border:0;border-radius:5px;align-items:center;gap:7px;width:100%;height:32px;padding:0 8px;font-size:10.5px;display:flex}.action-menu button:hover{background:#f1f4f6}.action-menu button.danger{color:var(--red)}.inline-notice{color:#526d82;background:#eef4f8;border:1px solid #d7e1e9;border-radius:8px;justify-content:space-between;gap:10px;margin:10px 14px 0;padding:10px 12px;font-size:10.5px;display:flex}.inline-notice button{color:#6f8292;background:0 0;border:0}.dropzone{color:#557087;background:#f7f9fb;border:1.5px dashed #b9c7d3;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:150px;display:flex;position:relative}.dropzone:hover{background:#f3f7fa;border-color:#7492ac}.dropzone strong{font-size:12px}.dropzone small{color:#8795a1;font-size:9.5px}.dropzone input{display:none}.selected-files{flex-direction:column;gap:5px;max-height:135px;display:flex;overflow:auto}.selected-files>span{color:#44586a;background:#f5f7f9;border-radius:6px;align-items:center;gap:7px;min-height:34px;padding:6px 9px;font-size:10.5px;display:flex}.selected-files small{color:#84919c;margin-left:auto}.summary-strip{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:34px;min-height:82px;margin-bottom:16px;padding:12px 18px;display:flex}.summary-strip>div:not(.week-nav){align-items:center;gap:10px;min-width:130px;display:flex}.summary-icon{border-radius:8px;place-items:center;width:37px;height:37px;display:grid}.summary-icon.blue{color:#40688f;background:#e9f0f7}.summary-icon.red{color:#a34c49;background:#f9eaea}.summary-icon.green{color:#367159;background:#e8f3ed}.summary-icon.amber{color:#a26927;background:#fff2df}.summary-strip p{flex-direction:column;margin:0;display:flex}.summary-strip p strong{color:#263b4e;font-size:19px}.summary-strip p small{color:#7d8b97;font-size:9.5px}.summary-divider{background:#e2e7eb;align-self:stretch;width:1px;margin-left:auto}.week-nav{align-items:center;gap:10px;margin-left:auto;display:flex}.week-nav button{color:#70808f;background:#fff;border:1px solid #dce3e9;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.week-nav strong{color:#405366;font-size:11.5px}.deadline-table-panel{overflow:hidden}.deadline-item{border-bottom:1px solid #e8edf1;grid-template-columns:54px minmax(250px,1fr) 100px 60px 110px;align-items:center;gap:15px;min-height:91px;padding:13px 17px;display:grid}.deadline-item:last-child{border-bottom:0}.deadline-item:hover{background:#fbfcfd}.deadline-item.deadline-late{box-shadow:inset 3px 0 #b4524c}.deadline-date-large{color:#375e83;background:#edf2f6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:46px;height:57px;display:flex}.deadline-late .deadline-date-large{color:var(--red);background:var(--red-soft)}.deadline-date-large strong{font-size:18px;line-height:1}.deadline-date-large span{margin-top:2px;font-size:7.5px;font-weight:750}.deadline-date-large small{opacity:.8;margin-top:3px;font-size:7.5px}.deadline-category{color:#758697;text-transform:uppercase;letter-spacing:.07em;font-size:8px;font-weight:750}.deadline-info h3{color:#2a3e51;margin:3px 0;font-size:12.5px}.deadline-info p{color:#85929d;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:9.5px;overflow:hidden}.deadline-people{padding-left:8px;display:flex}.deadline-people span{color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:27px;height:27px;margin-left:-8px;font-size:8px;font-weight:700;display:grid}.status-select{color:#526576;background:#fff;border:1px solid #dce3e9;border-radius:7px;height:34px;padding:0 8px;font-size:10px}.breadcrumb{color:#84929e;align-items:center;gap:7px;min-height:24px;margin-bottom:15px;font-size:10.5px;display:flex}.breadcrumb a{color:#526779;align-items:center;gap:5px;display:flex}.project-hero{align-items:center;gap:15px;min-height:108px;display:flex}.project-hero-icon{color:#385f85;background:#e7eef5;border-radius:11px;flex:none;place-items:center;width:54px;height:54px;display:grid}.project-hero-main{flex:1;min-width:0}.project-hero-main h1{color:#1b3043;margin:4px 0 6px;font-family:Manrope,sans-serif;font-size:clamp(24px,3vw,32px)}.project-hero-main p{color:#718190;align-items:center;gap:5px;margin:0;font-size:11px;display:flex}.project-tabs{border-bottom:1px solid #dce3e9;align-items:center;margin-bottom:20px;display:flex;overflow-x:auto}.project-tabs button{color:#70808f;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;height:50px;padding:0 16px;font-size:11px;font-weight:600;display:flex;position:relative}.project-tabs button:hover{color:#36536f}.project-tabs button.active{color:var(--navy)}.project-tabs button.active:after{content:"";background:var(--navy);height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.project-tabs em{color:#617383;background:#e9edf1;border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:8px;font-style:normal;display:grid}.project-overview-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:18px;display:grid}.project-summary{padding-bottom:20px}.project-description{color:#5d6f7f;min-height:70px;padding:20px 20px 0;font-size:12px;line-height:1.65}.overview-progress{background:#f4f7f9;border-radius:9px;grid-template-columns:1fr minmax(150px,.7fr);align-items:center;gap:20px;margin:0 20px 21px;padding:15px;display:grid}.overview-progress>span{flex-direction:column;gap:3px;display:flex}.overview-progress strong{color:#3c5063;font-size:11px}.overview-progress small{color:#8b97a2;font-size:9px}.detail-grid{grid-template-columns:1fr 1fr;gap:12px;padding:0 20px;display:grid}.detail-grid>div{align-items:flex-start;gap:10px;min-height:65px;display:flex}.detail-icon{color:#526f8a;background:#edf2f6;border-radius:7px;flex:none;place-items:center;width:34px;height:34px;display:grid}.detail-grid p{flex-direction:column;gap:4px;margin:1px 0 0;display:flex}.detail-grid small,.public-data p small{color:#8e9aa5;letter-spacing:.05em;font-size:8px}.detail-grid strong,.public-data p strong{color:#3b5063;font-size:10.5px}.public-data{background:#f7f9fa;border:1px solid #e5eaee;border-radius:9px;margin:16px 20px 0;padding:15px}.public-data>div{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:12px;display:grid}.public-data p{flex-direction:column;gap:4px;margin:0;display:flex}.project-side-stack{flex-direction:column;gap:18px;display:flex}.mini-deadlines{padding:5px 17px 12px}.mini-deadlines>div{border-bottom:1px solid #edf0f3;align-items:center;gap:10px;min-height:54px;display:flex}.mini-deadlines>div:last-child{border-bottom:0}.mini-deadlines>div>span{color:#42678a;background:#eef2f6;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:32px;height:37px;display:flex}.mini-deadlines span strong{font-size:13px;line-height:1}.mini-deadlines span small{margin-top:2px;font-size:7px}.mini-deadlines p{flex-direction:column;gap:3px;margin:0;display:flex}.mini-deadlines p strong{color:#3a4e61;font-size:10.5px}.mini-deadlines p small{color:#87939e;font-size:8.5px}.team-stack{padding:8px 18px}.team-stack>div{align-items:center;gap:9px;min-height:43px;display:flex}.team-stack>div>span:last-child{flex-direction:column;gap:2px;display:flex}.team-stack strong{color:#3d5062;font-size:10.5px}.team-stack small{color:#87939d;font-size:8.5px}.text-button{color:var(--navy);background:0 0;border:0;align-items:center;gap:4px;margin:0 18px 16px;padding:0;font-size:10px;font-weight:700;display:flex}.simple-deadlines{padding:5px 20px 13px}.simple-deadlines>div{border-bottom:1px solid #edf0f3;align-items:center;gap:11px;min-height:59px;display:flex}.simple-deadlines>div:last-child{border-bottom:0}.simple-deadlines>div>div{flex-direction:column;flex:1;gap:3px;display:flex}.simple-deadlines strong{color:#34495c;font-size:11px}.simple-deadlines small{color:#87939e;font-size:9px}.priority-dot{background:#8a98a4;border-radius:50%;width:7px;height:7px}.priority-dot-urgente{background:#af4b47}.priority-dot-alta{background:#b57a2c}.priority-dot-media{background:#527799}.priority-dot-bassa{background:#6d887a}.safety-project{padding-bottom:20px}.safety-score{color:#41725d;background:#eaf2ed;border-radius:7px;padding:6px 10px;font-size:9.5px}.safety-score strong{font-size:14px}.safety-check-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 20px;display:grid}.safety-check-grid>div{border:1px solid #e2e7eb;border-radius:8px;align-items:center;gap:9px;min-height:62px;padding:10px;display:flex}.safety-check-grid>div>span{color:#9aa5ad;background:#f3f5f6;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.safety-check-grid>div.complete>span{color:#39715a;background:#e4f1ea}.safety-check-grid p{flex-direction:column;gap:3px;margin:0;display:flex}.safety-check-grid strong{color:#415466;font-size:10.5px}.safety-check-grid small{color:#8996a0;font-size:8.5px}.safety-project>.button{margin-left:20px}.access-layout{grid-template-columns:250px minmax(400px,1fr) 220px;gap:15px;display:grid}.access-users,.access-folders,.access-add{align-self:start;overflow:hidden}.access-users>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f3;align-items:center;gap:9px;width:100%;min-height:56px;padding:8px 14px;display:flex}.access-users>button:hover,.access-users>button.active{background:#f2f6f9}.access-users>button.active{box-shadow:inset 3px 0 0 var(--navy)}.access-users>button>span:nth-child(2){flex-direction:column;flex:1;gap:3px;display:flex}.access-users strong{color:#394d60;font-size:10.5px}.access-users small{color:#8996a0;font-size:8.5px}.access-users svg{color:#8694a0}.permission-list{padding:7px 16px 14px}.permission-list label{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:12px;min-height:54px;display:flex;position:relative}.folder-permission-name{color:#617587;align-items:center;gap:9px;display:flex}.folder-permission-name>span{flex-direction:column;gap:3px;display:flex}.folder-permission-name strong{color:#3b5063;font-size:10.5px}.folder-permission-name small{color:#8b97a1;font-size:8.5px}.permission-list input{opacity:0;position:absolute}.toggle{background:#cbd3da;border-radius:10px;flex:none;width:34px;height:19px;transition:all .15s;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.permission-list input:checked+.toggle{background:#4f789d}.permission-list input:checked+.toggle:after{transform:translate(15px)}.permission-list input:disabled+.toggle{opacity:.55}.access-add{padding-bottom:13px}.access-add>button:not(.button){color:#536779;text-align:left;background:#fff;border:1px solid #e0e6eb;border-radius:6px;align-items:center;gap:6px;width:calc(100% - 24px);min-height:34px;margin:5px 12px;padding:6px 8px;font-size:9.5px;display:flex}.access-add>.button{width:calc(100% - 24px);margin:10px 12px 0}.safety-sites{gap:16px;display:grid}.safety-site{overflow:hidden}.safety-site>header{border-bottom:1px solid #e6ebef;justify-content:space-between;align-items:center;gap:15px;min-height:90px;padding:16px 20px;display:flex}.safety-site-title{align-items:center;gap:12px;display:flex}.safety-site-title>span{color:#3c735c;background:#e7f0eb;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.safety-site-title div{flex-direction:column;display:flex}.safety-site-title div>small{color:#83909b;font-size:8.5px}.safety-site-title h2{color:#293e51;margin:3px 0;font-size:14px}.safety-site-title p{color:#84919c;margin:0;font-size:9.5px}.safety-completion{color:#397059;background:#e8f3ed;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;width:67px;height:55px;display:flex}.safety-completion.low{color:#a26927;background:#fff2df}.safety-completion strong{font-size:18px}.safety-completion small{font-size:8px}.safety-doc-summary{background:#fafbfc;border-bottom:1px solid #e8edf1;gap:45px;min-height:67px;padding:12px 20px;display:flex}.safety-doc-summary span{flex-direction:column;gap:2px;display:flex}.safety-doc-summary strong{color:#33495c;font-size:17px}.safety-doc-summary small{color:#8995a0;font-size:9px}.safety-checks{grid-template-columns:repeat(5,1fr);gap:8px;padding:16px 20px;display:grid}.safety-checks>div{border:1px solid #e3e8ec;border-radius:7px;grid-template-columns:19px 1fr;align-items:center;min-height:50px;padding:9px;display:grid}.safety-checks>div svg{grid-row:1/3}.safety-checks>div span{color:#405466;font-size:9.5px;font-weight:650}.safety-checks>div small{color:#8a97a1;font-size:8px}.safety-checks .ok svg{color:#39725a}.safety-checks .missing svg{color:#b0792f}.safety-site-footer{border-top:1px solid #e8edf1;justify-content:space-between;align-items:center;gap:15px;min-height:60px;padding:10px 20px;display:flex}.safety-site-footer>div{gap:16px;min-width:0;display:flex}.safety-site-footer>div>span{grid-template-columns:minmax(80px,180px) auto;align-items:center;column-gap:8px;display:grid}.safety-site-footer>div strong{white-space:nowrap;text-overflow:ellipsis;color:#465b6d;font-size:9px;overflow:hidden}.safety-site-footer>div small{color:#8b97a1;font-size:8px}.safety-site-footer>a{color:var(--navy);white-space:nowrap;font-size:10px;font-weight:700}.users-summary{justify-content:flex-start}.users-table .user-cell{align-items:center;gap:10px;min-width:185px;display:flex}.user-cell>span{flex-direction:column;gap:3px;display:flex}.user-cell strong{color:#34495c;font-size:11px}.user-cell small{color:#8995a0;font-size:9px}.role-chip,.email-cell{color:#526677;align-items:center;gap:6px;font-size:10px;display:inline-flex}.role-chip{background:#f8fafb;border:1px solid #dfe5ea;border-radius:6px;padding:5px 7px}.contact-stack{flex-direction:column;gap:4px;display:flex}.contact-stack small{color:#7d8c99;font-size:8.5px}.user-actions{gap:5px;display:flex}.user-actions button{color:#5d7183;background:#fff;border:1px solid #dce3e9;border-radius:7px;place-items:center;width:31px;height:31px;display:grid}.user-actions button:hover{background:#f2f5f7}.user-actions button.danger{color:var(--red);border-color:#e8cccc}.project-list-compact .empty-state,.deadline-list-compact .empty-state,.document-list-compact .empty-state,.activity-list .empty-state{min-height:190px}.security-note{align-items:flex-start}.security-note>span{flex-direction:column;gap:3px;display:flex}.security-note small{color:#6f8292}.invitation-note{color:#557087;background:#edf3f7;border-radius:8px;align-items:center;gap:8px;padding:11px;font-size:10.5px;display:flex}.settings-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.settings-section{padding:20px}.settings-section>header{border-bottom:1px solid #e7ebef;align-items:center;gap:11px;padding-bottom:17px;display:flex}.settings-section>header>span{color:#466b8d;background:#eaf0f5;border-radius:8px;place-items:center;width:37px;height:37px;display:grid}.settings-section>header h2{color:#2e4356;margin:0 0 3px;font-size:13px}.settings-section>header p{color:#87949f;margin:0;font-size:9.5px}.settings-fields{gap:11px;padding:17px 0;display:grid}.settings-fields label{color:#526576;flex-direction:column;gap:6px;font-size:10px;font-weight:650;display:flex}.settings-fields input{min-height:37px;font-size:11px}.setting-toggles{padding:9px 0}.setting-toggles label{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:15px;min-height:58px;display:flex;position:relative}.setting-toggles label>span{flex-direction:column;gap:3px;display:flex}.setting-toggles strong{color:#3e5265;font-size:10.5px}.setting-toggles small{color:#8996a0;font-size:8.5px}.setting-toggles input{opacity:0;position:absolute}.setting-toggles i{background:#cbd3da;border-radius:10px;width:34px;height:19px;position:relative}.setting-toggles i:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.setting-toggles input:checked+i{background:#4e789d}.setting-toggles input:checked+i:after{transform:translate(15px)}.settings-actions{padding:10px 0}.settings-actions button{color:#587087;text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f3;align-items:center;gap:10px;width:100%;min-height:55px;padding:8px 0;display:flex}.settings-actions button>span{flex-direction:column;gap:3px;display:flex}.settings-actions strong{color:#3d5264;font-size:10.5px}.settings-actions small{color:#8995a0;font-size:8.5px}@media (width<=1180px){.metric-grid,.projects-grid{grid-template-columns:1fr 1fr}.access-layout{grid-template-columns:230px 1fr}.access-add{grid-column:1/-1}.safety-checks{grid-template-columns:repeat(3,1fr)}.deadline-item{grid-template-columns:54px 1fr 85px 105px}.deadline-people{display:none}}@media (width<=920px){.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh}.mobile-brand{color:#20384d;align-items:center;gap:10px;margin-bottom:45px;display:flex}.mobile-brand .brand-mark{width:37px;height:37px}.sidebar{transition:transform .2s;transform:translate(-100%);box-shadow:20px 0 50px #0c1d2d33}.sidebar-open{transform:translate(0)}.sidebar-overlay{z-index:39;background:#0c1d2d73;border:0;display:block;position:fixed;inset:0}.mobile-close{color:#a8b9c7;background:0 0;border:0;place-items:center;margin-left:auto;display:grid}.app-main{margin-left:0}.mobile-menu{color:#526778;background:0 0;border:0;border-radius:7px;place-items:center;width:36px;height:36px;margin-right:10px;display:grid}.project-overview-grid{grid-template-columns:1fr}.project-side-stack{grid-template-columns:1fr 1fr;display:grid}.document-layout{grid-template-columns:190px minmax(0,1fr)}.access-layout{grid-template-columns:1fr}.access-add{grid-column:auto}}@media (width<=720px){.topbar{padding:0 15px}.global-search{flex:1;width:auto}.global-search input::placeholder{color:#0000}.profile-button>span:nth-child(2),.profile-button>svg{display:none}.content{padding:25px 15px 40px}.page-header{align-items:flex-start}.page-header p{max-width:300px}.metric-grid,.metric-grid-3{grid-template-columns:1fr 1fr}.metric-card{min-height:100px;padding:15px}.dashboard-grid,.projects-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.toolbar-search{min-width:100%}.toolbar select{flex:1}.view-toggle{margin-left:auto}.document-project-select{flex-direction:column;align-items:flex-start}.document-project-select select{width:100%;min-width:0}.document-layout{display:block}.folder-panel{border-bottom:1px solid #e3e8ec;border-right:0;max-height:205px}.document-toolbar{flex-wrap:wrap}.document-toolbar .toolbar-search{min-width:100%}.documents-table th:nth-child(2),.documents-table td:nth-child(2),.documents-table th:nth-child(4),.documents-table td:nth-child(4),.documents-table th:nth-child(5),.documents-table td:nth-child(5){display:none}.form-grid,.form-grid-3{grid-template-columns:1fr}.summary-strip{flex-wrap:wrap;gap:15px}.summary-strip>div:not(.week-nav){min-width:115px}.summary-divider,.week-nav{display:none}.deadline-item{grid-template-columns:48px 1fr auto;gap:10px}.deadline-item>.priority{display:none}.status-select{grid-column:2/-1;width:max-content}.project-hero{flex-wrap:wrap}.project-hero-main{min-width:calc(100% - 70px)}.project-hero>.status{margin-left:69px}.project-tabs button{padding:0 12px}.project-tabs button svg{display:none}.project-side-stack,.detail-grid,.overview-progress,.public-data>div{grid-template-columns:1fr}.safety-check-grid,.safety-checks{grid-template-columns:1fr 1fr}.safety-site-footer>div{display:none}.settings-grid{grid-template-columns:1fr}.modal-backdrop{padding:10px}.modal{max-height:calc(100vh - 20px)}}@media (width<=470px){.login-panel{padding:26px 20px}.login-card h2{font-size:27px}.demo-box>div:first-child{flex-direction:column;align-items:flex-start}.page-header{flex-direction:column}.page-actions,.page-actions .button{width:100%}.metric-grid,.metric-grid-3{grid-template-columns:1fr}.project-row{grid-template-columns:38px 1fr 16px}.project-next{display:none}.project-monogram{width:35px;height:35px}.safety-check-grid,.safety-checks{grid-template-columns:1fr}.summary-strip>div:not(.week-nav){min-width:calc(50% - 10px)}.profile-button{padding-left:10px}}@media print{.sidebar,.topbar,.page-actions,.toolbar,.project-tabs{display:none!important}.app-main{margin:0}.content{max-width:none;padding:0}.panel{box-shadow:none;break-inside:avoid}}.brand-mark img,.sidebar-brand .brand-mark img{object-fit:contain;border-radius:inherit;width:100%;height:100%}.sidebar-brand{height:auto;min-height:48px}.sidebar-brand>span:nth-child(2){min-width:0}.sidebar-brand strong,.sidebar-brand small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-brand strong{letter-spacing:.01em;max-width:154px;font-size:12.5px}.sidebar-brand small{letter-spacing:.05em;max-width:154px}.sidebar-attribution{color:#71889c;letter-spacing:.025em;border-top:1px solid #ffffff14;margin-top:auto;padding:14px 7px 6px;font-size:8.5px}.sidebar-user{margin-top:0}.login-attribution{text-align:center;color:#8b98a4;font-size:10px;margin:17px 0 0!important}.avatar-image{padding:0;overflow:hidden;background:#e9eef3!important}.avatar-image img{object-fit:cover;width:100%;height:100%}.avatar-picker{grid-template-columns:repeat(3,1fr);gap:8px;padding-top:16px;display:grid}.avatar-picker button{color:#778593;background:#fff;border:1px solid #dfe5eb;border-radius:9px;flex-direction:column;align-items:center;gap:6px;min-height:76px;padding:8px 5px;font-size:9px;display:flex}.avatar-picker button:hover{background:#f8fafb;border-color:#bccbd6}.avatar-picker button.selected{border-color:var(--navy);box-shadow:0 0 0 2px color-mix(in srgb, var(--navy) 15%, transparent);color:var(--navy);font-weight:700}.avatar-current{align-items:center;gap:11px;padding:16px 0 2px;display:flex}.avatar-current>span{flex-direction:column;gap:3px;display:flex}.avatar-current strong{color:#33485b;font-size:11.5px}.avatar-current small{color:#84919d;font-size:9px}.settings-branding{grid-column:1/-1}.branding-form{gap:14px;padding-top:17px;display:grid}.branding-preview{color:#fff;background:var(--navy-deep);border-radius:10px;align-items:center;gap:12px;min-height:68px;padding:12px;display:flex}.branding-preview .brand-mark{width:44px;height:44px}.branding-preview>div{flex-direction:column;gap:3px;display:flex}.branding-preview strong{font-size:14px}.branding-preview small{color:#b5c5d3;font-size:9.5px}.branding-colors{grid-template-columns:130px 130px 1fr;align-items:end;gap:12px;display:grid}.branding-colors input[type=color]{min-height:42px;padding:4px}.logo-upload{min-height:42px;color:var(--navy);cursor:pointer;border:1px solid #d4dde5;border-radius:8px;align-items:center;gap:9px;padding:6px 11px;display:flex}.logo-upload>span{flex-direction:column;gap:2px;display:flex}.logo-upload strong{font-size:10.5px}.logo-upload small{color:#84919d;font-size:8.5px}.logo-upload input{opacity:0;width:1px;height:1px;position:absolute}.settings-message{margin:-12px 0 16px}.project-card-photo{background:#e8edf1;border-radius:11px 11px 0 0;height:128px;margin:-20px -20px 17px;overflow:hidden}.project-card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.project-card:hover .project-card-photo img{transform:scale(1.025)}.project-card-with-photo{min-height:435px}.project-hero-icon img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.project-hero-with-photo .project-hero-icon{width:88px;height:66px}.project-cover-upload{cursor:pointer;background:#f9fbfc;border:1px dashed #bdcad5;border-radius:9px;align-items:center;gap:11px;min-height:76px;padding:9px;display:flex}.project-cover-upload>img,.project-cover-upload>span{object-fit:cover;color:#60788d;background:#e9eff4;border-radius:7px;flex:none;place-items:center;width:78px;height:56px;display:grid}.project-cover-upload>div{flex-direction:column;gap:4px;display:flex}.project-cover-upload strong{color:#40566a;font-size:11px}.project-cover-upload small{color:#85929e;font-size:9px}.project-cover-upload input{opacity:0;width:1px;height:1px;position:absolute}.document-row-actions{align-items:center;gap:2px;display:flex}.document-delete-button{width:31px;height:31px;color:var(--red);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.document-delete-button:hover{background:var(--red-soft)}.document-delete-button:disabled{opacity:.45;cursor:wait}.row-menu-cell{width:76px}.calendar-view-toggle{margin-left:auto}.month-calendar{overflow:hidden}.month-calendar-head{border-bottom:1px solid var(--line);background:#f4f7f9;grid-template-columns:repeat(7,1fr);align-items:center;min-height:36px;display:grid}.month-calendar-head span{color:#748391;letter-spacing:.06em;text-transform:uppercase;padding:0 10px;font-size:9px;font-weight:750}.month-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-day{background:#fff;border-bottom:1px solid #e8edf1;border-right:1px solid #e8edf1;min-height:126px;padding:9px}.calendar-day:nth-child(7n){border-right:0}.calendar-day.outside{background:#fafbfc}.calendar-day.outside .calendar-day-number{color:#bdc5cc}.calendar-day-number{color:#526779;border-radius:50%;place-items:center;width:25px;height:25px;font-size:10.5px;font-weight:700;display:grid}.calendar-day.today .calendar-day-number{color:#fff;background:var(--navy)}.calendar-events{flex-direction:column;gap:4px;margin-top:5px;display:flex}.calendar-event{background:#edf3f7;border-left:3px solid #7390aa;border-radius:4px;min-width:0;padding:5px 6px}.calendar-event:hover{background:#e2ebf2}.calendar-event strong,.calendar-event small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.calendar-event strong{color:#40576b;font-size:8.5px}.calendar-event small{color:#7c8995;margin-top:2px;font-size:7.5px}.priority-border-urgente{border-left-color:var(--red)}.priority-border-alta{border-left-color:var(--amber)}.priority-border-media{border-left-color:#4f7396}.priority-border-bassa{border-left-color:var(--green)}.calendar-more{color:#758493;padding-left:5px;font-size:8px}.deadline-item{grid-template-columns:54px minmax(250px,1fr) 100px 132px 110px}.deadline-people{gap:3px;display:flex}.google-calendar-button{color:#4f6578;background:#fff;border:1px solid #d9e1e7;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 9px;font-size:9.5px;font-weight:650;display:inline-flex}.google-calendar-button:hover{background:#f8fafb;border-color:#abbcc9}@media (width<=920px){.calendar-day{min-height:105px;padding:6px}.calendar-event small{display:none}.branding-colors{grid-template-columns:1fr 1fr}.logo-upload{grid-column:1/-1}}@media (width<=720px){.month-calendar{overflow-x:auto}.month-calendar-head,.month-calendar-grid{min-width:720px}.calendar-day{min-height:102px}.google-calendar-button span{display:none}.google-calendar-button{width:36px;padding:0}.project-hero-with-photo .project-hero-icon{width:88px;height:66px}.project-hero-with-photo .project-hero-main{min-width:calc(100% - 108px)}.project-hero-with-photo>.status{margin-left:103px}}@media (width<=470px){.avatar-picker{grid-template-columns:repeat(2,1fr)}.branding-colors{grid-template-columns:1fr}.logo-upload{grid-column:auto}}
