:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#030305}*{box-sizing:border-box;margin:0;padding:0}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{min-width:320px;min-height:100vh;overflow-x:hidden;background:#030305}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em;color:#fff}.subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#889;margin-bottom:1rem;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-wrapper{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:#030305;--mouse-x: 50%;--mouse-y: 50%;align-items:center}.spotlight-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.06),transparent 40%);z-index:1;pointer-events:none}.ambient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(29,78,216,.15) 0%,transparent 70%);border-radius:50%;filter:blur(80px);z-index:0;opacity:.5}.hero-content{position:relative;z-index:10;text-align:center;padding-top:10vh;width:100%;display:flex;flex-direction:column;align-items:center}.typewriter-container{font-family:JetBrains Mono,Courier New,monospace;font-size:1.1rem;color:#0f8;margin-bottom:1.5rem;letter-spacing:.1em;text-transform:uppercase}.aesthetic-title{display:flex;flex-direction:column;align-items:center;line-height:1.1;margin-bottom:2rem;font-size:clamp(3rem,10vw,6.5rem);font-weight:900;letter-spacing:-.05em;text-transform:uppercase}.outline-text{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.4);transition:-webkit-text-stroke .3s ease}.aesthetic-title:hover .outline-text{-webkit-text-stroke:1px rgba(255,255,255,1)}.filled-text{background:linear-gradient(to bottom,#fff,#888);-webkit-background-clip:text;background-clip:text;color:transparent;padding-right:.2em;padding-bottom:.1em}.hero-contact-trigger{margin-top:4rem;display:flex;justify-content:center}.hero-btn-group{margin-top:2.5rem;display:flex;gap:1.5rem;justify-content:center}.hero-btn{padding:1rem 2.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:99px;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.hero-btn.primary,.hero-btn:hover{background:#fff;color:#000;border-color:#fff}.hero-btn.primary:hover{background:#ffffffe6;transform:translateY(-2px)}.contact-trigger-btn{background:none;border:none;padding:0;cursor:pointer;outline:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-trigger-circle{width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-trigger-btn:hover .contact-trigger-circle{border-color:#fff;transform:translateY(3px)}.contact-trigger-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:#666;transition:color .3s ease}.contact-trigger-btn:hover .contact-trigger-label{color:#fff}.info-bar{position:absolute;bottom:0;left:0;width:100%;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:#03030580;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto}.info-item{padding:1.5rem;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.5rem}.info-item:last-child{border-right:none}.info-label{font-size:.8rem;text-transform:uppercase;color:#666;letter-spacing:.05em}.info-value{font-size:1rem;color:#fff;font-weight:500}.section-dark{background:#030305;padding:5rem 0;position:relative}.center-header{text-align:center;margin-bottom:4rem}.small-icon{margin-bottom:1.5rem;color:#fff}.section-h2{font-size:3rem;font-weight:500;color:#fff}.sub-text{margin-top:1.5rem;color:#888;max-width:600px;margin-left:auto;margin-right:auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 2rem;max-width:1400px;margin:0 auto}.glass-card{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem 1.5rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.glass-card:hover{border-color:#ffffff26;transform:translateY(-5px)}.card-content h3{font-size:1.5rem;margin-bottom:1rem;font-weight:400}.card-content p{color:#888;font-size:1rem;line-height:1.6}.card-number{font-size:1.25rem;color:#fff3;align-self:flex-end;font-variant-numeric:tabular-nums}.project-showcase{margin-top:4rem;padding:0 2rem}.aesthetic-project-card{position:relative;background:#ffffff03;border:1px solid rgba(255,255,255,.03);border-radius:2.5rem;padding:3rem;display:grid;grid-template-columns:1fr;gap:2rem;transition:all .6s cubic-bezier(.16,1,.3,1);overflow:hidden}@media(min-width:1024px){.aesthetic-project-card{grid-template-columns:1.5fr 1fr;padding:4rem}}.aesthetic-project-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-10px)}.aesthetic-card-number{position:absolute;top:-1rem;left:-2rem;font-size:15rem;font-weight:900;color:#ffffff05;line-height:.8;pointer-events:none;z-index:0;font-family:Inter,sans-serif;transition:all .8s ease;-webkit-user-select:none;user-select:none}.aesthetic-project-card:hover .aesthetic-card-number{color:#ffffff0d;transform:translateY(-20px) translate(20px)}.card-ambient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,112,243,.05) 0%,transparent 70%);pointer-events:none;z-index:0;opacity:0;transition:opacity .5s ease}.aesthetic-project-card:hover .card-ambient-glow{opacity:1}.project-details{position:relative;z-index:10}.project-title-large{font-size:clamp(2rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#777);-webkit-background-clip:text;background-clip:text;color:transparent}.tag-list{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0}.aesthetic-tag{padding:.5rem 1.25rem;background:#ffffff0d;border-radius:99px;font-size:.8rem;color:#aaa;font-family:JetBrains Mono,monospace}.project-visual-box{background:linear-gradient(45deg,#111,#000);border-radius:1.5rem;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.live-preview-container{position:absolute;inset:0;z-index:1;opacity:.3;transition:all .7s ease;overflow:hidden;border-radius:1.5rem}.project-visual-box:hover .live-preview-container{opacity:1;z-index:30}.browser-header{position:absolute;top:0;left:0;right:0;height:2rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;padding:0 1rem;gap:.5rem;z-index:40;border-bottom:1px solid rgba(255,255,255,.1);pointer-events:none}.browser-dots{display:flex;gap:.375rem}.dot{width:.5rem;height:.5rem;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.browser-address{margin:0 auto;background:#ffffff0d;border-radius:4px;padding:.125rem .75rem;font-size:.6rem;color:#fff3;font-family:JetBrains Mono,monospace}.live-iframe{width:100%;height:100%;border:none;pointer-events:none;scrollbar-width:none;-ms-overflow-style:none}.live-iframe::-webkit-scrollbar{display:none}.project-visual-box:hover .live-iframe{pointer-events:auto}.iframe-scaler{transform-origin:0 0;position:absolute;top:2rem;left:0;right:0;transition:opacity .5s ease}.project-visual-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);pointer-events:none}.project-visual-box:hover .project-visual-content{opacity:0;transform:scale(.9) translateY(20px)}.visual-arrow{color:#fff3;transition:all .7s ease}.visual-hint{margin-top:1rem;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#fff;opacity:.5;transition:opacity .3s ease;text-transform:uppercase;letter-spacing:.15em}.project-visual-box:hover .visual-hint{opacity:0}.neon-glow{position:absolute;width:150%;height:150%;background:conic-gradient(from 0deg at 50% 50%,#ff0080,#7928ca,#0070f3,#0f8,#ff0080);opacity:.1;filter:blur(50px);animation:rotate 10s linear infinite;transition:opacity .5s ease;pointer-events:none}.project-visual-box:hover .neon-glow{opacity:.02}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-tags{display:flex;gap:.5rem;margin-bottom:1.5rem}.pill-tag{font-size:.75rem;border:1px solid rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:99px;color:#aaa}@media(max-width:768px){.info-grid{grid-template-columns:1fr 1fr}.info-item{border-bottom:1px solid rgba(255,255,255,.1)}.large-project-card{grid-template-columns:1fr}.project-img-side{height:300px}.project-info-side{padding:2rem}.main-title{font-size:3.5rem}}.footer-wrapper{background:#030305;color:#fff;padding:5rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.footer-bg-text{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;opacity:.02;font-size:20vw;font-weight:900;letter-spacing:-.05em;line-height:.8;white-space:nowrap;-webkit-user-select:none;user-select:none}.footer-content{max-width:1200px;margin:0 auto;position:relative;z-index:10}.footer-top{display:flex;flex-direction:column;gap:4rem;margin-bottom:6rem}@media(min-width:768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-headline{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.1;max-width:800px}.footer-headline span{color:#666}.footer-email-link{display:inline-flex;align-items:center;font-size:clamp(1.2rem,3vw,2.5rem);color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem;margin-top:2rem;transition:all .3s ease}.footer-email-link:hover{border-color:#fff;gap:1.5rem}.footer-socials{display:flex;flex-direction:column;gap:1.5rem}.social-label{font-family:monospace;font-size:.75rem;text-transform:uppercase;color:#555;letter-spacing:.1em}.social-links-list{display:flex;flex-direction:column;gap:.75rem}.social-link-item{color:#888;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.social-link-item:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copy{color:#444;font-size:.85rem}.footer-meta{display:flex;gap:2rem;font-family:monospace;font-size:.7rem;color:#444;text-transform:uppercase}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-24{margin-bottom:6rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.items-end{align-items:flex-end}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.w-full{width:100%}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.z-10{z-index:10}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-auto{margin-top:auto}@media(max-width:768px){.hero-content{padding-top:5vh;padding-left:1rem;padding-right:1rem}.aesthetic-title{font-size:clamp(2.5rem,12vw,4rem);margin-bottom:1.5rem}.hero-btn-group{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto;gap:1rem}.hero-btn{width:100%;text-align:center}.typewriter-container{font-size:.9rem;margin-bottom:1rem}.info-bar{position:relative;margin-top:4rem}.info-grid{grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.1)}.info-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem;align-items:center;text-align:center}.info-item:nth-child(2n){border-left:1px solid rgba(255,255,255,.1)}.chat-trigger-section{width:100%;padding:0 1rem}}.chat-trigger-section{width:100%;max-width:600px;margin:2rem auto 0;z-index:500;position:relative;display:flex;justify-content:center;pointer-events:auto}.search-bar-aesthetic{display:flex;align-items:center;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:.75rem 1.5rem;border-radius:99px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;min-width:min(400px,90vw);z-index:100;pointer-events:auto}.search-bar-aesthetic:hover{background:#ffffff0f;border-color:#3b82f666;box-shadow:0 0 30px #3b82f626}.search-input-dummy{background:none;border:none;outline:none;color:#fff;width:100%;font-family:JetBrains Mono,monospace;font-size:.9rem;pointer-events:auto}.search-key-hint{font-size:.6rem;background:#ffffff1a;padding:.2rem .5rem;border-radius:4px;color:#fff6;font-weight:700}.chat-integration-area{width:100%;max-width:900px;margin:0 auto;min-height:400px;display:flex;flex-direction:column;pointer-events:auto;position:relative;z-index:501}.chat-interface.inline-mode{display:flex;flex-direction:column;height:100%;gap:2rem}.chatbot-messages-inline{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;scrollbar-width:none;max-height:350px}.chatbot-messages-inline::-webkit-scrollbar{display:none}.inline-message{font-size:1.25rem;line-height:1.6;display:flex;gap:1rem;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.msg-prefix{font-family:JetBrains Mono,monospace;font-weight:800;color:#fff3;font-size:.75rem;margin-top:.4rem}.inline-message.user .msg-prefix{color:#3b82f666}.inline-message.bot .msg-text{color:#ffffffe6;font-weight:300}.inline-message.user .msg-text{color:#fff;font-weight:500}.typing-dots{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#3b82f699;font-style:italic}.chatbot-controls-inline{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem}.suggestion-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}.suggestion-pill-inline{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#ffffff80;padding:.5rem 1rem;border-radius:99px;font-size:.8rem;transition:all .3s ease}.suggestion-pill-inline:hover{background:#ffffff14;color:#fff;border-color:#fff3;transform:translateY(-2px)}.inline-input-wrapper{display:flex;align-items:center;gap:1.5rem;background:#ffffff08;padding:.5rem .5rem .5rem 2rem;border-radius:99px;border:1px solid rgba(255,255,255,.05);z-index:999;pointer-events:auto}.inline-chat-input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:1.1rem;font-family:Inter,sans-serif}.inline-chat-input:focus{color:#fff}.input-actions-inline{display:flex;gap:.5rem}.inline-send-icon,.inline-close-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;cursor:pointer}.inline-send-icon{background:#3b82f6;color:#fff}.inline-close-icon{background:#ffffff0d;color:#fff6}.inline-send-icon:hover{transform:scale(1.1);background:#2563eb}.inline-close-icon:hover{background:#ffffff1a;color:#fff}.api-key-prompt{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem;background:#ffffff05;border-radius:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);max-width:500px;margin:0 auto}.key-icon-ring{width:64px;height:64px;border-radius:50%;background:#3b82f61a;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 0 30px #3b82f633}.api-key-prompt h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.api-key-prompt p{color:#ffffff80;margin-bottom:2.5rem;font-size:.9rem}.input-group-key{display:flex;flex-direction:column;gap:1rem;width:100%}.key-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:1rem;color:#fff;text-align:center;font-family:monospace}.save-key-btn{background:#3b82f6;color:#fff;padding:1rem;border-radius:1rem;font-weight:600}.cancel-key-btn{color:#fff6;font-size:.8rem}.get-key-link{margin-top:2rem;color:#3b82f6cc;font-size:.8rem;text-decoration:none;display:flex;align-items:center;gap:.5rem}
