:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#4a7c6e;text-decoration:inherit}a:hover{color:#6b9080}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#4a7c6e;color:#fff;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#6b9080;background-color:#3d6659}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#2d4a42;background-color:#fff}a:hover{color:#6b9080}button{background-color:#4a7c6e;color:#fff}button:hover{background-color:#3d6659}}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],select{background-color:#fff;color:#2d4a42}.dashboard-layout{min-height:100vh;background-color:#f5f5f5}.mobile-header{position:fixed;top:0;left:0;right:0;height:60px;background-color:#4a7c6e;color:#fff;display:flex;align-items:center;padding:0 1rem;z-index:1000;box-shadow:0 2px 4px #0000001a}.mobile-header h1{font-size:1.25rem;margin:0;flex:1;text-align:center}.hamburger-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:4px;z-index:1001}.hamburger-btn span{display:block;width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.sidebar{position:fixed;top:60px;left:-100%;width:80%;max-width:280px;height:calc(100vh - 60px);background-color:#4a7c6e;color:#fff;display:flex;flex-direction:column;overflow-y:auto;z-index:999;transition:left .3s ease;box-shadow:2px 0 8px #0003}.sidebar.mobile-open{left:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.sidebar-logo{width:80px;height:auto;margin-bottom:.5rem}.sidebar-header h2{font-size:1.2rem;margin:0;color:#fff}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fffc;text-align:left;cursor:pointer;transition:all .3s ease;font-size:1rem;border-left:4px solid transparent}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:#ffffff26;color:#fff;border-left-color:#a8d5ba}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{width:100%;padding:.75rem;background-color:#2d4a42;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.logout-btn:hover{background-color:#1f332e}.main-content{padding:1rem;margin-top:60px;min-height:calc(100vh - 60px)}.content-header{margin-bottom:1.5rem}.content-header h1{font-size:1.5rem;color:#2d4a42;margin-bottom:.5rem}.content-header p{color:#5a6c65;font-size:.9rem}.stats-summary{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;margin-bottom:1.5rem;font-size:.95rem;color:#5a6c65}.stat-text{font-weight:500;color:#2d4a42}.stat-divider{color:#dee2e6}.dashboard-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef}.tab-button{flex:1;padding:.875rem 1rem;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:1rem;font-weight:500;color:#6c757d;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-button:hover{color:#2d4a42;background-color:#4a7c6e0d}.tab-button.active{color:#2d4a42;border-bottom-color:#4a7c6e}.tab-badge{background-color:#4a7c6e;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:10px;min-width:1.25rem;text-align:center}.tab-button:not(.active) .tab-badge{background-color:#adb5bd}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.dashboard-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease}.dashboard-card:hover{box-shadow:0 4px 8px #00000026}.dashboard-card h2{font-size:1.25rem;color:#2d4a42;margin-bottom:1rem;border-bottom:2px solid #4A7C6E;padding-bottom:.5rem}.active-request-info{color:#2d4a42}.active-request-info p{color:#2d4a42;margin:.5rem 0;font-size:1rem}.active-request-info strong{color:#1a2f28;font-weight:600}.stats-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.stat-item{text-align:center;padding:1rem;background-color:#f8f9fa;border-radius:6px}.stat-number{display:block;font-size:2rem;font-weight:700;color:#4a7c6e;margin-bottom:.25rem}.stat-label{display:block;font-size:.875rem;color:#7f8c8d}.requests-container{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a}.requests-container h2{font-size:1.5rem;color:#2d4a42;margin-bottom:1.5rem;border-bottom:2px solid #4A7C6E;padding-bottom:.5rem}.requests-grid{display:grid;grid-template-columns:1fr;gap:1rem}.requests-list{display:flex;flex-direction:column;gap:.5rem}.request-list-item{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:.5rem .75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;transition:background-color .2s ease;flex-wrap:wrap}.request-list-item:hover{background-color:#f8f9fa}.request-list-info{flex:1;min-width:0;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.request-neighborhood,.request-recipient-name{font-size:.9rem;color:#2d4a42;font-weight:600}.request-budget{font-size:.85rem;color:#2d4a42;font-weight:600}.request-language{font-size:.85rem;color:#2d4a42}.request-date{font-size:.8rem;color:#6c757d;white-space:nowrap}.request-divider{color:#dee2e6;font-size:.85rem;flex-shrink:0}.request-list-item .btn-primary{padding:.4rem .65rem;font-size:.8rem;width:auto;min-width:75px;white-space:nowrap;flex-shrink:0}.btn-claim{white-space:nowrap;min-width:80px}.btn-claim:disabled{background-color:#95a5a0;cursor:not-allowed;opacity:.6}.btn-claim:disabled:hover{background-color:#95a5a0;transform:none}.info-message{background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem;color:#856404;font-size:.9rem}.request-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:1.25rem;transition:all .3s ease}.request-card:hover{border-color:#4a7c6e;box-shadow:0 4px 8px #4a7c6e33}.request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.request-header h3{font-size:1.125rem;color:#2d4a42;margin:0}.status-badge{padding:.15rem .5rem;background-color:#4a7c6e;color:#fff;border-radius:10px;font-size:.65rem;font-weight:600;text-transform:uppercase;white-space:nowrap;flex-shrink:0}button.status-badge,button.status-badge-clickable{border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;pointer-events:auto;position:relative;z-index:1}button.status-badge:hover,button.status-badge-clickable:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003;filter:brightness(1.1)}button.status-badge:active,button.status-badge-clickable:active{transform:scale(.98)}.status-badge.status-open{background-color:#8b4054}.status-badge.status-active{background-color:#c9954d}.status-badge.status-completed{background-color:#4a7c6e}.request-card.completed{opacity:.85;background:#f0f5f3}.request-details{margin-bottom:1rem}.request-details p{margin:.5rem 0;color:#555;font-size:.9rem}.btn-primary{padding:.75rem 1.5rem;background-color:#4a7c6e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;width:100%}.btn-primary:hover{background-color:#3d6659}.btn-secondary{padding:.75rem 1.5rem;background-color:#6b9080;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;margin-left:.5rem}.btn-secondary:hover{background-color:#5a7a6d}.card-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.empty-state{color:#7f8c8d;font-style:italic;text-align:center;padding:2rem}.history-container,.handbook-container,.profile-container{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a}.history-container h2,.handbook-container h2,.profile-container h2{font-size:1.5rem;color:#2d4a42;margin-bottom:1.5rem;border-bottom:2px solid #4A7C6E;padding-bottom:.5rem}.profile-info{margin-top:1rem}.profile-section{margin-bottom:2rem}.profile-section h3{font-size:1.125rem;color:#2d4a42;margin-bottom:1rem;font-weight:600}.profile-field{margin-bottom:1.5rem}.profile-field label{display:block;font-size:.875rem;color:#5a6c65;font-weight:600;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.profile-field p{font-size:1rem;color:#2d4a42;margin:.25rem 0}.profile-actions{margin-top:2rem;display:flex;gap:.75rem;flex-direction:column}.profile-actions button{width:100%}@media(min-width:768px){.mobile-header{display:none}.dashboard-layout{display:flex}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;box-shadow:none}.main-content{margin-left:260px;margin-top:0;padding:2rem;flex:1}.request-list-item,.request-list-info{flex-wrap:nowrap}.request-neighborhood,.request-language{white-space:nowrap}.content-header h1{font-size:2rem}.content-header p{font-size:1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.requests-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.requests-container,.history-container,.handbook-container,.profile-container{padding:2rem}.dashboard-card{padding:1.5rem}.card-actions{flex-direction:row}.card-actions button{flex:1}.profile-actions{flex-direction:row}.profile-actions button{width:auto}}@media(min-width:1200px){.requests-grid{grid-template-columns:repeat(3,1fr)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4A7C6E;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#5a6c65;font-size:1rem;margin:0}.loading-overlay{position:fixed;inset:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:3000}.loading-overlay-content{text-align:center}.loading-overlay-content p{color:#5a6c65;font-size:1rem;margin-top:1rem}.profile-setup-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#f5f5f5,#e8ede8)}.profile-setup-header{text-align:center;margin-bottom:2rem}.profile-setup-logo{width:120px;height:auto;margin-bottom:1.5rem}.profile-setup-header h1{font-size:1.75rem;color:#2d4a42;margin-bottom:.75rem}.profile-setup-header p{color:#5a6c65;font-size:1rem;margin:0}.profile-setup-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:500px}.user-info-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.user-info-summary h3{margin:0 0 .75rem;color:#2d4a42;font-size:1rem;font-weight:600}.user-info-summary p{margin:.25rem 0;color:#495057;font-size:.95rem}.user-info-summary p strong{color:#2d4a42}.info-box{background:#e8f4f1;border:1px solid #4A7C6E;border-left:4px solid #4A7C6E;border-radius:4px;padding:1rem 1.25rem;margin-bottom:1.5rem}.info-box strong{display:block;color:#2d4a42;margin-bottom:.5rem;font-size:.95rem}.info-box p{margin:0;color:#495057;font-size:.9rem;line-height:1.5}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d4a42;font-weight:600;font-size:.95rem}.form-group input{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem;transition:border-color .3s ease;background-color:#fff;color:#2d4a42}.form-group input[type=file]{padding:.5rem;cursor:pointer}.form-group input:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 3px #4a7c6e1a}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#2d4a42!important;background-color:#fff!important}.form-group input.error{border-color:#dc3545}.form-group input.error:focus{box-shadow:0 0 0 3px #dc35451a}.form-hint{display:block;color:#7f8c8d;font-size:.8rem;margin-top:.25rem}.error-message{display:block;color:#dc3545;font-size:.875rem;margin-top:.5rem}.submit-error{margin-bottom:1rem;padding:.75rem;background-color:#f8d7da;border:1px solid #dc3545;border-radius:4px;text-align:center}.help-text{display:block;color:#7f8c8d;font-size:.875rem;margin-top:.5rem;font-style:italic}.qr-code-preview{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;text-align:center}.preview-label{font-size:.875rem;color:#5a6c65;font-weight:600;margin-bottom:.5rem}.qr-code-image{max-width:200px;max-height:200px;border:2px solid #dee2e6;border-radius:4px;object-fit:contain}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.form-actions button{width:100%}.btn-primary:disabled{background-color:#95a5a0;cursor:not-allowed}.btn-primary:disabled:hover{background-color:#95a5a0}@media(min-width:768px){.profile-setup-header h1{font-size:2.25rem}.profile-setup-header p{font-size:1.125rem}.profile-setup-form{padding:2.5rem}.form-actions{flex-direction:row}.form-actions button{width:auto;flex:1}}.invite-user-container{max-width:800px;display:flex;flex-direction:column;gap:1.5rem}.csv-upload-section{margin-top:1rem}.drop-zone{border:2px dashed #dee2e6;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;background-color:#f8f9fa}.drop-zone:hover{border-color:#4a7c6e;background-color:#f0f5f3}.drop-zone.drag-over{border-color:#4a7c6e;background-color:#e8f4f1;border-style:solid}.drop-zone input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.drop-zone label{display:block;cursor:pointer}.drop-zone-text{color:#5a6c65;font-size:.95rem}.csv-preview{margin-top:1.5rem}.csv-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.csv-preview-header h3{margin:0;font-size:1.1rem;color:#2d4a42}.btn-text{background:none;border:none;color:#dc3545;cursor:pointer;font-size:.9rem;padding:.25rem .5rem}.btn-text:hover{text-decoration:underline}.csv-table-wrapper{overflow-x:auto;margin-bottom:1rem;border:1px solid #dee2e6;border-radius:6px}.csv-table{width:100%;border-collapse:collapse;font-size:.9rem}.csv-table th,.csv-table td{padding:.75rem;text-align:left;border-bottom:1px solid #dee2e6;color:#333}.csv-table th{background-color:#f8f9fa;font-weight:600;color:#2d4a42}.csv-table tbody tr:hover{background-color:#f8f9fa}.csv-table tbody tr:last-child td{border-bottom:none}.btn-icon{background:none;border:none;color:#dc3545;cursor:pointer;font-size:1.25rem;padding:.25rem .5rem;line-height:1}.btn-icon:hover{color:#a71d2a}.progress-bar{height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden;margin:1rem 0}.progress-fill{height:100%;background-color:#4a7c6e;transition:width .3s ease}.bulk-results{margin-top:1rem}.error-details{margin-top:.5rem}.error-list{list-style:none;padding:0;margin:.5rem 0 0;font-size:.875rem;color:#721c24;background-color:#f8d7da;border-radius:4px;padding:.75rem}.error-list li{padding:.25rem 0}.error-list li:not(:last-child){border-bottom:1px solid rgba(114,28,36,.2)}.invite-form{margin-top:1.5rem}.card-description{color:#5a6c65;font-size:.95rem;line-height:1.5}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.form-group select{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem;transition:border-color .3s ease;background-color:#fff;color:#2d4a42;appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist;cursor:pointer}.form-group select:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 3px #4a7c6e1a}.success-message{display:block;color:#28a745;background-color:#d4edda;border:1px solid #28a745;border-radius:4px;padding:.75rem;margin-bottom:1rem;font-size:.95rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;border:1px solid #ddd;border-radius:6px;background-color:#f9f9f9}.checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.checkbox-label:hover{border-color:#4a7c6e}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer;accent-color:#4A7C6E}.checkbox-label input[type=checkbox]:checked+span,.checkbox-label:has(input:checked){color:#4a7c6e}.checkbox-label.select-all{width:100%;background-color:#f0f0f0;font-weight:500;margin-bottom:.25rem}@media(max-width:480px){.form-row{flex-direction:column;gap:0}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 16px #0003;max-width:400px;width:100%;text-align:center}.modal-content h3{margin:0 0 1rem;color:#2d4a42;font-size:1.25rem}.modal-content p{margin:0 0 1.5rem;color:#5a6c65;line-height:1.5}.modal-actions{display:flex;gap:.75rem;justify-content:center}.modal-actions button{flex:1;max-width:150px}.request-detail-header{margin-bottom:1.5rem}.request-detail-header button{margin-bottom:1rem}.request-detail-header h1{font-size:1.75rem;color:#2d4a42;margin:0}.request-detail-container{display:grid;grid-template-columns:1fr;gap:1rem}.status-badge-large{padding:.4rem 1rem;font-size:.9rem}.budget-amount{font-size:1.5rem;font-weight:700;color:#4a7c6e}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.5rem;top:.5rem;bottom:.5rem;width:2px;background:#dee2e6}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-1.65rem;top:.25rem;width:12px;height:12px;border-radius:50%;background:#4a7c6e;border:2px solid white;box-shadow:0 0 0 2px #4a7c6e}.timeline-content{padding-left:.5rem}.timeline-content strong{display:block;color:#2d4a42;font-size:.95rem;margin-bottom:.25rem}.timeline-content p{color:#5a6c65;font-size:.875rem;margin:0}.timeline-amount{color:#4a7c6e;font-weight:600;margin-top:.25rem}@media(min-width:768px){.request-detail-header h1{font-size:2rem}.request-detail-container{grid-template-columns:repeat(2,1fr)}}.manage-users-container{max-width:1200px}.users-filters{margin-bottom:1.5rem}.search-box{margin-bottom:1rem}.search-box input{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem}.search-box input:focus{outline:none;border-color:#4a7c6e}.filter-row{display:flex;gap:1rem;flex-wrap:wrap}.filter-row select{padding:.5rem 1rem;border:2px solid #dee2e6;border-radius:4px;font-size:.9rem;min-width:150px}.filter-row select:focus{outline:none;border-color:#4a7c6e}.results-count{color:#5a6c65;font-size:.9rem;margin-bottom:1rem}.users-table-wrapper{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table th,.users-table td{padding:.75rem;text-align:left;border-bottom:1px solid #dee2e6;color:#333}.users-table th{background-color:#f8f9fa;font-weight:600;color:#2d4a42}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table .inactive-row{opacity:.6;background-color:#fafafa}.role-badge{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.role-volunteer{background-color:#d4edda;color:#155724}.role-badge.role-organizer{background-color:#cce5ff;color:#004085}.role-badge.role-admin{background-color:#f8d7da;color:#721c24}.status-toggle{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.status-toggle.active{background-color:#d4edda;color:#155724}.status-toggle.inactive{background-color:#f8d7da;color:#721c24}.status-toggle:hover{opacity:.8}.btn-small{padding:.3rem .75rem;font-size:.85rem}.modal-large{max-width:500px;max-height:90vh;overflow-y:auto;text-align:left}.edit-user-form .form-row{display:flex;gap:1rem}.edit-user-form .form-row .form-group{flex:1}.checkbox-inline label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-inline input[type=checkbox]{width:auto}.groups-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;min-height:2rem;align-items:center}.group-tag{display:inline-flex;align-items:center;gap:.25rem;background-color:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.remove-tag{background:none;border:none;color:#666;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .25rem;margin-left:.25rem}.remove-tag:hover{color:#dc3545}.no-groups{color:#999;font-style:italic;font-size:.875rem}.add-group-row{display:flex;gap:.5rem}.add-group-row input{flex:1}.btn-icon{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:4px;color:#666;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.btn-icon:hover{background-color:#e9ecef;color:#2d4a42}.groups-cell{max-width:200px}.groups-tags-inline{display:flex;flex-wrap:wrap;gap:.25rem}.group-tag-small{display:inline-block;background-color:#e9ecef;color:#495057;padding:.15rem .4rem;border-radius:3px;font-size:.75rem}.no-groups-text{color:#999}.profile-info-section{background-color:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #e9ecef}.info-row{display:flex;padding:.35rem 0;font-size:.875rem}.info-row:not(:last-child){border-bottom:1px solid #e9ecef}.info-label{font-weight:600;color:#495057;min-width:120px;flex-shrink:0}.info-value{color:#666;word-break:break-all}.deactivate-toggle-group{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.deactivate-toggle-row{display:flex;align-items:center;justify-content:space-between}.deactivate-label{font-weight:500;color:#333}.toggle-switch{position:relative;width:48px;height:26px;background-color:#ccc;border:none;border-radius:13px;cursor:pointer;transition:background-color .2s;padding:0}.toggle-switch.active{background-color:#dc3545}.toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch.active .toggle-slider{transform:translate(22px)}.deactivate-warning{margin-top:.5rem;padding:.5rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;font-size:.8rem;color:#856404}.deactivated-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:1rem}.deactivated-card{background:#fff;border-radius:12px;padding:3rem 2rem;max-width:420px;text-align:center;box-shadow:0 4px 16px #0000001a}.deactivated-icon{margin-bottom:1.5rem}.deactivated-card h2{color:#dc3545;margin:0 0 1rem;font-size:1.5rem}.deactivated-card p{color:#666;line-height:1.6;margin:0 0 2rem}.deactivated-card .btn-primary{padding:.75rem 2rem}@media(max-width:768px){.filter-row{flex-direction:column}.filter-row select{width:100%}.users-table{font-size:.8rem}.users-table th,.users-table td{padding:.5rem}.edit-user-form .form-row{flex-direction:column;gap:0}}.manage-requests-container{max-width:1200px}.create-requests-card{padding-bottom:1.25rem}.create-requests-card h2{margin-bottom:.75rem}.create-actions-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-add-request{width:auto;padding:.6rem 1.25rem;font-size:.95rem;white-space:nowrap}.csv-toggle-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1.5px solid #dee2e6;border-radius:6px;padding:.55rem .9rem;font-size:.85rem;font-weight:500;color:#5a6c65;cursor:pointer;transition:all .15s ease}.csv-toggle-btn:hover{border-color:#4a7c6e;color:#4a7c6e;background-color:#f0f7f5}.csv-toggle-btn.active{border-color:#4a7c6e;color:#4a7c6e;background-color:#e8f4f1}.status-filter-tabs{display:flex;gap:0;margin-bottom:1rem;border:1.5px solid #dee2e6;border-radius:8px;overflow:hidden;background-color:#f8f9fa}.filter-tab{flex:1;padding:.55rem .75rem;border:none;background:none;font-size:.85rem;font-weight:500;color:#5a6c65;cursor:pointer;transition:all .15s ease;border-right:1px solid #dee2e6;white-space:nowrap}.filter-tab:last-child{border-right:none}.filter-tab:hover{background-color:#e9ecef;color:#2d4a42}.filter-tab.active{background-color:#4a7c6e;color:#fff;font-weight:600}.status-badge.status-pending-review{background-color:#6f42c1}.status-badge.status-stalled{background-color:#dc3545}.budget-display{background-color:#e8f4f1;border:1px solid #4A7C6E;border-radius:6px;padding:.75rem 1rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.budget-label{font-weight:600;color:#2d4a42;font-size:.95rem}.budget-value{color:#495057;font-size:.95rem}.budget-value strong{color:#4a7c6e;font-size:1.1rem}.consent-checkbox{align-items:flex-start;padding:.75rem;border:1px solid #dee2e6}.consent-checkbox span{font-size:.85rem;line-height:1.4;color:#495057}.edit-user-form textarea,.manage-requests-container textarea{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease;background-color:#fff;color:#2d4a42}.edit-user-form textarea:focus,.manage-requests-container textarea:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 3px #4a7c6e1a}@media(max-width:768px){.create-actions-row{flex-direction:column}.create-actions-row .btn-add-request{width:100%}.create-actions-row .csv-toggle-btn{width:100%;justify-content:center;font-size:.8rem}.filter-tab{font-size:.78rem;padding:.5rem .4rem}}.presence-viewers{display:flex;gap:4px;flex-wrap:wrap}.presence-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;cursor:default;box-shadow:0 1px 3px #0003;transition:transform .15s ease}.presence-badge:hover{transform:scale(1.1)}.presence-viewers .presence-badge:not(:first-child){margin-left:-8px}.presence-viewers .presence-badge{border:2px solid white}.modal-xlarge{max-width:900px;width:95%;max-height:90vh;overflow-y:auto;text-align:left}.modal-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.modal-header-row h3{margin:0;color:#2d4a42}.modal-close-btn{background:none;border:none;font-size:1.75rem;color:#666;cursor:pointer;padding:0;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.modal-close-btn:hover{background-color:#f0f0f0;color:#333}.modal-loading,.modal-error{padding:2rem;text-align:center}.modal-loading p{color:#666;font-size:1rem}.request-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.detail-section{background-color:#f8f9fa;border-radius:8px;padding:1.25rem}.detail-section h4{margin:0;color:#2d4a42;font-size:1rem;font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:2px solid #4A7C6E}.btn-edit-section{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem;opacity:.6;transition:opacity .15s}.btn-edit-section:hover{opacity:1}.section-edit-form{background-color:#f8f9fa;border-radius:6px;padding:1rem}.edit-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.edit-field{display:flex;flex-direction:column;gap:.25rem}.edit-field label{font-size:.75rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.edit-field input,.edit-field select,.edit-field textarea{padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;background:#fff}.edit-field input:focus,.edit-field select:focus,.edit-field textarea:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 2px #4a7c6e33}.edit-field textarea{resize:vertical;min-height:80px}.edit-field-wide{grid-column:1 / -1}.section-edit-actions{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid #eee}.empty-notes{color:#999;font-style:italic}.detail-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.detail-field{display:flex;flex-direction:column;gap:.25rem}.detail-field label{font-size:.75rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-field p{margin:0;color:#2d4a42;font-size:.95rem}.detail-field-wide{grid-column:1 / -1}.detail-field .status-badge-large{font-size:.85rem;padding:.35rem .75rem}.detail-field button.status-badge{display:inline-block;cursor:pointer;outline:2px solid transparent}.detail-field button.status-badge:focus{outline:2px solid #4A7C6E;outline-offset:2px}.detail-section .timeline{padding-left:0}.detail-section .timeline-item{padding-left:1.5rem}.detail-section .timeline:before{left:6px}.detail-section .timeline-dot{left:0}.qr-code-container{margin-top:.5rem}.qr-code-image{max-width:200px;max-height:200px;border-radius:8px;border:1px solid #e0e0e0;background:#fff}.photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.photo-item{display:flex;flex-direction:column;gap:.5rem}.photo-item label{font-size:.875rem;color:#6c757d;font-weight:500}.photo-thumbnail{width:100%;max-width:200px;height:auto;border-radius:8px;border:1px solid #e0e0e0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.photo-thumbnail:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.receipt-total{font-weight:600;color:#4a7c6e}.status-field-container,.status-update-inline{position:relative}.status-badge-clickable .status-badge-chevron{margin-left:.4rem;font-size:.6rem;opacity:.8}.status-dropdown{position:absolute;top:100%;left:0;z-index:100;background:#fff;border:2px solid #4A7C6E;border-radius:8px;padding:.75rem;margin-top:.5rem;min-width:280px;box-shadow:0 4px 16px #00000026}.status-dropdown-label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.status-options{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.status-option{padding:.35rem .75rem;border:2px solid transparent;border-radius:16px;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;transition:all .15s ease;text-transform:uppercase}.status-option:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.status-option.selected{border-color:#2d4a42;box-shadow:0 0 0 2px #2d4a424d}.status-option.status-open{background-color:#8b4054}.status-option.status-active{background-color:#c9954d}.status-option.status-completed{background-color:#4a7c6e}.status-option.status-stalled{background-color:#dc3545}.status-option.status-pending-review{background-color:#6f42c1}.status-dropdown-field{margin-bottom:.75rem}.status-dropdown-field label{display:block;font-size:.75rem;font-weight:600;color:#666;margin-bottom:.25rem}.status-dropdown-field select{width:100%;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;background:#fff}.status-dropdown-field select:focus{outline:none;border-color:#4a7c6e}.currency-input-small{display:flex;align-items:center;border:1px solid #ccc;border-radius:4px;overflow:hidden}.currency-input-small span{padding:.4rem .5rem;background:#f5f5f5;color:#666;font-weight:500;border-right:1px solid #ccc}.currency-input-small input{flex:1;padding:.4rem .6rem;border:none;font-size:.9rem;width:100%}.currency-input-small input:focus{outline:none}.status-dropdown-error{color:#dc3545;font-size:.8rem;margin-bottom:.5rem;padding:.4rem;background-color:#fdf2f2;border-radius:4px}.status-dropdown-actions{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #eee}.btn-cancel-small{padding:.35rem .75rem;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-size:.85rem;color:#666;cursor:pointer;transition:all .15s}.btn-cancel-small:hover{background:#e9ecef}.btn-confirm-small{padding:.35rem .75rem;background:#4a7c6e;border:none;border-radius:4px;font-size:.85rem;color:#fff;font-weight:500;cursor:pointer;transition:all .15s}.btn-confirm-small:hover{background:#3d6659}.btn-confirm-small:disabled,.btn-cancel-small:disabled{opacity:.6;cursor:not-allowed}.update-status-panel{background-color:#e8f4f1;border:2px solid #4A7C6E;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.update-status-panel h4{margin:0 0 .5rem;color:#2d4a42;font-size:1.1rem;font-weight:600}.update-status-panel .panel-description{margin:0 0 1rem;color:#666;font-size:.9rem}.update-status-panel .form-group{margin-bottom:1rem}.update-status-panel .form-group label{display:block;font-size:.875rem;font-weight:600;color:#2d4a42;margin-bottom:.25rem}.update-status-panel .field-description{font-size:.8rem;color:#666;margin:0 0 .5rem}.update-status-panel select,.update-status-panel input{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.update-status-panel select:focus,.update-status-panel input:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 2px #4a7c6e33}.currency-input{position:relative;display:flex;align-items:center}.currency-input .currency-symbol{position:absolute;left:.75rem;color:#666;font-weight:500}.currency-input input{padding-left:1.5rem}.update-status-panel .panel-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.update-status-panel .error-message{margin-bottom:1rem}.status-terminal-note{font-size:.875rem;color:#666;font-style:italic}.loading-text{color:#666;font-style:italic;font-size:.9rem;padding:.5rem 0}.notes-text{white-space:pre-wrap;background-color:#fff;padding:.75rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;line-height:1.5}.delete-confirm-panel{background-color:#fdf2f2;border:2px solid #dc3545;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.delete-confirm-panel h4{margin:0 0 .5rem;color:#721c24;font-size:1.1rem;font-weight:600}.delete-confirm-panel .warning-text{color:#721c24;font-size:.95rem;margin:0 0 1rem}.delete-confirm-panel .panel-actions{display:flex;gap:.75rem;justify-content:flex-end}.delete-confirm-panel .error-message{margin-bottom:1rem}.btn-danger{padding:.6rem 1.25rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-danger-outline{padding:.6rem 1.25rem;border:2px solid #dc3545;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;background-color:transparent;color:#dc3545}.btn-danger-outline:hover{background-color:#dc3545;color:#fff}.btn-danger-outline:disabled{opacity:.5;cursor:not-allowed}.modal-header-sticky{position:sticky;top:0;background:#fff;z-index:10;margin:-1.5rem -1.5rem 0;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6}.modal-header-sticky .modal-close-btn{position:absolute;top:.75rem;right:.75rem;background:#fff;border-radius:50%;width:36px;height:36px;box-shadow:0 2px 8px #0000001a}.modal-header-sticky .modal-close-btn:hover{background-color:#f0f0f0;box-shadow:0 2px 12px #00000026}.btn-delete-small{padding:.4rem .75rem;border:1px solid #dc3545;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s;background-color:transparent;color:#dc3545}.btn-delete-small:hover{background-color:#fdf2f2}.btn-delete-small:disabled{opacity:.5;cursor:not-allowed}.modal-footer-actions{display:flex;justify-content:flex-start;padding-top:1rem;margin-top:1rem;border-top:1px solid #dee2e6}@media(max-width:768px){.modal-xlarge{max-width:100%;width:100%;margin:0;border-radius:0;max-height:100vh;height:100vh;padding:0}.modal-xlarge>div{padding:1rem}.modal-header-sticky{margin:0;padding:.75rem 3rem .75rem 1rem}.modal-header-sticky h3{font-size:1rem;padding-right:1rem}.modal-header-sticky .modal-close-btn{top:.5rem;right:.5rem}.request-detail-grid{grid-template-columns:1fr;gap:1rem}.detail-section{padding:1rem}.detail-fields,.edit-fields{grid-template-columns:1fr}.status-dropdown{position:fixed;inset:auto 0 0;border-radius:16px 16px 0 0;min-width:100%;max-height:70vh;overflow-y:auto;margin-top:0;padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0));box-shadow:0 -4px 20px #0003;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.status-options{flex-direction:column;gap:.5rem}.status-option{width:100%;text-align:center;padding:.75rem 1rem;font-size:.9rem}.status-dropdown-actions{padding-top:.75rem;gap:.75rem}.status-dropdown-actions button{flex:1;padding:.75rem 1rem}.section-edit-form{padding:.75rem}.section-edit-actions{flex-direction:column-reverse;gap:.5rem}.section-edit-actions button{width:100%;padding:.75rem}.delete-confirm-panel{padding:1rem}.delete-confirm-panel .panel-actions{flex-direction:column-reverse;gap:.5rem}.delete-confirm-panel .panel-actions button{width:100%;padding:.75rem}.modal-footer-actions{padding:.75rem 0}.photos-grid{grid-template-columns:1fr}.timeline{padding-left:.5rem}.timeline-item{padding-left:1.25rem}}@media(max-width:768px){.status-dropdown-backdrop{position:fixed;inset:0;background:#00000080;z-index:99;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.photo-thumbnail-btn{position:relative;border:none;padding:0;background:none;cursor:pointer;border-radius:8px;overflow:hidden;display:block;width:100%}.photo-thumbnail-btn:hover .photo-thumbnail{transform:scale(1.02)}.photo-thumbnail-btn:hover .photo-expand-icon{opacity:1}.photo-thumbnail{width:100%;height:120px;object-fit:cover;border-radius:8px;transition:transform .2s ease}.photo-expand-icon{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;opacity:0;transition:opacity .2s ease}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}.lightbox-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 32px #0000004d}.lightbox-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #dee2e6;background:#f8f9fa}.lightbox-header h4{margin:0;color:#2d4a42;font-size:1.1rem;font-weight:600}.lightbox-close-btn{background:none;border:none;font-size:1.75rem;color:#666;cursor:pointer;padding:0;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.lightbox-close-btn:hover{background-color:#e9ecef;color:#333}.lightbox-image-container{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f0f0f0}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.lightbox-actions{display:flex;justify-content:center;padding:1rem;border-top:1px solid #dee2e6;background:#f8f9fa}@media(max-width:768px){.lightbox-overlay{padding:0}.lightbox-content{max-width:100%;max-height:100%;width:100%;height:100%;border-radius:0}.lightbox-header{padding:.75rem 1rem}.lightbox-image-container{padding:.5rem}.lightbox-image{max-height:calc(100vh - 150px)}.photo-thumbnail{height:100px}.photo-expand-icon{opacity:1;font-size:.7rem;padding:3px 6px}}.manage-guide-container{max-width:800px}.handbook-link-banner{background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;padding:.75rem 1rem;margin-top:.5rem}.handbook-link-banner p{margin:0;font-size:.95rem;color:#2d4a42}.handbook-link-banner a{color:#4a7c6e;font-weight:600;text-decoration:underline}.handbook-link-banner a:hover{color:#2d4a42}.guide-info-section{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.guide-info-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem 1.25rem}.guide-info-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.guide-info-card-header h3{margin:0;color:#2d4a42;font-size:1rem}.guide-info-card-header .btn-edit-section{opacity:1;font-size:1.1rem;color:#4a7c6e;padding:.25rem .5rem}.guide-info-card-header .btn-edit-section:hover{color:#2d4a42}.guide-info-card h3{margin:0 0 .75rem;color:#2d4a42;font-size:1rem}.faq-edit-item{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.btn-remove-faq{background:none;border:none;color:#dc3545;font-size:.85rem;cursor:pointer;padding:.25rem 0;margin-top:.25rem}.btn-remove-faq:hover{text-decoration:underline}.btn-add-faq{background:none;border:1px dashed #4A7C6E;color:#4a7c6e;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;width:100%;margin-bottom:.75rem}.btn-add-faq:hover{background:#e8f5e9}.guide-info-card ul{margin:0;padding-left:1.25rem}.guide-info-card ul li{color:#495057;font-size:.9rem;line-height:1.6;padding:.1rem 0}.guide-info-card p{margin:0 0 .25rem;color:#495057;font-size:.9rem;line-height:1.6}.guide-faq{margin:0}.guide-faq dt{color:#2d4a42;font-weight:600;font-size:.9rem;margin-top:.75rem}.guide-faq dt:first-child{margin-top:0}.guide-faq dd{margin:.25rem 0 0;color:#495057;font-size:.9rem;line-height:1.5}.guide-contact-list{list-style:none;padding-left:0}.guide-contact-list li{padding-left:0}.guide-section-heading{margin:1.5rem 0 0;color:#2d4a42;font-size:1.1rem}.guide-statuses{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.guide-status-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem 1.25rem}.guide-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.guide-status-header .btn-edit-section{opacity:1;font-size:1.1rem;color:#4a7c6e;padding:.25rem .5rem}.guide-status-header .btn-edit-section:hover{color:#2d4a42}.guide-instructions h4{margin:0 0 .5rem;color:#2d4a42;font-size:.95rem}.guide-steps-list{margin:0;padding-left:1.25rem}.guide-steps-list li{color:#495057;font-size:.9rem;line-height:1.6;padding:.1rem 0}.guide-edit-form{display:flex;flex-direction:column;gap:.75rem}.guide-edit-form input,.guide-edit-form textarea{width:100%;padding:.6rem .75rem;border:1.5px solid #ccc;border-radius:4px;font-size:.95rem;font-family:inherit;background-color:#fff;color:#2d4a42;resize:vertical}.guide-edit-form input:focus,.guide-edit-form textarea:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 2px #4a7c6e26}.guide-footer-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #dee2e6}.next-steps-box{background-color:#e8f4f1;border:1px solid #4A7C6E;border-left:4px solid #4A7C6E;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1.5rem}.next-steps-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.next-steps-icon{color:#4a7c6e;display:flex;align-items:center;flex-shrink:0}.next-steps-header h4{margin:0;font-size:1rem;color:#2d4a42;font-weight:600}.next-steps-list{margin:0;padding-left:1.25rem}.next-steps-list li{color:#2d4a42;font-size:.9rem;line-height:1.6;padding:.15rem 0}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6;background:#f8f9fa}.modal-header h2{margin:0;font-size:1.25rem;color:#2d4a42}.modal-close{background:none;border:none;font-size:1.75rem;color:#666;cursor:pointer;padding:0;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.modal-close:hover{background-color:#e9ecef;color:#333}.modal-body{padding:1.5rem;max-height:70vh;overflow-y:auto}.modal-loading{padding:2rem;text-align:center;color:#666}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.status-badge-large{font-size:.9rem;padding:.5rem 1rem}.status-advance-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-advance{white-space:nowrap}.status-waiting-hint{font-size:.85rem;color:#888;font-style:italic}.detail-section{margin-bottom:1.5rem}.detail-section h3{font-size:1rem;color:#2d4a42;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.budget-amount{font-weight:600;color:#2d4a42}.advance-actions-container{margin-top:.75rem}.advance-form{display:flex;flex-direction:column;gap:1rem}.advance-buttons-row{display:flex;flex-direction:column;gap:.5rem}.photo-upload-area{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:1rem;transition:border-color .2s}.photo-upload-area:hover{border-color:#4a7c6e}.photo-upload-label{display:block;font-size:.9rem;font-weight:600;color:#2d4a42;margin-bottom:.5rem}.photo-upload-hint{font-size:.8rem;color:#666;margin:0 0 .5rem}.photo-upload-input{width:100%;padding:.4rem;font-size:.9rem;cursor:pointer}.photo-upload-filename{margin:.5rem 0 0;font-size:.85rem;color:#4a7c6e;font-weight:500}.receipt-total-input{display:flex;flex-direction:column;gap:.25rem}.receipt-total-input .currency-input{position:relative;display:flex;align-items:center}.receipt-total-input .currency-symbol{position:absolute;left:.75rem;color:#666;font-weight:500;font-size:1rem;z-index:1}.receipt-total-input input{width:100%;padding:.65rem .75rem .65rem 1.5rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem;background-color:#fff;color:#2d4a42;transition:border-color .3s ease}.receipt-total-input input:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 3px #4a7c6e1a}.financial-summary{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem}.financial-summary h4{margin:0 0 .75rem;font-size:.95rem;color:#2d4a42}.financial-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem;color:#495057}.financial-row:not(:last-child){border-bottom:1px solid #e9ecef}.financial-difference{font-weight:600;padding-top:.5rem;margin-top:.25rem;border-top:2px solid #dee2e6}.financial-difference.positive{color:#856404}.financial-difference.negative{color:#4a7c6e}.zelle-instructions{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem}.zelle-instructions p{margin:0 0 .75rem;font-size:.9rem;color:#856404;line-height:1.5}.reimbursement-note{margin:0 0 .75rem;font-size:.9rem;color:#495057;line-height:1.5;background-color:#e8f4f1;border:1px solid #4A7C6E;border-radius:6px;padding:.75rem}@media(max-width:768px){.modal-header{padding:.75rem 1rem}.modal-header h2{font-size:1.1rem}.modal-body{padding:1rem;max-height:60vh}.detail-grid{grid-template-columns:1fr}.advance-buttons-row{flex-direction:column}}.login-container{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(74,124,110,.6))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(168,213,186,.6))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#5a6c65}.auth-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px;margin-top:1.5rem}.auth-form input{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%;box-sizing:border-box}.auth-form input:focus{outline:none;border-color:#4a7c6e;box-shadow:0 0 0 2px #4a7c6e33}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:3rem}.password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}.password-toggle:hover{color:#4a7c6e}.auth-form button[type=submit]{padding:.75rem 1.5rem;background-color:#4a7c6e;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s}.auth-form button[type=submit]:hover{background-color:#3d6b5e}.error-message{color:#dc3545;font-size:.875rem;margin:0;padding:.5rem;background-color:#f8d7da;border-radius:4px}.auth-switch{margin-top:1rem;color:#666}.link-button{background:none;border:none;color:#4a7c6e;cursor:pointer;font-size:inherit;text-decoration:underline;padding:0}.link-button:hover{color:#3d6b5e}
