:root{--bg:#fafafa;--surface:#fff;--muted:#6b7280;--text:#0f172a;--accent:#0ea5a4;--accent-light:#ccf2f0;--border:#e5e7eb;--radius:12px;--shadow:0 6px 18px rgba(16,24,40,.06);--shadow-sm:0 2px 8px rgba(16,24,40,.04);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}[data-theme=dark]{--bg:#061220;--surface:#071029;--muted:#94a3b8;--text:#e6eef8;--accent:#06b6d4;--accent-light:#0c3d47;--border:#1e293b;--shadow:0 6px 18px rgba(0,0,0,.3);--shadow-sm:0 2px 8px rgba(0,0,0,.2)}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{opacity:.8}button{font-family:inherit}.root{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1000px;margin:0 auto;padding:2rem;flex:1 1}main{display:flex;flex-direction:column}.nav{justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--surface);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.nav,.nav-left,.nav-right{display:flex;align-items:center}.nav-left,.nav-right{gap:2rem}.nav a{color:var(--text);text-decoration:none;font-size:.95rem;transition:var(--transition);font-weight:500}.nav a.active,.nav a:hover{color:var(--accent)}.nav a.active{font-weight:600;border-bottom:2px solid var(--accent);padding-bottom:.25rem}.brand{font-weight:700;font-size:1.2rem;color:var(--accent)}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.5rem;transition:var(--transition)}.theme-toggle:hover{transform:scale(1.1)}.hero{position:relative;padding:5rem 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:50vh}.hero-title{font-size:3.5rem;margin:0 0 1rem;background:linear-gradient(135deg,var(--text) 0,var(--accent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInUp .6s ease-out}.hero-sub{color:var(--muted);font-size:1.2rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .1s backwards}.hero-ctas{display:flex;gap:1rem;animation:fadeInUp .6s ease-out .2s backwards}.hero-bg{position:absolute;right:-80px;top:-40px;width:360px;height:360px;border-radius:50%;background:linear-gradient(135deg,var(--accent),transparent);opacity:.12;filter:blur(28px);pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;margin:1rem 0;border:1px solid var(--border);transition:var(--transition)}.card:hover{box-shadow:0 12px 28px rgba(16,24,40,.12);transform:translateY(-2px)}.project-card{flex-direction:column}.logo-box,.project-card{display:flex;overflow:hidden}.logo-box{height:150px;background:linear-gradient(135deg,var(--accent),#0c7c9e);border-radius:8px;margin-bottom:1rem;width:100%;align-items:center;justify-content:center}.logo-box-with-content{padding:1rem}.logo-image{width:100%;height:100%;object-fit:contain;max-height:130px}.card-media{height:150px;background:linear-gradient(135deg,var(--accent),#0c7c9e);border-radius:8px;margin-bottom:1rem;width:100%}.card-body{flex:1 1}.card-body h3{margin-bottom:.5rem}.card-body p{margin:.5rem 0;color:var(--muted)}.card-links{display:flex;gap:1rem;margin-top:1rem}.card-links a{font-size:.9rem;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.button{background:var(--accent);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;font-weight:500;font-size:.95rem;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center}.button:hover{opacity:.9;transform:translateY(-2px)}.button:active{transform:translateY(0)}.button.ghost{background:transparent;border:1.5px solid var(--border);color:var(--text)}.button.ghost:hover{background:var(--accent-light);border-color:var(--accent)}.button:disabled{opacity:.5;cursor:not-allowed}.contact-form{gap:1.5rem;margin:2rem 0;max-width:600px}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{gap:.5rem}.contact-form span{font-weight:500;color:var(--text)}.contact-form input,.contact-form textarea{padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-family:inherit;transition:var(--transition)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.site-footer{border-top:1px solid var(--border);padding:2.5rem;background:var(--surface);margin-top:auto}.site-footer>div{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-footer p{margin:.5rem 0}.muted,.site-footer p,.site-footer small{color:var(--muted)}.page-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem;margin:2rem 0}.play-zone{background:linear-gradient(135deg,var(--accent-light),transparent)}.fun-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.fun-item{padding:1rem;background:var(--bg);border-radius:8px;text-align:center;font-weight:500;transition:var(--transition)}.fun-item:hover{transform:scale(1.05);background:var(--accent-light)}.blog-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.blog-list article{cursor:pointer}.blog-list article:hover{background:var(--bg)}.read-more{font-weight:500;font-size:.9rem;color:var(--accent)}.pager{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;padding:1.5rem;border-top:1px solid var(--border)}.pager button{padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:var(--transition)}.pager button:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.socials{display:flex;gap:1.5rem;margin-top:2rem}.socials a{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--accent-light);border-radius:8px;font-weight:500;transition:var(--transition)}.socials a:hover{background:var(--accent);color:#fff}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-sub{font-size:1rem}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .button{width:100%}.page-grid{grid-template-columns:1fr}.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-left,.nav-right{width:100%;justify-content:space-between}.container{padding:1rem}.fun-grid,.projects-grid{grid-template-columns:1fr}.site-footer>div{flex-direction:column;gap:1rem;text-align:center}}.countdown-timer{margin-top:1rem;padding:.75rem;background:var(--accent-light);border-radius:8px;text-align:center}.countdown-label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.5rem;font-weight:500}.countdown-display{display:flex;justify-content:center;align-items:center;gap:.5rem}.countdown-unit{display:flex;flex-direction:column;align-items:center}.countdown-unit strong{font-size:1.5rem;color:var(--accent);font-weight:700;line-height:1}.countdown-unit small{font-size:.75rem;color:var(--muted);margin-top:.25rem}.countdown-separator{font-size:1.25rem;color:var(--accent);font-weight:700;margin:0 .25rem}.countdown-timer.live{background:linear-gradient(135deg,#10b981,#059669);padding:1rem}.live-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff}.countup-display{margin-top:.75rem;padding:.75rem;background:hsla(0,0%,100%,.95);border-radius:8px}.countup-label{display:block;font-size:.85rem;color:#1f2937;margin-bottom:.5rem;font-weight:600;text-align:center}.countup-time{justify-content:center;gap:.25rem}.countup-time,.countup-unit{display:flex;align-items:center}.countup-unit{flex-direction:column}.countup-unit strong{font-size:1.25rem;color:#0f172a;font-weight:700;line-height:1}.countup-unit small{font-size:.7rem;color:#475569;margin-top:.2rem;font-weight:500}.countup-separator{font-size:1.1rem;color:#0f172a;font-weight:700;margin:0 .15rem}