@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";:root{--bg: #f8fafc;--card: #fff;--glass: #fff;--muted: rgba(15,23,42,.6);--accent: #06b6d4;--text: #0f172a;--primary-white: #ffffff;--primary-blue: #4A6FA5;--secondary-blue: #8FA9C1;--max-width: 900px}*{box-sizing:border-box}html,body,#root{height:100%}.app{min-height:100vh;display:flex;flex-direction:column}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.nav{background:#000;border-bottom:0;box-shadow:none;position:sticky;top:0;z-index:40;color:#fff}.nav-inner{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem}.brand{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:700;font-size:1.2rem;color:#fff}.links a{color:#fffffff2;margin-left:1rem;text-decoration:none;font-weight:500}.links a:hover{color:#ffffffe6}.logout-btn{background:none;border:none;color:#fffffff2;margin-left:1rem;text-decoration:none;font-weight:500;cursor:pointer;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:1rem;padding:0}.logout-btn:hover{color:#ffffffe6}.home-page{background-image:linear-gradient(180deg,#050a1673,#050a1640),url(/images/metallic-background1.png);background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed}.container{max-width:var(--max-width);padding:0 1rem}.card{background:var(--card);padding:1rem;border-radius:10px;box-shadow:0 1px 2px #0206170f;color:var(--text)}.buttons button{padding:.5rem 1rem;margin:.25rem;border:none;border-radius:6px;background:var(--accent);color:#fff;cursor:pointer}.hero{position:relative;min-height:66vh;padding:6rem 1rem 4rem;text-align:center;color:#fff}.hero-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2rem}.hero-inner>div{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:640px}.hero-title{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:clamp(2rem,4vw,3.25rem);margin:0 0 .5rem;color:#fff}.hero-subtitle{color:#ffffffe6;max-width:56ch}.hero-title{text-shadow:0 6px 18px rgba(0,0,0,.35)}.hero-actions{margin-top:1.25rem;display:flex;gap:.75rem;justify-content:center}.cta{display:inline-block;background:var(--primary-blue);color:var(--primary-white);padding:.65rem 1rem;border-radius:10px;text-decoration:none;border:1px solid rgba(2,6,23,.06);font-weight:600}.cta:hover{background:var(--secondary-blue);transform:translateY(-1px);transition:transform .12s ease,background .12s ease}.secondary{background:transparent;border:1px solid rgba(255,255,255,.12);color:#fffffff2;padding:.5rem .75rem;border-radius:10px}@media (max-width: 640px){.nav-inner{padding:.5rem .75rem}.hero-inner{flex-direction:column;align-items:center}}.hero .secondary{color:#fffffff2;border-color:#ffffff2e;background:transparent}.hero .cta{background:#fff;color:#0f172af2}.buttons button:hover{opacity:.95}.footer{background:#000;color:#fff;padding:1rem;margin-top:0}.footer-container{max-width:var(--max-width);margin:0 auto}.footer-row{display:flex;width:100%;margin-bottom:2rem}.footer-content{gap:2rem}.footer-column{flex:1;min-height:50px}.footer-copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;justify-content:center}.footer-column-full{text-align:center;width:100%}.footer-column-full p{margin:0;font-size:.875rem;color:#ffffffb3}.contact-page,.projects-page{background-color:#696a6e;min-height:75vh;padding:3rem 1rem}.contact-page .container,.projects-page .container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:clamp(2rem,4vw,2.5rem);margin:0 0 .5rem;color:var(--primary-white)}.page-header p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:1.125rem;color:var(--primary-white);margin:0}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;max-width:500px;margin:2rem auto 0}.contact-form h2{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.5rem;margin:0 0 1.5rem;color:var(--text)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:600;margin-bottom:.5rem;color:var(--text)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(15,23,42,.2);border-radius:6px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:1rem;color:var(--text)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #06b6d41a}.contact-form .cta{width:100%;padding:.75rem 1rem;border:none;margin-top:.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.project-card{background:#fff;text-decoration:none;color:inherit;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .12s ease,box-shadow .12s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026;text-decoration:none;color:inherit}.project-card-content{display:flex;gap:1.5rem;align-items:center}.project-card-image{width:180px;height:100px;min-width:140px;object-fit:contain;border-radius:8px;flex-shrink:0}.project-card-text{flex:.9}.project-card h3{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.25rem;margin:0 0 1rem;color:var(--text)}.project-card p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;color:#0f172abf}.projects-login-prompt{display:flex;justify-content:center;align-items:center;min-height:400px}.prompt-card{background:#fff;padding:3rem 2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;max-width:500px;text-align:center}.prompt-card h2{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.75rem;margin:0 0 1rem;color:var(--text)}.prompt-card p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:1rem;color:#0f172abf;margin:0 0 2rem;line-height:1.6}.prompt-card .cta{display:inline-block;padding:.875rem 2rem;text-decoration:none}.prompt-card .secondary-text{font-size:.9rem;color:#0f172a99;margin-top:1.5rem!important}.solution-card h3{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.25rem;margin:0 0 1rem;color:var(--text)}.solution-card p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;color:#0f172abf}.login-page{background-color:#696a6e;min-height:calc(100vh - 80px);padding:3rem 1rem}.login-page .container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.login-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;max-width:400px;margin:2rem auto 0}.login-form form{display:flex;flex-direction:column}.login-form .cta{width:100%;padding:.75rem 1rem;border:none;margin-top:.5rem}.login-form .cta:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:.95rem}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}}
