:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f3f7f4;color:#1a1a1a}*{box-sizing:border-box}body{margin:0;background:#eff4f2}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer{background:#185f3f;color:#fff;padding:1rem 2rem}.site-header{display:flex;justify-content:space-between;align-items:center}.site-header .brand{font-weight:700;font-size:1.25rem}.site-header nav a,.site-header nav button{color:#fff;margin-left:1rem;text-decoration:none;border:none;background:transparent;cursor:pointer}.site-header nav a:hover,.site-header nav button:hover{text-decoration:underline}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto}.home-page,.dashboard-page,.auth-page{display:grid;gap:2rem}.hero-panel{padding:2rem;background:white;border-radius:20px;box-shadow:0 12px 35px #11442f14}.hero-panel h1{margin:0 0 1rem}.info-section,.contact-section,.gallery-section,.dashboard-panel{background:white;border-radius:18px;padding:1.75rem;box-shadow:0 10px 25px #0f3c220f}.card-grid,.gallery-grid,.tool-grid{display:grid;gap:1rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card,.gallery-card,.panel-card,.invoice-card{padding:1.2rem;background:#f7faf7;border-radius:16px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gallery-card{min-height:150px;display:flex;align-items:flex-end;justify-content:flex-start;font-weight:600;background:linear-gradient(180deg,#d6e8d8 0%,#f3faf4 100%)}.auth-page,.edit-form{display:grid;gap:1rem}.card-panel,.panel-card{border-radius:18px;padding:1.75rem;background:white;box-shadow:0 10px 25px #0f3c220f}label{display:grid;gap:.5rem;font-size:.95rem}input,select,textarea{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid #ced7cf;font:inherit}textarea{min-height:100px}button{width:fit-content;padding:.95rem 1.4rem;border:none;border-radius:999px;background:#185f3f;color:#fff;cursor:pointer;font-weight:700}button:hover{opacity:.95}.ghost-button{background:transparent;border:1px solid white;padding:.6rem 1rem}.error-message{color:#b13d3d}.success-message{color:#1e5f36;padding:.8rem 1rem;background:#ebf8ee;border-radius:14px}.invoice-list{display:grid;gap:.9rem}.report-block{padding:1rem;background:#eef8ef;border-radius:14px}.service-list{list-style:none;padding:0;margin:0}.service-list li{margin:.5rem 0}.site-footer{text-align:center}
