:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172235;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:#f3f6fa}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.app-main{min-width:0}.page-content{width:100%;max-width:1500px;margin:0 auto;padding:30px}.sidebar{min-height:100vh;height:100vh;position:sticky;top:0;display:flex;flex-direction:column;padding:22px 16px;background:linear-gradient(180deg,#07162c,#0c2142);color:#fff;box-shadow:8px 0 28px #08193214}.brand{display:flex;align-items:center;gap:13px;padding:0 8px 25px}.brand-logo{width:57px;height:57px;object-fit:contain;border-radius:15px;background:#fff;border:2px solid rgba(255,255,255,.12)}.brand strong{display:block;font-size:21px;letter-spacing:.04em}.brand span{display:block;max-width:145px;margin-top:4px;color:#aebcd1;font-size:10px;line-height:1.4}.sidebar-nav{display:flex;flex-direction:column;gap:7px}.nav-link{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:12px;color:#cbd7e8;font-size:14px;font-weight:550;transition:.16s ease}.nav-link:hover{color:#fff;background:#ffffff12}.nav-link.active{color:#fff;background:linear-gradient(135deg,#2f66ed,#4c82ff);box-shadow:0 9px 23px #285fe640}.sidebar-footer{margin-top:auto;padding:18px 10px 5px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer span,.sidebar-footer small{display:block}.sidebar-footer span{color:#b5c2d5;font-size:11px}.sidebar-footer small{margin-top:4px;color:#71839e;font-size:10px}.topbar{min-height:82px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:13px 30px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5eaf1}.topbar-title{margin:0;font-size:20px;font-weight:800}.topbar-subtitle{margin:5px 0 0;color:#748196;font-size:12px}.topbar-user{display:flex;align-items:center;gap:11px;padding:7px 9px;background:#fff;border:1px solid #e7ebf1;border-radius:15px;box-shadow:0 4px 14px #1828440a}.user-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#285dd8;background:#e9efff;font-weight:800}.user-info{min-width:130px}.user-info strong{display:block;font-size:12px}.user-info span{display:flex;align-items:center;gap:4px;margin-top:3px;color:#7d899a;font-size:10px}.icon-button,.small-icon-button{border:0;background:transparent;display:inline-grid;place-items:center}.icon-button{width:38px;height:38px;border-radius:10px;color:#5e6b7d}.icon-button:hover{background:#f1f4f8}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-header h1{margin:0;font-size:28px}.page-header p{max-width:700px;margin:7px 0 0;color:#6f7d91;line-height:1.55}.heading-with-icon{display:flex;align-items:center;gap:9px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:19px}.section-heading h2,.section-heading h3{margin:0}.section-heading p{margin:5px 0 0;color:#7a8799;font-size:12px}.panel{margin-bottom:22px;padding:24px;background:#fff;border:1px solid #e5ebf2;border-radius:18px;box-shadow:0 8px 24px #1126460a}.panel>h2:first-child,.panel>h3:first-child{margin-top:0}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 16px;border-radius:10px;font-size:13px;font-weight:700;transition:.15s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.primary{color:#fff;background:linear-gradient(135deg,#2962ef,#497fff)}.button.secondary{color:#344359;background:#edf1f6}.button.success{color:#14703a;background:#e3f7eb}.button.danger{color:#ae2929;background:#fee8e8}.button.small{padding:7px 11px;font-size:11px}.button.full{width:100%}.action-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.form-stack{display:flex;flex-direction:column;gap:17px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}label{display:flex;flex-direction:column;gap:7px;color:#35445a;font-size:12px;font-weight:650}input,select,textarea{width:100%;padding:11px 13px;border:1px solid #d7dfe9;border-radius:10px;outline:0;color:#1f2b3b;background:#fff;transition:.15s ease}input:focus,select:focus,textarea:focus{border-color:#356af0;box-shadow:0 0 0 3px #356af01a}textarea{resize:vertical}.full-column{grid-column:1 / -1}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:9px}.margin-top{margin-top:17px}.alert{margin-bottom:18px;padding:12px 14px;border-radius:9px;font-size:12px}.alert.error{color:#a62525;background:#fee9e9;border:1px solid #f9cccc}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(49,104,242,.18),transparent 36%),linear-gradient(145deg,#06152d,#10284d)}.login-brand{position:absolute;top:38px;left:42px;color:#fff}.login-brand-logo{width:70px;height:70px;object-fit:contain;border-radius:18px;background:#fff}.login-brand h1{margin:12px 0 0;font-size:28px;letter-spacing:.08em}.login-brand p{margin:4px 0;color:#aebbd0}.login-card{width:min(440px,100%);padding:37px;background:#fff;border-radius:22px;box-shadow:0 35px 80px #0000003d}.login-card h2{margin:0 0 6px;font-size:31px}.login-card>p{margin:0 0 25px;color:#748196}.login-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:17px;color:#2d64ec;background:#e9efff;border-radius:14px}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin-bottom:22px}.stat-card{display:flex;align-items:center;gap:13px;padding:19px;background:#fff;border:1px solid #e5ebf2;border-radius:16px;box-shadow:0 6px 18px #14284609}.stat-icon{min-width:45px;height:45px;display:grid;place-items:center;border-radius:12px;color:#2e63e9;background:#edf2ff}.stat-label{display:block;color:#748196;font-size:11px}.stat-value{display:block;margin-top:2px;font-size:25px;line-height:1.15}.stat-card small{color:#8b96a7;font-size:9px}.dashboard-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.summary-grid>div{padding:11px;background:#f7f9fc;border-radius:10px}.summary-grid span{display:block;color:#7b8799;font-size:10px}.summary-grid strong{font-size:18px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.content-card{padding:20px;background:#fff;border:1px solid #e5ebf2;border-radius:16px;box-shadow:0 6px 18px #13274509}.card-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:12px;color:#2f64ec;background:#eaf0ff}.card-heading{display:flex;justify-content:space-between;gap:12px}.card-heading h3{margin:0;text-transform:capitalize}.content-card p{color:#627086;line-height:1.5}.work-list{display:flex;flex-direction:column;gap:12px}.work-card{display:flex;justify-content:space-between;gap:25px;padding:20px;background:#fff;border:1px solid #e4eaf1;border-radius:15px;box-shadow:0 5px 16px #12264508;transition:.15s ease}.work-card:hover{transform:translateY(-2px);border-color:#becdec;box-shadow:0 11px 25px #1d3b7014}.work-card-main{min-width:0}.work-card h3{display:flex;align-items:center;gap:7px;margin:10px 0 6px}.work-card p{max-width:800px;margin:0;color:#68768b;line-height:1.5}.work-card-top{display:flex;gap:7px;flex-wrap:wrap}.work-card-meta{min-width:170px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px;color:#8691a1;font-size:10px}.status-badge{width:fit-content;display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:750}.status-pending{color:#89620f;background:#fff4cd}.status-in_progress{color:#1d57b1;background:#e6efff}.status-completed{color:#555f70;background:#edf0f4}.status-approved{color:#14733b;background:#e2f7eb}.status-rejected{color:#ad2a2a;background:#fee7e7}.status-low{color:#516671;background:#eef3f5}.status-medium{color:#7a6216;background:#fcf0ca}.status-high{color:#a24c21;background:#ffe7d7}.status-urgent{color:#ac2929;background:#fee4e4}.detail-back{margin-bottom:17px}.detail-back a{display:inline-flex;align-items:center;gap:6px;color:#596a82;font-size:12px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:22px}.detail-header h1{margin:11px 0 7px}.detail-header p{max-width:800px;margin:0;color:#68768a;line-height:1.55}.detail-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.detail-list{display:flex;flex-direction:column;gap:14px}.detail-list.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-list>div{padding-bottom:11px;border-bottom:1px solid #edf0f4}.detail-list span{display:block;margin-bottom:4px;color:#8390a2;font-size:10px}.detail-list strong{color:#2c394d;font-size:12px}.round-counter{min-width:32px;height:32px;display:inline-grid;place-items:center;padding:0 9px;border-radius:999px;color:#2c63ea;background:#edf2ff;font-size:11px;font-weight:800}.comments-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.comment{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;background:#f6f8fb;border-radius:12px}.comment-avatar{flex:0 0 auto;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#2f63e6;background:#e9efff;font-size:12px;font-weight:800}.comment-content{min-width:0;flex:1}.comment-meta{display:flex;justify-content:space-between;gap:15px;margin-bottom:6px;color:#748196;font-size:9px}.comment-meta strong{color:#334258;font-size:11px}.comment-content p{margin:0;color:#46566c;line-height:1.55}.comment-form{display:flex;align-items:flex-end;gap:10px}.comment-form textarea{flex:1}.upload-form{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.file-picker{flex:1}.file-picker input{background:#f8fafc}.selected-file{display:block;margin-top:7px;color:#69778c;font-size:10px}.photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.photo-card{overflow:hidden;background:#fafbfd;border:1px solid #e2e7ed;border-radius:13px;transition:.17s ease}.photo-card:hover{transform:translateY(-2px);border-color:#c5d2e9;box-shadow:0 12px 25px #1c315417}.photo-card a{display:block;overflow:hidden}.photo-card img{display:block;width:100%;height:180px;object-fit:cover;transition:transform .25s ease}.photo-card:hover img{transform:scale(1.025)}.photo-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px}.photo-card-footer>div{min-width:0}.photo-card-footer strong,.photo-card-footer span{display:block}.photo-card-footer strong{overflow:hidden;color:#35445a;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.photo-card-footer span{margin-top:3px;color:#8a96a7;font-size:8px}.danger-text{color:#c32f2f}.inspection-checklist{display:flex;flex-direction:column}.inspection-row{display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid #edf0f4}.inspection-row>div{display:flex;align-items:center;gap:11px}.inspection-number{flex:0 0 auto;width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#2e63e9;background:#edf2ff;font-size:10px;font-weight:800}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #e9edf2;text-align:left;font-size:11px}th{color:#758398;background:#fafbfd;font-weight:700}.table-user{display:flex;align-items:center;gap:9px}.table-user strong,.table-user span{display:block}.table-user span{margin-top:2px;color:#8a96a7;font-size:9px}.mini-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#2f64eb;background:#edf2ff}.active-dot,.inactive-dot{display:inline-flex;align-items:center;gap:6px;font-size:10px}.active-dot:before,.inactive-dot:before{content:"";width:7px;height:7px;border-radius:50%}.active-dot:before{background:#25a85a}.inactive-dot:before{background:#c4cad3}.empty-state{padding:36px;text-align:center;color:#8390a2;background:#fff;border:1px dashed #cbd4e0;border-radius:15px}.empty-state.compact{padding:19px}.empty-state svg{color:#99a9be}.empty-state p{margin:5px 0 0}.muted{color:#8490a2}.full-page-center{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px}.loader{width:33px;height:33px;border:3px solid #dce4ef;border-top-color:#2e64ec;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1150px){.stats-grid{grid-template-columns:repeat(3,1fr)}.dashboard-panels{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.app-shell{display:block}.sidebar{width:100%;height:auto;min-height:0;position:static;padding:12px}.brand{padding-bottom:12px}.sidebar-nav{flex-direction:row;overflow-x:auto}.nav-link{white-space:nowrap}.sidebar-footer{display:none}.topbar{position:static}.page-content{padding:18px}.detail-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.full-column,.form-actions{grid-column:auto}}@media(max-width:580px){.topbar{padding:12px 15px}.topbar-title,.topbar-subtitle{display:none}.user-info{min-width:0}.page-header,.detail-header{flex-direction:column}.stats-grid{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:1fr}.work-card{flex-direction:column}.work-card-meta{align-items:flex-start}.photo-grid{grid-template-columns:1fr}.comment-form,.upload-form{flex-direction:column;align-items:stretch}.inspection-row,.detail-list.two-column{grid-template-columns:1fr}.login-brand{position:static;margin-bottom:25px}.login-page{display:flex;flex-direction:column;justify-content:center}}.quick-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.quick-action{display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #e6ebf3;border-radius:13px;background:#f8faff;color:#2f64ec;transition:.15s ease}.quick-action:hover{transform:translateY(-2px);border-color:#c4d2ed;box-shadow:0 8px 20px #23458214}.quick-action strong{display:block;color:#304057;font-size:12px}.quick-action span{display:block;margin-top:3px;color:#8490a2;font-size:9px}@media(max-width:1000px){.quick-actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.quick-actions{grid-template-columns:1fr}}.alert.success{color:#146c3a;background:#e6f7ed;border:1px solid #c6ead4}.project-create-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:28px}.project-form-fields{display:flex;flex-direction:column;gap:17px}.project-photo-picker{display:flex;flex-direction:column;gap:10px}.project-photo-label{color:#35445a;font-size:12px;font-weight:650}.project-preview{width:100%;height:230px;overflow:hidden;border:1px dashed #cbd6e5;border-radius:15px;background:#f7f9fc}.project-preview img{display:block;width:100%;height:100%;object-fit:cover}.project-preview-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#8a98aa}.project-preview-placeholder svg{color:#4777ed;margin-bottom:5px}.project-preview-placeholder strong{color:#536177;font-size:12px}.project-preview-placeholder span{font-size:10px}.project-preview-placeholder small{font-size:9px}.project-photo-select{width:100%}.project-photo-select input,.project-card-actions label input{display:none}.project-create-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.project-card{overflow:hidden;background:#fff;border:1px solid #e3e9f1;border-radius:17px;box-shadow:0 7px 21px #1427440b;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.project-card:hover{transform:translateY(-3px);border-color:#c8d5e8;box-shadow:0 15px 30px #18315c17}.project-cover{position:relative;width:100%;height:205px;overflow:hidden;background:#edf2f7}.project-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.project-card:hover .project-cover img{transform:scale(1.025)}.project-cover-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#9aa8ba;background:linear-gradient(145deg,#f1f5fa,#e9eff6)}.project-cover-placeholder svg{color:#7692bd}.project-cover-placeholder span{font-size:11px;font-weight:650}.project-cover-status{position:absolute;top:12px;right:12px}.project-status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:9px;font-weight:800;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 3px 10px #0000001f}.project-status.active{color:#126536;background:#e1f8eaf0}.project-status.inactive{color:#5d6674;background:#eef1f5f0}.project-card-body{padding:18px}.project-card-body h3{margin:0 0 9px;color:#27364a;font-size:17px}.project-address{display:flex;align-items:flex-start;gap:6px;min-height:20px;color:#738096;font-size:10px}.project-address svg{flex:0 0 auto;margin-top:1px;color:#537ae1}.project-description{min-height:42px;margin:12px 0 16px;color:#66758a;font-size:11px;line-height:1.55}.project-card-actions{display:flex;flex-wrap:wrap;gap:7px;padding-top:13px;border-top:1px solid #edf0f4}.project-card-actions .button{flex:1 1 auto}.disabled-control{opacity:.55;pointer-events:none}@media(max-width:1150px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.project-create-grid{grid-template-columns:1fr}.project-create-actions{grid-column:auto}}@media(max-width:580px){.project-grid{grid-template-columns:1fr}.project-cover{height:220px}.project-card-actions{flex-direction:column}.project-card-actions .button{width:100%}}:root{--gemac-navy: #08182e;--gemac-navy-soft: #10294d;--gemac-blue: #2f67ed;--gemac-blue-dark: #2556cb;--gemac-blue-light: #edf3ff;--gemac-bg: #f4f7fb;--gemac-surface: #ffffff;--gemac-border: #e3e9f2;--gemac-text: #182437;--gemac-muted: #738096;--gemac-radius: 16px;--gemac-shadow: 0 10px 30px rgba(16, 36, 68, .07)}body{color:var(--gemac-text);background:linear-gradient(180deg,#f7f9fc,#f2f5f9)}::selection{color:#fff;background:var(--gemac-blue)}.app-shell{background:var(--gemac-bg)}.app-main{min-height:100vh}.page-content{padding:32px 34px 45px}.sidebar{padding:24px 16px;background:radial-gradient(circle at 20% 0%,rgba(65,116,235,.18),transparent 26%),linear-gradient(180deg,#07162b,#0b1c36,#08162a);border-right:1px solid rgba(255,255,255,.05);box-shadow:8px 0 35px #040f2014}.brand{margin-bottom:13px;padding:3px 8px 25px;border-bottom:1px solid rgba(255,255,255,.07)}.brand-logo{width:59px;height:59px;padding:3px;border-radius:16px;box-shadow:0 8px 24px #00000038}.brand strong{font-size:22px;font-weight:850;letter-spacing:.08em}.brand span{color:#9cacbf}.sidebar-nav{gap:5px}.nav-link{position:relative;padding:13px 14px;border:1px solid transparent;border-radius:11px;font-weight:600;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}.nav-link:hover{transform:translate(2px);border-color:#ffffff0f;background:#ffffff0f}.nav-link.active{border:1px solid rgba(255,255,255,.13);background:linear-gradient(135deg,#2b61e1,#4277f2);box-shadow:0 10px 26px #1d4fca47}.sidebar-footer{margin:20px 4px 0;padding:18px 8px 4px}.topbar{min-height:84px;padding:14px 34px;background:#ffffffe8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,225,235,.9);box-shadow:0 4px 18px #192c4909}.topbar-title{color:#152238;font-size:21px;font-weight:800;letter-spacing:-.02em}.topbar-subtitle{color:#8591a3;font-size:11px}.topbar-user{padding:7px 8px 7px 7px;border:1px solid #e3e8ef;border-radius:14px;box-shadow:0 5px 17px #1226440e}.user-avatar{background:linear-gradient(135deg,#e8efff,#dce7ff);box-shadow:inset 0 0 0 1px #2f67ed14}.icon-button{transition:color .15s ease,background .15s ease}.icon-button:hover{color:#c73a3a;background:#fff0f0}.login-page{position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(61,111,238,.28),transparent 28%),radial-gradient(circle at 90% 90%,rgba(36,87,190,.18),transparent 30%),linear-gradient(145deg,#061326,#0b2040,#0d2b54)}.login-page:before{content:"";position:absolute;width:450px;height:450px;right:-190px;top:-210px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.login-page:after{content:"";position:absolute;width:600px;height:600px;left:-330px;bottom:-350px;border:1px solid rgba(255,255,255,.06);border-radius:50%}.login-brand{z-index:2;top:42px;left:48px}.login-brand-logo{width:76px;height:76px;padding:4px;border:1px solid rgba(255,255,255,.2);border-radius:19px;box-shadow:0 18px 45px #00000040}.login-brand h1{margin-top:15px;font-size:31px;font-weight:850}.login-brand p{max-width:270px;color:#afbed4;font-size:13px;line-height:1.55}.login-card{position:relative;z-index:2;width:min(445px,100%);padding:40px;border:1px solid rgba(255,255,255,.72);border-radius:24px;box-shadow:0 35px 90px #0000004d}.login-icon{width:55px;height:55px;color:var(--gemac-blue);background:linear-gradient(135deg,#edf3ff,#e1eaff);border:1px solid #d9e5ff;border-radius:16px}.login-card h2{color:#172338;font-size:29px;letter-spacing:-.03em}.login-card>p{color:#78869b;font-size:13px;line-height:1.5}.login-card label{color:#354359;font-weight:700}.login-card input{min-height:47px;padding:12px 14px;border-color:#d8e0ea;border-radius:11px;background:#fbfcfe}.login-card input:hover{border-color:#bdc9d9}.login-card input:focus{background:#fff;border-color:var(--gemac-blue);box-shadow:0 0 0 4px #2f67ed1a}.login-card .button.primary{min-height:47px;margin-top:3px;border-radius:11px;box-shadow:0 9px 22px #2f67ed3d}.page-header{margin-bottom:27px}.page-header h1{color:#172338;font-size:29px;font-weight:800;letter-spacing:-.03em}.page-header p{color:#748297;font-size:13px}.stats-grid{gap:16px;margin-bottom:25px}.stat-card{min-height:112px;padding:20px;border-color:var(--gemac-border);border-radius:17px;box-shadow:0 7px 24px #1126460b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.stat-card:hover{transform:translateY(-3px);border-color:#cbd8ec;box-shadow:0 13px 30px #142d5417}.stat-icon{min-width:49px;height:49px;border-radius:13px;color:var(--gemac-blue);background:linear-gradient(135deg,#eff4ff,#e6edff)}.stat-label{color:#758297;font-size:11px;font-weight:650}.stat-value{margin-top:4px;color:#162338;font-size:27px;font-weight:850}.stat-card small{display:block;margin-top:3px;color:#8995a5;font-size:10px}.panel{border:1px solid var(--gemac-border);border-radius:18px;box-shadow:var(--gemac-shadow)}.panel h3{color:#1b293d}.section-heading p{color:#7f8b9d}.quick-actions{gap:13px}.quick-action{min-height:78px;padding:16px;border-color:#e0e7f0;border-radius:14px;color:var(--gemac-blue);background:linear-gradient(145deg,#fafcff,#f5f8fd);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.quick-action:hover{transform:translateY(-3px);border-color:#b9cae9;background:#fff;box-shadow:0 12px 28px #1c3b7117}.quick-action strong{color:#26364d;font-size:12px}.quick-action span{color:#8591a3;font-size:9px}.dashboard-panels{gap:20px}.summary-grid{gap:11px}.summary-grid>div{padding:13px;border:1px solid #edf0f4;border-radius:11px;background:linear-gradient(145deg,#fafbfd,#f6f8fb)}.summary-grid span{color:#7e8a9d;font-size:10px;font-weight:600}.summary-grid strong{display:block;margin-top:3px;color:#233248;font-size:19px}.button.primary{background:linear-gradient(135deg,#2e64e9,#477cf5);box-shadow:0 6px 16px #2e64e92e}.button.primary:hover{box-shadow:0 9px 22px #2e64e947}.table-wrapper{border-radius:12px}tbody tr{transition:background .15s ease}tbody tr:hover{background:#f8faff}input,select,textarea{background:#fbfcfe}input:hover,select:hover,textarea:hover{border-color:#c7d0dc}@media(max-width:850px){.sidebar{border-right:0}.brand{border-bottom:0}.topbar{padding:12px 18px}.page-content{padding:22px 18px 35px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.login-page{padding:25px 18px}.login-brand{position:static;width:100%;margin-bottom:28px;text-align:center}.login-brand-logo{width:65px;height:65px}.login-brand p{margin:6px auto 0}.login-card{padding:30px 23px;border-radius:20px}.login-card h2{font-size:26px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:auto}.page-header h1{font-size:25px}}.login-page{display:grid;grid-template-columns:minmax(260px,380px) minmax(360px,445px);align-items:center;justify-content:center;gap:80px;padding:50px 70px}.login-brand{position:static;width:100%;max-width:380px;z-index:2}.login-card{width:100%;max-width:445px}@media(max-width:950px){.login-page{grid-template-columns:1fr;gap:28px;padding:40px 25px;justify-items:center}.login-brand{max-width:445px;text-align:center}.login-brand-logo{margin:0 auto}.login-brand p{max-width:340px;margin:6px auto 0}}@media(max-width:580px){.login-page{padding:28px 16px;gap:22px}.login-brand h1{font-size:25px}.login-brand p{font-size:12px}.login-card{padding:27px 21px}}@media(max-width:850px){.app-shell{display:block;width:100%;overflow-x:hidden}.app-main{width:100%;min-width:0}.sidebar{width:100%;height:auto;min-height:0;position:relative;padding:14px 16px 12px;background:linear-gradient(145deg,#07162b,#0d2548);box-shadow:0 5px 20px #05142a29}.brand{display:flex;align-items:center;gap:12px;margin:0;padding:0 0 13px;border:0}.brand-logo{width:48px;height:48px;flex:0 0 auto;border-radius:13px}.brand strong{font-size:20px;letter-spacing:.08em}.brand span{max-width:none;margin-top:2px;font-size:9px;line-height:1.35}.sidebar-nav{width:100%;display:flex;flex-direction:row;gap:7px;overflow-x:auto;overflow-y:hidden;padding:3px 0 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sidebar-nav::-webkit-scrollbar{display:none}.nav-link{flex:0 0 auto;min-height:43px;padding:10px 13px;gap:7px;border-radius:10px;font-size:12px;font-weight:650;white-space:nowrap}.nav-link svg{width:17px;height:17px}.nav-link:hover{transform:none}.sidebar-footer{display:none}.topbar{min-height:68px;position:sticky;top:0;padding:10px 17px;gap:12px;background:#fffffff7;box-shadow:0 5px 15px #182a460d}.topbar-title{font-size:17px}.topbar-subtitle{margin-top:2px;font-size:9px}.topbar-user{margin-left:auto;padding:5px 6px;border-radius:12px}.user-avatar{width:36px;height:36px;font-size:13px}.user-info{min-width:95px}.user-info strong{font-size:10px}.user-info span{font-size:8px}.icon-button{width:34px;height:34px}.page-content{width:100%;padding:22px 17px 35px}.page-header{margin-bottom:20px}.page-header h1{font-size:25px;line-height:1.15}.page-header p{margin-top:7px;font-size:11px;line-height:1.5}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:18px}.stat-card{min-width:0;min-height:100px;padding:15px;gap:11px;border-radius:15px}.stat-card:hover{transform:none}.stat-icon{min-width:42px;width:42px;height:42px;border-radius:11px}.stat-icon svg{width:20px;height:20px}.stat-label{font-size:9px}.stat-value{font-size:23px}.stat-card small{font-size:8px}.panel{padding:18px;margin-bottom:16px;border-radius:16px}.section-heading{margin-bottom:15px}.section-heading h3{font-size:17px}.section-heading p{font-size:10px}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.quick-action{min-width:0;min-height:72px;padding:13px;gap:9px;border-radius:12px}.quick-action:hover{transform:none}.quick-action svg{flex:0 0 auto;width:18px;height:18px}.quick-action strong{font-size:10px}.quick-action span{font-size:8px;line-height:1.35}.dashboard-panels{grid-template-columns:1fr;gap:0}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.summary-grid>div{padding:11px}.summary-grid strong{font-size:18px}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.work-card{padding:16px;gap:14px;border-radius:14px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-card img{height:145px}}@media(max-width:520px){.sidebar{padding:12px 13px 10px}.brand-logo{width:43px;height:43px}.brand strong{font-size:18px}.brand span{font-size:8px}.nav-link{min-height:40px;padding:9px 11px;font-size:11px}.topbar{min-height:62px;justify-content:flex-end;padding:9px 13px}.topbar>div:first-child{display:none}.topbar-user{width:100%;justify-content:flex-start}.icon-button{margin-left:auto}.page-content{padding:19px 13px 30px}.page-header h1{font-size:23px}.page-header p{font-size:10px}.stats-grid{gap:8px}.stat-card{padding:13px 11px;min-height:91px}.stat-icon{min-width:37px;width:37px;height:37px}.stat-value{font-size:21px}.quick-action{padding:11px;min-height:67px}.panel{padding:15px}.photo-grid{grid-template-columns:1fr}.photo-card img{height:210px}}.user-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:20px}.user-stat{display:flex;align-items:center;gap:12px;padding:16px 18px;background:#fff;border:1px solid #e4eaf2;border-radius:14px;box-shadow:0 5px 16px #14284609;color:#3167ec}.user-stat>div{min-width:0}.user-stat strong,.user-stat span{display:block}.user-stat strong{color:#1b293e;font-size:21px;line-height:1.1}.user-stat span{margin-top:3px;color:#7f8b9e;font-size:9px;font-weight:650}.users-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.users-toolbar h3{margin:0;color:#1d2b40}.users-toolbar p{margin:5px 0 0;color:#7d899b;font-size:10px}.user-search{width:min(300px,100%);position:relative;display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 11px;background:#f8faff;border:1px solid #dfe6ef;border-radius:11px;color:#7c899c}.user-search input{border:0;min-height:40px;padding:9px 0;background:transparent;box-shadow:none}.user-search input:focus{border:0;box-shadow:none}.users-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.user-card{padding:17px;background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 6px 18px #14284609}.user-card-head{display:flex;align-items:center;gap:11px;padding-bottom:14px;border-bottom:1px solid #edf1f5}.user-card-avatar{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;color:#2e64e9;background:#eaf0ff;border-radius:12px;font-size:16px;font-weight:850}.user-card-title{min-width:0;flex:1}.user-card-title>div{display:flex;align-items:center;gap:6px}.user-card-title strong{overflow:hidden;display:block;color:#26354b;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.user-card-title>span{display:block;margin-top:3px;color:#8792a4;font-size:9px}.current-user-label{display:inline-flex;padding:2px 6px;border-radius:999px;color:#2d61df;background:#eaf0ff;font-size:8px;font-weight:800}.user-access{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800}.user-access:before{content:"";width:6px;height:6px;border-radius:50%}.user-access.active{color:#14703a;background:#e6f7ed}.user-access.active:before{background:#23a65a}.user-access.inactive{color:#697586;background:#eef1f5}.user-access.inactive:before{background:#a8b1bf}.user-card-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 0}.user-card-info>div{min-width:0;padding:10px;background:#f8faff;border-radius:10px}.user-card-info span,.user-card-info strong{display:block}.user-card-info span{color:#8792a4;font-size:8px}.user-card-info strong{overflow:hidden;margin-top:4px;color:#354359;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.user-card-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.user-password-note{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:#8a95a6;font-size:8px}.user-edit-panel{border-color:#cad7ee}@media(max-width:900px){.users-grid{grid-template-columns:1fr}}@media(max-width:650px){.user-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.user-stat{justify-content:center;padding:12px 8px}.user-stat svg{display:none}.user-stat strong,.user-stat span{text-align:center}.users-toolbar{flex-direction:column;align-items:stretch}.user-search{width:100%}.user-card{padding:14px}.user-card-info{grid-template-columns:1fr}.user-card-actions{align-items:stretch}.user-card-actions .button{flex:1 1 auto}.user-password-note{width:100%;margin:3px 0 0}}.project-card-clickable{cursor:pointer}.project-card-clickable:focus-visible{outline:3px solid rgba(47,103,237,.22);outline-offset:3px}.project-detail-back{margin-bottom:16px}.project-detail-hero{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:26px;margin-bottom:20px;overflow:hidden;border:1px solid #e1e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 26px #152d520e}.project-detail-cover{min-height:280px;background:#eef3f9}.project-detail-cover img{width:100%;height:100%;display:block;object-fit:cover}.project-detail-cover-empty{width:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#718097;background:linear-gradient(145deg,#eef4fb,#f8fbff)}.project-detail-info{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:15px;padding:28px 30px}.project-detail-info h1{margin-top:10px;color:#172338;font-size:clamp(25px,4vw,34px);line-height:1.1}.project-detail-info>p{max-width:780px;color:#637187;font-size:13px;line-height:1.65}.project-detail-info>small{color:#929dad;font-size:10px}.project-detail-address{display:flex;align-items:center;gap:8px;color:#53647b;font-size:12px}.project-detail-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.project-detail-stat{min-width:0;display:flex;align-items:center;gap:11px;padding:15px 17px;color:#2f67ed;background:#fff;border:1px solid #e1e7ef;border-radius:14px;box-shadow:0 5px 18px #152d520a}.project-detail-stat div{min-width:0}.project-detail-stat strong,.project-detail-stat span{display:block}.project-detail-stat strong{color:#1d2b40;font-size:20px;line-height:1}.project-detail-stat span{margin-top:4px;color:#7e8b9e;font-size:9px;font-weight:700}.project-work-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-work-group{min-width:0;padding:14px;border:1px solid #e7ebf1;border-radius:13px;background:#fafcff}.project-work-group h4{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:#27364c;font-size:12px}.project-work-group h4 span{min-width:25px;height:25px;display:inline-grid;place-items:center;border-radius:999px;color:#2f67ed;background:#e9f0ff;font-size:9px}.project-work-list{display:grid;gap:8px}.project-work-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;color:inherit;text-decoration:none;background:#fff;border:1px solid #e9edf3;border-radius:10px}.project-work-item:hover{border-color:#c8d6ef;box-shadow:0 7px 17px #264b8812}.project-work-item>div{min-width:0}.project-work-item strong,.project-work-item span{display:block}.project-work-item strong{overflow:hidden;color:#2b3a50;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.project-work-item span{margin-top:4px;color:#8d98a8;font-size:8px}.project-work-empty{color:#8c97a7;font-size:9px;line-height:1.5}.project-gallery-upload{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;margin-bottom:18px;padding:13px;border:1px solid #e2e8f0;border-radius:12px;background:#f8faff}.project-gallery-upload input{min-width:0}.project-gallery-upload-meta{min-width:170px}.project-gallery-upload-meta span,.project-gallery-upload-meta small{display:block}.project-gallery-upload-meta span{color:#4f5e73;font-size:9px;font-weight:700}.project-gallery-upload-meta small{margin-top:3px;color:#909bab;font-size:8px}.project-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-gallery-card{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.project-gallery-image{display:block;background:#eef2f7}.project-gallery-image img{width:100%;height:250px;display:block;object-fit:cover}.project-gallery-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px;border-bottom:1px solid #edf0f4}.project-gallery-meta strong,.project-gallery-meta span{display:block}.project-gallery-meta strong{color:#2b394e;font-size:10px}.project-gallery-meta span{margin-top:3px;color:#8c97a7;font-size:8px}.project-photo-comments{padding:13px}.project-photo-comments-title{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:#5d6d82}.project-photo-comments-title strong{color:#2f3d52;font-size:10px}.project-photo-comments-title span{min-width:20px;height:20px;display:inline-grid;place-items:center;margin-left:auto;border-radius:999px;color:#2f67ed;background:#eaf0ff;font-size:8px;font-weight:800}.project-photo-comment-list{display:grid;gap:7px;margin-bottom:10px}.project-photo-comment{position:relative;padding:9px 10px;border:1px solid #edf0f4;border-radius:9px;background:#fafbfd}.project-photo-comment>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-photo-comment strong{color:#344258;font-size:9px}.project-photo-comment span{color:#98a2b0;font-size:7px}.project-photo-comment p{margin-top:5px;color:#5d6b7f;font-size:9px;line-height:1.5;white-space:pre-wrap}.project-comment-delete{margin-top:5px;padding:0;border:0;color:#b44747;background:transparent;font-size:8px;cursor:pointer}.project-photo-no-comments{margin-bottom:9px;color:#929cac;font-size:9px}.project-photo-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.project-photo-comment-form textarea{min-height:62px;resize:vertical}@media(max-width:980px){.project-detail-hero{grid-template-columns:320px minmax(0,1fr)}.project-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.project-work-columns,.project-gallery-upload{grid-template-columns:1fr}}@media(max-width:720px){.project-detail-hero{grid-template-columns:1fr;gap:0}.project-detail-cover,.project-detail-cover-empty{min-height:220px}.project-detail-info{padding:22px 18px}.project-gallery-grid{grid-template-columns:1fr}.project-gallery-image img{height:230px}}@media(max-width:520px){.project-detail-stats{gap:8px}.project-detail-stat{padding:12px 10px}.project-detail-stat strong{font-size:18px}.project-gallery-image img{height:210px}.project-photo-comment-form{grid-template-columns:1fr}.project-photo-comment-form .button{width:100%}}.billing-notice{display:flex;align-items:center;gap:11px;margin-bottom:18px;padding:13px 15px;color:#8a6417;background:#fff8e8;border:1px solid #f0dfad;border-radius:12px}.billing-notice>div{min-width:0}.billing-notice strong,.billing-notice span{display:block}.billing-notice strong{color:#6f5012;font-size:10px}.billing-notice span{margin-top:3px;color:#8e733c;font-size:9px;line-height:1.45}.invoice-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}.invoice-items-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.invoice-items-heading h4{margin:0;color:#25344a;font-size:14px}.invoice-items-heading span{display:block;margin-top:3px;color:#8490a1;font-size:9px}.invoice-items-editor{display:grid;gap:8px;margin-bottom:20px}.invoice-item-row{display:grid;grid-template-columns:minmax(220px,1fr) 90px 135px 145px 36px;align-items:end;gap:9px;padding:11px;border:1px solid #e4e9f0;border-radius:11px;background:#fafcff}.invoice-item-row label{min-width:0}.invoice-item-line-total{min-height:44px;display:flex;flex-direction:column;justify-content:center;padding:7px 10px;border:1px solid #e3e8ef;border-radius:9px;background:#fff}.invoice-item-line-total span,.invoice-item-line-total strong{display:block}.invoice-item-line-total span{color:#8b96a6;font-size:8px}.invoice-item-line-total strong{margin-top:3px;color:#26354b;font-size:10px}.invoice-create-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:start;gap:18px}.invoice-calculation-card{display:grid;gap:9px;padding:14px;border:1px solid #dfe6ef;border-radius:13px;background:#f8faff}.invoice-calculation-card>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:7px}.invoice-calculation-card>div span{color:#768397;font-size:9px}.invoice-calculation-card>div strong{color:#26354b;font-size:11px}.invoice-calculation-card .invoice-total-line{margin-top:2px;padding-top:12px;border-top:1px solid #dfe6ef}.invoice-calculation-card .invoice-total-line span,.invoice-calculation-card .invoice-total-line strong{color:#1e4dbb;font-size:14px;font-weight:850}.invoice-list{display:grid;gap:10px}.invoice-list-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;color:inherit;text-decoration:none;background:#fff;border:1px solid #e1e7ef;border-radius:14px;box-shadow:0 5px 17px #182f520a;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.invoice-list-card:hover{transform:translateY(-2px);border-color:#cbd8ed;box-shadow:0 10px 23px #182f5214}.invoice-list-main{min-width:0}.invoice-list-number{display:flex;align-items:center;gap:7px;color:#3167ec}.invoice-list-number strong{color:#2a394f;font-size:10px}.invoice-list-main h3{margin:9px 0 4px;color:#1c2a40;font-size:14px}.invoice-list-main>span{color:#8b96a6;font-size:9px}.invoice-list-total{flex:0 0 auto;text-align:right}.invoice-list-total span,.invoice-list-total strong{display:block}.invoice-list-total span{color:#8b96a6;font-size:8px}.invoice-list-total strong{margin-top:4px;color:#1f3150;font-size:17px}.invoice-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:8px;font-weight:800}.invoice-status.draft{color:#5e6876;background:#edf0f4}.invoice-status.sent{color:#2454b8;background:#e8efff}.invoice-status.paid{color:#15753d;background:#e4f7eb}.invoice-status.cancelled{color:#9d3f3f;background:#fde9e9}.invoice-detail-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.invoice-detail-toolbar>div{display:flex;align-items:center;gap:8px}.invoice-status-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:16px;padding:10px 12px;border:1px solid #e3e8ef;border-radius:11px;background:#fff}.invoice-status-actions>span{margin-right:3px;color:#7f8b9d;font-size:9px;font-weight:700}.invoice-status-button{min-height:31px;padding:6px 10px;border:1px solid #dfe5ec;border-radius:999px;background:#f9fbfd;color:#667487;font-size:8px;font-weight:750;cursor:pointer}.invoice-status-button.active{border-color:transparent}.invoice-status-button.draft.active{color:#555f6d;background:#e9edf1}.invoice-status-button.sent.active{color:#234ea8;background:#e5edff}.invoice-status-button.paid.active{color:#126b37;background:#e1f6e8}.invoice-status-button.cancelled.active{color:#983b3b;background:#fde6e6}.invoice-document{max-width:980px;margin:0 auto;padding:34px;background:#fff;border:1px solid #dfe5ed;border-radius:18px;box-shadow:0 9px 30px #1227460f}.invoice-document-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:23px;border-bottom:2px solid #eef1f5}.invoice-company{display:flex;align-items:center;gap:12px}.invoice-company img{width:58px;height:58px;object-fit:cover;border-radius:14px}.invoice-company strong,.invoice-company span{display:block}.invoice-company strong{color:#14243c;font-size:21px;letter-spacing:.07em}.invoice-company span{max-width:250px;margin-top:4px;color:#7c899b;font-size:8px;line-height:1.4}.invoice-heading{text-align:right}.invoice-title-with-icon{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#3167ec}.invoice-title-with-icon h1{margin:0;color:#17263d;font-size:28px}.invoice-heading>strong{display:block;margin:6px 0 8px;color:#536176;font-size:11px}.invoice-party-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding:26px 0}.invoice-label{display:block;margin-bottom:7px;color:#8894a5;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.invoice-party-grid h2{margin-bottom:7px;color:#203049;font-size:18px}.invoice-party-grid p{margin:3px 0;color:#667488;font-size:10px}.invoice-meta-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px;background:#f8faff;border:1px solid #e4eaf2;border-radius:12px}.invoice-meta-card>div:last-child{grid-column:1 / -1}.invoice-meta-card span,.invoice-meta-card strong{display:block}.invoice-meta-card span{color:#8995a5;font-size:8px}.invoice-meta-card strong{margin-top:4px;color:#344359;font-size:10px}.invoice-table-wrap{overflow-x:auto}.invoice-table{width:100%;border-collapse:collapse}.invoice-table th{padding:10px 11px;border-bottom:2px solid #e9edf3;color:#748197;background:#f8faff;font-size:8px;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.04em}.invoice-table td{padding:13px 11px;border-bottom:1px solid #edf1f5;color:#536176;font-size:10px}.invoice-table th:not(:first-child),.invoice-table td:not(:first-child){text-align:right}.invoice-table td strong{color:#26364d}.invoice-document-bottom{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;padding-top:25px}.invoice-document-notes p{max-width:520px;color:#667488;font-size:10px;line-height:1.6;white-space:pre-wrap}.invoice-document-totals{display:grid;gap:9px}.invoice-document-totals>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px;color:#6c798d;font-size:10px}.invoice-document-totals strong{color:#314056}.invoice-document-total{margin-top:6px;padding:13px 14px!important;border-radius:10px;color:#fff!important;background:linear-gradient(135deg,#285ddc,#477cf5)}.invoice-document-total span,.invoice-document-total strong{color:#fff!important;font-size:15px;font-weight:850}.invoice-document-footer{margin-top:30px;padding-top:14px;border-top:1px solid #edf1f5;text-align:center}.invoice-document-footer p{color:#9aa4b2;font-size:8px}@media(max-width:900px){.invoice-item-row{grid-template-columns:minmax(180px,1fr) 75px 110px;align-items:end}.invoice-item-line-total{grid-column:1 / 3}.invoice-create-bottom,.invoice-party-grid,.invoice-document-bottom{grid-template-columns:1fr}}@media(max-width:650px){.invoice-form-grid{grid-template-columns:1fr}.invoice-items-heading{align-items:flex-start;flex-direction:column}.invoice-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-item-description{grid-column:1 / -1}.invoice-item-line-total{grid-column:auto}.invoice-list-card{align-items:flex-start;flex-direction:column}.invoice-list-total{width:100%;padding-top:10px;border-top:1px solid #eef1f5;text-align:left}.invoice-detail-toolbar{align-items:stretch;flex-direction:column}.invoice-detail-toolbar>div{flex-wrap:wrap}.invoice-document{padding:20px 16px;border-radius:14px}.invoice-document-header{flex-direction:column}.invoice-heading{width:100%;text-align:left}.invoice-title-with-icon{justify-content:flex-start}.invoice-meta-card{grid-template-columns:1fr}.invoice-meta-card>div:last-child{grid-column:auto}.invoice-table{min-width:560px}}@media print{body{background:#fff!important}.sidebar,.topbar,.no-print{display:none!important}.app-shell,.app-main,.page-content{display:block!important;width:100%!important;margin:0!important;padding:0!important}.invoice-document{max-width:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}.invoice-document-footer{margin-top:24px}}
