body{background:#f7f7f7;font-family:Arial,sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%;margin:0;padding:0}body{color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app,body{background:#131f1f}.app{height:100vh;min-height:100vh;overflow-y:scroll;position:relative;scroll-snap-type:y mandatory}.top-nav{display:flex;justify-content:center;left:0;position:fixed;right:0;top:24px;z-index:20}.top-nav__pill{background:#0c1819f2;border-radius:999px;box-shadow:0 10px 30px #00000059;display:inline-flex;gap:8px;padding:6px 12px}.top-nav__item{background:#0000;border:none;border-radius:999px;color:#a8b2b3;cursor:pointer;font-size:.9rem;padding:6px 14px;transition:background .2s ease,color .2s ease}.top-nav__item:hover{background:#ffffff0f;color:#fff}.top-nav__item--active{background:#fff;color:#111827}.right-indicator{display:flex;flex-direction:column;gap:10px;position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:20}.right-indicator__dot{background:#0000;border:2px solid #34d399;border-radius:999px;cursor:pointer;height:10px;opacity:.6;padding:0;transition:background .2s ease,transform .2s ease,opacity .2s ease;width:10px}.right-indicator__dot--active{background:#34d399;opacity:1;transform:scale(1.1)}.chat-button{background:#10b981;border:none;border-radius:50%;bottom:24px;box-shadow:0 15px 35px #00000073;color:#fff;cursor:pointer;font-size:1.4rem;height:52px;position:fixed;right:24px;width:52px;z-index:20}.chat-button,.section{align-items:center;display:flex;justify-content:center}.section{height:100vh;padding:0 6vw;position:relative;scroll-snap-align:start}.section--hero{align-items:center;background:#131f1f;flex-direction:column;justify-content:center;min-height:100vh;padding-bottom:60px;padding-top:110px}.hero-card{border-radius:18px;box-shadow:0 20px 40px #00000080;height:min(530px,calc(100vh - 240px));width:min(1300px,100%)}.hero-card,.hero-panel{display:flex;overflow:hidden}.hero-panel{align-items:flex-end;flex:1 1;min-width:0;position:relative;transition:flex .55s ease}.hero-card:hover .hero-panel{flex:0.8 1}.hero-card:hover .hero-panel:hover{flex:1.6 1}.hero-panel__bgimg{transition:transform .55s ease}.hero-panel__overlay{opacity:.95;transition:opacity .55s ease}.hero-panel:hover .hero-panel__bgimg{transform:scale(1.12)}.hero-panel:hover .hero-panel__overlay{opacity:.85}.hero-panel__overlay--designer{background:radial-gradient(circle at 30% 20%,#ff6b6b59,#020617eb 65%);inset:0;position:absolute}.hero-panel__content{padding:32px}.hero-panel--designer{background:#111}.hero-panel--coder,.hero-panel--designer{overflow:hidden;position:relative}.hero-panel__bgimg{height:100%;inset:0;object-fit:cover;position:absolute;transform:scale(1.05);width:100%}.hero-panel__overlay{background:radial-gradient(circle at 70% 20%,#10b98159,#020617eb 65%);inset:0;position:absolute}.hero-panel__content{position:relative;z-index:2}.hero-panel__content--coder{padding:36px}.hero-panel__title{font-size:4.2rem;font-weight:800;letter-spacing:.03em;margin:0}.hero-panel__title--coder{font-family:Courier New,monospace}.hero-panel__subtitle{color:#e5e7eb;font-size:1.05rem;margin-top:12px;max-width:420px}.hero-actions{display:flex;gap:16px;margin-top:32px}.btn{border:1px solid #0000;border-radius:999px;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 22px;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.btn--primary{background:#10b981;border-color:#10b981;color:#fff}.btn--primary:hover{background:#059669;border-color:#059669;transform:translateY(-1px)}.btn--secondary{background:#0000;border-color:#4b5563;color:#e5e7eb}.btn--secondary:hover{background:#37415180}.hero-scroll{animation:bounce 1.5s infinite;background:#0000;border:none;color:#9ca3af;cursor:pointer;font-size:1.6rem;margin-top:40px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.section--placeholder{background:#131f1f;flex-direction:column;text-align:center}.section--placeholder h2{font-size:2.4rem;margin-bottom:12px}.section--placeholder p{color:#9ca3af;max-width:480px}@media (max-width:900px){.hero-card{grid-template-columns:1fr;height:auto}.hero-panel__content{padding:24px}.hero-panel__title{font-size:2.6rem}.hero-actions{align-items:flex-start;flex-direction:column}.right-indicator{right:12px}.chat-button{bottom:16px;right:16px}}.section--contact{align-items:stretch;background:#131f1f;flex-direction:column}.contact-wrapper{margin:0 auto;max-width:1100px;text-align:center;width:100%}.contact-header{margin-bottom:28px}.contact-title{font-size:3.2rem;font-weight:800;margin:0 0 10px}.contact-subtitle{color:#9ca3af;font-size:1rem;line-height:1.4;margin:0 auto;max-width:720px}.contact-card{background:#2b3b3b;border:1px solid #94a3b824;border-radius:18px;box-shadow:0 24px 60px #0000008c;padding:34px}.contact-form{text-align:left}.contact-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.contact-field,.contact-row{margin-bottom:18px}.contact-label{color:#cbd5e1;display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.contact-input,.contact-textarea{background:#0f1a1a;border:1px solid #94a3b840;border-radius:10px;color:#e5e7eb;font-size:.95rem;line-height:1.4;outline:none;padding:14px;width:100%}.contact-textarea{min-height:140px;resize:vertical}.contact-input::placeholder,.contact-textarea::placeholder{color:#6b7280}.contact-input:focus,.contact-textarea:focus{border-color:#10b981bf;box-shadow:0 0 0 3px #10b98126}.contact-footer{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-top:6px}.contact-submit{align-items:center;background:#10b981;border:none;border-radius:12px;box-shadow:0 18px 35px #00000059;color:#0b1415;cursor:pointer;display:inline-flex;font-weight:700;gap:10px;padding:12px 18px}.contact-submit:hover{background:#059669}.contact-arrow{font-size:1.1rem}.contact-note{color:#cbd5e1;font-size:.9rem;text-align:right}.contact-email{color:#10b981;text-decoration:none}.contact-email:hover{text-decoration:underline}.contact-muted{color:#94a3b8;font-size:.85rem;margin-top:6px}@media (max-width:800px){.contact-title{font-size:2.4rem}.contact-card{padding:22px}.contact-row{grid-template-columns:1fr}.contact-footer{align-items:flex-start;flex-direction:column}.contact-note{text-align:left}}.app::-webkit-scrollbar{width:12px}.app::-webkit-scrollbar-track{background:#1a2727}.app::-webkit-scrollbar-thumb{background-color:#d1d5db;border:3px solid #1a2727;border-radius:10px}.app::-webkit-scrollbar-thumb:hover{background-color:#fff}.app{scrollbar-color:#d1d5db #1a2727;scrollbar-width:thin}.section--services{align-items:stretch;background:#131f1f;flex-direction:column}.services-wrapper{margin:0 auto;max-width:1100px;text-align:center;width:100%}.services-header{margin-bottom:40px}.services-title{font-size:2.6rem;margin-bottom:12px}.services-subtitle{color:#d1d5db;font-size:.98rem;margin:0 auto;max-width:640px}.services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{background:#111b1b;border:1px solid #94a3b82e;border-radius:18px;box-shadow:0 18px 40px #00000073;display:flex;flex-direction:column;gap:12px;padding:20px 20px 24px;text-align:left}.service-card__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.service-card__icon{align-items:center;background:#10b98124;border-radius:12px;display:flex;height:44px;justify-content:center;width:44px}.service-card__icon-img{color:#fff;height:22px;object-fit:contain;width:22px}.service-card__icon-mark{color:#10b981;font-size:1.1rem}.service-card__info{align-items:center;background:#0000;border:1px solid #94a3b8b3;border-radius:999px;color:#9ca3af;cursor:default;display:flex;font-size:.75rem;height:22px;justify-content:center;width:22px}.service-card__title{font-size:1.05rem;font-weight:600;margin:0}.service-card__description{color:#d1d5db;font-size:.9rem;margin:0;white-space:pre-line}.service-card__link{background:none;border:none;color:#22c55e;cursor:pointer;font-size:.92rem;font-weight:500;margin-top:auto;padding:0;text-align:left}.service-card:hover{border-color:#10b981;box-shadow:0 24px 50px #0000008c;transform:translateY(-2px);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}@media (max-width:1000px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.services-grid{grid-template-columns:1fr}}.section--team{background:#131f1f;flex-direction:column}.team-wrapper{max-width:1100px;text-align:center;width:100%}.team-header{margin-bottom:40px}.team-heading{font-size:2.2rem;margin-bottom:12px}.team-subtitle{color:#d1d5db;font-size:.98rem;margin:0 auto;max-width:700px}.team-grid{grid-column-gap:64px;grid-row-gap:48px;column-gap:64px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;margin-top:32px;row-gap:48px}.team-card{flex-direction:column}.team-avatar,.team-card{align-items:center;display:flex}.team-avatar{background:#111b1b;border:4px solid #10b981;border-radius:50%;height:300px;justify-content:center;margin:0 auto 16px;overflow:hidden;width:300px}.team-avatar__img{display:block;height:100%;object-fit:cover;width:100%}.team-avatar__initials{font-size:1.2rem;font-weight:600}.team-name{font-size:1.05rem;font-weight:600;margin:0}.team-role{color:#9ca3af;font-size:.9rem;margin-top:4px}@media (max-width:900px){.hero-card:hover .hero-panel,.hero-card:hover .hero-panel:hover{flex:1 1}.team-grid{gap:24px;grid-template-columns:1fr}.team-avatar{height:160px;width:160px}}.section--projects{align-items:stretch;background:#131f1f;flex-direction:column;padding-bottom:60px;padding-top:60px}.projects-wrapper{margin:0 auto;max-width:1400px;text-align:center;width:100%}.projects-header{margin-bottom:28px}.projects-title{font-size:2.6rem;margin:0 0 10px}.projects-subtitle{color:#9ca3af;margin:0 auto;max-width:700px}.projects-shell{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:44px 1fr 44px}.projects-arrow{background:#111b1bd9;border:1px solid #94a3b82e;border-radius:12px;box-shadow:0 18px 40px #00000059;color:#e5e7eb;cursor:pointer;height:44px;width:44px}.projects-arrow:hover{border-color:#10b981a6}.projects-track{grid-gap:24px;display:grid;gap:24px;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:hidden;padding:12px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory}.project-card{background:#111b1b;border:1px solid #94a3b82e;border-radius:18px;box-shadow:0 18px 40px #00000073;display:flex;min-height:540px;overflow:hidden;padding:0;scroll-snap-align:center}.project-content{display:flex;flex-direction:column;gap:16px;gap:12px;padding:40px;text-align:left;width:100%}.project-tag{color:#34d399;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-title{font-size:2.2rem;margin:0}.project-block{margin-top:2px}.project-label{color:#e5e7eb;font-weight:700;margin-bottom:4px}.project-text{color:#cbd5e1;font-size:.95rem;line-height:1.45;margin:0}.project-metrics{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.project-chip{background:#10b9811f;border:1px solid #10b98173;border-radius:999px;color:#d1fae5;font-size:.85rem;padding:8px 10px}.project-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}.projects-dots{display:flex;gap:10px;justify-content:center;margin-top:14px}.projects-dot{background:#0000;border:2px solid #34d399;border-radius:999px;cursor:pointer;height:10px;opacity:.6;transition:transform .15s ease,opacity .15s ease,background .15s ease;width:10px}.projects-dot--active{background:#34d399;opacity:1;transform:scale(1.1)}@media (max-width:900px){.projects-shell{grid-template-columns:1fr}.projects-arrow{display:none}.project-card{min-height:auto}}
/*# sourceMappingURL=main.baf5fdcf.css.map*/