*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#111;--surface:#1c1c1c;--border:#2a2a2a;--text:#e5e5e5;--muted:#888;--accent:#4a90d9;--accent-dark:#2c6fad;--danger:#ef4444;--radius:6px;--max-w:1100px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}#root>:not(nav):not(footer){flex:1}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{cursor:pointer;font:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius);border:none;align-items:center;gap:.4rem;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.85}.section{padding:5rem 0}.section-title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-title span{color:var(--accent)}.divider{background:var(--accent);width:3rem;height:3px;margin:.75rem 0 2.5rem}input,textarea,select{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:var(--radius);font:inherit;padding:.6rem .8rem;font-size:.9rem}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none}label{color:var(--muted);margin-bottom:.35rem;font-size:.85rem;display:block}.form-group{margin-bottom:1rem}.error-msg{color:var(--danger);margin-top:.5rem;font-size:.85rem}.success-msg{color:#22c55e;margin-top:.5rem;font-size:.85rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#111111eb;padding:.9rem 0;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{color:var(--accent);font-size:1.25rem;font-weight:700;text-decoration:none}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--muted);font-size:.9rem;font-weight:500;transition:color .15s}.navbar-links a:hover,.navbar-links a.active{color:var(--text);text-decoration:none}.hero{background:linear-gradient(135deg,#111 60%,#1a1200 100%);align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 70%,#4a90d912 0%,#0000 65%);position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-weight:600}.hero-title{margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero-tagline{color:var(--muted);max-width:520px;margin-bottom:2rem;font-size:1.15rem}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image-placeholder{aspect-ratio:4/5;background:var(--surface);border-radius:var(--radius);border:2px dashed var(--border);color:var(--muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.about-text p{color:var(--muted);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}@media (width<=700px){.about-grid{grid-template-columns:1fr;gap:2rem}}.projects-filter{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.filter-btn{background:var(--surface);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.filter-btn:hover,.filter-btn.active{background:var(--accent);color:#000;border-color:var(--accent)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.project-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);transition:border-color .2s,transform .2s;overflow:hidden}.project-card:hover{border-color:var(--accent);transform:translateY(-3px)}.project-card-image{aspect-ratio:16/10;color:var(--muted);background:#222;justify-content:center;align-items:center;font-size:.8rem;display:flex;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%}.project-card-body{padding:1.1rem}.project-card-title{margin-bottom:.4rem;font-size:1rem;font-weight:700}.project-card-desc{color:var(--muted);font-size:.85rem;line-height:1.6}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.contact-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.contact-card:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-3px)}.contact-card-icon{color:var(--accent);font-size:1.75rem;line-height:1}.contact-card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.75rem;font-weight:600}.contact-card-value{color:var(--text);word-break:break-all;font-size:1rem;font-weight:600}.footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-brand{color:var(--accent);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.footer-tagline{color:var(--muted);font-size:.85rem}.footer-contact{flex-direction:column;gap:.5rem;display:flex}.footer-contact a,.footer-contact span{color:var(--muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer-contact a:hover{color:var(--accent);text-decoration:none}.footer-copy{color:var(--muted);text-align:center;border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem;font-size:.8rem}.admin-page{min-height:100vh;padding:2rem 0 4rem}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.admin-section h2{color:var(--accent);margin-bottom:1.25rem;font-size:1.1rem}.admin-project-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.admin-project-row:last-child{border-bottom:none}.admin-project-info{flex:1;min-width:0}.admin-project-info strong{font-size:.95rem;display:block}.admin-project-info span{color:var(--muted);font-size:.8rem}.admin-project-actions{flex-shrink:0;gap:.5rem;display:flex}.password-gate{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;max-width:380px;margin:6rem auto;padding:2rem}.password-gate h1{margin-bottom:.5rem;font-size:1.5rem}.password-gate p{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.password-gate input{margin-bottom:.75rem}.theme-swatches{flex-wrap:wrap;gap:.75rem;display:flex}.theme-swatch{cursor:pointer;outline-offset:3px;border:none;border-radius:50%;outline:2px solid #0000;width:2.5rem;height:2.5rem;transition:transform .15s,outline-color .15s}.theme-swatch:hover{transform:scale(1.15)}.theme-swatch.active{outline-color:var(--text)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=550px){.form-row{grid-template-columns:1fr}.navbar-links{gap:1rem}}.project-card-image{position:relative}.project-card-count{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:.5rem;right:.5rem}.image-grid-admin{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-bottom:.25rem;display:grid}.image-thumb-admin{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);background:#222;position:relative;overflow:hidden}.image-thumb-admin img{object-fit:cover;width:100%;height:100%;display:block}.thumb-cover-badge{text-transform:uppercase;background:var(--accent);color:#000;letter-spacing:.04em;border-radius:3px;padding:.15rem .35rem;font-size:.6rem;font-weight:700;position:absolute;top:.3rem;left:.3rem}.thumb-actions{opacity:0;background:#0009;justify-content:center;gap:.25rem;padding:.3rem;transition:opacity .15s;display:flex;position:absolute;bottom:0;left:0;right:0}.image-thumb-admin:hover .thumb-actions{opacity:1}.thumb-actions button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:4px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;padding:0;font-size:1rem;line-height:1;display:flex}.thumb-remove{background:#dc2626b3!important}.thumb-actions button:hover{background:#ffffff4d!important}.thumb-remove:hover{background:#dc2626e6!important}.gallery-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.gallery-modal{flex-direction:column;gap:.75rem;width:100%;max-width:900px;max-height:95vh;display:flex;position:relative}.gallery-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1rem;transition:background .15s;display:flex;position:absolute;top:-.5rem;right:-.5rem}.gallery-close:hover{background:#ffffff40}.gallery-main{align-items:center;gap:.5rem;display:flex;position:relative}.gallery-image-wrap{border-radius:var(--radius);background:#111;flex:1;height:65vh;overflow:hidden}.gallery-image{object-fit:contain;width:100%;height:100%;display:block}.gallery-no-photo{color:var(--muted);padding:3rem;font-size:.9rem}.gallery-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;font-size:1.75rem;line-height:1;transition:background .15s;display:flex}.gallery-arrow:hover{background:#ffffff38}.gallery-thumbs{scrollbar-width:thin;scrollbar-color:var(--border) transparent;gap:.4rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.gallery-thumb{cursor:pointer;opacity:.6;background:#222;border:2px solid #0000;border-radius:5px;flex-shrink:0;width:58px;height:44px;padding:0;transition:border-color .15s;overflow:hidden}.gallery-thumb.active{border-color:var(--accent);opacity:1}.gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-info{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.gallery-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.gallery-category{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.75rem;font-weight:600}.gallery-desc{color:var(--muted);max-width:55ch;margin:0;font-size:.9rem;line-height:1.6}.gallery-counter{color:var(--muted);flex-shrink:0;align-self:flex-end;margin:0;font-size:.8rem}@media (width<=600px){.gallery-arrow{width:2rem;height:2rem;font-size:1.4rem}.gallery-image-wrap{height:50vh}}
