.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-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{margin-top:10px;border:none;background:transparent;color:#3b5bcc;cursor:pointer;padding:6px 0;text-align:left}.card-footer-link:hover{text-decoration:underline}.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-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}.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}
