:root{color:#111827;background:#f3f6fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{color:#111827;background:#f3f6fb;min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{color:#e2e8f0;background:#0f172a;flex-direction:column;gap:24px;width:100%;max-width:260px;height:100vh;padding:5px 10px 28px;display:flex;position:sticky;top:0;overflow-y:auto}.app-brand{align-items:center;gap:4px;display:flex}.app-brand__mark{color:#fff;background:#2563eb;border-radius:3px;place-items:center;width:100px;height:100px;font-weight:700;display:grid;box-shadow:0 12px 24px #2563eb3d}.app-brand__mark--image{width:100%;box-shadow:none;background:0 0;padding:0;overflow:hidden}.app-brand__mark--image img{object-fit:contain;width:75px;height:75px;display:block}.app-brand__title{letter-spacing:.04em;font-size:1rem;font-weight:700;line-height:1.05}.app-brand__subtitle,.muted{color:#64748b;font-size:.9rem;line-height:1.15}.app-nav{flex-direction:column;gap:8px;display:flex}.app-nav__link{color:#cbd5e1;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;display:flex}.app-nav__icon{flex:0 0 21px;place-items:center;width:21px;height:21px;display:inline-grid}.app-nav__icon svg{width:100%;height:100%}.app-nav__label{min-width:0}.app-nav__link:hover{filter:brightness(.9);background-color:#0d121e;transition:all .4s}.app-nav__link.active{color:#fff;background:#94a3b829}.app-sidebar__footer{gap:16px;margin-top:auto;padding-left:12px;display:grid}.user-summary__name{font-weight:600}.user-summary__meta{color:#94a3b8;font-size:.92rem}.app-content{min-width:0;padding:32px}.page{gap:20px;min-width:900px;max-width:100%;margin-left:28px;margin-right:28px;display:grid}.page>*,.panel,.form-grid,.two-column,.table{min-width:0;max-width:100%}.page-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.page-header--projects{align-items:end}.page-header--project{align-items:start}.page-header__content{max-width:720px}.page-header h1,.auth-card h1{margin:4px 0 8px;font-size:clamp(2rem,3vw,2.6rem)}.page-header p,.auth-card p{color:#64748b;margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:.78rem;font-weight:700;display:inline-block}.toolbar,.chip-row,.form-actions{flex-wrap:wrap;gap:10px;display:flex}.toolbar--hero{justify-content:flex-end}.button{color:#111827;background:#e5e7eb;border:1px solid #0000;border-radius:9px;height:48px;max-height:60px;padding:11px;transition:all .3s}.button:hover{filter:brightness(.9)}.button--primary{color:#fff;background:#2563eb}.button--ghost{background:#fff;border-color:#d7deea}.button--success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.button--warn{color:#c2410c;background:#fff7ed;border-color:#fdba74}.button--soft{justify-content:center;align-items:center;padding:9px;font-weight:600}.drawer-backdrop{z-index:60;-webkit-backdrop-filter:blur(6px);background:#0f172a57;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:#fff;border-left:1px solid #e2e8f0;grid-template-rows:auto 1fr;width:min(100%,560px);height:100vh;animation:.24s drawer-in;display:grid;box-shadow:-24px 0 48px #0f172a1f}.drawer--project{padding:24px 24px 20px}.drawer__header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.drawer__title-group{gap:6px;display:grid}.drawer__title-group h2,.drawer__title-group p{margin:0}.drawer__title-group h2{font-size:1.5rem;line-height:1.15}.drawer__title-group p{color:#64748b}.drawer__close{color:#64748b;background:#fff;border:1px solid #d7deea;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.drawer__close svg{width:18px;height:18px}.drawer__body{align-content:start;gap:16px;padding-top:18px;overflow-y:auto}.drawer__footer{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:4px;padding-top:8px;display:flex}.button--full{justify-content:center;width:100%}.panel,.project-card,.stat-card,.section-card,.expense-card,.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0f172a0a}.panel,.auth-card{border-radius:15px;padding:20px}.panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.section-title{flex-direction:column;gap:3px;margin-bottom:16px;display:flex}.section-title--spaced{margin-top:24px}.section-title h2,.section-card h3,.expense-card h3,.project-card h2{margin:0;font-size:1.1rem}.section-title__heading{align-items:center;gap:8px;display:inline-flex}.section-title__heading svg{color:#2563eb;flex:none}.filters,.form-grid,.two-column,.stats-grid,.project-grid,.section-list,.expense-list,.photo-grid{gap:16px;display:grid}.filters,.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-page-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"profile""passport""details";align-items:start}.profile-page-grid>.profile-card{grid-area:profile}.profile-details-card{grid-area:details}.profile-passport-panel{grid-area:passport}.two-column--wide{align-items:start}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-grid--dense{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.field{min-width:0}.field span{color:#475569;font-size:.92rem}.field.field--invalid input,.field.field--invalid select{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field.field--invalid input:focus,.field.field--invalid select:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 4px #ef444424}.field__error{color:#dc2626;font-size:.82rem;line-height:1.3}.profile-details-card__header h2{margin:0;font-size:1.1rem}.profile-data-list{gap:14px;display:grid}.profile-data-item{border-bottom:1px solid #e2e8f0;gap:4px;padding:12px 0;display:grid}.profile-data-item:last-of-type{border-bottom:0}.profile-data-item span{color:#64748b;font-size:.85rem}.profile-data-item strong{overflow-wrap:anywhere;color:#111827;font-size:.98rem}.profile-edit-actions{align-items:center}.required-password-page{place-items:center;min-height:calc(100vh - 48px);display:grid}.required-password-card{width:min(100%,430px)}.required-password-card__title h1{margin:0;font-size:clamp(1.45rem,3vw,2rem)}.app-loading{color:#64748b;place-items:center;min-height:100vh;display:grid}.profile-password-button svg{flex:none}.profile-password-modal-backdrop{z-index:1000;background:#0f172a73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.profile-password-modal{background:#fff;border:1px solid #e2e8f0;border-radius:15px;width:min(100%,430px);max-height:calc(100vh - 40px);padding:22px;overflow-y:auto}.profile-passport-modal{width:min(100%,720px)}.profile-passport-panel{opacity:0;grid-template-rows:0fr;min-height:0;transition:grid-template-rows .3s,opacity .2s;display:grid;overflow:hidden}.profile-passport-panel.is-open{opacity:1;grid-template-rows:1fr;box-shadow:0 22px 44px #0f172a1f,0 8px 18px #2563eb14}.profile-passport-panel__inner{background:#fff;border:1px solid #0000;border-radius:15px;min-height:0;padding:0 22px;transition:padding .3s,border-color .3s;overflow:hidden}.profile-passport-panel.is-open .profile-passport-panel__inner{border-color:#a9c2ea;padding-top:22px;padding-bottom:22px;box-shadow:0 22px 44px #0f172a1f,0 8px 18px #2563eb14}.profile-passport-button.is-active{color:#2563eb;background:#eff6ff;border-color:#a9c2ea;box-shadow:0 8px 18px #2563eb14}.profile-passport-panel__footer{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.profile-passport-panel .notice{grid-column:1/-1}.profile-password-modal__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.profile-password-modal__header h2{margin:0;font-size:1.15rem}.profile-password-modal__close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;padding:0;display:grid}.profile-password-modal__close:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.profile-password-modal__close:disabled{cursor:not-allowed;opacity:.5}.phone-fields{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,300px));gap:12px;display:grid}.phone-input-control{align-items:center;gap:10px;display:flex}.phone-input-control input{flex:auto;min-width:0}.phone-add-button{font-size:1.5rem;font-weight:500;line-height:1}.field input,.field select,.field textarea,.inline-form input{background:#fff;border:1px solid #d7deea;border-radius:8px;width:100%;min-width:0;max-height:48px;padding:12px 10px}.field textarea{resize:vertical}.field--grow,.field--full{grid-column:1/-1}.checkbox-field{align-items:center;gap:10px;display:flex}.inline-form{gap:12px;margin-bottom:20px;display:flex}.chip,.status-pill{color:#475569;background:#fff;border:1px solid #d7deea;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 12px;line-height:1.15;display:inline-flex}.status-pill--project{color:var(--status-color,#475569);background:var(--status-bg,#6b728017);border-color:var(--status-border,#6b728038);box-shadow:0 1px 0 #ffffff59 inset, 0 8px 18px var(--status-shadow,#6b72800f);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-pill--project .status-pill__dot{opacity:.9;background:currentColor}.chip--active{background:#eff6ff}.chip__dot,.status-pill__dot{background:currentColor;border-radius:20px;flex:none;width:8px;height:8px}.chip--static{cursor:default}.chip--success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.notice{color:#1d4ed8;background:#eff6ff;border-radius:8px;padding:14px 16px}.notice--error{color:#be123c;background:#fff1f2}.mail-compose{width:min(100%,900px)}.mail-compose__message{min-height:220px}.mail-attachment{color:#475569;cursor:pointer;background:#f8fafc;border:1px dashed #aebed3;border-radius:8px;align-items:center;gap:12px;min-height:84px;padding:16px;transition:border-color .2s,background-color .2s,color .2s;display:flex}.mail-attachment:hover{color:#2563eb;background:#eff6ff;border-color:#60a5fa}.mail-attachment__icon{color:#2563eb;background:#dbeafe;border-radius:8px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:inline-grid}.mail-attachment__content{gap:3px;display:grid}.mail-attachment__content small{color:#64748b}.mail-files{gap:8px;display:grid}.mail-file{background:#f8fafc;border:1px solid #dbe4f0;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.mail-file__name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mail-file__size{color:#64748b;flex:none;font-size:.85rem}.mail-file__remove{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;width:28px;height:28px;margin-left:auto;font-size:1.35rem;line-height:1}.mail-file__remove:hover{color:#be123c;background:#fee2e2}.projects-hero{gap:0;display:grid}.panel--projects-filters{z-index:12;-webkit-backdrop-filter:blur(18px);background:#ffffffe6;gap:12px;padding-top:10px;padding-bottom:10px;display:grid;position:sticky;top:16px;box-shadow:0 14px 28px #0f172a0f}.page-header--projects .page-header__content{gap:2px;display:grid}.page-header--projects h1{margin:0}.panel--projects-filters .panel-header{margin-bottom:8px}.panel--projects-filters .panel-header p{margin:0}.projects-counter{color:#64748b;font-weight:600}.projects-counter__value{color:#111827;font-variant-numeric:tabular-nums;font-size:1.12rem}.counter-skeleton{border-radius:999px;width:118px;height:22px}.panel--projects-filters .field{gap:6px}.chip-row--filters{gap:8px}.search-sort-row{align-items:end;gap:12px;display:flex}.search-sort-row .field--grow{flex:auto}.search-field{min-width:0;max-height:100px}.search-field__control{align-items:center;display:flex;position:relative}.search-field__control input{padding-left:42px;padding-right:42px;transition:border-color .18s,box-shadow .18s,background-color .18s}.search-field__control input:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 4px #2563eb17}.search-field__icon,.search-field__clear{color:#94a3b8;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.search-field__icon{pointer-events:none;left:14px}.search-field__icon svg,.search-field__clear svg{width:18px;height:18px}.search-field__clear{color:#94a3b8;background:0 0;border:0;border-radius:999px;width:24px;height:24px;padding:0;transition:background-color .18s,color .18s;right:12px}.search-field__clear:hover{color:#2563eb;background:#eff6ff}.sort-text-button{color:#2563eb;white-space:nowrap;background:#fff;border:1px solid #d7deea;border-radius:8px;justify-content:center;align-items:center;min-width:176px;min-height:48px;max-height:100px;padding:10px 14px;font-weight:600;display:inline-flex}.sort-text-button:hover{filter:brightness(.96);transition:all .3s}.sort-cycle-button{white-space:nowrap;min-width:176px;font-weight:600}.project-card{grid-template-rows:auto 1fr auto;align-content:stretch;gap:16px;min-height:300px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;overflow:hidden}.project-card:hover{border-color:#a9c2ea;transform:translateY(-4px)scale(1.01);box-shadow:0 22px 44px #0f172a1f,0 8px 18px #2563eb14}@keyframes project-card-in{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes drawer-in{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.project-grid--animated .project-card{animation:.22s both project-card-in}.project-grid--animated .project-card:nth-child(2n){animation-delay:30ms}.project-grid--animated .project-card:nth-child(3n){animation-delay:50ms}.project-grid--loading .project-card{animation:.22s both project-card-in}.project-card__head,.project-card__stats,.section-card__header,.expense-card__head,.timeline-item__head,.list-item,.table__head,.table__row{justify-content:space-between;align-items:start;gap:12px;display:flex}.project-card__head{grid-template-columns:minmax(0,1fr) 172px;align-items:start;gap:14px;display:grid}.project-card__code{color:#2563eb;font-size:.9rem;font-weight:600}.project-card__title-group{gap:8px;display:grid}.project-card__title-group h2{overflow-wrap:anywhere;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:1.2rem;line-height:1.25;display:-webkit-box;overflow:hidden}.project-card__eyebrow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.project-card__number{color:#94a3b8;font-size:.9rem}.project-card__meta{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-height:62px;display:grid}.project-meta-item{color:#64748b;gap:4px;min-width:0;display:grid}.project-meta-item strong{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.project-card__stats div,.stat-card{gap:6px;display:grid}.stat-card{padding:18px}.stat-card span{color:#64748b}.project-card__stats{justify-content:space-between;align-items:end;gap:16px;margin-top:auto;display:flex}.project-card__stats div{background:0 0;border:0;border-radius:0;padding:0}.project-card__budget{text-align:right;color:#16a34a;white-space:nowrap;flex:none;font-size:1.22rem;font-weight:700;line-height:1}.status-pill{white-space:normal;overflow-wrap:anywhere;box-sizing:border-box;justify-content:center;justify-self:end;align-items:center;width:100%;max-width:172px;padding:10px 14px;font-size:.88rem;font-weight:600;line-height:1.15;transition:box-shadow .2s,border-color .2s,transform .2s}.project-card:hover .status-pill{box-shadow:inset 0 0 0 1px #ffffff29,0 10px 24px #0f172a24}.project-card--skeleton{pointer-events:none}.status-pill--skeleton{border:0;width:100%;max-width:172px;min-height:54px}.skeleton-line{border-radius:999px;display:block}.skeleton-line--lg{width:88%;height:18px}.skeleton-line--md{width:72%;height:16px}.skeleton-line--sm{width:96px;height:14px}.skeleton-line--xs{width:64px;height:11px}.shimmer-block{background:linear-gradient(#edf2f8,#e6edf6);position:relative;overflow:hidden}.shimmer-block:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff8a 48%,#fff0 100%);animation:1.35s ease-in-out infinite shimmer-slide;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer-slide{to{transform:translate(100%)}}.status-pill--hero{align-self:flex-end;min-height:44px;padding-inline:14px 16px;font-size:.94rem}.project-hero-card{background:linear-gradient(#fffffff5,#f6fafff5);padding:24px}.project-hero-card__content{gap:10px;display:grid}.project-back-link{color:#334155;background:#fff;border:1px solid #d7deea;border-radius:8px;place-items:center;width:40px;height:40px;transition:background-color .2s,border-color .2s,color .2s;display:inline-grid}.project-back-link:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.project-back-link:focus-visible{outline-offset:2px;outline:3px solid #2563eb38}.project-hero-card__content h1{margin:0;line-height:1.15}.project-hero-card__meta{flex-wrap:wrap;gap:10px;display:flex}.project-hero-card__meta span{color:#556274;background:#f8fafc;border:1px solid #e5edf7;border-radius:999px;align-items:center;min-height:34px;padding:6px 12px;font-size:.9rem;display:inline-flex}.project-hero-card__aside{justify-items:end;gap:14px;display:grid}.project-stats-grid{gap:14px}.project-status-text{line-height:1.2}.panel--elevated{background:linear-gradient(#fffffffa,#f9fbfefa);padding:22px}.project-status-panel{gap:18px}.project-status-transition{gap:8px;display:grid}.project-status-transition__eyebrow{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:700}.project-status-transition__button{background:var(--transition-color,#2563eb);color:#fff;width:100%;min-height:54px;box-shadow:0 10px 22px color-mix(in srgb, var(--transition-color) 24%, transparent);font:inherit;text-align:left;cursor:pointer;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:13px 16px 13px 18px;font-weight:700;transition:transform .18s,filter .18s,box-shadow .18s;display:flex}.project-status-transition__button:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 14px 28px color-mix(in srgb, var(--transition-color) 30%, transparent);transform:translateY(-1px)}.project-status-transition__button:focus-visible{outline:3px solid color-mix(in srgb, var(--transition-color) 28%, transparent);outline-offset:3px}.project-status-transition__button:disabled{cursor:wait;opacity:.68}.project-status-transition__button svg{flex:none}.project-workspace{gap:0;width:100%;max-width:1440px;margin:0 auto}.project-workspace [hidden]{display:none!important}.project-workspace__topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.project-workspace__actions{gap:7px;display:flex}.project-workspace .project-back-link,.project-icon-button{width:38px;height:38px}.project-workspace .project-back-link svg,.project-icon-button svg{width:19px;height:19px}.project-icon-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:8px;place-items:center;padding:0;transition:background-color .18s,border-color .18s,color .18s;display:grid}.project-icon-button svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.project-icon-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.project-icon-button--danger:hover{color:#be123c;background:#fff1f2;border-color:#fecdd3}.project-overview-header{background:#fff;border:1px solid #dfe7f1;border-radius:8px;padding:22px 24px}.project-overview-header__main{flex-direction:column;align-items:stretch;gap:16px;display:flex}.project-overview-header__identity{gap:8px;min-width:0;display:grid}.project-overview-header__identity h1{color:#111827;overflow-wrap:anywhere;max-width:1120px;margin:0;font-size:clamp(1.55rem,2vw,2rem);line-height:1.2}.project-overview-header__meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px 16px;font-size:.86rem;display:flex}.project-overview-header__meta span{position:relative}.project-overview-header__meta span:not(:last-child):after{content:"";background:#cbd5e1;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:-9px}.project-overview-header__status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.project-stage-badge{border:1px solid color-mix(in srgb, var(--stage-color) 28%, white);background:color-mix(in srgb, var(--stage-color) 9%, white);max-width:100%;min-height:40px;color:var(--stage-color);text-align:center;border-radius:20px;justify-content:center;align-items:center;padding:8px 11px;font-size:.88rem;font-weight:750;line-height:1.25;display:inline-flex}.project-stage-next{border:1px solid color-mix(in srgb, var(--stage-color) 30%, white);width:auto;max-width:100%;min-height:40px;color:var(--stage-color);text-align:left;cursor:pointer;background:#fff;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:8px 9px 8px 12px;font-size:.82rem;font-weight:700;display:flex}.project-stage-next:hover:not(:disabled){background:color-mix(in srgb, var(--stage-color) 7%, white)}.project-stage-next svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.project-tabs{scrollbar-width:none;-ms-overflow-style:none;z-index:12;background:#fff;border-bottom:1px solid #dbe4f0;gap:2px;margin:14px 0 18px;padding:0;display:flex;position:sticky;top:0;overflow-x:auto}.project-tabs::-webkit-scrollbar{display:none}.project-tabs button{color:#64748b;min-height:43px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:9px 14px 11px;font-size:.88rem;font-weight:650;display:inline-flex;position:relative}.project-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.project-tabs button:hover,.project-tabs button.is-active{color:#1d4ed8}.project-tabs button.is-active:after{background:#2563eb}.project-tabs small{color:#64748b;background:#f1f5f9;border-radius:999px;place-items:center;min-width:21px;height:21px;padding:0 5px;font-size:.68rem;display:grid}.project-tabs button.is-active small{color:#1d4ed8;background:#dbeafe}.project-overview-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:14px}.project-workspace .panel--elevated{background:#fff;border-radius:8px;padding:18px;box-shadow:0 5px 16px #0f172a0a}.project-tab-single{width:100%}.project-tab-single>section,.project-sections-tab,.project-files-tab,.project-overview-grid{animation:.18s both project-tab-enter}@keyframes project-tab-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.project-tab-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.project-tab-heading p{color:#64748b;margin:5px 0 0;font-size:.86rem}.project-files-groups{background-color:#e5e7eb80;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:100px;margin-top:18px;padding:25px;display:grid}.project-files-group{min-width:0}.project-files-group__title{color:#334155;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:0 2px;font-size:.86rem;display:flex}.project-files-group__title>span{color:#94a3b8}.project-compact-list{gap:7px;display:grid}.project-compact-file{background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:40px minmax(0,1fr) 32px;align-items:center;gap:10px;min-height:58px;padding:7px 8px;display:grid}.project-compact-file__icon{color:#be123c;background:#fff1f2;border-radius:7px;place-items:center;width:40px;height:40px;font-size:.58rem;font-weight:850;display:grid}.project-compact-file__icon--section{color:#1d4ed8;background:#eff6ff}.project-compact-file>button:not(.project-compact-file__delete){text-align:left;cursor:pointer;background:0 0;border:0;gap:3px;min-width:0;padding:3px 0;display:grid}.project-compact-file strong,.project-compact-file small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-compact-file strong{color:#172033;font-size:.84rem}.project-compact-file small{color:#64748b;font-size:.72rem}.project-compact-file__delete,.project-compact-file__open{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid}.project-compact-file__delete:hover{color:#be123c;background:#fff1f2}.project-compact-file__open:hover{color:#1d4ed8;background:#eff6ff}.project-tab-empty{color:#64748b;padding:18px 2px;font-size:.84rem}.project-overview-grid .section-title{margin-bottom:14px}.project-overview-grid .button{height:42px;padding:8px 11px}@media (width<=1180px) and (width>=901px){.project-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.project-overview-header__main,.project-overview-grid,.project-files-groups{grid-template-columns:1fr}}@media (width<=640px){.project-overview-header{padding:18px}.project-overview-header__main{gap:14px}.project-overview-header__identity h1{font-size:1.55rem}.project-tabs{margin-inline:-2px}.project-tabs button{padding-inline:11px}.project-tab-heading{flex-direction:column}}.panel--materials{gap:18px;display:grid}.materials-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.materials-toolbar__meta{color:#64748b;font-weight:600}.materials-segmented{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;display:inline-grid}.materials-segmented__button{color:#64748b;background:0 0;border:0;border-radius:10px;min-width:148px;min-height:42px;padding:10px 14px;font-weight:600}.materials-segmented__button.is-active{color:#111827;background:#fff;box-shadow:0 8px 18px #0f172a14}.materials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.material-card{background:linear-gradient(#fffffffa,#f8fafdfa);border:1px solid #e2e8f0;border-radius:8px;gap:18px;padding:20px;display:grid;box-shadow:0 10px 30px #0f172a0a}.material-card__body{gap:10px;display:grid}.material-card__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.material-card__title-row h2,.material-card__body p{margin:0}.material-card__title-row h2{font-size:1.08rem;line-height:1.25}.material-card__body p{color:#64748b}.material-card__measure{color:#0f766e;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;min-height:32px;padding:6px 10px;font-size:.88rem;font-weight:700;display:inline-flex}.material-card__actions,.material-set-list{flex-wrap:wrap;gap:8px;display:flex}.material-set-chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:.86rem;font-weight:600;display:inline-flex}.materials-empty-state{border-style:dashed}.materials-picker{gap:12px;display:grid}.materials-picker__list{gap:10px;max-height:320px;padding-right:4px;display:grid;overflow-y:auto}.materials-picker__item{text-align:left;background:#fff;border:1px solid #dbe4f0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.materials-picker__item div{gap:3px;display:grid}.materials-picker__item span{color:#64748b;font-size:.92rem}.materials-picker__item.is-active{background:#dbeafe73;border-color:#93c5fd}.materials-picker__check{white-space:nowrap;font-weight:700;color:#2563eb!important}.section-card{background:linear-gradient(#fffffffa,#f8fafdfa);border:1px solid #e5edf7}.section-card--clickable{cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.section-card--clickable:hover{border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 12px 26px #2563eb1a}.section-card--clickable:focus-visible{outline-offset:2px;outline:3px solid #2563eb38}.big-sections-heading{flex-direction:row;justify-content:space-between;align-items:center}.big-section-list{gap:14px;display:grid}.big-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.big-section-card__header{color:#111827;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px;display:flex}.big-section-card__header:hover{background:#f8fafc}.big-section-card__header>span:first-child{gap:4px;min-width:0;display:grid}.big-section-card__header strong{overflow-wrap:anywhere;font-size:1.15rem}.big-section-card__number{color:#64748b;font-size:.82rem}.big-section-card__chevron{color:#64748b;flex:none;font-size:1.3rem;line-height:1;transition:transform .2s}.big-section-card__chevron.is-open{transform:rotate(180deg)}.big-section-card__body{border-top:1px solid #eef2f7;gap:14px;padding:0 14px 14px;display:grid}.section-list--nested{gap:12px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;width:min(100%,460px);max-height:calc(100vh - 40px);padding:22px;overflow-y:auto;box-shadow:0 24px 60px #0f172a33}.modal-card--wide{width:min(100%,720px)}.modal-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.modal-card__header h2{margin:4px 0 0;font-size:1.35rem}.modal-card__close{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;padding:0;font-size:1.5rem;line-height:1;display:grid}.modal-card__footer{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.section-card__title-group{gap:6px;display:grid}.section-card__summary{color:#556274;margin:0}.section-files-panel{gap:14px}.section-files-panel__header{justify-content:space-between;align-items:center;gap:14px;display:flex}.section-files-panel__header h2{margin:0;font-size:1.08rem}.section-files-panel__header p{color:#64748b;margin:4px 0 0;font-size:.86rem}.section-file-dropzone{cursor:pointer;background:#f8fbff;border:1px dashed #b6c6dc;border-radius:8px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:86px;margin-top:10px;margin-bottom:20px;padding:13px 15px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.section-file-dropzone:hover,.section-file-dropzone.is-dragging{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.section-file-dropzone.is-loading{cursor:wait;opacity:.72}.section-file-dropzone input{display:none}.section-file-dropzone__icon{color:#2563eb;background:#e8f0ff;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.section-file-dropzone__icon svg{width:22px;height:22px}.section-file-dropzone__copy{gap:3px;min-width:0;display:grid}.section-file-dropzone__copy strong{color:#1e293b;font-size:.92rem}.section-file-dropzone__copy small{color:#64748b;font-size:.8rem}.section-files-notice{padding:9px 11px;font-size:.86rem}.section-file-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.section-file-group{min-width:0}.section-file-group__header{justify-content:space-between;align-items:center;min-height:34px;margin-bottom:6px;padding:0 3px;display:flex}.section-file-group__header>div{align-items:center;gap:8px;display:flex}.section-file-group__header strong{color:#334155;font-size:.86rem}.section-file-group__header>span{color:#64748b;background:#f1f5f9;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:.75rem;font-weight:700;display:grid}.section-file-group__mark{background:#64748b;border-radius:2px;width:8px;height:8px}.section-file-group__mark--pdf{background:#e11d48}.section-file-group__mark--excel{background:#059669}.section-file-group__mark--word{background:#2563eb}.section-file-group__mark--image{background:#7c3aed}.section-file-group__mark--archive{background:#d97706}.section-file-list{gap:7px;display:grid}.section-file-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:62px;padding:8px;transition:border-color .18s,box-shadow .18s;display:grid}.section-file-card:hover{border-color:#c5d3e7;box-shadow:0 7px 18px #0f172a0f}.section-file-icon{color:#64748b;background:#f1f5f9;border-radius:8px;place-items:center;width:42px;height:42px;display:grid;position:relative}.section-file-icon svg{width:22px;height:22px}.section-file-icon small{color:#fff;background:#64748b;border-radius:2px;padding:1px 2px;font-size:.42rem;font-weight:900;line-height:1.15;position:absolute;bottom:2px;right:2px}.section-file-icon--pdf small{background:#be123c}.section-file-icon--excel small{background:#047857}.section-file-icon--word small{background:#1d4ed8}.section-file-icon--image small{background:#6d28d9}.section-file-icon--archive small{background:#b45309}.section-file-icon--pdf{color:#be123c;background:#fff1f2}.section-file-icon--excel{color:#047857;background:#ecfdf5}.section-file-icon--word{color:#1d4ed8;background:#eff6ff}.section-file-icon--image{color:#6d28d9;background:#f5f3ff}.section-file-icon--archive{color:#b45309;background:#fffbeb}.section-file-card__open{text-align:left;cursor:pointer;background:0 0;border:0;gap:3px;min-width:0;padding:4px 0;display:grid}.section-file-card__open strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.section-file-card__open span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.section-file-card__actions{gap:3px;display:flex}.section-file-card__actions button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid}.section-file-card__actions button:hover:not(:disabled){color:#1d4ed8;background:#eff6ff}.section-file-card__actions button.is-danger:hover:not(:disabled){color:#be123c;background:#fff1f2}.section-file-card__actions button:disabled{cursor:wait;opacity:.42}.section-file-card__actions svg{width:17px;height:17px}.section-files-empty{color:#64748b;padding:8px 2px 2px;font-size:.84rem}@media (width<=920px){.section-file-groups{grid-template-columns:1fr}}@media (width<=640px){.section-file-dropzone{grid-template-columns:38px minmax(0,1fr)}.section-file-dropzone>.button{display:none}.section-file-card{grid-template-columns:38px minmax(0,1fr) auto;gap:8px}.section-file-icon{width:38px;height:38px}.section-file-card__actions button:first-child{display:none}}.list-item,.timeline-item{gap:14px}.list-item strong,.timeline-item strong{line-height:1.25;display:block}.timeline-item{padding:14px 0}.timeline-item p{color:#556274;margin:0}.timeline-item--with-icon{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;display:grid}.timeline-item__content{gap:5px;min-width:0;display:grid}.history-action-icon{border:1px solid #0000;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.history-action-icon svg{width:19px;height:19px}.history-action-icon--status{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.history-action-icon--file,.history-action-icon--photo{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.history-action-icon--expense{color:#b45309;background:#fffbeb;border-color:#fde68a}.history-action-icon--access{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.history-action-icon--section{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.history-action-icon--comment,.history-action-icon--project{color:#475569;background:#f8fafc;border-color:#dbe4f0}.list,.timeline{gap:12px;display:grid}.list-item,.timeline-item,.table__row{border-bottom:1px solid #eef2f7;padding:12px 0}.table__head{color:#64748b;border-bottom:1px solid #d7deea;padding-bottom:10px;font-size:.92rem}.table__head,.table__row{grid-template-columns:2fr 1fr 1fr 1.4fr;display:grid}.users-table__row{align-items:center}.users-table__head,.users-table__row{grid-template-columns:minmax(130px,1.6fr) minmax(130px,.9fr) minmax(120px,1fr) minmax(10px,.8fr) minmax(140px,.8fr) minmax(180px,1fr)}.user-phone-cell{color:#475569;overflow-wrap:anywhere}.generated-password-cell{align-items:center;gap:6px;min-width:0;display:flex}.generated-password-value{color:#334155;overflow-wrap:anywhere;min-width:82px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88rem}.generated-password-value.is-hidden{letter-spacing:.08em;color:#64748b}.user-password-button{place-items:center;width:36px;min-width:36px;height:36px;padding:0;display:inline-grid}.user-password-button svg{width:17px;height:17px}.user-cell{align-items:center;gap:14px;min-width:0;display:flex}.user-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-weight:700;display:grid;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-cell__content{gap:3px;min-width:0;display:grid}.role-cell{gap:4px;display:grid}.status-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:7px 12px;font-size:.88rem;font-weight:700;display:inline-flex}.status-badge--active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-badge--pending{color:#c2410c;background:#fff7ed;border-color:#fdba74}.status-badge--blocked{color:#be123c;background:#fff1f2;border-color:#fecdd3}.status-badge--neutral{color:#475569;background:#f8fafc;border-color:#dbe4f0}.users-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.analytics-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.page-header--analytics .page-header__content{max-width:820px}.analytics-dashboard-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;display:grid}.analytics-dashboard-grid--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-card{position:relative;overflow:hidden}.analytics-card--accent{background:linear-gradient(150deg,#d6e7ffcc,#f3f7ffcc,#fffffffa)}.analytics-card p{color:#64748b;margin:0}.analytics-card--chart,.analytics-card--flow{gap:20px}.analytics-donut-layout{grid-template-columns:240px minmax(0,1fr);align-items:center;gap:20px;display:grid}.analytics-donut{aspect-ratio:1;width:100%;max-width:220px;margin:0 auto;position:relative}.analytics-donut svg{width:100%;height:100%}.analytics-donut__track{fill:none;stroke:#e5edf7;stroke-width:18px}.analytics-donut__center{text-align:center;place-content:center;display:grid;position:absolute;inset:0}.analytics-donut__center strong{font-size:2rem;line-height:1}.analytics-donut__center span,.analytics-muted{color:#64748b;font-size:.92rem}.analytics-status-list{gap:12px;display:grid}.analytics-status-row{border-bottom:1px solid #eef2f7;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 0;display:grid}.analytics-status-row__label{gap:6px;min-width:0;display:grid}.analytics-status-row__label small{color:#94a3b8}.analytics-status-row__meta{text-align:right;gap:4px;display:grid}.analytics-status-row__meta span{color:#64748b;font-size:.9rem}.status-pill--analytics{justify-self:start;max-width:100%;min-height:32px;max-height:32px}.analytics-bars{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:12px;min-height:240px;display:grid}.analytics-bars__item{justify-items:center;gap:10px;display:grid}.analytics-bars__canvas{background:linear-gradient(#f8fbff,#f1f5f9);border:1px solid #e5edf7;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:8px;width:100%;min-height:180px;padding:14px 10px 10px;display:grid}.analytics-bars__bar{border-radius:999px 999px 10px 10px;width:100%;min-height:4px;transition:height .3s}.analytics-bars__bar--projects{background:linear-gradient(#2563eb,#60a5fa)}.analytics-bars__bar--budget{background:linear-gradient(#16a34a,#4ade80)}.analytics-bars__item strong{text-transform:capitalize}.analytics-bars__item span{color:#64748b;font-size:.9rem}.analytics-bars__legend{color:#64748b;flex-wrap:wrap;gap:16px;margin-top:13px;font-size:.92rem;display:flex}.analytics-bars__legend span{align-items:center;gap:8px;display:inline-flex}.analytics-legend-dot{border-radius:999px;width:12px;height:12px;display:inline-block}.analytics-legend-dot--projects{background:#2563eb}.analytics-legend-dot--budget{background:#16a34a}.analytics-project-list{gap:12px;display:grid}.analytics-project-row{border-bottom:1px solid #eef2f7;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 0;display:grid}.analytics-project-row__main,.analytics-project-row__side{gap:6px;display:grid}.analytics-project-row__main{min-width:0}.analytics-project-row__main strong{line-height:1.3}.analytics-project-row__main span,.analytics-project-row__side span{color:#64748b;font-size:.92rem}.analytics-project-row__side{justify-items:end}.analytics-skeleton-circle{border-radius:50%;width:220px;height:220px;margin-inline:auto}.analytics-skeleton-bars{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:10px;min-height:220px;display:grid}.analytics-skeleton-bar{border-radius:16px 16px 8px 8px;width:100%}.analytics-skeleton-bar:first-child{height:42%}.analytics-skeleton-bar:nth-child(2){height:78%}.analytics-skeleton-bar:nth-child(3){height:55%}.analytics-skeleton-bar:nth-child(4){height:88%}.analytics-skeleton-bar:nth-child(5){height:64%}.section-card,.expense-card{gap:16px;padding:18px;display:grid}.expense-card__body{gap:6px;display:grid}.expense-card{position:relative;overflow:hidden}.expense-card--editing,.panel--editing-expense{border-color:#a9c2ea;box-shadow:0 22px 44px #0f172a1f,0 8px 18px #2563eb14}.expense-card__head{align-items:flex-start;padding-right:150px}.expense-card__status{position:absolute;top:18px;right:18px}.expense-card__tools{gap:10px;display:flex}.expense-card__controls{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.expense-card__tools .button{justify-content:center;align-items:center;width:48px;height:48px;min-height:48px;padding:0;line-height:0;display:inline-flex;position:relative}.expense-card__tools label{cursor:pointer}.expense-card__tools input{display:none}.expense-card__actions{flex-wrap:nowrap;justify-content:flex-end;gap:10px;display:flex}.expense-history{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .2s;display:grid}.expense-history.is-open{opacity:1;grid-template-rows:1fr}.expense-history__inner{background:#f1f5f9;border-radius:10px;min-height:0;padding:0 14px;transition:padding .28s;overflow:hidden}.expense-history.is-open .expense-history__inner{padding-top:14px;padding-bottom:14px}.expense-history h4{color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:.9rem}.expense-history__changes{gap:7px;margin-top:10px;display:grid}.expense-history__change{background:#fff;border:1px solid #dbe4f0;border-radius:7px;grid-template-columns:minmax(120px,.45fr) minmax(0,1fr);align-items:baseline;gap:10px;padding:8px 10px;font-size:.88rem;display:grid}.expense-history__change>span{color:#64748b;font-weight:600}.expense-history__change>div{overflow-wrap:anywhere;flex-wrap:wrap;align-items:baseline;gap:7px;min-width:0;display:flex}.expense-history__change del{color:#94a3b8}.expense-history__change strong{color:#1e40af}@media (width<=640px){.expense-history__change{grid-template-columns:1fr;gap:4px}}.expense-photos{opacity:0;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .2s;display:grid}.expense-photos.is-open{opacity:1;pointer-events:auto;grid-template-rows:1fr}.expense-photos__inner{background:#f8fafc;border-radius:10px;min-height:0;padding:0 14px;transition:padding .28s;overflow:hidden}.expense-photos.is-open .expense-photos__inner{padding-top:16px;padding-bottom:16px}.expense-photo-count{color:#fff;background:#2563eb;border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.7rem;font-weight:800;line-height:1;display:grid;position:absolute;top:-6px;right:-6px}.expense-photos__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.expense-photos__header h4{color:#172033;margin:0 0 3px;font-size:.98rem}.expense-photos__header span{color:#64748b;font-size:.84rem}.expense-photo-dropzone{color:#2563eb;cursor:pointer;background:#fff;border:1px dashed #a9c2ea;border-radius:8px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:92px;padding:14px 16px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.expense-photo-dropzone:hover,.expense-photo-dropzone.is-dragging{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.expense-photo-dropzone.is-loading{cursor:wait;opacity:.75}.expense-photo-dropzone input,.expense-photo-add input{display:none}.expense-photo-dropzone__icon{background:#eff6ff;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.expense-photo-dropzone__icon svg{width:22px;height:22px}.expense-photo-dropzone__copy{gap:3px;min-width:0;display:grid}.expense-photo-dropzone__copy strong{color:#1e293b;font-size:.92rem}.expense-photo-dropzone__copy small{color:#64748b;font-size:.8rem}.expense-photo-error{margin-top:10px;padding:9px 11px;font-size:.86rem}.expense-photo-add{aspect-ratio:4/3;color:#2563eb;cursor:pointer;background:#f8fbff;border:1px dashed #a9c2ea;border-radius:8px;align-content:center;place-items:center;gap:7px;min-width:0;font-size:.84rem;font-weight:700;transition:border-color .18s,background-color .18s;display:grid}.expense-photo-add:hover{background:#eff6ff;border-color:#2563eb}.expense-photo-add svg{width:23px;height:23px}.expense-card__tools .button.is-active{color:#2563eb;background:#eff6ff;border-color:#a9c2ea}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:14px}.photo-card{background:#fff;border:1px solid #dbe4f0;border-radius:8px;min-width:0;display:grid;overflow:hidden}.photo-card__preview{aspect-ratio:4/3;cursor:zoom-in;background:#edf2f7;border:0;border-radius:0;width:100%;padding:0;display:block;overflow:hidden}.photo-card__preview img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.photo-card__preview:hover img{transform:scale(1.025)}.photo-card__loading{color:#64748b;place-items:center;width:100%;height:100%;padding:12px;font-size:.8rem;display:grid}.photo-card__footer{grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:7px;min-height:43px;padding:5px 6px 5px 10px;display:grid}.photo-card__footer>span{color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.photo-card__delete{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid}.photo-card__delete:hover:not(:disabled){color:#be123c;background:#fff1f2}.photo-card__delete:disabled{cursor:wait;opacity:.45}.photo-card__delete svg{width:17px;height:17px}.expense-photo-lightbox{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ad1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.expense-photo-lightbox__content{color:#fff;text-align:center;gap:10px;width:min(100%,980px);max-height:calc(100vh - 48px);display:grid;position:relative}.expense-photo-lightbox__content img{object-fit:contain;width:100%;max-height:calc(100vh - 100px)}.expense-photo-lightbox__close{z-index:1;color:#fff;cursor:pointer;background:#0f172aad;border:1px solid #ffffff47;border-radius:8px;place-self:center;place-items:center;width:38px;height:38px;padding:0 0 3px;font-size:1.6rem;line-height:1;display:grid;position:absolute;top:10px;right:10px}@media (width<=640px){.expense-photo-dropzone{grid-template-columns:38px minmax(0,1fr)}.expense-photo-dropzone>.button{display:none}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-photo-lightbox{padding:12px}}.password-input{align-items:stretch;display:flex;position:relative}.password-input input{flex:auto;width:100%;padding-right:45px}.password-toggle{cursor:pointer;color:#666;background:linear-gradient(#f8fbff,#f1f5f9);border:1px solid #e5edf7;border-radius:16px;justify-content:center;align-self:stretch;align-items:center;height:auto;margin-left:10px;padding:10px;transition:all 50ms;display:inline-flex}.password-toggle:hover{opacity:.7}.auth-page{background:#fff;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{width:min(100%,480px)}.auth-card--mobile{width:min(100%,420px);box-shadow:none;background:0 0;border:0;padding:12px 24px 24px}.auth-card__header{text-align:center;justify-items:center;margin-bottom:24px;display:grid}.auth-logo-wrap{place-items:center;width:220px;height:220px;margin-top:-90px;margin-bottom:6px;display:grid}.auth-logo{object-fit:contain;width:100%;height:100%}.auth-card--mobile h1{margin:0;font-size:2.15rem;line-height:1.1}.auth-card--mobile .form-grid{gap:14px}.auth-card--mobile .field input{background:#f7f9fc;border-color:#edf1f6;border-radius:18px;min-height:56px;padding-inline:16px}.auth-card--mobile .field span{display:none}.auth-card--mobile .button{border-radius:18px;min-height:56px;font-weight:600}.auth-card--mobile .notice{text-align:center}.auth-card--register{width:min(100%,460px)}.auth-card__header--compact{margin-bottom:18px}.auth-subtitle{color:#8a94a6;margin:6px 0 0;font-size:.95rem}.company-picker{gap:10px;display:grid}.company-card{text-align:left;background:#f7f9fc;border:1px solid #edf1f6;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.company-card--active{background:#0d6efd1f;border-color:#0d6efd}.company-card__title{color:#111827;font-weight:700}.company-card__meta{color:#8a94a6;font-size:.88rem}.auth-link{text-align:center;color:#8a94a6;font-size:.95rem}.auth-link span{color:#0d6efd;font-weight:700}.empty-state{justify-items:start}.empty-state h2,.empty-state p{margin:0}.profile-card{background:linear-gradient(#fff 0%,#fafcff 100%);border:1px solid #e2e8f0;border-radius:12px;gap:24px;padding:28px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.profile-card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.profile-card__header{align-items:center;gap:20px;display:flex}.profile-avatar-wrapper{flex-shrink:0;position:relative}.profile-avatar{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border:3px solid #fff;border-radius:30%;place-items:center;width:100px;height:100px;font-size:1.75rem;font-weight:700;transition:transform .2s;display:grid;overflow:hidden;box-shadow:0 4px 12px #2563eb26}.profile-avatar:hover{transform:scale(1.02)}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar__initials{color:#1d4ed8;font-size:2rem;font-weight:700}.avatar-upload-btn{color:#fff;cursor:pointer;background:#2563eb;border:2px solid #fff;border-radius:50%;place-items:center;width:32px;height:32px;transition:all .2s;display:grid;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #2563eb4d}.avatar-upload-btn:hover{background:#1d4ed8;transform:scale(1.1)}.avatar-upload-btn svg{width:14px;height:14px}.profile-card__info{gap:6px;min-width:0;display:grid}.profile-card__info h2{color:#111827;margin:0;font-size:1.4rem;line-height:1.2}.profile-card__meta{flex-wrap:wrap;gap:12px;display:flex}.profile-card__role,.profile-card__company{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.9rem;display:inline-flex}.profile-card__role svg,.profile-card__company svg{flex-shrink:0}.profile-card__actions{flex-wrap:wrap;align-self:end;gap:10px;width:100%;margin-top:auto;padding-top:4px;display:flex}.button--sm{border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;display:inline-flex}.button--sm svg{flex-shrink:0}.profile-logout-button{color:#b91c1c;background:#fff7f7;border-color:#fecaca;justify-content:center;gap:10px;min-width:130px;height:46px;padding:10px 17px;font-size:.95rem;font-weight:650;transition:background-color .2s,border-color .2s,transform .2s}.profile-logout-button svg{width:19px;height:19px}.profile-logout-button:hover{filter:none;background:#fef2f2;border-color:#fca5a5;transform:translateY(-1px)}.profile-logout-button:focus-visible{outline-offset:2px;outline:3px solid #ef444433}.button--danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.button--danger:hover:not(:disabled){background:#ffe4e6;border-color:#fda4af}.button--ghost:disabled{opacity:.5;cursor:not-allowed}@media (width<=1100px){.app-shell{grid-template-columns:84px minmax(0,1fr)}.app-sidebar{z-index:20;align-items:center;gap:20px;width:84px;max-width:none;height:100vh;padding:12px 10px 18px;position:sticky;top:0}.app-brand__mark--image{width:62px;height:62px}.app-brand__mark--image img{width:52px;height:52px}.app-nav{align-items:stretch;width:100%}.app-nav__link{justify-content:center;min-height:48px;padding:12px}.app-nav__icon{flex-basis:23px;width:23px;height:23px}.app-nav__label,.app-sidebar__footer{display:none}.app-content{padding:24px}.two-column{grid-template-columns:1fr}.profile-page-grid{grid-template-areas:"profile""passport""details"}.form-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.users-table__head{display:none}.users-table__row{border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px;padding:16px}.users-table__row .user-cell,.users-table__row .users-actions{grid-column:1/-1}.users-table__row [data-label]:before{content:attr(data-label);color:#64748b;margin-bottom:4px;font-size:.78rem;font-weight:600;display:block}.users-table__row .generated-password-cell{flex-wrap:wrap}.users-table__row .generated-password-cell:before{flex-basis:100%}.users-table__row .users-actions:before{background-color:red;flex-basis:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-dashboard-grid,.analytics-dashboard-grid--secondary,.analytics-donut-layout{grid-template-columns:1fr}}@media (width<=820px){.phone-fields{grid-template-columns:1fr}.app-content{padding:18px}.project-grid,.project-grid--dense{grid-template-columns:minmax(0,1fr)}.panel--projects-filters{top:10px}.page-header,.two-column,.form-grid--two,.form-grid--three,.form-grid--four,.table__head,.table__row{grid-template-columns:1fr}.page-header,.section-card__header,.expense-card__head,.list-item{flex-direction:column;align-self:flex-start}.expense-card__head{padding-right:0}.expense-card__status{align-self:flex-start;position:static}.expense-card__controls{flex-wrap:wrap;align-items:flex-start}.expense-card__actions{flex-wrap:wrap;width:100%}.project-card__head,.project-card__stats{grid-template-columns:1fr}.project-card{min-height:auto}.project-hero-card__aside{justify-items:start}.status-pill,.status-pill--hero{align-self:start;max-width:100%}.project-card__budget{text-align:left;justify-self:start}.inline-form{flex-direction:column}.big-sections-heading{flex-direction:column;align-items:flex-start}.stats-grid,.analytics-stats-grid{grid-template-columns:1fr}.analytics-bars{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-project-row{grid-template-columns:1fr}.analytics-project-row__side{justify-items:start}.panel-header{flex-direction:column;align-items:start}.project-card__meta{grid-template-columns:1fr}.project-hero-card__meta{flex-direction:column}.search-sort-row{flex-direction:column;align-items:stretch}.materials-toolbar,.material-card__title-row,.materials-picker__item{flex-direction:column;align-items:flex-start}.materials-segmented{width:100%}.materials-segmented__button{min-width:0}.drawer{width:100%}.drawer--project{padding:18px 16px 16px}.drawer__footer{flex-direction:column-reverse}.user-cell{align-items:flex-start}}@media (width<=640px){.app-shell{grid-template-columns:70px minmax(0,1fr)}.app-sidebar{width:70px;padding-inline:8px}.app-brand__mark--image{width:54px;height:54px}.app-brand__mark--image img{width:46px;height:46px}.app-nav__link{min-height:46px;padding:11px}.app-content{padding:12px}.panel,.auth-card{padding:14px}.profile-card__header{text-align:center;flex-direction:column}.profile-card__meta,.profile-card__actions{justify-content:center}.profile-avatar{width:72px;height:72px}.profile-avatar__initials{font-size:1.6rem}.avatar-upload-btn{width:28px;height:28px}.avatar-upload-btn svg{width:12px;height:12px}}
