.neighbors-page{max-width:1400px;margin:0 auto;padding:2rem}.neighbors-header{text-align:center;margin-bottom:2rem}.neighbors-header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem}.neighbors-subtitle{color:var(--text-secondary);font-size:1.1rem}.neighbors-loading{min-height:400px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-spinner{border:4px solid #0000001a;border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:6rem}.empty-state h2{color:var(--text-primary);margin-bottom:.5rem}.empty-state p{color:var(--text-secondary)}.neighbors-content{margin-top:2rem}.neighbors-count{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;font-size:.95rem}.neighbors-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.neighbor-card-link{display:block;color:inherit!important;text-decoration:none!important}.neighbor-card-link:hover,.neighbor-card-link:visited,.neighbor-card-link:active,.neighbor-card-link:focus{outline:none;color:inherit!important;text-decoration:none!important}.neighbor-card-link *{text-decoration:none!important}.neighbor-card{background:var(--card-background);border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.neighbor-card-link:hover .neighbor-card{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.neighbor-card-header{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.neighbor-vehicle-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem}.neighbor-owner{color:var(--text-secondary);font-size:.9rem;font-weight:500}.neighbor-card-body{margin-bottom:1rem}.neighbor-details{flex-direction:column;gap:.5rem;display:flex}.neighbor-detail{justify-content:space-between;font-size:.9rem;display:flex}.detail-label{color:var(--text-secondary);font-weight:500}.detail-value{color:var(--text-primary)}.detail-value.vin-display{background:#0000000d;border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.85rem}.neighbor-badge{border-radius:20px;margin-top:1rem;padding:.35rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.neighbor-badge.vin-verified{color:#fff;background:#10b981}.neighbor-card-footer{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.fleet-badge{background:var(--secondary-color);color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.error-container{text-align:center;padding:4rem 2rem}.error-container h2{color:#ef4444;margin-bottom:1rem}.error-container p{color:var(--text-secondary)}html[data-theme=project] .neighbor-card:hover{border-color:var(--rust-orange);box-shadow:0 4px 16px #f74c004d}.neighbor-vehicle-detail{max-width:1200px;margin:0 auto;padding:2rem}.neighbor-detail-content{flex-direction:column;gap:2rem;display:flex}.neighbor-hero{background:var(--card-background);border-radius:12px;gap:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000001a}.neighbor-hero-image{background:#0000000d;border-radius:8px;flex:1;max-width:500px;position:relative;overflow:hidden}.neighbor-hero-image-display{width:100%;height:auto;display:block}.neighbor-hero-info{flex:1}.neighbor-hero-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.neighbor-meta{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.owner-badge{background:var(--primary-color);color:#fff}.neighbor-engine{color:var(--text-secondary);font-size:1.1rem}.neighbor-section{background:var(--card-background);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.neighbor-section h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.neighbor-image-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.gallery-item{aspect-ratio:4/3;background:#0000000d;border-radius:8px;overflow:hidden}.gallery-image{object-fit:cover;width:100%;height:100%;display:block}.gallery-placeholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.gallery-placeholder.loading{background:#0000000d}.neighbor-projects-list{flex-direction:column;gap:1rem;display:flex}.neighbor-project-link{display:block;color:inherit!important;text-decoration:none!important}.neighbor-project-link:hover,.neighbor-project-link:visited,.neighbor-project-link:active{color:inherit!important;text-decoration:none!important}.neighbor-project-card{border:1px solid var(--border-color);background:#00000008;border-radius:8px;padding:1.5rem;transition:all .2s}.neighbor-project-card.clickable{cursor:pointer}.neighbor-project-card.clickable:hover{border-color:var(--primary-color);transform:translate(4px);box-shadow:0 2px 8px #0000001a}.view-project-hint{color:var(--primary-color);opacity:.7;margin-top:1rem;font-size:.85rem;transition:opacity .2s}.neighbor-project-card.clickable:hover .view-project-hint{opacity:1}.project-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.project-card-header h3{color:var(--text-primary);margin:0}.status-badge{border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:500}.status-badge.in_progress{color:#fff;background:#3b82f6}.status-badge.planned{color:#fff;background:#8b5cf6}.status-badge.completed{color:#fff;background:#10b981}.project-description{color:var(--text-secondary);margin-bottom:1rem}.project-meta{color:var(--text-secondary);gap:2rem;font-size:.9rem;display:flex}.project-cost{color:var(--primary-color);font-weight:600}.empty-content{text-align:center;color:var(--text-secondary);padding:3rem 2rem}.loading-container{min-height:400px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.back-btn{color:var(--text-primary);border-radius:6px;align-items:center;margin-bottom:1rem;padding:.5rem 1rem;text-decoration:none;transition:background .2s;display:inline-flex}.back-btn:hover{background:#0000000d}html[data-theme=project] .neighbor-card-link:hover .neighbor-card{border-color:var(--rust-orange);box-shadow:0 4px 16px #f74c004d}.public-vehicles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.public-vehicle-card{background:var(--card-background);border:2px solid #0000;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.neighbor-card-link:hover .public-vehicle-card{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.vehicle-card-image{aspect-ratio:16/10;background:#0000000d;overflow:hidden}.vehicle-card-image img{object-fit:cover;width:100%;height:100%}.no-image-placeholder{width:100%;height:100%;color:var(--text-secondary);background:var(--background-color);justify-content:center;align-items:center;font-size:3rem;display:flex}.vehicle-card-info{padding:1rem 1.25rem}.vehicle-name{color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.vehicle-engine{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem}.view-details-hint{color:var(--primary-color);opacity:.8;margin-top:.5rem;font-size:.85rem;transition:opacity .2s}.neighbor-card-link:hover .view-details-hint{opacity:1}.neighbor-transmission,.neighbor-drivetrain{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.neighbor-mods-list{flex-direction:column;gap:1rem;display:flex}.neighbor-mod-card{border:1px solid var(--border-color);background:#00000008;border-radius:8px;padding:1.5rem}.mod-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.mod-card-header h3{color:var(--text-primary);margin:0;font-size:1.1rem}.mod-type-badge{color:#fff;background:#8b5cf6;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.mod-card-body{margin-bottom:0}.mod-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.mod-meta{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;font-size:.9rem;display:flex}.mod-cost{color:var(--primary-color);font-weight:600}.mod-impact{color:#10b981;font-weight:500}.neighbor-repairs-list{flex-direction:column;gap:1rem;display:flex}.neighbor-repair-card{border:1px solid var(--border-color);background:#00000008;border-radius:8px;padding:1.5rem}.repair-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.repair-card-header h3{color:var(--text-primary);margin:0;font-size:1.1rem}.repair-badges{gap:.5rem;display:flex}.repair-type-badge{color:#fff;background:#3b82f6;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.repair-card-body{margin-bottom:0}.repair-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.repair-meta{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;font-size:.9rem;display:flex}.repair-cost{color:var(--primary-color);font-weight:600}.diy-badge{color:#fff;background:#10b981;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.neighbor-project-detail{max-width:900px;margin:0 auto;padding:2rem}.neighbor-project-content{flex-direction:column;gap:2rem;display:flex}.project-header-section{background:var(--card-background);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.project-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.project-title-row h1{color:var(--text-primary);margin:0;font-size:1.8rem}.project-header-section .project-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.project-meta-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.meta-item{flex-direction:column;gap:.25rem;display:flex}.meta-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.meta-value{color:var(--text-primary);font-size:1rem;font-weight:600}.project-progress-section{background:var(--card-background);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.project-progress-section h2{color:var(--text-primary);margin:0 0 1rem;font-size:1.2rem}.progress-info{color:var(--text-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.progress-percentage{color:var(--text-primary);font-weight:600}.progress-bar{background:var(--background-color);border-radius:5px;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--primary-color),#818cf8);border-radius:5px;height:100%;transition:width .3s}.progress-fill.complete{background:linear-gradient(90deg,#10b981,#34d399)}.project-tasks-section{background:var(--card-background);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.project-tasks-section h2{color:var(--text-primary);margin:0 0 1rem;font-size:1.2rem}.tasks-list{flex-direction:column;gap:.75rem;display:flex}.task-item{background:var(--background-color);border:1px solid var(--border-color);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.task-item.completed{background:#10b9810d;border-color:#10b98133}.task-checkbox{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.checkmark{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.checkbox-empty{border:2px solid var(--border-color);border-radius:50%;width:20px;height:20px}.task-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.task-name{color:var(--text-primary);font-weight:500}.task-item.completed .task-name{color:var(--text-secondary);text-decoration:line-through}.task-notes{color:var(--text-secondary);font-size:.85rem}.task-completed-date{color:#10b981;white-space:nowrap;font-size:.8rem}.project-notes-section{background:var(--card-background);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.project-notes-section h2{color:var(--text-primary);margin:0 0 1rem;font-size:1.2rem}.notes-content{color:var(--text-secondary);white-space:pre-wrap;line-height:1.6}@media (max-width:768px){.neighbors-grid,.public-vehicles-grid{grid-template-columns:1fr}.neighbors-header h1{font-size:2rem}.neighbor-hero{flex-direction:column}.neighbor-hero-image{max-width:100%}.neighbor-image-gallery{grid-template-columns:1fr}.mod-meta,.repair-meta,.project-meta{flex-direction:column;gap:.5rem}.repair-card-header{flex-direction:column;align-items:flex-start}}