*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f5f7fb;color:#1d2433;line-height:1.6}.wrap{max-width:1180px;margin:auto;padding:0 20px}.nav{display:flex;justify-content:space-between;align-items:center;min-height:70px;gap:20px}.brand{font-size:24px;font-weight:800;color:#1769ff;text-decoration:none}header{background:#fff;box-shadow:0 1px 8px #0001;position:sticky;top:0;z-index:5}nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}nav a{color:#27334a;text-decoration:none;font-weight:600}.btn,button{background:#1769ff;color:white;border:0;padding:10px 16px;border-radius:8px;text-decoration:none;cursor:pointer}main{min-height:78vh;padding-top:36px;padding-bottom:45px}.hero{padding:70px 30px;border-radius:20px;background:linear-gradient(135deg,#14213d,#1769ff);color:#fff;margin-bottom:40px}.hero h1{font-size:48px;margin:0 0 10px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.card{background:#fff;padding:22px;border-radius:14px;box-shadow:0 4px 18px #0000000d}.muted{color:#657085}.section{margin:38px 0}.price{font-size:32px;font-weight:800;color:#1769ff}.form{max-width:620px;background:#fff;padding:25px;border-radius:14px;box-shadow:0 4px 18px #0001}.form input,.form textarea,.form select{width:100%;padding:12px;margin:7px 0 15px;border:1px solid #d8deea;border-radius:8px}.form label{font-weight:700}.notice{padding:12px;border-radius:8px;background:#e8f8ee;color:#176b37;margin-bottom:15px}.error{padding:12px;border-radius:8px;background:#ffe9e9;color:#9b2020;margin-bottom:15px}.project-img{width:100%;height:180px;object-fit:cover;border-radius:10px;background:#eef1f5}.profile{display:flex;gap:20px;align-items:center}.avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;background:#ddd}footer{background:#111827;color:#cbd5e1;padding:28px 0}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}@media(max-width:800px){.nav{align-items:flex-start;padding:12px 20px}.hero h1{font-size:34px}}
