.navbar{width:260px;height:100vh;background:#022c3a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#f9fafb;display:flex;flex-direction:column;padding:20px 16px;box-sizing:border-box;flex-shrink:0;border-right:1px solid rgba(255,255,255,.1);box-shadow:4px 0 24px #0000001a;position:relative;z-index:100}.navbar--collapsed{width:80px}.navbar__top{display:flex;flex-direction:column;gap:20px;flex:1}.navbar__brand{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;text-decoration:none;color:inherit;transition:background .2s ease}.navbar__brand:hover{background:#ffffff0f}.navbar__logo{width:40px;height:auto;display:block}.navbar__brand-text{font-size:1rem;font-weight:600;letter-spacing:-.01em}.navbar__collapse-button{align-self:flex-end;margin-right:4px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:6px;border-radius:8px;cursor:pointer;color:#9ca3af;transition:all .2s ease}.navbar__collapse-button:hover{background:#ffffff1f;border-color:#ffffff26}.navbar__nav{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px}.navbar__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.navbar__link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;text-decoration:none;color:#f9fafbcc;transition:all .2s ease;position:relative}.navbar__link:hover{background:#ffffff14;color:#f9fafb}.navbar__link--active{background:#ffffff1f;color:#fff;font-weight:600}.navbar__link--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:#3b82f6;border-radius:0 2px 2px 0}.navbar__icon{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.navbar__label{flex:1;font-size:.9rem;font-weight:500}.navbar__chevron{flex-shrink:0;width:16px;height:16px;color:#f9fafb66;display:none}.navbar__svg-icon{width:100%;height:100%;display:block}.navbar__svg-icon--chevron{width:16px;height:16px}.navbar__svg-icon--collapse{width:18px;height:18px;transition:transform .2s ease}.navbar__bottom{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.navbar__user-wrapper{position:relative}.navbar__user-card{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .2s ease}.navbar__user-card:hover{background:#ffffff1a;border-color:#ffffff26}.navbar__user-avatar{position:relative;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar__user-initials{font-size:.85rem;font-weight:600;color:#fff}.navbar__user-status{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#10b981;border:2px solid rgba(2,44,58,.85);border-radius:50%}.navbar__user-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.navbar__user-name{font-size:.9rem;font-weight:600;color:#f9fafb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__user-email{font-size:.75rem;color:#f9fafb99;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__user-expand{flex-shrink:0;width:20px;height:20px;background:transparent;border:none;color:#f9fafb80;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease}.navbar__user-expand:hover{color:#f9fafbcc}.navbar__user-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;background:#022c3af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:6px;box-shadow:0 4px 12px #0003}.navbar__user-menu-item{width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;color:#f9fafb;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease}.navbar__user-menu-item:hover{background:#ffffff1a}.navbar__version{font-size:.75rem;color:#f9fafb66;text-align:center;padding:6px 0}.navbar__nav::-webkit-scrollbar{width:4px}.navbar__nav::-webkit-scrollbar-track{background:transparent}.navbar__nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.navbar__nav::-webkit-scrollbar-thumb:hover{background:#ffffff40}.navbar__filter-panel{margin:6px 4px 4px;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;gap:8px}.navbar__filter-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#f9fafb66;margin-bottom:2px}.navbar__filter-row{display:flex;flex-direction:column;gap:3px}.navbar__filter-label{font-size:.72rem;color:#f9fafb8c;font-weight:500}.navbar__filter-input{width:100%;padding:5px 8px;font-size:.78rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#f9fafb;outline:none;box-sizing:border-box;transition:border-color .15s}.navbar__filter-input:focus{border-color:#3b82f699}.navbar__filter-input option{background:#022c3a;color:#f9fafb}.navbar__filter-input::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.5);cursor:pointer}.navbar__filter-reset{margin-top:2px;padding:5px 8px;font-size:.75rem;font-weight:500;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#f9fafb99;cursor:pointer;text-align:center;transition:all .15s}.navbar__filter-reset:hover{background:#ffffff14;color:#f9fafb}.navbar--collapsed .navbar__brand-text,.navbar--collapsed .navbar__label,.navbar--collapsed .navbar__chevron{display:none}.navbar--collapsed .navbar__link{justify-content:center;padding:12px}.sidebar-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;top:0;right:0;bottom:0;width:500px;max-width:90vw;background:#fff;box-shadow:-10px 0 40px #0f172a40;z-index:999;display:flex;flex-direction:column;overflow-y:auto;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.5rem;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.sidebar-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b7280;transition:all .15s ease}.sidebar-close:hover{background:#e5e7eb;border-color:#d1d5db;color:#111827;transform:scale(1.05)}.sidebar-close:active{transform:scale(.95)}.sidebar-content{flex:1;padding:1.5rem;overflow-y:auto}@media(max-width:768px){.sidebar{width:100%;max-width:100%}}.pf{display:flex;flex-direction:column;gap:1.25rem}.pf-header{margin-bottom:.25rem}.pf-header-main{display:flex;flex-direction:column;gap:.4rem}.pf-header-pill{align-self:flex-start;padding:.12rem .5rem;font-size:.72rem;font-weight:500;border-radius:999px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.pf-header-title{font-size:1.1rem;font-weight:600;margin:0;color:#111827}.pf-header-subtitle{margin:0;font-size:.85rem;color:#6b7280}.pf-section{padding:.9rem .9rem 1rem;border-radius:.9rem;background:#f9fafb;border:1px solid #e5e7eb}.pf-section+.pf-section{margin-top:-.25rem}.pf-section-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#111827}.pf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.pf-field-full{grid-column:1 / -1}.pf-field-half{grid-column:span 1}@media(max-width:768px){.pf-grid{grid-template-columns:1fr}.pf-field-half{grid-column:1 / -1}}.pf-label{display:block;font-size:.78rem;font-weight:500;color:#4b5563;margin-bottom:.2rem}.pf-input,.pf-select,.pf-textarea{width:100%;border-radius:.75rem;border:1px solid #d1d5db;padding:.45rem .65rem;font-size:.85rem;outline:none;background:#fff;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.pf-input:focus,.pf-select:focus,.pf-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40;background:#f9fafb}.pf-input:disabled,.pf-select:disabled,.pf-textarea:disabled{background:#f3f4f6;cursor:not-allowed}.pf-textarea{resize:vertical;min-height:70px}.pf-type-chips{display:inline-flex;gap:.4rem}.pf-chip{padding:.2rem .65rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease}.pf-chip:hover:not(:disabled){background:#f3f4f6}.pf-chip-active{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd;box-shadow:0 0 0 1px #3b82f659}.pf-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.15rem .4rem .15rem .2rem;border-radius:999px;border:1px solid transparent;background:#e5e7eb;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .08s ease}.pf-toggle-knob{width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0f172a40}.pf-toggle-label{font-size:.8rem;font-weight:500;color:#374151}.pf-toggle-on{background:#fef2f2;border-color:#fecaca;box-shadow:0 0 0 1px #f871718c}.pf-toggle-on .pf-toggle-knob{background:#ef4444}.pf-toggle-on .pf-toggle-label{color:#b91c1c}.pf-toggle-off{background:#f3f4f6;border-color:#e5e7eb}.pf-actions{display:flex;justify-content:flex-end;margin-top:.25rem}.pf-primary-button{padding:.45rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;box-shadow:0 6px 18px #2563eb59;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.pf-primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px #2563eb73;opacity:.97}.pf-primary-button:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.pf-field-error .pf-type-chips{border:1px solid red;border-radius:4px;padding:4px}.pf-error{color:red;font-size:.85rem;margin-top:4px}.pf-sync-button{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;color:#4b5563;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.pf-sync-button:hover:not(:disabled){background:#e5e7eb;color:#111827}.pf-sync-button:disabled{opacity:.55;cursor:not-allowed}.pf-delete-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.pf-delete-toggle{padding:.4rem 1rem;border-radius:8px;border:1px solid #dc2626;background:#fff;color:#dc2626;font-size:.85rem;font-weight:500;cursor:pointer;transition:.12s ease}.pf-delete-toggle:hover:not(:disabled){background:#fef2f2;border-color:#b91c1c}.pf-delete-toggle:disabled{opacity:.5;cursor:not-allowed}.pf-delete-confirmation{margin-top:1rem;padding:1rem;border-radius:.75rem;background:#fef2f2;border:1px solid #fecaca;display:flex;flex-direction:column;gap:.75rem}.pf-delete-warning{margin:0;font-size:.85rem;color:#991b1b;font-weight:500}.pf-delete-button{padding:.45rem 1.2rem;border-radius:8px;border:none;background:#dc2626;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:.12s ease}.pf-delete-button:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.pf-delete-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.pf-select-wrapper{position:relative;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px}.pf-select-search input{width:100%;padding:10px 12px;border:1px solid #d1d9e6;border-radius:8px;background-color:#f9faff;box-shadow:inset 0 2px 4px #0000000d;transition:all .2s ease-in-out}.pf-select-search input:focus{border-color:#4a90e2;box-shadow:0 0 5px #4a90e280;outline:none}.pf-select-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;max-height:220px;overflow-y:auto;border:1px solid #d1d9e6;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000014;z-index:1000;list-style:none;padding:0;margin:0;transition:opacity .2s ease-in-out}.pf-select-dropdown li{padding:10px 14px;cursor:pointer;transition:background-color .2s,transform .1s}.pf-select-dropdown li:hover{background-color:#e6f0ff;transform:translate(2px)}.pf-select-dropdown li.selected{background-color:#4a90e2;color:#fff;font-weight:600}.pf-select-dropdown::-webkit-scrollbar{width:6px}.pf-select-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.pf-select-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.pf-select-dropdown::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.projects-container{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:1.25rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.75rem}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.projects-subtitle{font-size:1.1rem;font-weight:600;margin:0;color:#111827}.projects-new-button{padding:.45rem 1.1rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.85rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:.12s ease}.projects-new-button:hover{background:#f3f4f6;border-color:#9ca3af}.projects-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:.8rem;font-weight:500;color:#374151;cursor:pointer;transition:.12s ease}.filter-chip:hover:not(.filter-chip-empty){background:#f3f4f6;border-color:#9ca3af}.filter-chip-active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.filter-chip-empty{opacity:.4}.filter-chip-count{min-width:1.6rem;padding:.1rem .45rem;border-radius:999px;background:#f3f4f6;font-size:.75rem;font-weight:500;color:#4b5563;text-align:center}.projects-table-header{display:grid;grid-template-columns:minmax(220px,3fr) minmax(160px,2fr) minmax(120px,1.5fr) minmax(140px,1.8fr) minmax(170px,2fr) minmax(130px,1.3fr) 60px;gap:1rem;padding:.45rem 0 .45rem 4px;border-bottom:1px solid #e5e7eb;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.projects-list{display:flex;flex-direction:column}.project-row{display:grid;grid-template-columns:minmax(220px,3fr) minmax(160px,2fr) minmax(120px,1.5fr) minmax(140px,1.8fr) minmax(170px,2fr) minmax(130px,1.3fr) 60px;gap:1rem;padding:.85rem 0 .85rem 4px;align-items:center;border-bottom:1px solid #f1f5f9;transition:background .12s ease;text-decoration:none;color:#111827}.project-row:hover{background:#f9fafb}.project-row-urgent{background:linear-gradient(90deg,#fee2e226,#fee2e20d);box-shadow:inset 3px 0 #ef4444}.project-row-urgent:hover{background:linear-gradient(90deg,#fee2e240,#fee2e21a)}.project-actions{display:flex;justify-content:center;align-items:center}.project-edit-button{width:32px;height:32px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:.12s ease}.project-edit-button:hover{background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.project-main{display:flex;flex-direction:column;gap:.25rem}.project-name{font-weight:600;font-size:.98rem}.project-description{font-size:.82rem;color:#6b7280}.project-customer .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem}.project-number{font-size:.86rem;font-weight:500}.project-dates{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem}.date-item{display:flex;gap:.4rem;align-items:baseline}.date-label{color:#9ca3af;font-size:.75rem;min-width:60px}.date-value{font-weight:500;color:#374151}.date-empty{color:#d1d5db;font-size:.9rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.12rem .7rem;border-radius:999px;font-size:.78rem;font-weight:500;border:1px solid transparent}.badge:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.badge-urgency-true{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.badge-urgency-false{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.badge-status{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.projects-pagination{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.pagination-info{color:#6b7280;font-size:.85rem}.pagination-buttons{display:flex;align-items:center;gap:.4rem}.pagination-button{padding:.5rem 1rem;border-radius:5px;border:1px solid #d1d5db;background:#fff;font-size:1rem;cursor:pointer;transition:.12s ease}.pagination-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.pagination-button:disabled{opacity:.45;cursor:default;transform:none}.pagination-current{font-size:.85rem;color:#6b7280}@media(max-width:900px){.projects-table-header{display:none}.project-row{grid-template-columns:1fr;padding:1rem 0}}.projects-empty{text-align:center;padding:3rem 0;opacity:.7}.projects-empty-title{font-size:1.2rem;font-weight:600;color:#111827}.projects-empty-subtitle{font-size:.95rem;color:#6b7280;margin-top:.35rem}.header{position:sticky;top:0;left:0;right:0;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2rem;background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.header__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0;white-space:nowrap}.header__center{flex:1;display:flex;justify-content:center;max-width:600px;margin:0 auto}.header__search{position:relative;width:100%;display:flex;align-items:center}.header__search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#64748b;pointer-events:none}.header__search-input{width:100%;padding:.75rem 4rem .75rem 3rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fffc;color:#1e293b;outline:none;transition:all .2s}.header__search-input::placeholder{color:#94a3b8}.header__search-input:focus{border-color:#3b82f6;background:#fffffff2;box-shadow:0 0 0 3px #3b82f61a}.header__search-shortcut{position:absolute;right:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#64748b;background:#fffc;border:1px solid #e2e8f0;border-radius:.375rem;pointer-events:none}.header__search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 8px 24px #0000001f;overflow:hidden;z-index:200}.header__search-result{display:flex;flex-direction:column;gap:3px;width:100%;padding:10px 14px;background:transparent;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;text-align:left;transition:background .1s}.header__search-result:last-child{border-bottom:none}.header__search-result:hover,.header__search-result--focused{background:#f8fafc}.header__search-result-name{font-size:.875rem;font-weight:600;color:#1e293b}.header__search-result-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.header__search-result-customer{font-size:.75rem;color:#64748b}.header__search-result-number{font-size:.75rem;font-family:ui-monospace,monospace;color:#94a3b8}.header__search-result-status{font-size:.7rem;font-weight:600;color:#3b5bcc;background:#eef2ff;border-radius:999px;padding:1px 7px}.header__search-empty{padding:14px;font-size:.875rem;color:#94a3b8;text-align:center}.header__right{display:flex;align-items:center;gap:.75rem}.header__button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#fffc;border:1px solid #e2e8f0;border-radius:.75rem;color:#475569;cursor:pointer;transition:all .2s}.header__button:hover{background:#fff;border-color:#cbd5e1;color:#1e293b}.header__button svg{width:1.25rem;height:1.25rem}.layout{display:flex;height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.layout__shell{flex:1;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;position:relative}.layout__main{flex:1;background:transparent;padding:20px;overflow-y:auto;overflow-x:hidden;min-width:0;scrollbar-gutter:stable}.layout__main::-webkit-scrollbar{width:8px}.layout__main::-webkit-scrollbar-track{background:transparent}.layout__main::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.layout__main::-webkit-scrollbar-thumb:hover{background:#94a3b880}.project-detail-view{width:100%;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.project-info-nav{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.back-link{background:none;border:none;padding:0;color:#9ca3af;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .15s ease}.back-link:hover{color:#374151}.edit-button{padding:.6rem 1.2rem;border-radius:8px;border:1px solid #3b82f6;background:#3b82f6;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:.15s ease}.edit-button:hover{background:#2563eb;border-color:#2563eb}.project-header-grid{display:grid;grid-template-columns:1fr 800px;gap:1.5rem;align-items:stretch}.project-info-section{background:#fff;border-radius:12px;border:2px solid #e5e7eb;padding:2rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2rem;align-items:start}.project-info-section.urgent{background:linear-gradient(135deg,#fef2f2,#fff);border-color:#fecaca}.project-info-main{display:flex;flex-direction:column;gap:1.25rem}.info-row{display:flex;flex-direction:column;gap:.4rem}.info-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.info-value{font-size:1rem;color:#374151;line-height:1.6}.info-value-main{font-size:1.75rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.urgency-badge-inline{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:#b91c1c;background:#fee2e2;border:2px solid #fecaca}.status-badge-inline{display:inline-flex;padding:.35rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:.5rem}.project-number-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600;color:#374151}.location-map-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #00000014;align-self:stretch;min-height:420px}.location-map-card iframe{display:block;width:100%;height:100%;min-height:420px;border-radius:12px}.project-deadlines{display:flex;flex-direction:column;gap:1rem;min-width:280px}.deadline-box{background:#fff;border-radius:10px;border:2px solid #e5e7eb;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start}.deadline-box-icon{font-size:2rem;flex-shrink:0}.deadline-box-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.deadline-box-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.deadline-box-value{font-size:1.25rem;font-weight:700;color:#111827}.deadline-box-time{font-size:.95rem;color:#6b7280;font-weight:500}.deadline-box-relative{font-size:.85rem;font-weight:600;margin-top:.35rem;padding:.25rem .65rem;border-radius:999px;display:inline-block;width:fit-content}.deadline-box.deadline-normal{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#fff)}.deadline-box.deadline-normal .deadline-box-relative{color:#047857;background:#d1fae5}.deadline-box.deadline-urgent{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.deadline-box.deadline-urgent .deadline-box-relative{color:#b45309;background:#fed7aa}.deadline-box.deadline-overdue{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fff)}.deadline-box.deadline-overdue .deadline-box-relative{color:#b91c1c;background:#fecaca}.project-documents{grid-column:1 / -1;border-top:2px solid #f3f4f6;padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.project-documents-header{display:flex;align-items:center;gap:.75rem}.project-documents-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.project-documents-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.project-documents-column{display:flex;flex-direction:column;gap:.5rem}.project-documents-column-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;padding-bottom:.4rem;border-bottom:1px solid #e5e7eb}.project-documents-list{display:flex;flex-direction:column;gap:.4rem}.project-documents-empty{font-size:.85rem;color:#d1d5db;padding:.25rem 0}.project-document-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:7px;background:#f9fafb;border:1px solid #e5e7eb;text-decoration:none;color:#374151;font-size:.875rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.project-document-item:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.project-document-icon{flex-shrink:0;color:#9ca3af;transition:color .15s ease}.project-document-item:hover .project-document-icon{color:#3b82f6}.project-document-price{flex:1;font-weight:600;min-width:0}.project-document-status{font-size:.72rem;font-weight:600;padding:.1rem .5rem;border-radius:999px;flex-shrink:0}.project-document-status-draft{background:#f3f4f6;color:#6b7280}.project-document-status-final{background:#eff6ff;color:#2563eb}.project-document-status-open{background:#fef3c7;color:#b45309}.project-document-status-closed{background:#d1fae5;color:#047857}.project-document-link-icon{flex-shrink:0;color:#d1d5db;transition:color .15s ease}.project-document-item:hover .project-document-link-icon{color:#3b82f6}.section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 10%,#e5e7eb 90%,transparent 100%);margin:1.5rem 0}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.dashboard-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.card-header h2{margin:0;font-size:1.15rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.card-header-actions{display:flex;align-items:center;gap:.75rem}.card-count{font-size:.85rem;color:#6b7280;font-weight:500;background:#f3f4f6;padding:.25rem .75rem;border-radius:999px}.card-add-button{padding:.4rem .85rem;border-radius:6px;border:1px solid #3b82f6;background:#3b82f6;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:.15s ease}.card-add-button:hover{background:#2563eb;border-color:#2563eb}.card-content{flex:1;display:flex;flex-direction:column;gap:.75rem;min-height:150px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;color:#9ca3af}.empty-state p{margin:0;font-size:.95rem;font-weight:500}.empty-hint{margin-top:.5rem;font-size:.8rem;color:#d1d5db;font-style:italic}.card-footer-link{border:none;background:none;color:#3b82f6;font-size:.9rem;font-weight:500;padding:.75rem;text-align:center;cursor:pointer;border-top:1px solid #f3f4f6;margin:0 -1.5rem -1.5rem;border-radius:0 0 10px 10px;transition:background .15s ease}.card-footer-link:hover{background:#f9fafb}.urgency-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;font-size:.85rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.project-number{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600;color:#374151}@media(max-width:1200px){.project-header-grid{grid-template-columns:1fr}.location-map-card,.location-map-card iframe{min-height:300px}}@media(max-width:1024px){.project-info-section{grid-template-columns:1fr}.project-deadlines{flex-direction:row;min-width:auto}.content-grid{grid-template-columns:1fr}}@media(max-width:768px){.project-detail-view{padding:1rem;gap:1rem}.project-info-section{padding:1.5rem}.info-value-main{font-size:1.4rem}.info-grid{grid-template-columns:1fr}.project-deadlines{flex-direction:column}.project-documents-columns{grid-template-columns:1fr}}.changelog-timeline-wrapper{width:100%}.changelog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.changelog-title{margin:0;font-size:18px}.changelog-filter-buttons{display:inline-flex;align-items:center;gap:2px;background:#f1f3f7;border-radius:10px;padding:3px}.changelog-filter-btn{display:inline-flex;align-items:center;gap:5px;border:none;background:transparent;border-radius:7px;padding:5px 11px;cursor:pointer;font-size:13px;color:#667085;font-weight:500;transition:background .12s,color .12s,box-shadow .12s;white-space:nowrap}.changelog-filter-btn:not(.active):hover{background:#0000000d;color:#344054}.changelog-filter-btn.active{background:#fff;color:#1d2939;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.changelog-timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:14px}.timeline-gutter{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:10px}.timeline-dot{width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #96b1ee;flex-shrink:0;margin-top:5px}.timeline-connector{width:2px;flex:1;background:#eaecf0;min-height:10px}.timeline-content{flex:1;min-width:0;padding-bottom:18px}.timeline-item:last-child .timeline-content{padding-bottom:0}.timeline-item.is-clickable{cursor:pointer}.timeline-item.is-clickable .timeline-content{border-radius:8px;padding:5px 8px;margin:-5px -8px;transition:background .12s}.timeline-item.is-clickable:hover .timeline-content{background:#f5f7fc}.timeline-item.is-clickable:focus{outline:none}.timeline-item.is-clickable:focus-visible .timeline-content{box-shadow:0 0 0 3px #96b1ee59}.timeline-info{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.timeline-field{font-weight:600;display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.timeline-record-description{font-weight:400;color:#667085}.timeline-meta{color:#667085;font-size:12px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.timeline-project-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;background:#eef2ff;color:#3b5bcc;border:1px solid #c7d2fe;text-decoration:none}.timeline-project-badge:hover{background:#e0e7ff;text-decoration:underline}.timeline-model-badge{display:inline-flex;align-items:center;gap:5px;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:600;border:1px solid #dde3ed;background:#f0f4fb;color:#1e3464}.changelog-svg-icon{width:13px;height:13px;display:block;flex-shrink:0}.timeline-values{margin-top:5px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.old-value,.new-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px}.old-value{color:#98a2b3}.arrow{color:#667085}.card-footer-link{display:block;width:calc(100% + 3rem);margin-top:1rem;margin-left:-1.5rem;margin-bottom:-1.5rem;padding:.6rem 1.5rem;border:none;border-top:1px solid #f0f0f0;background:transparent;color:#6b7280;font-size:.8rem;text-align:center;cursor:pointer;border-radius:0 0 10px 10px;transition:color .15s,background .15s}.card-footer-link:hover{color:#3b5bcc;background:#f9fafb}.changelog-modal-overlay{position:fixed;inset:0;background:#1018288c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:2000}.changelog-modal{width:min(980px,100%);max-height:min(80vh,900px);background:#fff;border-radius:14px;border:1px solid #eaecf0;box-shadow:0 30px 80px #00000040;display:flex;flex-direction:column;overflow:hidden}.changelog-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #eaecf0}.changelog-modal-title{font-size:16px;font-weight:700}.changelog-modal-subtitle{font-weight:500;color:#667085}.changelog-modal-close{border:1px solid #eaecf0;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer}.changelog-modal-controls{display:flex;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #eaecf0;flex-wrap:wrap}.changelog-inline-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:.5rem 0 .75rem;border-bottom:1px solid #eaecf0;margin-bottom:.5rem;flex-wrap:wrap}.changelog-modal-control{display:inline-flex;align-items:center;gap:8px;color:#344054;font-size:13px}.changelog-page-size{border:1px solid #d0d5dd;border-radius:10px;padding:6px 10px}.pagination .changelog-page-btn{border:1px solid #d0d5dd;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer}.pagination .changelog-page-btn:disabled{opacity:.5;cursor:not-allowed}.changelog-page-info{color:#667085;min-width:120px;text-align:center}.changelog-modal-body{padding:14px;overflow:auto}.changelog-sidebar{display:flex;flex-direction:column;height:100%;padding:1.5rem;overflow:hidden}.changelog-sidebar-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.changelog-sidebar-header h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary, #1f2937)}.changelog-sidebar-subtitle{margin:0 0 .5rem;font-size:.875rem;color:var(--text-secondary, #6b7280);font-style:italic}.changelog-sidebar-count{font-size:.875rem;color:var(--text-secondary, #6b7280)}.changelog-sidebar-timeline{flex:1;overflow-y:auto;padding-right:.5rem}.changelog-sidebar-empty{padding:2rem 1rem;text-align:center;color:var(--text-secondary, #6b7280)}.changelog-sidebar-item{position:relative;padding-left:2rem;margin-bottom:1.5rem}.changelog-sidebar-dot{position:absolute;left:0;top:.25rem;width:.75rem;height:.75rem;background-color:var(--primary-color, #3b82f6);border-radius:50%;border:2px solid var(--background-color, #ffffff)}.changelog-sidebar-line{position:absolute;left:.3125rem;top:1rem;width:2px;height:calc(100% + .5rem);background-color:var(--border-color, #e5e7eb)}.changelog-sidebar-content{display:flex;flex-direction:column;gap:.5rem}.changelog-sidebar-field{font-weight:600;font-size:.875rem;color:var(--text-primary, #1f2937)}.changelog-sidebar-values{display:flex;align-items:center;gap:.5rem;font-size:.875rem;flex-wrap:wrap}.changelog-sidebar-old-value{color:var(--text-error, #dc2626);text-decoration:line-through;opacity:.7}.changelog-sidebar-arrow{color:var(--text-secondary, #6b7280)}.changelog-sidebar-new-value{color:var(--text-success, #16a34a);font-weight:500}.changelog-sidebar-meta{display:flex;gap:.75rem;font-size:.75rem;color:var(--text-secondary, #6b7280)}.changelog-sidebar-user{font-weight:500}.changelog-sidebar-timestamp{opacity:.8}.changelog-sidebar-timeline::-webkit-scrollbar{width:.5rem}.changelog-sidebar-timeline::-webkit-scrollbar-track{background:var(--background-secondary, #f9fafb);border-radius:.25rem}.changelog-sidebar-timeline::-webkit-scrollbar-thumb{background:var(--border-color, #e5e7eb);border-radius:.25rem}.changelog-sidebar-timeline::-webkit-scrollbar-thumb:hover{background:var(--text-secondary, #6b7280)}.notes-list{display:flex;flex-direction:column;gap:.75rem}.note-item{padding:.85rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:.15s ease}.note-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.note-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.note-author{font-size:.85rem;font-weight:600;color:#374151}.note-date{font-size:.75rem;color:#9ca3af}.note-content{font-size:.95rem;color:#111827;line-height:1.5;white-space:pre-wrap}.note-form{display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.note-form-header{display:flex;flex-direction:column;gap:1rem}.note-form-header-main{display:flex;flex-direction:column;gap:.5rem}.note-form-header-pill{display:inline-block;width:fit-content;padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.note-form-header-title{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.note-form-header-subtitle{margin:0;font-size:.95rem;color:#6b7280;line-height:1.5}.note-form-section{display:flex;flex-direction:column;gap:1.5rem}.note-form-field{display:flex;flex-direction:column;gap:.5rem}.note-form-label{font-size:.9rem;font-weight:600;color:#374151}.note-form-textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.95rem;font-family:inherit;line-height:1.5;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.note-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.note-form-textarea:disabled{background:#f3f4f6;cursor:not-allowed}.note-form-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.note-form-primary-button{padding:.75rem 1.5rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease}.note-form-primary-button:hover:not(:disabled){background:#2563eb}.note-form-primary-button:disabled{background:#9ca3af;cursor:not-allowed}.tasks-card-title{display:flex;align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:600;color:#1d2939}.tasks-card-icon{width:22px;height:22px;color:#10b981;flex-shrink:0}.tasks-list{display:flex;flex-direction:column;gap:.75rem}.task-item{display:flex;gap:.75rem;padding:.85rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:.15s ease}.task-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.task-item.resolved{opacity:.6;background:#f9fafb}.task-checkbox{font-size:1.25rem;color:#3b82f6;flex-shrink:0;margin-top:.1rem}.task-item.resolved .task-checkbox{color:#10b981}.task-details{flex:1;display:flex;flex-direction:column;gap:.4rem}.task-content{font-size:.95rem;color:#111827;font-weight:500;line-height:1.4}.task-item.resolved .task-content{text-decoration:line-through;color:#6b7280}.task-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8rem}.task-creator{color:#6b7280}.task-deadline{font-weight:600;padding:.15rem .5rem;border-radius:4px}.task-deadline-normal{color:#047857;background:#d1fae5}.task-deadline-urgent{color:#b45309;background:#fed7aa}.task-deadline-overdue{color:#b91c1c;background:#fecaca}.task-form{display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.task-form-header{display:flex;flex-direction:column;gap:1rem}.task-form-header-main{display:flex;flex-direction:column;gap:.5rem}.task-form-header-pill{display:inline-block;width:fit-content;padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.task-form-header-title{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.task-form-header-subtitle{margin:0;font-size:.95rem;color:#6b7280;line-height:1.5}.task-form-section{display:flex;flex-direction:column;gap:1.5rem}.task-form-field{display:flex;flex-direction:column;gap:.5rem}.task-form-label{font-size:.9rem;font-weight:600;color:#374151}.task-form-textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.95rem;font-family:inherit;line-height:1.5;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.task-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.task-form-textarea:disabled{background:#f3f4f6;cursor:not-allowed}.task-form-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.95rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.task-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.task-form-input:disabled{background:#f3f4f6;cursor:not-allowed}.task-form-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.task-project-badge{display:inline-flex;align-items:center;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600;background:#eef2ff;color:#3b5bcc;border:1px solid #c7d2fe;text-decoration:none}.task-project-badge:hover{background:#e0e7ff;text-decoration:underline}.task-form-primary-button{padding:.75rem 1.5rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease}.task-form-primary-button:hover:not(:disabled){background:#2563eb}.task-form-primary-button:disabled{background:#9ca3af;cursor:not-allowed}.appointments-view{display:flex;flex-direction:column;gap:24px}.appointments-filter-bar{display:flex;align-items:flex-end;gap:16px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;flex-wrap:wrap}.appointments-filter-group{display:flex;flex-direction:column;gap:5px}.appointments-filter-group--grow{flex:1;min-width:160px}.appointments-filter-label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.appointments-filter-input{padding:7px 11px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.appointments-filter-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.appointments-filter-reset{padding:7px 16px;border-radius:8px;border:1px solid #e5e7eb;background:transparent;color:#6b7280;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s;align-self:flex-end;white-space:nowrap}.appointments-filter-reset:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.project-map-card{padding:1.25rem;height:100%;box-sizing:border-box}.project-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.project-map-title{font-size:.95rem;font-weight:600;color:#111827}.project-map-count{font-size:.78rem;color:#6b7280}.project-map-container{height:calc(100% - 2.5rem);min-height:280px;border-radius:8px;overflow:hidden}.project-map-popup{display:flex;flex-direction:column;gap:4px;min-width:160px}.project-map-popup-name{font-weight:600;font-size:.85rem;color:#111827}.project-map-popup-customer{font-size:.78rem;color:#6b7280}.project-map-popup-link{font-size:.78rem;color:#2563eb;text-decoration:none;margin-top:4px}.project-map-popup-link:hover{text-decoration:underline}.toast-container{position:fixed;top:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:20px;pointer-events:none}.toast{padding:30px 40px;border-radius:6px;box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;gap:16px;min-width:360px;font-family:system-ui,sans-serif;background:#fff;border-left:4px solid transparent;pointer-events:auto}.toast--info{border-left-color:#1890ff}.toast--success{border-left-color:#52c41a}.toast--error{border-left-color:#ff4d4f}.toast__icon{font-size:1.2rem;display:flex;align-items:center;justify-content:center}.toast__message{flex:1;line-height:1.5}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;color:#111827;background-color:#f3f4f6;margin:0;padding:0}*{box-sizing:border-box}.project-row,.projects-table-header{font-size:.92rem}
