*{box-sizing:border-box;margin:0;padding:0}body{color:#e8e4d8;-webkit-font-smoothing:antialiased;background:#0a0f1e;min-height:100vh;font-family:Georgia,serif;overflow-x:hidden}.layout{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.header{z-index:100;background:#0a0f1e;border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1rem;display:flex;position:sticky;top:0}.logo{flex-direction:column;flex-shrink:0;line-height:1;text-decoration:none;display:flex}.logo-swan{letter-spacing:.15em;color:#c9a84c;font-size:1.3rem;font-weight:700}.logo-owners{letter-spacing:.25em;color:#6b8cae;text-transform:uppercase;font-size:.55rem}.header-actions{align-items:center;gap:.75rem;display:flex}.auth-buttons-desktop{gap:.5rem;display:none}.user-name-desktop{color:#6b8cae;letter-spacing:.05em;text-transform:uppercase;font-size:.82rem;display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;padding:6px;display:flex}.hamburger span{transform-origin:50%;background:#c9a84c;width:24px;height:2px;transition:all .25s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-drawer{z-index:200;background:#0a0f1e;flex-direction:column;padding:0;transition:transform .3s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.drawer-close{color:#6b8cae;cursor:pointer;background:0 0;border:1px solid #1e3a5f;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex}.drawer-close:hover{color:#c9a84c;border-color:#c9a84c}.drawer-nav{flex-direction:column;flex:1;padding:.5rem 0;display:flex}.drawer-link{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #1e3a5f;padding:1rem 1.5rem;font-size:1rem;text-decoration:none;transition:all .2s;display:block}.drawer-link:hover{color:#c9a84c;background:#0d1629}.drawer-link.active{color:#c9a84c;border-left:3px solid #c9a84c}.drawer-footer{border-top:1px solid #1e3a5f;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.user-drawer-name{color:#6b8cae;letter-spacing:.05em;margin-bottom:.25rem;font-size:.82rem}.btn-primary{color:#0a0f1e;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-align:center;background:#c9a84c;border:none;padding:.75rem 1.25rem;font-family:inherit;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:#e0bc5e}.btn-ghost{color:#6b8cae;letter-spacing:.08em;cursor:pointer;text-align:center;background:0 0;border:1px solid #1e3a5f;padding:.75rem 1.25rem;font-family:inherit;font-size:.82rem;text-decoration:none;transition:all .2s;display:inline-block}.main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.25rem 1rem}.footer{border-top:1px solid #1e3a5f;padding:1.5rem 1rem}.footer-disclaimer{text-align:center;max-width:900px;margin:0 auto}.footer-main{color:#3d5a78;margin-bottom:.75rem;font-size:.68rem;line-height:1.6}.footer-links-row{font-size:.72rem}.footer-links-label{color:#3d5a78;margin-right:.5rem;font-size:.68rem}.footer-links-row a{color:#3d5a78;text-decoration:none}.footer-links-row a:hover{color:#6b8cae}.loading-screen{justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:3px solid #1e3a5f;border-top-color:#c9a84c;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page{padding:1rem 0}.page h1{color:#c9a84c;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1.6rem}@media (width>=768px){.header{padding:1rem 2rem}.main,.footer{padding:2rem}.auth-buttons-desktop{display:flex}.user-name-desktop{display:block}.logo-swan{font-size:1.4rem}.logo-owners{font-size:.65rem}.page h1{font-size:2rem}.hamburger span{background:#c9a84c}}.landing{max-width:100%}.hero{padding:5rem 0 3rem;position:relative}.hero-content{max-width:680px}.hero-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#6b8cae;margin-bottom:1.25rem;font-size:.8rem}.hero-title{color:#e8e4d8;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.hero-title-accent{color:#c9a84c}.hero-subtitle{color:#8aa4be;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-hero-primary{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;background:#c9a84c;padding:.85rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.btn-hero-primary:hover{background:#e0bc5e}.btn-hero-ghost{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:1px solid #1e3a5f;padding:.85rem 2rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-block}.btn-hero-ghost:hover{color:#c9a84c;border-color:#c9a84c}.hero-divider{background:linear-gradient(90deg,#c9a84c,#1e3a5f,#0000);height:1px;margin-top:4rem}.stats-bar{border-bottom:1px solid #1e3a5f;grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid}.stat{text-align:center;border-bottom:1px solid #1e3a5f;border-right:1px solid #1e3a5f;flex-direction:column;align-items:center;padding:1.25rem .5rem;display:flex}.stat:nth-child(2){border-right:none}.stat:nth-child(3){border-bottom:none}.stat:nth-child(4){border-bottom:none;border-right:none}@media (width>=600px){.stats-bar{border-bottom:1px solid #1e3a5f;padding:2.5rem 0;display:flex}.stat{border-bottom:none;border-right:1px solid #1e3a5f;flex:1;padding:1rem}.stat:last-child{border-right:none}}.stat-value{color:#c9a84c;letter-spacing:.05em;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.stat-label{letter-spacing:.2em;text-transform:uppercase;color:#3d5a78;font-size:.72rem}.intro{border-bottom:1px solid #1e3a5f;padding:4rem 0}.intro-inner{text-align:center;max-width:680px;margin:0 auto}.section-title{color:#e8e4d8;letter-spacing:.02em;text-align:center;margin-bottom:1.5rem;font-size:1.6rem}.intro-text{color:#8aa4be;margin-bottom:1rem;font-size:1rem;line-height:1.8}.features{border-bottom:1px solid #1e3a5f;padding:4rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}.feature-card{background:#0d1629;border:1px solid #1e3a5f;padding:2rem;transition:border-color .2s}.feature-card:hover{border-color:#c9a84c}.feature-icon{margin-bottom:1rem;font-size:1.5rem}.feature-title{color:#e8e4d8;letter-spacing:.03em;margin-bottom:.75rem;font-size:1.05rem}.feature-desc{color:#6b8cae;margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.feature-link{letter-spacing:.1em;text-transform:uppercase;color:#c9a84c;font-size:.8rem;text-decoration:none;transition:color .2s}.feature-link:hover{color:#e0bc5e}.cta{padding:5rem 0}.cta-inner{max-width:560px}.cta-title{color:#e8e4d8;margin-bottom:1rem;font-size:2rem}.cta-subtitle{color:#8aa4be;margin-bottom:2rem;font-size:1rem;line-height:1.7}@media (width>=600px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.hero-title{font-size:clamp(2rem,8vw,4rem)}.hero-subtitle{font-size:.95rem}.auth-page{justify-content:center;align-items:center;min-height:70vh;padding:2rem 0;display:flex}.auth-card{background:#0d1629;border:1px solid #1e3a5f;width:100%;max-width:520px;padding:2.5rem}.auth-header{margin-bottom:2rem}.auth-header h1{color:#e8e4d8;letter-spacing:.02em;margin-bottom:.75rem;font-size:1.8rem}.auth-header p{color:#6b8cae;font-size:.9rem;line-height:1.6}.auth-form{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group label{letter-spacing:.12em;text-transform:uppercase;color:#6b8cae;font-size:.75rem}.form-group input,.form-group select{color:#e8e4d8;background:#0a0f1e;border:1px solid #1e3a5f;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#c9a84c}.form-group select option{background:#0a0f1e}.auth-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;padding:.75rem 1rem;font-size:.85rem}.btn-auth{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#c9a84c;border:none;width:100%;padding:.9rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .2s}.btn-auth:hover:not(:disabled){background:#e0bc5e}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:#6b8cae;font-size:.85rem}.auth-switch a{color:#c9a84c;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.fleet-page{padding-bottom:4rem}.fleet-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.fleet-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.fleet-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.btn-register{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#c9a84c;padding:.65rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s}.btn-register:hover{background:#e0bc5e}.fleet-filters{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.search-input{color:#e8e4d8;background:#0d1629;border:1px solid #1e3a5f;outline:none;width:100%;padding:.85rem 1.25rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.search-input:focus{border-color:#c9a84c}.filter-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.filter-select{color:#6b8cae;cursor:pointer;background:#0d1629;border:1px solid #1e3a5f;outline:none;padding:.6rem 1rem;font-family:inherit;font-size:.82rem;transition:border-color .2s}.filter-select:focus{border-color:#c9a84c}.flag-input{text-transform:uppercase;width:100px}.btn-clear{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.6rem 1rem;font-family:inherit;font-size:.78rem;transition:all .2s}.btn-clear:hover{color:#c9a84c;border-color:#c9a84c}.fleet-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.fleet-loading{justify-content:center;padding:4rem;display:flex}.fleet-empty{text-align:center;color:#6b8cae;flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.yacht-card{cursor:pointer;background:#0d1629;border:1px solid #1e3a5f;flex-direction:column;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.yacht-card:hover{border-color:#c9a84c;transform:translateY(-2px)}.yacht-card-top{background:linear-gradient(135deg,#0d1629 0%,#1e3a5f 100%);justify-content:center;align-items:center;height:140px;display:flex;position:relative}.yacht-photo-placeholder{color:#c9a84c;text-transform:uppercase;background:#1e3a5f;border:2px solid #c9a84c;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:700;display:flex}.yacht-status-dot{border-radius:50%;width:10px;height:10px;position:absolute;top:1rem;right:1rem}.yacht-card-body{flex:1;padding:1.25rem}.yacht-name-row{justify-content:space-between;align-items:baseline;margin-bottom:.25rem;display:flex}.yacht-name{color:#e8e4d8;letter-spacing:.03em;font-size:1.15rem}.yacht-flag{letter-spacing:.15em;color:#c9a84c;text-transform:uppercase;font-size:.72rem}.yacht-model{color:#6b8cae;letter-spacing:.05em;margin-bottom:.75rem;font-size:.82rem}.yacht-meta{gap:.75rem;margin-bottom:.5rem;display:flex}.yacht-meta span{color:#3d5a78;letter-spacing:.08em;font-size:.75rem}.yacht-notes-preview{color:#3d5a78;margin-top:.5rem;font-size:.78rem;font-style:italic;line-height:1.5}.yacht-card-footer{border-top:1px solid #1e3a5f;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.yacht-status-label{letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:600}.yacht-view{color:#3d5a78;letter-spacing:.08em;font-size:.75rem;transition:color .2s}.yacht-card:hover .yacht-view{color:#c9a84c}.profile-page{max-width:800px;padding-bottom:4rem}.profile-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.profile-hero{align-items:center;gap:1.5rem;display:flex}.profile-photo-placeholder{color:#c9a84c;background:#1e3a5f;border:2px solid #c9a84c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.profile-name-row{align-items:baseline;gap:1rem;margin-bottom:.25rem;display:flex}.profile-name-row h1{color:#e8e4d8;letter-spacing:.02em;font-size:2rem}.profile-flag{letter-spacing:.2em;color:#c9a84c;text-transform:uppercase;font-size:.8rem}.profile-model{color:#6b8cae;letter-spacing:.08em;margin-bottom:.5rem;font-size:.88rem}.profile-status{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.btn-edit{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:0 0;border:1px solid #1e3a5f;padding:.5rem 1.25rem;font-size:.78rem;text-decoration:none;transition:all .2s}.btn-edit:hover{color:#c9a84c;border-color:#c9a84c}.profile-body{flex-direction:column;gap:0;display:flex}.profile-section{border-bottom:1px solid #1e3a5f;padding:2rem 0}.profile-section h2{letter-spacing:.2em;text-transform:uppercase;color:#6b8cae;margin-bottom:1.25rem;font-size:.72rem}.specs-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.info-block{padding:0}.info-primary{color:#e8e4d8;margin-bottom:.25rem;font-size:1rem}.info-secondary{color:#6b8cae;font-size:.85rem}.crew-card{align-items:flex-start;gap:1.25rem;display:flex}.crew-avatar{color:#c9a84c;text-transform:uppercase;background:#1e3a5f;border:1px solid #c9a84c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex}.crew-info{flex-direction:column;gap:.3rem;display:flex}.crew-name{color:#e8e4d8;font-size:1rem;font-weight:600}.crew-detail{color:#6b8cae;font-size:.82rem}.crew-contact{color:#c9a84c;font-size:.82rem;text-decoration:none}.crew-contact:hover{text-decoration:underline}.profile-notes{color:#8aa4be;font-size:.92rem;line-height:1.7}.btn-issues{color:#c9a84c;letter-spacing:.05em;font-size:.85rem;text-decoration:none;transition:color .2s}.btn-issues:hover{color:#e0bc5e}.profile-back{margin-top:2rem}.btn-back{color:#6b8cae;letter-spacing:.08em;font-size:.82rem;text-decoration:none;transition:color .2s}.btn-back:hover{color:#c9a84c}.not-found{color:#6b8cae;font-size:.9rem}.not-found a{color:#c9a84c;text-decoration:none}.my-yacht-page{max-width:860px;padding-bottom:4rem}.my-yacht-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.my-yacht-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.my-yacht-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.yacht-section{border-bottom:1px solid #1e3a5f;margin-bottom:2.5rem;padding-bottom:2.5rem}.yacht-section h2{letter-spacing:.2em;text-transform:uppercase;color:#6b8cae;margin-bottom:.5rem;font-size:.75rem}.section-hint{color:#3d5a78;margin-bottom:1.25rem;font-size:.82rem;line-height:1.5}.approach-options{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.approach-btn{cursor:pointer;text-align:left;background:#0d1629;border:1px solid #1e3a5f;flex-direction:column;align-items:flex-start;padding:.85rem 1.25rem;font-family:inherit;transition:all .2s;display:flex}.approach-btn:hover{border-color:#6b8cae}.approach-btn.active{background:#c9a84c14;border-color:#c9a84c}.approach-label{color:#e8e4d8;margin-bottom:.2rem;font-size:.88rem;font-weight:600}.approach-desc{color:#6b8cae;font-size:.78rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field-full{grid-column:1/-1}.status-buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.status-btn{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.5rem 1.1rem;font-family:inherit;font-size:.8rem;transition:all .2s}.status-btn:hover{color:#e8e4d8;border-color:#6b8cae}.location-panel{background:#0d1629;border:1px solid #1e3a5f;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem 1.25rem;display:flex}.location-info strong{color:#e8e4d8;margin-bottom:.25rem;font-size:.85rem;display:block}.location-info p{color:#6b8cae;font-size:.78rem}.ios-toggle{flex-shrink:0;width:48px;height:28px;display:inline-block;position:relative}.ios-toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:#1e3a5f;border-radius:28px;transition:background .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#e8e4d8;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;bottom:4px;left:4px}.ios-toggle input:checked+.toggle-slider{background:#22c55e}.ios-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.mode-selector{border:1px solid #1e3a5f;gap:0;width:fit-content;margin-bottom:1.25rem;display:flex}.mode-btn{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-right:1px solid #1e3a5f;padding:.6rem 1.25rem;font-family:inherit;font-size:.78rem;transition:all .2s}.mode-btn:last-child{border-right:none}.mode-btn:hover{color:#e8e4d8;background:#1e3a5f}.mode-btn.active{color:#0a0f1e;background:#c9a84c;font-weight:700}.mode-info{color:#6b8cae;background:#0d1629;border:1px solid #1e3a5f;padding:.85rem 1.25rem;font-size:.88rem}.mode-info strong{color:#e8e4d8}.btn-save{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#c9a84c;border:none;padding:.75rem 2rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s}.btn-save:hover:not(:disabled){background:#e0bc5e}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-text-link{color:#c9a84c;letter-spacing:.08em;cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-family:inherit;font-size:.8rem}.btn-text-link:hover{text-decoration:underline}.save-footer{justify-content:flex-end;padding-top:1rem;display:flex}.modal-overlay{z-index:300;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#0d1629;border:1px solid #1e3a5f;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:2rem;display:flex}.modal-box h2{color:#e8e4d8;margin-bottom:.5rem;font-size:1.2rem}.photo-upload{flex-direction:column;gap:.5rem;display:flex}.upload-btn{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px dashed #1e3a5f;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-family:inherit;font-size:.78rem;transition:all .2s;display:inline-flex}.upload-btn:hover{color:#c9a84c;border-color:#c9a84c}.upload-btn.uploading{color:#c9a84c;cursor:wait;border-color:#c9a84c}.upload-error{color:#ef4444;font-size:.78rem}.photo-gallery{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.gallery-item{flex-direction:column;gap:.3rem;width:140px;display:flex}.gallery-thumb-wrap{cursor:pointer;border:1px solid #1e3a5f;width:140px;height:100px;position:relative;overflow:hidden}.gallery-thumb{object-fit:cover;width:100%;height:100%;transition:transform .2s}.gallery-thumb-wrap:hover .gallery-thumb{transform:scale(1.05)}.gallery-thumb-overlay{opacity:0;color:#e8e4d8;letter-spacing:.1em;text-transform:uppercase;background:#0006;justify-content:center;align-items:center;font-size:.75rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.gallery-thumb-wrap:hover .gallery-thumb-overlay{opacity:1}.caption-input{color:#e8e4d8;background:#0a0f1e;border:1px solid #1e3a5f;outline:none;width:100%;padding:.4rem .6rem;font-family:inherit;font-size:.75rem;transition:border-color .2s}.caption-input:focus{border-color:#c9a84c}.caption-input::placeholder{color:#3d5a78}.caption-text{color:#6b8cae;font-size:.75rem;font-style:italic;line-height:1.4}.remove-photo{color:#ef4444;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.7rem}.remove-photo:hover{text-decoration:underline}.lightbox-overlay{z-index:500;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-inner{align-items:center;gap:1rem;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.lightbox-img{object-fit:contain;border:1px solid #1e3a5f;max-width:80vw;max-height:75vh}.lightbox-caption{color:#8aa4be;text-align:center;max-width:600px;font-size:.88rem}.lightbox-counter{color:#3d5a78;letter-spacing:.1em;font-size:.72rem}.lightbox-close{color:#e8e4d8;cursor:pointer;background:#0d1629;border:1px solid #1e3a5f;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:1rem;transition:border-color .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.lightbox-close:hover{color:#c9a84c;border-color:#c9a84c}.lightbox-prev,.lightbox-next{color:#e8e4d8;cursor:pointer;background:#0d1629;border:1px solid #1e3a5f;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:1rem;transition:all .2s;display:flex}.lightbox-prev:hover,.lightbox-next:hover{color:#c9a84c;border-color:#c9a84c}.lightbox-prev:disabled,.lightbox-next:disabled{opacity:.3;cursor:default}.issues-page{padding-bottom:4rem}.issues-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.issues-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.issues-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.issues-filters{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.issues-notice{color:#6b8cae;background:#0d1629;border:1px solid #1e3a5f;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.88rem}.issues-loading,.issues-empty{color:#6b8cae;justify-content:center;align-items:center;padding:4rem;display:flex}.issues-list{flex-direction:column;gap:.75rem;display:flex}.issue-card{cursor:pointer;background:#0d1629;border:1px solid #1e3a5f;align-items:flex-start;gap:1.25rem;padding:1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.issue-card:hover{border-color:#c9a84c}.issue-card-left{flex-shrink:0}.issue-votes{background:#0a0f1e;border:1px solid #1e3a5f;flex-direction:column;align-items:center;min-width:52px;padding:.5rem .75rem;display:flex}.vote-count{color:#c9a84c;font-size:1.2rem;font-weight:700;line-height:1}.vote-label{letter-spacing:.1em;text-transform:uppercase;color:#3d5a78;margin-top:.2rem;font-size:.65rem}.issue-card-body{flex:1;min-width:0}.issue-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.tag-system{color:#4a8c4a;background:#1a2a1a}.tag-resolved{color:#22c55e;background:#1a2a1a}.issue-title{color:#e8e4d8;letter-spacing:.01em;margin-bottom:.4rem;font-size:1rem}.issue-desc{color:#6b8cae;margin-bottom:.5rem;font-size:.82rem;line-height:1.5}.issue-meta{color:#3d5a78;gap:1rem;font-size:.75rem;display:flex}.has-fix{color:#22c55e;font-weight:600}.issue-card-right{color:#3d5a78;flex-shrink:0;font-size:1rem;transition:color .2s}.issue-card:hover .issue-card-right{color:#c9a84c}.issue-arrow{font-size:1rem}.modal-hint{color:#6b8cae;font-size:.85rem;line-height:1.6}.field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-actions{gap:1rem;margin-top:.5rem;display:flex}.issue-detail-page{max-width:800px;padding-bottom:4rem}.issue-detail-card{background:#0d1629;border:1px solid #1e3a5f;margin-bottom:2rem}.issue-detail-header{border-bottom:1px solid #1e3a5f;gap:1.5rem;padding:1.5rem;display:flex}.issue-detail-votes{flex-shrink:0}.vote-btn{cursor:pointer;background:#0a0f1e;border:1px solid #1e3a5f;flex-direction:column;align-items:center;min-width:60px;padding:.75rem 1rem;font-family:inherit;transition:all .2s;display:flex}.vote-btn:hover:not(:disabled){border-color:#c9a84c}.vote-btn.voted{background:#c9a84c1a;border-color:#c9a84c}.vote-btn:disabled{cursor:default}.vote-btn .vote-count{color:#c9a84c;font-size:1.5rem;font-weight:700;line-height:1}.vote-btn .vote-label{letter-spacing:.1em;text-transform:uppercase;color:#3d5a78;margin-top:.25rem;font-size:.65rem}.issue-detail-main{flex:1}.issue-detail-title{color:#e8e4d8;margin:.5rem 0 .25rem;font-size:1.4rem;line-height:1.3}.issue-detail-time{color:#3d5a78;font-size:.75rem}.issue-detail-body{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.issue-section h2{letter-spacing:.2em;text-transform:uppercase;color:#6b8cae;margin-bottom:.75rem;font-size:.72rem}.issue-section p{color:#8aa4be;font-size:.95rem;line-height:1.7}.fix-section{background:#22c55e0d;border:1px solid #22c55e33;padding:1.25rem}.fix-section h2{color:#22c55e}.fix-section p{color:#a8d5b5}.issue-actions{border-top:1px solid #1e3a5f;padding:1rem 1.5rem}.btn-resolve{color:#22c55e;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #22c55e;padding:.5rem 1.25rem;font-family:inherit;font-size:.78rem;transition:all .2s}.btn-resolve:hover{background:#22c55e1a}.reply-time{color:#3d5a78;margin-top:.5rem;font-size:.72rem;display:block}.reply-form-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.upload-note{color:#3d5a78;margin-top:.25rem;font-size:.75rem;font-style:italic}.tag-photos{color:#88c;background:#1a1a2e}.forum-page{padding-bottom:4rem}.forum-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.forum-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.forum-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.btn-post{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#c9a84c;border:none;padding:.65rem 1.5rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .2s}.btn-post:hover:not(:disabled){background:#e0bc5e}.btn-post:disabled{opacity:.6;cursor:not-allowed}.forum-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.category-btn{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.4rem .9rem;font-family:inherit;font-size:.75rem;transition:all .2s}.category-btn:hover{color:#e8e4d8;border-color:#6b8cae}.category-btn.active{color:#0a0f1e;background:#c9a84c;border-color:#c9a84c;font-weight:700}.forum-loading,.forum-empty{color:#6b8cae;justify-content:center;align-items:center;padding:4rem;display:flex}.forum-list{flex-direction:column;gap:.75rem;display:flex}.topic-card{background:#0d1629;border:1px solid #1e3a5f;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.topic-card:hover{border-color:#c9a84c}.topic-card-body{flex:1;min-width:0}.topic-tags{gap:.5rem;margin-bottom:.5rem;display:flex}.tag{letter-spacing:.08em;text-transform:uppercase;border-radius:2px;padding:.2rem .6rem;font-size:.7rem}.tag-model{color:#6b8cae;background:#1e3a5f}.tag-flagged{color:#ef4444;background:#2a1a1a}.topic-title{color:#e8e4d8;margin-bottom:.35rem;font-size:1rem}.topic-preview{color:#6b8cae;margin-bottom:.5rem;font-size:.82rem;line-height:1.5}.topic-meta{color:#3d5a78;gap:1rem;font-size:.75rem;display:flex}.topic-arrow{color:#3d5a78;font-size:1rem;transition:color .2s}.topic-card:hover .topic-arrow{color:#c9a84c}.modal-overlay{z-index:300;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:#0d1629;border:1px solid #1e3a5f;flex-direction:column;gap:1rem;width:100%;max-width:480px;max-height:90vh;padding:2rem;display:flex;overflow-y:auto}.modal-box.large{max-width:640px}.modal-box h2{color:#e8e4d8;font-size:1.3rem}.field{flex-direction:column;gap:.4rem;display:flex}.field span{letter-spacing:.12em;text-transform:uppercase;color:#6b8cae;font-size:.72rem}.field input,.field select,.field textarea{color:#e8e4d8;resize:vertical;background:#0a0f1e;border:1px solid #1e3a5f;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#c9a84c}.field select option{background:#0a0f1e}.form-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;padding:.75rem 1rem;font-size:.85rem}.modal-actions{gap:1rem;display:flex}.btn-ghost{color:#6b8cae;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.65rem 1.5rem;font-family:inherit;font-size:.8rem;transition:all .2s}.btn-ghost:hover{color:#c9a84c;border-color:#c9a84c}.topic-page{max-width:800px;padding-bottom:4rem}.back-link{color:#6b8cae;letter-spacing:.08em;margin-bottom:1.5rem;font-size:.82rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#c9a84c}.topic-detail-card{background:#0d1629;border:1px solid #1e3a5f;margin-bottom:2rem;padding:1.5rem}.topic-detail-title{color:#e8e4d8;margin-bottom:.5rem;font-size:1.5rem;line-height:1.3}.topic-detail-time{color:#3d5a78;margin-bottom:1rem;font-size:.75rem}.topic-detail-body{color:#8aa4be;font-size:.95rem;line-height:1.7}.replies-section h2{letter-spacing:.2em;text-transform:uppercase;color:#6b8cae;margin-bottom:1rem;font-size:.75rem}.no-replies{color:#3d5a78;margin-bottom:1.5rem;font-size:.88rem}.reply-card{background:#0d1629;border:1px solid #1e3a5f;border-left-width:3px;margin-bottom:.75rem;padding:1rem 1.25rem}.reply-card.flagged{border-left-color:#ef4444}.reply-text{color:#8aa4be;margin-bottom:.4rem;font-size:.9rem;line-height:1.6}.reply-time{color:#3d5a78;font-size:.72rem}.reply-form{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.reply-input{color:#e8e4d8;resize:vertical;background:#0d1629;border:1px solid #1e3a5f;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.reply-input:focus{border-color:#c9a84c}.issues-notice{color:#6b8cae;font-size:.88rem}.issues-notice a{color:#c9a84c;text-decoration:none}.admin-page{max-width:900px;padding-bottom:4rem}.admin-header{border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.admin-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.admin-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.btn-refresh{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.5rem 1.25rem;font-family:inherit;font-size:.78rem;transition:all .2s}.btn-refresh:hover{color:#c9a84c;border-color:#c9a84c}.admin-tabs{border-bottom:1px solid #1e3a5f;gap:0;margin-bottom:2rem;display:flex}.admin-tab{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.75rem 1.5rem;font-family:inherit;font-size:.82rem;transition:all .2s;display:flex}.admin-tab:hover{color:#e8e4d8}.admin-tab.active{color:#c9a84c;border-bottom-color:#c9a84c}.tab-badge{color:#0a0f1e;text-align:center;background:#c9a84c;border-radius:10px;min-width:18px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.admin-loading{justify-content:center;padding:4rem;display:flex}.admin-section h2{letter-spacing:.2em;text-transform:uppercase;color:#6b8cae;margin-bottom:.5rem;font-size:.75rem}.admin-hint{color:#3d5a78;margin-bottom:1.25rem;font-size:.82rem;line-height:1.5}.admin-empty{color:#3d5a78;text-align:center;background:#0d1629;border:1px solid #1e3a5f;padding:2rem;font-size:.88rem}.admin-card{background:#0d1629;border:1px solid #1e3a5f;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:.75rem;padding:1.25rem;display:flex}.admin-card.flagged{border-left:3px solid #ef4444}.admin-card-info{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.admin-card-name{color:#e8e4d8;font-size:1rem}.admin-card-email{color:#6b8cae;font-size:.82rem}.admin-card-preview{color:#6b8cae;font-size:.82rem;line-height:1.4}.admin-card-meta{color:#3d5a78;align-items:center;gap:.75rem;margin-top:.15rem;font-size:.78rem;display:flex}.role-tag{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;background:#1e3a5f;padding:.2rem .6rem;font-size:.68rem}.type-tag{color:#ef4444;letter-spacing:.08em;text-transform:uppercase;background:#2a1a1a;width:fit-content;padding:.2rem .6rem;font-size:.68rem}.admin-card-actions{flex-shrink:0;gap:.5rem;display:flex}.btn-approve{color:#22c55e;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #22c55e;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;transition:all .2s}.btn-approve:hover{background:#22c55e1a}.btn-reject{color:#ef4444;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ef4444;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;transition:all .2s}.btn-reject:hover{background:#ef44441a}.models-page{padding-bottom:4rem}.models-header{border-bottom:1px solid #1e3a5f;margin-bottom:1.5rem;padding-bottom:1.5rem}.models-header h1{color:#c9a84c;letter-spacing:.03em;margin-bottom:.25rem;font-size:2rem}.models-subtitle{color:#6b8cae;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.models-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.cat-btn{color:#6b8cae;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #1e3a5f;padding:.4rem .9rem;font-family:inherit;font-size:.75rem;transition:all .2s}.cat-btn:hover{color:#e8e4d8;border-color:#6b8cae}.cat-btn.active{color:#0a0f1e;background:#c9a84c;border-color:#c9a84c;font-weight:700}.models-layout{grid-template-columns:220px 1fr;gap:1.5rem;display:grid}.models-list{border:1px solid #1e3a5f;flex-direction:column;gap:0;display:flex}.model-item{color:#6b8cae;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #1e3a5f;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;transition:all .15s;display:flex}.model-item:last-child{border-bottom:none}.model-item:hover{color:#e8e4d8;background:#0d1629}.model-item.active{color:#c9a84c;background:#1e3a5f}.model-item-name{font-weight:600}.model-item-years{color:#3d5a78;font-size:.72rem}.model-detail{background:#0d1629;border:1px solid #1e3a5f;padding:2rem}.model-detail-header{align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.model-detail-header h2{color:#e8e4d8;font-size:1.8rem}.model-detail-cat{letter-spacing:.15em;text-transform:uppercase;color:#6b8cae;font-size:.72rem}.specs-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.spec{background:#0a0f1e;border:1px solid #1e3a5f;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.spec-label{letter-spacing:.12em;text-transform:uppercase;color:#3d5a78;font-size:.7rem}.spec-value{color:#e8e4d8;font-size:1rem;font-weight:600}.model-links{margin-bottom:1rem}.model-link{color:#c9a84c;letter-spacing:.05em;font-size:.82rem;text-decoration:none}.model-link:hover{text-decoration:underline}.model-disclaimer{color:#3d5a78;font-size:.72rem;line-height:1.5}.model-placeholder{color:#3d5a78;justify-content:center;align-items:center;height:200px;font-size:.88rem;display:flex}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
