@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0c0c0c;--surface:#181818;--surface-2:#1e1e1e;--border:#ffffff12;--text-primary:#fff;--text-secondary:#777;--text-muted:#333;--orange:#e85328;--lime:#c5ff41;--card-bg:#f2f0ec}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;cursor:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;cursor:none;text-decoration:none}button{cursor:none;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.cursor-dot{pointer-events:none;z-index:99999;mix-blend-mode:difference;background:#fff;border-radius:50%;width:10px;height:10px;position:fixed;top:0;left:0}.cursor-ring-glow{pointer-events:none;z-index:99998;mix-blend-mode:screen;border:1.5px solid #e85328b3;border-radius:50%;width:36px;height:36px;position:fixed;top:0;left:0;box-shadow:0 0 12px #e8532866,inset 0 0 8px #e8532833}.nav-pill{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#1a1a1ad9;border:1px solid #ffffff17;border-radius:9999px;flex-direction:column;align-items:center;gap:.25rem;height:max-content;margin:auto;padding:.75rem .5rem;display:flex;position:fixed;top:0;bottom:0;right:2rem;box-shadow:0 8px 32px #00000080}.nav-icon-btn{width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:color .2s;display:flex;position:relative}.nav-icon-btn:hover,.nav-icon-btn.active{color:#fff}.nav-active-bg{z-index:-1;background:#ffffff12;border-radius:50%;position:absolute;inset:0}.nav-icon-btn svg{z-index:1;width:17px;height:17px;position:relative}.site-layout{grid-template-columns:380px 1fr;gap:3rem;max-width:1180px;min-height:100vh;margin:0 auto;padding:0 2rem;display:grid}.left-col{flex-shrink:0;justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0}.right-col{min-width:0;padding-top:5.5rem;padding-bottom:4rem}.hero-card{background:var(--card-bg);text-align:center;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:340px;padding:2rem 1.75rem 1.75rem;display:flex;position:relative}.hero-deco-arc{border:2.5px dashed var(--orange);opacity:.8;border-radius:50%;width:200px;height:200px;position:absolute;top:-18px;left:-18px}.hero-deco-arc-2{border:2.5px dashed var(--orange);opacity:.5;border-radius:50%;width:130px;height:130px;position:absolute;bottom:60px;left:-22px}.hero-flame-badge{background:var(--orange);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex;position:absolute;top:52%;left:16px}.hero-profile-img{object-fit:cover;border-radius:18px;width:240px;height:258px;margin-bottom:1.25rem;display:block}.hero-name{color:#111;letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.85rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#555;max-width:260px;margin-bottom:1.25rem;font-size:.88rem;line-height:1.6}.hero-socials{align-items:center;gap:1.1rem;display:flex}.hero-social-link{color:var(--orange);transition:transform .2s,opacity .2s;display:flex}.hero-social-link:hover{opacity:.75;transform:scale(1.18)}.hero-social-link svg{width:20px;height:20px}.watermark{text-transform:uppercase;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;margin-bottom:2.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1}.watermark .w1{color:#fff;display:block}.watermark .w2{color:#252525;display:block}.stats-block{margin-bottom:2rem}.engineer-desc{color:var(--text-secondary);max-width:520px;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.stats-row{flex-wrap:wrap;gap:3.5rem;margin-bottom:2.5rem;display:flex}.stat-number{color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.stat-label{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem;font-size:.6rem;line-height:1.5}.service-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:4rem;display:grid}.service-card{border-radius:20px;flex-direction:column;min-height:190px;padding:1.75rem 1.5rem 1.4rem;transition:transform .25s;display:flex;position:relative;overflow:hidden}.service-card:hover{transform:scale(1.025)}.service-card.orange{background:var(--orange)}.service-card.lime{background:var(--lime)}.sc-icon{opacity:.9;margin-bottom:1rem}.sc-title{text-transform:uppercase;letter-spacing:.02em;flex:1;font-size:.95rem;font-weight:800;line-height:1.35}.service-card.orange .sc-title{color:#fff}.service-card.lime .sc-title{color:#0d0d0d}.sc-arrow{opacity:.7;border:1px solid;border-radius:5px;justify-content:center;align-self:flex-end;align-items:center;width:28px;height:28px;margin-top:1.2rem;transition:opacity .2s;display:flex}.service-card:hover .sc-arrow{opacity:1}.service-card.orange .sc-arrow{color:#fff}.service-card.lime .sc-arrow{color:#111}.sc-icon,.sc-title,.sc-arrow{z-index:1;position:relative}.sc-deco-wave{pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-10,210 Q60,160 120,80 T210,-10' stroke='rgba(0,0,0,0.06)' stroke-width='4' fill='none'/%3E%3Cpath d='M-10,140 Q40,110 80,40 T150,-10' stroke='rgba(0,0,0,0.06)' stroke-width='4' fill='none'/%3E%3C/svg%3E");position:absolute;inset:0}.sc-deco-zigzag{pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='-10,40 30,120 70,-10 110,210 160,80 210,180' stroke='rgba(0,0,0,0.05)' stroke-width='1.5' fill='none'/%3E%3Cpolyline points='-10,100 40,210 90,60 130,220 180,40 210,90' stroke='rgba(0,0,0,0.05)' stroke-width='1.5' fill='none'/%3E%3Cpolyline points='-10,160 20,250 80,110 150,260 190,140 220,190' stroke='rgba(0,0,0,0.05)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");position:absolute;inset:0}.content-section{margin-bottom:4rem}.project-list{flex-direction:column;display:flex}.project-item{border-bottom:1px solid var(--border);align-items:center;gap:1.1rem;padding:1.1rem 0;transition:opacity .2s;display:flex;position:relative}.project-item:first-child{border-top:1px solid var(--border)}.project-item:hover{opacity:.65}.project-thumb{object-fit:cover;background:var(--surface);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:65px;font-size:1.4rem;display:flex;overflow:hidden}.project-info{flex:1;min-width:0}.project-name{color:#fff;margin-bottom:.15rem;font-size:1rem;font-weight:700}.project-cat{color:var(--text-secondary);font-size:.82rem}.project-ext-arrow{color:var(--orange);flex-shrink:0;transition:transform .2s;display:flex}.project-item:hover .project-ext-arrow{transform:translate(2px,-2px)}.exp-list{flex-direction:column;display:flex}.exp-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.3rem 0;display:flex;position:relative}.exp-item:first-child{border-top:1px solid var(--border)}.exp-left{flex:1;min-width:0}.exp-company{color:#fff;margin-bottom:.35rem;font-size:1rem;font-weight:700}.exp-desc{color:var(--text-secondary);font-size:.83rem;line-height:1.65}.exp-date{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.78rem}.exp-arrow{color:var(--orange);flex-shrink:0;transition:transform .2s;display:flex}.exp-item:hover .exp-arrow{transform:translate(2px,-2px)}.tools-grid{grid-template-columns:1fr 1fr;gap:1.25rem 2rem;display:grid}.tool-item{align-items:center;gap:1rem;transition:transform .2s;display:flex}.tool-item:hover{transform:translate(5px)}.tool-icon{background:var(--surface);border:1px solid var(--border);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.4rem;display:flex}.tool-name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.2}.tool-type{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem}.blog-list{flex-direction:column;display:flex}.blog-item{border-bottom:1px solid var(--border);padding:1.4rem 0;transition:opacity .2s}.blog-item:first-child{border-top:1px solid var(--border)}.blog-item:hover{opacity:.65}.blog-title{color:#fff;margin-bottom:.4rem;font-size:.98rem;font-weight:700}.blog-excerpt{color:var(--text-secondary);max-width:520px;margin-bottom:.5rem;font-size:.82rem;line-height:1.65}.blog-meta{justify-content:space-between;display:flex}.blog-date,.blog-read{color:var(--text-muted);font-size:.75rem}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-label{color:var(--text-secondary);font-size:.78rem;font-weight:500}.form-input,.form-select,.form-textarea{border:1px solid var(--border);color:#fff;background:#1c1c1c;border-radius:9px;outline:none;width:100%;padding:.8rem .95rem;font-size:.88rem;transition:border-color .2s}.form-input::placeholder,.form-textarea::placeholder{color:#3a3a3a}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#ffffff2e}.form-select{appearance:none;cursor:none}.form-select option{background:#1c1c1c}.form-textarea{resize:vertical;min-height:110px}.btn-submit{background:var(--orange);color:#fff;border-radius:9px;width:100%;padding:.9rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .15s}.btn-submit:hover{opacity:.85;transform:translateY(-1px)}.site-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);margin-top:1rem;padding:1.5rem 0 2rem;font-size:.78rem}.site-footer a{color:var(--orange)}@media (width<=900px){.site-layout{grid-template-columns:1fr;gap:0;padding:0 1.25rem}.left-col{height:auto;padding-top:6rem;padding-bottom:2rem;position:relative}.right-col{padding-top:0}.service-grid,.tools-grid,.form-row{grid-template-columns:1fr}.stats-row{gap:2rem}.nav-pill{flex-direction:row;gap:.5rem;width:max-content;height:auto;margin:0 auto;padding:.5rem .75rem;inset:1rem 0 auto}}@media (width<=600px){.content-section{margin-bottom:2.2rem}.hero-profile-img{aspect-ratio:1.05;width:100%;max-width:240px;height:auto}.watermark{margin-bottom:1rem;font-size:2.2rem;line-height:.92}.stat-number{font-size:2.2rem}.stat-label{font-size:.55rem}.nav-pill{padding:.4rem .5rem}.nav-icon-btn{width:36px;height:36px}.project-thumb{width:55px;height:50px;font-size:1.1rem}.exp-item{flex-direction:column;align-items:stretch;gap:.6rem}.exp-arrow{align-self:flex-end;margin-top:-.5rem}.hero-card{max-width:100%;padding:1.5rem}}
