html{scroll-behavior:smooth}.splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#3e2723;color:#f5e6d3;font-family:Georgia,serif;font-size:2.5rem;font-weight:700;transition:opacity 1s ease-in-out}.splash-screen.fade-out{opacity:0}.splash-text{margin-top:1rem;font-size:2rem;color:#d7ccc8;animation:fadeInText 2s ease-in-out}@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.coffee-cup{position:relative;width:100px;height:60px;background:#6d4c41;border-radius:0 0 50px 50px;overflow:hidden}.coffee-cup:before{content:"";position:absolute;top:10px;left:100%;width:30px;height:30px;border:5px solid #6d4c41;border-radius:50%}.steam{position:absolute;bottom:60px;width:10px;height:30px;background:transparent;border-radius:50%;animation:steamUp 3s infinite;opacity:.7}.steam1{left:25px;animation-delay:0s}.steam2{left:45px;animation-delay:1s}.steam3{left:65px;animation-delay:2s}@keyframes steamUp{0%{transform:translateY(0) scale(.8);opacity:.6}50%{transform:translateY(-30px) scale(1.1);opacity:1}to{transform:translateY(-60px) scale(.9);opacity:0}}*{margin:0;padding:0;box-sizing:border-box}body{background:#f9f7f4;font-family:Poppins,sans-serif;color:#4b4238}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 60px;background:#f9f7f4bf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transition:background .3s ease}.hero{padding-top:100px}.nav-logo{font-size:22px;font-weight:700;color:#6a3d2e;cursor:pointer}.nav-cont ul{list-style:none;display:flex;gap:40px}.nav-cont ul li{font-size:16px;color:#4b4238;cursor:pointer;position:relative;transition:color .3s ease}.nav-cont ul li:hover{color:#6a3d2e}.nav-cont ul li:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-6px;background-color:#6a3d2e;transition:width .3s ease}.nav-cont ul li:hover:after{width:100%}.nav-cont ul li a{text-decoration:none;color:inherit}.nav-cont ul li a:visited,.nav-cont ul li a:active,.nav-cont ul li a:focus{color:inherit;outline:none}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1100}.line{width:26px;height:3px;background:#6a3d2e;transition:.3s ease;border-radius:2px}.line1.active{transform:rotate(45deg) translate(5px,5px)}.line2.active{opacity:0}.line3.active{transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.nav-cont{position:absolute;top:70px;right:20px;width:220px;background:#f9f7f4e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease}.nav-cont.open{max-height:400px;opacity:1}.nav-cont ul{flex-direction:column;align-items:center;gap:20px;padding:20px 0}.hamburger{display:flex}}.main-page{text-align:center;padding:200px 20px;font-family:Jost,sans-serif;background:linear-gradient(to bottom right,#fdfdfd,#f8f5f2);min-height:100vh}.intro{font-size:2.5rem;font-weight:400;color:#333;margin-bottom:.5rem}.my-name{font-size:3.5rem;font-weight:700;color:#7a4b2d;margin-bottom:1rem}.my-name span{color:#a0653b}.subtitle{font-size:1.3rem;font-weight:500;color:#6b4c3b;margin-bottom:1rem}.description{font-size:1rem;color:#555;max-width:700px;margin:0 auto 2rem;line-height:1.6}.main-btns{display:flex;justify-content:center;gap:15px}.mywork{background-color:#7a4b2d;color:#fff;padding:12px 28px;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:.3s}.mywork:hover{background-color:#5c3620;transform:scale(1.1)}.resume{background:#ffffff26;border-radius:12px;padding:12px 30px;border:1px solid rgba(255,255,255,.3);color:#000;font-size:1rem;font-weight:500;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0003;transition:all .3s ease-in-out}.resume:hover{transform:scale(1.08);background:#ffffff40;box-shadow:0 6px 25px #0000004d}:root{--bg: #faf6f2;--ink: #6b5b4b;--panel: #ffffff;--panel-border: #e7e0d8;--titlebar: #f3f0ec;--shadow: 0 10px 30px rgba(117, 93, 73, .15)}.cli-wrapper{min-height:100vh;background:var(--bg);color:var(--ink);display:flex;flex-direction:column;align-items:center;padding:60px 20px;font-family:Jost,sans-serif}.cli-header{font-size:26px;font-weight:600;color:#9b7553;margin-bottom:24px}.cli-chevron{margin-right:8px}.cli-terminal{width:min(900px,100%);border-radius:14px;background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow);overflow:hidden}.cli-titlebar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--titlebar);border-bottom:1px solid var(--panel-border)}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.cli-title{margin-left:12px;font-size:14px;color:#7b6a58}.cli-screen{height:480px;padding:18px;font-size:14px;line-height:1.6;color:#4c433b;overflow-y:auto;background:linear-gradient(180deg,#fff,#fffaf5)}.cli-line{white-space:pre-wrap}.cli-inputrow{display:flex;align-items:center;gap:8px;margin-top:8px}.prompt{color:#8b7a68}.cli-input{flex:1;border:0;outline:0;background:transparent;color:#4c433b;font-size:14px}.hint{font-size:1.1rem;color:#4a2e2e;margin:20px 0;line-height:1.6}.cmd{background:#f3eee9;color:#6d3b2e;font-family:Courier New,monospace;padding:2px 6px;border-radius:4px;font-weight:500}.estimator-container{text-align:center;margin:3rem auto;max-width:600px}.estimator-title{font-size:2rem;color:#6b4226}.estimator-sub{margin-bottom:1rem;color:#555}.estimator-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 10px #00000014}.estimator-label{display:block;margin-bottom:.5rem;font-weight:700;text-align:left}.estimator-select{width:100%;padding:10px;border:1px solid #ddd;border-radius:10px;margin-bottom:1rem;background:#f9f6f2}.features-section{text-align:left;margin:1rem 0}.feature-option{display:flex;justify-content:space-between;margin:.5rem 0}.feature-price{color:#6b4226;font-weight:700}.estimate-btn{width:100%;padding:12px;background:#8b5e3c;color:#fff;border:none;border-radius:10px;margin-top:1rem;cursor:pointer}.estimate-btn:hover{background:#6b4226}.estimate-result{margin-top:2rem;padding:1.5rem;background:#fdfdfd;border-radius:12px;box-shadow:0 4px 8px #0000000d}.estimate-box{margin:1rem 0}.estimate-label{font-size:.9rem;color:#666}.estimate-breakdown{text-align:left;margin-top:1rem;font-size:.9rem}.whatsapp-btn{background:#25d366;color:#fff;padding:12px;border:none;border-radius:10px;width:100%;margin-top:1rem;cursor:pointer;font-size:1rem}.whatsapp-btn:hover{background:#1ebe5d}.note{font-size:.8rem;color:#888;margin-top:.5rem}.about-section{background:#fdfaf7;padding:80px 12%;text-align:center;color:#5a3d2b;font-family:Jost,sans-serif}.about-title{font-size:2.5rem;font-weight:600;margin-bottom:10px}.about-subtitle{font-size:1.2rem;margin-bottom:50px;color:#7b5e48}.about-container{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap}.about-text{flex:1;text-align:left;font-size:1.05rem;line-height:1.8;color:#4d3728}.skills-tags{margin-top:25px}.skills-tags span{display:inline-block;background:#f3e9df;color:#5a3d2b;padding:8px 16px;border-radius:20px;margin:6px;font-size:.9rem;transition:all .3s ease-in-out}.skills-tags span:hover{background:#e2d3c6;transform:scale(1.05)}.about-stats{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.stat-box{background:#fff;padding:30px 20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease-in-out}.stat-box:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.stat-box h3{font-size:2rem;color:#b07b4c;margin-bottom:8px}.stat-box p{font-size:.95rem;color:#6a4b34}.skill-tree-container{display:flex;flex-direction:column;align-items:center;padding:40px;font-family:Poppins,sans-serif}.skill-tree-title{color:#5c3520;margin-bottom:20px;font-size:26px;letter-spacing:1px}.skill-tree-wrapper{position:relative;padding:30px;border-radius:20px;background-color:#7a4b2d;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;box-shadow:0 10px 25px #0006}.skill-tree-rectangle{position:relative;width:850px;height:320px;border-radius:16px;background:linear-gradient(135deg,#5c3520,#7a4b2d);box-shadow:inset 0 6px 15px #00000059;overflow:hidden;display:flex;justify-content:center;align-items:center}.tooltip{position:absolute;display:none;background:#fff8dcf2;color:#3e2723;padding:8px 12px;border-radius:10px;font-size:14px;max-width:200px;box-shadow:0 4px 12px #0006;pointer-events:none;transition:opacity .2s ease-in-out}.contact-section{padding:3rem 2rem;text-align:center;background-color:#fdfaf7;color:#4a2c1a;font-family:Segoe UI,sans-serif}.title{font-size:2rem;font-weight:700;color:#7a4b2d;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#6b4b3e;margin-bottom:2.5rem}.contact-container{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.contact-info{flex:1;min-width:280px;text-align:left}.contact-info h3{margin-bottom:1rem;font-size:1.3rem;color:#5a3725}.info-card{background:#f5f0eb;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:1rem;margin:1rem 0;transition:transform .2s ease}.info-card:hover{transform:translateY(-3px);background:#efe4dc}.icon{font-size:1.5rem;color:#7a4b2d;background:#e8d8ce;padding:.7rem;border-radius:10px}.socials{margin-top:1.5rem}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icons a{font-size:1.4rem;color:#7a4b2d;background:#f2ebe6;padding:.6rem;border-radius:8px;transition:.2s ease}.social-icons a:hover{background:#7a4b2d;color:#fff}.contact-form{flex:1;min-width:320px;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000000d;text-align:left}.contact-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:.7rem;margin-top:.3rem;border:1px solid #ddd;border-radius:8px;background:#fdfaf7;font-size:.9rem}.contact-form textarea{height:120px;resize:none}.contact-form button{background:#7a4b2d;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:10px;cursor:pointer;width:100%;font-size:1rem;margin-top:.5rem;transition:background .2s ease}.contact-form button:hover{background:#5c3520}.projects-section{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.projects-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.projects-section p{color:#666;text-align:center;margin-bottom:2.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease}.project-card:hover{box-shadow:0 6px 20px #00000026}.project-image{position:relative;width:100%;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-category{position:absolute;top:12px;left:12px;background:#f3f3f3;color:#333;font-size:.85rem;padding:4px 10px;border-radius:20px;box-shadow:0 2px 4px #0000001a}.project-content{padding:1rem}.project-content h3{font-size:1.25rem;font-weight:600}.project-content p{font-size:.9rem;color:#666;margin-top:.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.project-tags span{background:#f5f5f5;color:#333;font-size:.75rem;padding:5px 12px;border-radius:20px}.project-links{display:flex;gap:.75rem;margin-top:1rem}.project-links a{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;padding:8px 12px;border-radius:8px;text-decoration:none;transition:background .3s ease}.project-links a.demo{background:#2563eb;color:#fff}.project-links a.demo:hover{background:#1d4ed8}.project-links a.github{background:#111827;color:#fff}.project-links a.github:hover{background:#000}.footer{position:relative;text-align:center;padding:20px 0;background:#f9f7f4;font-family:Poppins,sans-serif;color:#4b4238}.footer-line{border:none;border-top:1px solid #ddd;margin-bottom:15px;width:90%;margin-left:auto;margin-right:auto}.footer-text{font-size:14px;color:#6a3d2e}.footer-text .emoji{margin:0 4px}.scroll-top{position:fixed;bottom:20px;right:20px;background:#6a3d2e;color:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:20px;cursor:pointer;box-shadow:0 4px 8px #0003;transition:background .3s ease}.scroll-top:hover{background:#8a4f3b}
