:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{text-decoration:none}button{font-family:inherit;cursor:pointer}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;width:100%;overflow-x:hidden}#root{min-height:100vh;width:100%}.app-bg{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e3e8ee);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-x:hidden}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem);overflow-x:hidden}.hero-glass{width:100%;margin:3rem auto 2rem;padding:3rem clamp(1.5rem,3vw,2.5rem);border-radius:32px;background:#ffffff8c;box-shadow:0 8px 32px #1f26871f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(200,200,200,.18);color:#222;animation:fadeInGlass 1s cubic-bezier(.4,0,.2,1)}.glass-section{width:100%;margin:2rem auto;padding:2rem clamp(1.5rem,3vw,2rem);border-radius:24px;background:#ffffffb3;box-shadow:0 4px 24px #1f26871a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(200,200,200,.12);color:#222}.hero-title{font-size:2.8rem;font-weight:700;margin-bottom:.5rem;letter-spacing:1.5px;text-shadow:0 2px 8px rgba(0,0,0,.08)}.hero-subtitle{font-size:1.3rem;font-weight:400;margin-bottom:1.5rem;color:#3b82f6}.hero-actions{margin-bottom:2rem}.hero-btn{display:inline-block;margin-right:1rem;padding:.7rem 2rem;border-radius:16px;background:#e0e7ef;color:#222;font-weight:600;text-decoration:none;box-shadow:0 2px 8px #1f268714;transition:background .2s,color .2s}.hero-btn.primary{background:#3b82f6;color:#fff}.hero-btn:hover{background:#cbd5e1;color:#222}main{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.glass-container{width:100%;margin:3rem auto;padding:3rem clamp(1.5rem,3vw,2.5rem);border-radius:32px;background:#ffffff1f;box-shadow:0 8px 32px #1f268738;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.18);color:#fff;animation:fadeInGlass 1s cubic-bezier(.4,0,.2,1)}.glass-title{font-size:3.2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:1.5px;text-shadow:0 2px 8px rgba(0,0,0,.18)}.glass-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2rem;color:#aee2ff}.glass-content{font-size:1.15rem;line-height:1.8;margin-top:1.5rem}.glass-content ul{margin:.5rem 0 1rem 1.5rem;padding:0}.glass-content li{margin-bottom:.3rem}@keyframes fadeInGlass{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;height:100px;display:flex;justify-content:center;pointer-events:none}.navbar-wrapper{width:100%;max-width:1200px;display:flex;justify-content:center}.navbar-inner{display:flex;justify-content:center;pointer-events:auto;width:100%;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.navbar-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:1200px}.navbar-brand{display:flex;align-items:center}.navbar-brand img{height:2rem;width:auto}.brand-text{font-size:1.25rem;font-weight:600;color:#1a202c;white-space:nowrap;overflow:hidden;display:block}.navbar-links{display:flex;gap:2rem}.nav-link{color:#1a202c;font-size:.875rem;font-weight:600;padding:.5rem .75rem;border-radius:.375rem;transition:background-color .2s ease}.nav-link:hover{background-color:#0000000d}.login-btn{background:linear-gradient(to right,#2563eb,#4f46e5);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:background .3s ease;white-space:nowrap}.login-btn:hover{background:linear-gradient(to right,#1d4ed8,#4338ca)}@media (max-width: 768px){.navbar-links{display:none}}.intro-section{position:relative;width:100%;height:calc(100vh - 80px);min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;margin-bottom:80px}.intro-canvas{position:absolute!important;top:0;left:0;width:100%;height:100%;z-index:0;background:transparent!important}.intro-canvas>div{background:transparent!important}.intro-canvas canvas{cursor:default}.intro-content{position:relative;z-index:1;width:100%;margin:0 auto;padding:2rem clamp(1rem,5vw,2rem);display:flex;flex-direction:column;align-items:center}.intro-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2;text-align:center}.intro-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#4a5568;margin-bottom:2rem;max-width:min(800px,90%);line-height:1.6;margin-left:auto;margin-right:auto;text-align:center}.intro-cta{display:inline-flex;align-items:center;background:linear-gradient(to right,#2563eb,#4f46e5);color:#fff;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,3vw,2rem);border-radius:9999px;font-weight:500;text-decoration:none;transition:transform .2s ease;white-space:nowrap;text-align:center}.intro-cta:hover{transform:translateY(-2px)}@media (max-width: 768px){.intro-content{padding:1.5rem 1rem}.intro-subtitle{max-width:95%}}@media (max-width: 480px){.intro-content{padding:1.25rem .875rem}}.services-section{padding:2rem 0;width:100%;display:flex;flex-direction:column}.services-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.services-subtitle{text-align:center;font-size:1.25rem;color:#4a5568;margin-bottom:3rem}.services-grid{display:flex;justify-content:center;gap:1.5rem;padding:1rem;min-height:500px;align-items:stretch;width:100%}.service-card{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px -4px #1f26871f;cursor:pointer;position:relative;overflow:hidden;min-height:523px;flex:1;min-width:0}.service-card.expanded{flex:2;box-shadow:0 12px 40px -8px #1f268729;z-index:1}.service-card:not(.expanded){flex:.5;opacity:.7}.service-card:hover:not(.expanded){opacity:.9}.service-card .preview-content{opacity:1;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;padding:2rem;display:flex;flex-direction:column;gap:1rem}.service-card .full-content{position:absolute;inset:0;padding:2rem;background:#fffffff2;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.5rem;pointer-events:none}.service-card.expanded .preview-content{opacity:0;transform:translateY(-10px)}.service-card.expanded .full-content{opacity:1;pointer-events:auto;transform:translateY(0)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.service-card .service-subtitle{color:#4a5568;font-size:1.1rem;margin:0}.service-card .service-description{color:#2d3748;line-height:1.6;margin:0}.service-features{list-style-type:none;padding:0;margin:0;flex-grow:1}.service-features li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:#2d3748}.service-features li:before{content:"→";position:absolute;left:0;color:#4f46e5}@media (max-width: 768px){.services-grid{flex-direction:column;min-height:auto;gap:2rem}}.preview-content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.preview-content .service-icon{font-size:3rem;margin-bottom:1.5rem}.preview-content h3{margin-bottom:.5rem}@media (max-width: 1024px){.services-grid{flex-direction:column;height:auto;gap:2rem}.service-card,.service-card.expanded,.service-card:not(.expanded){width:100%;flex:none;height:auto;display:block;position:relative}.service-card:not(.expanded){opacity:1;min-height:300px}.preview-content{display:none}.full-content{position:static;opacity:1;pointer-events:auto;background:transparent;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center}}.about-section{width:100%;padding:2rem 0}.about-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:2rem}.about-content{display:flex;flex-direction:column;gap:2rem}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{font-size:1.125rem;line-height:1.8;color:#4a5568;margin:0}@media (max-width: 768px){.about-section{padding:3rem 0}.about-title{font-size:2rem}.about-text p{font-size:1rem}}.contact-section{width:100%;padding:2rem 0}.contact-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:2rem}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-text{font-size:1.125rem;line-height:1.6;color:#4a5568}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.company-info{font-size:1.125rem;line-height:1.6}.company-info strong{display:block;color:#1a202c;margin-bottom:.5rem}.company-info p{color:#4a5568;margin:.25rem 0}.contact-links{display:flex;flex-direction:column;gap:.5rem}.contact-link{color:#4f46e5;text-decoration:none;font-size:1.125rem;transition:color .2s ease}.contact-link:hover{color:#4338ca}.contact-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);color:#6b7280;font-size:.95rem;text-align:center}@media (min-width: 640px){.contact-details{flex-direction:row;justify-content:space-between;align-items:flex-start}.company-info{flex:1}.contact-links{text-align:right}}.login-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{width:100%;max-width:440px;padding:2.5rem!important}.login-header{text-align:center;margin-bottom:2rem}.login-logo{height:40px;margin-bottom:1rem}.login-header h1{font-size:1.75rem;color:#1a202c;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#4a5568;font-size:.9rem;font-weight:500}.form-group input{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#ffffff80;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#4f46e5;background:#fffc;box-shadow:0 0 0 3px #4f46e51a}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.login-submit{padding:.75rem 1.5rem;background:linear-gradient(to right,#2563eb,#4f46e5);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s ease}.login-submit:hover{transform:translateY(-1px)}.back-home{text-align:center;color:#4a5568;text-decoration:none;font-size:.9rem;transition:color .2s ease}.back-home:hover{color:#1a202c}@media (max-width: 480px){.login-page{padding:1rem}.login-container{max-width:320px;padding:1.5rem!important}}.dashboard-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.dashboard-container{width:100%;max-width:1100px;padding:2.5rem!important}.dashboard-header{text-align:center;margin-top:120px;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;color:#1a202c;margin:0}.dashboard-header p{color:#4a5568;font-size:1.1rem;margin:.5rem 0 1rem}.logout-btn{padding:.5rem 1.5rem;background:linear-gradient(to right,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:linear-gradient(to right,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.dashboard-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}.websites-section{grid-column:1 / -1;display:flex;flex-direction:column;gap:1.5rem}.websites-header h2{font-size:1.6rem;color:#1a202c;margin:0}.websites-header p{margin:.25rem 0 0;color:#4a5568;font-size:1rem}.websites-list{display:flex;flex-direction:column;gap:1rem}.website-row{display:flex;gap:1.75rem;align-items:stretch;padding:1.75rem;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);border-radius:18px;box-shadow:0 10px 36px #0000001f;transition:transform .3s ease,border-color .3s ease}.website-row:hover{transform:translateY(-6px);border-color:#3b82f673}.website-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.website-title-row{display:flex;align-items:center;gap:.75rem}.website-title-row h3{margin:0;font-size:1.3rem;color:#0f172a}.status-pill{padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-pill.success{background:#10b9812e;color:#047857}.status-pill.danger{background:#ef44442e;color:#b91c1c}.status-pill.pending{background:#94a3b833;color:#475569}.website-description{margin:0;color:#4a5568;font-size:1rem}.website-link{color:#2563eb;font-weight:500;text-decoration:none;word-break:break-word}.website-link:hover{text-decoration:underline}.website-meta{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.85rem;color:#64748b}.website-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.website-stats div{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.stat-value{font-size:1.15rem;font-weight:600;color:#1f2937}.stat-value.success{color:#0f766e}.website-graph{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.5rem;min-width:240px}.sparkline-chart{width:220px;max-width:100%;height:80px}.sparkline-background{fill:#ffffff14}.sparkline-placeholder{padding:.75rem 1rem;border-radius:12px;background:#94a3b81a;color:#475569;font-size:.85rem}.website-legend{display:flex;gap:.75rem;font-size:.75rem;color:#475569}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-item:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block}.legend-item.latency:before{background:#3b82f6}.legend-item.uptime:before{background:#10b981}.subtle-message{color:#4a5568;font-size:.95rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:150px;color:#475569;text-align:center}.loading-spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(59,130,246,.25);border-top-color:#3b82f6;animation:dashboard-spin .85s linear infinite}.loading-label{font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}@keyframes dashboard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-card{padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-card h2{font-size:1.5rem;color:#1a202c;margin:0 0 1rem}.dashboard-card p{color:#4a5568;font-size:1rem;margin:0}.error-message{color:#dc2626;font-size:.9rem;margin:0}.data-list{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto}.data-item{padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.data-item h4{margin:0 0 .5rem;color:#1a202c;font-size:1rem}.data-item p{margin:.25rem 0;font-size:.9rem;color:#4a5568}.data-item small{color:#718096;font-size:.8rem}@media (max-width: 768px){.dashboard-page{padding:1rem}.dashboard-container{max-width:100%;padding:1.5rem!important}.dashboard-content{grid-template-columns:1fr}.website-row{flex-direction:column}.website-graph{align-items:flex-start;min-width:100%}.loading-state{min-height:120px}}.footer{text-align:center;background:none;font-weight:500;color:#1a202c;padding:2rem 0 1rem}
