body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-backdrop{background:#1e293b73;inset:0}.modal{align-items:center;animation:fadeInModal .3s;border-radius:18px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;max-width:90vw;min-width:340px;padding:2.5rem 2rem 2rem}.close-btn{color:#22c55e;right:18px;top:18px;transition:color .2s}.close-btn:hover,.modal h2{color:#18191a}.modal h2{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;text-align:center}.modal form{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1rem;width:100%}.modal input[type=email],.modal input[type=password]{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;font-size:1rem;padding:.85rem 1rem;transition:border .2s}.modal input:focus{border-color:#22c55e;outline:none}.modal button[type=submit]{background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:.85rem 0;transition:background .2s}.modal button[type=submit]:hover{background:#18191a}.modal-link{color:#22c55e!important;font-weight:600;margin-left:4px;text-decoration:none}.modal-link:hover{color:#18191a}.modal p{color:#444;font-size:.98rem;margin:.5rem 0 0;text-align:center}@media (max-width:500px){.modal{min-width:90vw;padding:1.2rem .5rem 1.5rem}}.cart-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e293b73;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.cart-modal{align-items:center;animation:fadeInModal .3s;background:linear-gradient(120deg,#f8fafc,#e0e7ff);border:1.5px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 64px #3c48582e,0 2px 8px #4f46e514;display:flex;flex-direction:column;max-width:420px;min-width:340px;padding:2.5rem 2rem 2rem;position:relative}@keyframes fadeInModal{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cart-close-btn{background:none;border:none;color:#6366f1;cursor:pointer;font-size:2rem;font-weight:700;position:absolute;right:18px;top:18px;transition:color .2s,transform .2s}.cart-close-btn:hover{color:#18191a;transform:scale(1.2)}.cart-modal h2{color:#3730a3;font-size:2.1rem;font-weight:800;letter-spacing:1px;margin-bottom:1.2rem;text-align:center}.cart-list{list-style:none;margin:1rem 0;padding:0;width:100%}.cart-item{align-items:center;background:#ffffffd9;border-bottom:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #3c48580f;display:flex;font-size:1.12rem;justify-content:space-between;margin-bottom:.5rem;padding:.7rem 1rem;transition:box-shadow .18s}.cart-item:hover{box-shadow:0 4px 16px #4f46e51a}.cart-item-name{color:#18191a;flex:1 1;font-size:1.08rem;font-weight:600;letter-spacing:.5px;margin-right:1.2rem}.cart-item-controls{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;gap:.5rem;padding:.2rem .7rem}.cart-item-controls button{align-items:center;background:#e0e7ff;border:none;border-radius:6px;color:#6366f1;cursor:pointer;display:flex;font-size:1.15rem;font-weight:700;height:32px;justify-content:center;transition:background .18s,color .18s,transform .18s;width:32px}.cart-item-controls button:hover{background:#6366f1;color:#fff;transform:scale(1.08)}.cart-item-qty{color:#3730a3;font-size:1.08rem;font-weight:600;margin:0 .3rem;min-width:28px;text-align:center}.cart-item-price{color:#2563eb;font-size:1.13rem;font-weight:700;margin-left:1.2rem}.cart-trash-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;margin-left:1.2rem;padding:.2rem;transition:transform .15s}.cart-trash-btn svg{transition:transform .15s,filter .15s;vertical-align:middle}.cart-trash-btn:hover svg{stroke:#ef4444;filter:drop-shadow(0 0 2px #ef4444);transform:scale(1.2) rotate(-10deg)}.cart-total{color:#3730a3;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin:1.5rem 0 .8rem;text-align:right;width:100%}.cart-checkout-btn{background:linear-gradient(90deg,#6366f1,#2563eb);border:none;border-radius:12px;box-shadow:0 2px 8px #4f46e51a;color:#fff;cursor:pointer;font-size:1.15rem;font-weight:800;letter-spacing:1px;margin-top:.5rem;padding:1rem 0;transition:background .2s,box-shadow .2s,transform .18s;width:100%}.cart-checkout-btn:disabled{background:#cbd5e1;color:#888;cursor:not-allowed}.cart-checkout-btn:hover:not(:disabled){background:linear-gradient(90deg,#2563eb,#6366f1);box-shadow:0 4px 16px #4f46e52e;transform:scale(1.03)}.cart-empty{color:#888;font-size:1.1rem;font-weight:500;letter-spacing:1px;margin:2rem 0;text-align:center}.navbar{align-items:center;background:#fff;box-shadow:0 2px 12px #22c55e12;display:flex;justify-content:space-between;padding:1.2rem 2vw;position:relative;z-index:100}.navbar-logo{font-weight:800}.navbar-logo-img{background:#bbf7d0;border:2px solid #bbf7d0;border-radius:50%;height:36px;width:36px}.navbar-links li a{color:#18191a;font-size:1rem;text-decoration:none;transition:color .2s}.navbar-links li a:hover{color:#22c55e}.navbar-cta{background:#18191a;border:2px solid #18191a;border-radius:8px;color:#fff;font-weight:500;margin-right:10rem;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s,color .2s}.navbar-cta:hover{background:#fff;color:#18191a}.navbar-cta.login-btn,.navbar-cta.profile-btn{background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.6rem 1.3rem;transition:background .18s,color .18s}.navbar-cta.login-btn:hover,.navbar-cta.profile-btn:hover{background:#166534;color:#bbf7d0}.get-started-btn{gap:8px}.get-started-btn,.navbar-rive{align-items:center;display:flex}.navbar-rive{height:32px}.cart-btn{align-items:center;background:#fff;border:2px solid #4f46e5;border-radius:8px;color:#4f46e5;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;margin-right:.5rem;padding:.7rem 1.2rem;text-decoration:none;transition:background .2s,color .2s}.cart-btn:hover{background:#4f46e5;color:#fff}.cart-icon-link{color:#22c55e;font-size:1.3rem;text-decoration:none;transition:color .18s}.cart-icon-link:hover{color:#166534}.navbar-mobile-menu{display:none}@media (max-width:900px){.cart-icon-link,.navbar-cta.login-btn,.navbar-cta.profile-btn,.navbar-links{display:none!important}.navbar-hamburger{display:flex}.navbar-mobile-menu{animation:fadeInMenu .3s;background:#fff;border-radius:18px;box-shadow:0 8px 32px #22c55e26;display:block;min-width:180px;padding:1.2rem 1.5rem;position:absolute;right:16px;top:60px;z-index:999}.navbar-mobile-menu ul{display:flex;flex-direction:column;gap:1.2rem;list-style:none;margin:0;padding:0}.navbar-mobile-menu .cart-icon-link,.navbar-mobile-menu .navbar-cta.profile-btn,.navbar-mobile-menu a{background:none;border:none;border-radius:8px;color:#18181b;cursor:pointer;display:block;font-size:1.08rem;font-weight:700;padding:.5rem 0;text-align:left;text-decoration:none;transition:background .18s,color .18s}.navbar-mobile-menu .cart-icon-link:hover,.navbar-mobile-menu .navbar-cta.login-btn:hover,.navbar-mobile-menu .navbar-cta.profile-btn:hover,.navbar-mobile-menu a:hover{background:#22c55e;color:#fff}.navbar-mobile-menu .navbar-cta.login-btn{background:#22c55e;border:none;border-radius:8px;color:#fff;display:block!important;font-weight:700;margin-bottom:.5rem;margin-top:.2rem;padding:.7rem 1.2rem;text-align:left;transition:background .18s,color .18s}.navbar-mobile-menu .navbar-cta.login-btn:hover{background:#166534;color:#bbf7d0}}@keyframes fadeInMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.math-bg-root{z-index:1}.math-bg-overlay{height:100vh;left:0;position:absolute;top:0;width:100vw}.admin-navbar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;display:flex;height:80px;left:0;margin-bottom:0;padding:.5rem 2rem;position:fixed;top:0;width:100vw;z-index:99999}.admin-navbar-logo{align-items:center;display:flex;margin-right:2rem}.admin-navbar-logo img{height:64px;margin-right:.5rem;vertical-align:middle;width:64px}.navbar-logo{align-items:center;color:#3730a3;display:flex;font-size:1.3rem;font-weight:700;gap:.7rem}.navbar-logo-img{border-radius:8px;height:40px;object-fit:cover;width:40px}.admin-navbar-center{align-items:center;display:flex;flex:1 1;gap:4rem;justify-content:flex-start;margin-left:25%}.admin-navbar-link{border-radius:6px;color:#222;font-size:1.1rem;font-weight:500;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s,color .2s}.admin-navbar-link:hover{background:#f3f4f6;color:#2563eb;text-decoration:none}.admin-navbar-btn{background:none;border:none;border-radius:8px;color:#3730a3;cursor:pointer;font-size:1.08rem;font-weight:700;padding:.7rem 2rem;text-decoration:none;transition:background .18s,color .18s}.admin-navbar-btn.active,.admin-navbar-btn:hover{background:#6366f1;box-shadow:0 2px 8px #4f46e51a;color:#fff;text-decoration:none}:root{--primary-green:#22c55e;--secondary-green:#16a34a;--accent-green:#bbf7d0;--dark-green:#166534;--light-green-bg:#f0fdf4;--neutral-bg:#f8fafc;--text-dark:#18181b;--text-light:#fff}.landing-container{position:relative}.hero,.landing-container{align-items:center;display:flex;flex-direction:column}.hero{margin-bottom:0;margin-top:2rem;text-align:center;width:100%}.hero h1{font-size:2.8rem;font-weight:800;margin-bottom:1rem;text-align:left;width:100%}.hero .highlight{color:#22c55e;color:var(--primary-green)}.hero-desc{color:#444;font-size:1.2rem;margin-bottom:1.5rem;text-align:left;width:100%}.hero blockquote{color:#666;font-style:italic;margin:1rem 0 2rem;max-width:500px;text-align:left}.hero-actions{display:flex;gap:1rem;justify-content:center}.hero-btn{background:#fff;border:2px solid #18191a;border-radius:8px;color:#18191a;font-size:1rem;font-weight:600;padding:.7rem 1.7rem;text-decoration:none;transition:box-shadow .2s,transform .2s}.hero-btn.primary{background:#22c55e;background:var(--primary-green)}.hero-btn.primary,.hero-btn:hover{color:#fff;color:var(--text-light)}.hero-btn:hover{background:#16a34a;background:var(--secondary-green);border-color:#22c55e;border-color:var(--primary-green);box-shadow:0 4px 16px #22c55e1f;transform:translateY(-2px) scale(1.04)}.projects{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.projects h2{font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.projects-desc{color:#555;margin-bottom:2rem}.projects-list{align-items:stretch;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center}.project-card{animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) both;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;opacity:0;overflow:hidden;padding:1rem 1rem 1.2rem;text-align:left;transition:transform .2s;width:320px}.project-card:hover{transform:translateY(-8px) scale(1.03)}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-img{height:180px;object-fit:cover;width:100%}.project-info{padding:1.2rem}.project-info h3{font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.project-info h3,.project-info h3 a{color:#166534;color:var(--dark-green);font-weight:800;text-decoration:none;transition:color .2s}.project-info h3 a:hover{color:#22c55e;color:var(--primary-green)}.project-tags{margin-bottom:.7rem}.tag{background:#bbf7d0;background:var(--accent-green);border-radius:6px;color:#166534;color:var(--dark-green);display:inline-block;font-size:.85rem;margin-bottom:.3rem;margin-right:.5rem;padding:.2rem .7rem}.workflow{align-items:center;display:flex;flex-direction:column;margin-top:5rem;overflow:visible;position:relative;text-align:center;width:100%}.workflow-bg{height:550px;left:0;opacity:0;top:0;transition:opacity .3s;width:220px}.workflow-bg,.workflow-bg-img{pointer-events:none;position:absolute;z-index:0}.workflow-bg-img{height:auto;left:-120px;opacity:1;top:50%;transform:translateY(-50%);width:120px}.workflow-bg-icon{align-items:center;display:flex;flex-direction:column;font-size:5rem;opacity:.08;position:absolute;top:0;transform:translateY(0);-webkit-user-select:none;user-select:none}.workflow-bg-step{color:#22c55e;color:var(--primary-green);font-size:2rem;font-weight:700;margin-top:-1.2rem;opacity:.5}.workflow-steps{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem;position:relative;z-index:1}.workflow-step{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 12px #4f46e514;color:#18191a;display:flex;flex-direction:column;font-size:1.05rem;margin:0 auto 24px;max-width:280px;min-width:220px;padding:24px 18px;text-align:center;transition:box-shadow .2s,transform .2s}.workflow-step:hover{box-shadow:0 8px 32px #4f46e524;transform:translateY(-4px) scale(1.03)}.workflow-logo{height:48px;margin-bottom:1rem;object-fit:contain;width:48px}.workflow-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.3rem;text-align:center}.workflow-tech{color:#22c55e;color:var(--primary-green);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.workflow-step p{color:#666;font-size:.98rem;text-align:center}.hero-flex{align-items:flex-start;display:flex;gap:3rem;justify-content:center;margin:0 auto;position:relative;width:100%}.vertical-workflow-bg{display:flex;flex-direction:column;height:650px;justify-content:flex-start;left:1100px;min-width:160px;opacity:.5;pointer-events:none;position:relative;width:200px;z-index:0}.hero-flex:focus-within .vertical-workflow-bg,.hero-flex:hover .vertical-workflow-bg{opacity:.5}.vertical-workflow-line{animation:none;background:#cbd5e1;border-radius:2px;box-shadow:none;height:100%;left:50%;opacity:.7;overflow:visible;position:absolute;top:0;transition:box-shadow .3s;width:3px}.vertical-workflow-line .workflow-dot{animation:dotMoveDown 7s cubic-bezier(.4,0,.2,1) infinite;background:#4f46e5;border-radius:50%;box-shadow:0 2px 8px #4f46e51f;height:14px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:14px;z-index:2}.vertical-workflow-line .workflow-dot:first-child{animation-delay:0s}.vertical-workflow-line .workflow-dot:nth-child(2){animation-delay:2.2s}.vertical-workflow-line .workflow-dot:nth-child(3){animation-delay:4.4s}@keyframes dotMoveDown{0%{top:0}90%{top:calc(100% - 14px)}to{top:calc(100% - 14px)}}.vertical-workflow-stack{align-items:flex-start;display:flex;flex-direction:column;gap:45px;margin-top:40px;position:relative;z-index:10}.vertical-workflow-step{align-items:center;background:none;border:none;box-shadow:none;display:flex;flex-direction:row;gap:20px;height:auto;opacity:1;z-index:1}.vertical-workflow-icon{background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000012;height:38px;object-fit:contain;width:38px;z-index:2}.vertical-workflow-label{color:#222;font-size:1rem;font-weight:600;margin-top:0;opacity:.8}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideLeft{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.hero-content{animation:fadeSlideUp 1s cubic-bezier(.4,0,.2,1) .2s both}.workflow-step:first-child{animation-delay:.1s}.workflow-step:nth-child(2){animation-delay:.2s}.workflow-step:nth-child(3){animation-delay:.3s}.workflow-step:nth-child(4){animation-delay:.4s}.workflow-step:nth-child(5){animation-delay:.5s}.workflow-step:nth-child(6){animation-delay:.6s}.hero-content{flex:1 1;flex-direction:column;justify-content:center;left:-100px;margin:0 auto;max-width:600px;min-width:0;position:relative}.hero-content,.iphone-3d-wrapper{align-items:flex-start;display:flex}.iphone-3d-wrapper{height:420px;justify-content:flex-start;left:-40px;margin-top:5rem;pointer-events:none;position:absolute;top:40px;width:220px;z-index:10}.iphone-3d{animation:floatPhone 3s ease-in-out infinite;filter:drop-shadow(0 8px 32px rgba(0,0,0,.18));height:auto;-webkit-user-select:none;user-select:none;width:100%}@keyframes floatPhone{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (max-width:900px){.landing-container{padding:0 2vw}.hero-flex{align-items:center;flex-direction:column;gap:1.5rem}.hero-content{align-items:center;left:0;text-align:center}.vertical-workflow-bg{height:350px;margin:0 auto}.projects-list,.workflow-steps{align-items:center;flex-direction:column}}.grid-bg{background-image:linear-gradient(90deg,#cbd5e1 1px,#0000 0),linear-gradient(180deg,#cbd5e1 1px,#0000 0);background-size:48px 48px;height:100vh;opacity:.12;width:100vw}.grid-bg,.workflow-circuit-svg{left:0;pointer-events:none;position:absolute;top:0;z-index:0}.workflow-circuit-svg{height:100%;width:100%}.circuit-bg{height:100vh;left:0;pointer-events:none;position:absolute;top:0;width:100vw;z-index:0}.circuit-dot{animation:blinkDot 1.8s infinite;opacity:.6}@keyframes blinkDot{0%,to{opacity:.6}50%{opacity:1}}.cdnjs-line{animation:cdnjsLineMove 4s ease-in-out infinite alternate}.cdnjs-line-1{animation-delay:.5s}.cdnjs-line-2{animation-delay:1s}.cdnjs-line-3{animation-delay:1.5s}.cdnjs-line-4{animation-delay:2s}.cdnjs-line-5{animation-delay:2.5s}.cdnjs-line-6{animation-delay:3s}@keyframes cdnjsLineMove{0%{transform:translateY(0)}to{transform:translateY(20px)}}.cdnjs-dot{animation:cdnjsDotPulse 2s ease-in-out infinite alternate}.cdnjs-dot-0-0{animation-delay:.2s}.cdnjs-dot-1-1{animation-delay:.4s}.cdnjs-dot-2-2{animation-delay:.6s}.cdnjs-dot-3-3{animation-delay:.8s}@keyframes cdnjsDotPulse{0%{r:8;opacity:.7}to{r:12;opacity:1}}.cdnjs-bg{height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s;width:100vw;z-index:0}.hero-flex:focus-within .cdnjs-bg,.hero-flex:hover .cdnjs-bg{opacity:1}.masked-image-wrapper img{height:100%;-webkit-mask-image:none;mask-image:none;opacity:0;pointer-events:none;transition:opacity .3s,mask-image .3s,-webkit-mask-image .3s;width:100%}.masked-image-wrapper:hover img{-webkit-mask-image:radial-gradient(circle 140px at 50% 50%,#000 90%,#0000 100%);mask-image:radial-gradient(circle 140px at 50% 50%,#000 90%,#0000 100%);opacity:1}.contact{background:#fff;border-radius:24px;box-shadow:0 8px 32px #0000000f,0 1.5px 8px #0000000a;flex-direction:row;gap:48px;margin:56px auto;max-width:1000px;overflow:visible;padding:48px 32px;position:relative}.contact,.contact-left{align-items:flex-start;display:flex}.contact-left{flex:1 1;flex-direction:column;justify-content:flex-start;min-width:180px;padding-right:12px}.contact-left h2{color:#18181b;font-size:2rem;font-weight:800;margin-bottom:.7rem}.contact-left p{color:#18181b;font-size:1.08rem;line-height:1.5;margin-bottom:0}.best-contact-form{background:#fff;border-radius:18px;box-shadow:0 4px 24px #0000000a;color:#18181b;flex:2 1;font-family:Inter,Segoe UI,Arial,sans-serif;margin-bottom:0;padding:2rem 1.5rem}.form-row{display:flex;gap:1.2rem}.form-group{display:flex;flex:1 1;flex-direction:column;margin-bottom:1.2rem}.form-group label{color:#18181b;font-size:1rem;font-weight:700;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #00000008;color:#18181b;font-size:1rem;margin-bottom:.2rem;padding:.7rem 1rem;transition:box-shadow .2s,border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#18181b;box-shadow:0 0 0 2px #e5e7eb;outline:none}.best-contact-btn{align-items:center;background:#18181b;border:none;border-radius:12px;box-shadow:0 4px 16px #0000000f;color:#fff;cursor:pointer;display:flex;font-size:1.08rem;font-weight:700;gap:.5rem;margin-top:.5rem;padding:.8rem 2rem;transition:background .2s,transform .2s}.best-contact-btn:hover{background:#444;color:#fff;transform:translateY(-2px) scale(1.03)}.contact-info.best-contact-info{align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 4px 24px #0000000a;color:#18181b;display:flex;flex:1 1;flex-direction:column;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1.08rem;justify-content:flex-start;margin-bottom:0;min-width:220px;padding:2rem 1.5rem}.contact-info.best-contact-info p{align-items:center;color:#18181b;display:flex;font-size:1rem;gap:.5rem;margin-bottom:1.2rem}.contact-info.best-contact-info a{color:#18181b;font-weight:600;text-decoration:underline;transition:color .2s}.contact-info.best-contact-info a:hover{color:#444}@media (max-width:900px){.contact{flex-direction:column;gap:24px;max-width:98vw;padding:24px 8px}.best-contact-form,.contact-info.best-contact-info,.contact-left{border-radius:10px;max-width:100%;min-width:0;min-width:auto;padding:18px 8px}.contact-left h2{font-size:1.4rem}}.our-apps{align-items:center;display:flex;flex-direction:column;margin-top:4rem;text-align:center;width:100%}.our-apps h2{font-size:2.4rem;font-weight:800;margin-bottom:1rem}.apps-desc{color:#666;font-size:1.1rem;margin-bottom:2rem;max-width:800px;width:100%}.apps-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%}.app-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;overflow:hidden;position:relative;text-align:left;transition:transform .2s;width:280px}.app-card:hover{transform:translateY(-8px) scale(1.03)}.app-img{height:160px;object-fit:cover;width:100%}.app-title{font-size:1.3rem;font-weight:700;margin:1rem 0 .5rem}.app-desc{color:#444;font-size:.95rem;margin-bottom:1rem}.app-link{background:#22c55e;background:var(--primary-green);border-radius:8px;color:#fff;color:var(--text-light);display:inline-block;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:background .2s,transform .2s}.app-link:hover{background:#16a34a;background:var(--secondary-green);transform:translateY(-2px)}@media (max-width:900px){.contact{flex-direction:column;gap:24px;max-width:98vw;min-height:0;min-height:auto;padding:24px 8px}.contact h2,.contact-desc{margin-bottom:16px;position:static;text-align:center;width:100%}.contact-form,.contact-info{border-radius:10px;padding:18px 8px}.our-apps{margin-top:3rem}.apps-list{align-items:center;flex-direction:column}.app-card{max-width:400px;width:90%}}.feedback{align-items:center;background:#f9fafb;border-radius:18px;box-shadow:0 8px 32px #4f46e51a,0 1.5px 8px #0000000a;display:flex;flex-direction:column;margin:60px auto;max-width:1200px;padding:40px 20px}.feedback h2{font-size:2.4rem;font-weight:800;margin-bottom:1rem;text-align:center}.feedback-desc{color:#666;font-size:1.1rem;margin-bottom:2rem;max-width:800px;text-align:center;width:100%}.feedback-boxes{animation:feedback-move-left 4s linear infinite;display:flex;gap:24px;justify-content:center;margin-bottom:16px;margin-top:32px;position:relative}@keyframes feedback-move-left{0%{left:0}50%{left:-40px}to{left:0}}.feedback-box{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 12px #4f46e514;color:#18191a;display:flex;flex-direction:column;font-size:1.05rem;max-width:280px;min-width:220px;padding:24px 18px;text-align:center;transition:box-shadow .2s,transform .2s}.feedback-box:hover{box-shadow:0 8px 32px #4f46e524;transform:translateY(-4px) scale(1.03)}.feedback-box span{color:#22c55e;color:var(--primary-green);font-size:.95rem;font-weight:600;margin-top:12px}@media (max-width:900px){.feedback-boxes{align-items:center;animation:none;flex-direction:column;gap:16px;left:0}}.shop-link-section{background:#18181b;border-radius:40px;box-shadow:0 8px 32px #22c55e17;margin:2.5rem auto;max-width:700px;padding:3.5rem 2rem 3rem;text-align:center}.shop-link-section h2{color:#fff;font-size:3rem;font-weight:800;margin-bottom:2rem}.shop-link-section p{color:#e5e7eb;font-size:2rem;margin-bottom:2.5rem}.shop-nav-btn{background:#22c55e;border:none;border-radius:32px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;font-weight:700;margin-top:1.5rem;padding:1.2rem 3rem;transition:background .18s,color .18s,transform .18s}.shop-nav-btn:hover{background:#166534;color:#bbf7d0;transform:translateY(-2px) scale(1.03)}.project-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#22c55e1f;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.project-modal{animation:fadeInProfile .5s;background:#f0fdf4;border-radius:20px;box-shadow:0 8px 40px #22c55e2e;color:#166534;max-width:420px;padding:2.5rem 2rem;width:100%}.project-modal h2{color:#22c55e;font-weight:800;margin-bottom:1.5rem;text-align:center}.project-modal-form .form-group{display:flex;flex-direction:column;margin-bottom:1.2rem}.project-modal-form label{color:#166534;font-weight:700;margin-bottom:.5rem}.project-modal-form input,.project-modal-form select,.project-modal-form textarea{background:#e7fbe7;border:1.5px solid #bbf7d0;border-radius:12px;color:#18181b;font-size:1rem;margin-bottom:.2rem;padding:.8rem 1rem;transition:box-shadow .2s,border-color .2s}.project-modal-form input:focus,.project-modal-form select:focus,.project-modal-form textarea:focus{border-color:#22c55e;box-shadow:0 0 0 2px #bbf7d0;outline:none}.project-modal-submit{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;padding:.7rem 1.7rem;transition:background .18s,color .18s,transform .18s}.project-modal-submit:hover{background:linear-gradient(90deg,#bbf7d0,#22c55e);color:#166534;transform:translateY(-2px) scale(1.03)}.project-modal-cancel{background:#bbf7d0;border:none;border-radius:12px;color:#166534;cursor:pointer;font-size:1.08rem;font-weight:700;padding:.7rem 1.7rem;transition:background .18s,color .18s,transform .18s}.project-modal-cancel:hover{background:#22c55e;color:#fff;transform:translateY(-2px) scale(1.03)}.main-footer{background:#18181b;border-radius:0;box-shadow:0 -2px 16px #22c55e12;color:#fff;padding:3rem 0 1.5rem;position:relative;width:100000px;z-index:10}.footer-content{color:#fff;flex-direction:row;flex-wrap:wrap;font-size:1.08rem;justify-content:space-between;margin:0 auto;max-width:2000px}.footer-content,.footer-left{align-items:flex-start;display:flex}.footer-left{flex-direction:column;gap:.5rem}.footer-logo{align-items:center;display:flex;font-size:1.3rem;font-weight:800;gap:.7rem;justify-content:flex-start;margin-bottom:.7rem;text-align:left}.footer-logo-img{background:#bbf7d0;border:2px solid #bbf7d0;border-radius:50%;height:36px;width:36px}.footer-brand{color:#fff;font-weight:800}.footer-links{color:#22c55e;display:flex;flex-direction:column;gap:.3rem;margin-bottom:.2rem;margin-left:0}.footer-links a{align-items:center;color:#22c55e;display:flex;font-size:1.13rem;font-weight:600;gap:.4rem;text-decoration:none;transition:color .18s}.footer-links a:hover{color:#bbf7d0;text-decoration:underline}.footer-right{display:flex;flex-direction:column;flex-wrap:wrap;gap:3rem;margin-top:.5rem}.footer-section{min-width:140px;text-align:left}.footer-section h4{color:#22c55e;font-size:1.08rem;font-weight:700;margin-bottom:.6rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{color:#fff;font-size:.98rem;margin-bottom:.4rem}.footer-section ul li a{color:#bbf7d0;text-decoration:none;transition:color .18s}.footer-section ul li a:hover{color:#22c55e}.footer-copy{color:#bbf7d0;font-size:.98rem;margin-top:2rem;opacity:.8;text-align:center;width:100%}@media (max-width:900px){.footer-content{align-items:center;flex-direction:column;gap:2rem;text-align:center}.footer-left,.footer-right{align-items:center;margin:0 auto;text-align:center}.footer-right{flex-direction:column;gap:1.2rem}}.team-section{margin:0 auto 2.5rem;max-width:900px;text-align:center;width:100%}.team-title{color:#18181b;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.team-list{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.team-member{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;display:flex;flex-direction:column;padding:1.2rem 1.5rem;width:180px}.team-img{background:#f8fafc;border:2px solid #e5e7eb;border-radius:50%;height:200px;margin-bottom:.8rem;object-fit:cover;width:200px}.team-info{text-align:center}.team-name{color:#18181b;font-size:1.08rem;font-weight:700;margin-bottom:.2rem}.team-position{color:#444;font-size:.98rem;font-weight:500}@media (max-width:900px){.team-list{align-items:center;flex-direction:column;gap:1.2rem}.team-member{max-width:320px;width:90%}}.landing-container{box-sizing:border-box;margin:0 auto;max-width:1100px;padding:0 2vw;width:100%}@media (max-width:900px){.hero{margin-bottom:0;margin-top:2rem;padding:0 1rem;width:100%}.hero h1{font-size:2rem;text-align:center}.hero blockquote,.hero-desc{font-size:1rem;text-align:center;width:100%}.hero-actions{gap:.7rem}.hero-actions,.projects-list{align-items:center;flex-direction:column}.projects-list{gap:1.2rem;width:100%}.project-card{margin:0 auto;max-width:400px;min-width:0;min-width:auto;width:95vw}.workflow-steps{align-items:center;flex-direction:column;gap:1.2rem;width:100%}.workflow-step{margin:0 auto 24px;max-width:95vw;min-width:0;min-width:auto}.team-section{max-width:100vw;padding:0 1rem}.team-title{font-size:1.4rem;margin-bottom:1rem}.team-list{align-items:center;flex-direction:column;gap:1.2rem;width:100%}.team-member{margin:0 auto;max-width:320px;min-width:0;min-width:auto;padding:1rem;width:95vw}.team-img{height:120px;width:120px}.shop-link-section{border-radius:24px;max-width:98vw;padding:2rem 1rem}.shop-link-section h2{font-size:2rem}.shop-link-section p,.shop-nav-btn{font-size:1.2rem}.shop-nav-btn{border-radius:18px;padding:.8rem 2rem}.contact{border-radius:16px;flex-direction:column;gap:24px;max-width:98vw;min-height:0;min-height:auto;padding:24px 8px}.best-contact-form,.contact-info.best-contact-info,.contact-left{border-radius:10px;max-width:100%;min-width:0;min-width:auto;padding:18px 8px}.contact-left h2{font-size:1.2rem}.contact-desc{font-size:1rem;margin-bottom:1rem}.form-row{flex-direction:column;gap:.7rem}.form-group input,.form-group textarea{font-size:1rem;padding:.6rem .8rem}.best-contact-btn{border-radius:10px;font-size:1rem;padding:.7rem 1.5rem}.main-footer{border-radius:0;padding:2rem 0 1rem;width:100vw}.footer-content{align-items:flex-start;flex-direction:column;gap:2rem;max-width:100vw;padding:0 1rem;text-align:left}.footer-left,.footer-right{align-items:flex-start;margin:0;text-align:left;width:100%}.footer-logo{font-size:1.1rem;margin-bottom:.5rem}.footer-links a{font-size:1rem}.footer-right{flex-direction:column;gap:1.2rem;width:100%}.footer-section{margin-bottom:1rem;min-width:0;min-width:auto;width:100%}.footer-copy{font-size:.9rem;margin-top:1rem;padding-left:0;text-align:left}}body{overflow-x:hidden}.main-navbar{align-items:center;background:#fff;box-shadow:0 2px 12px #22c55e12;display:flex;justify-content:space-between;padding:1.2rem 2vw;position:relative;z-index:100}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:38px;justify-content:center;padding:0;width:38px}.navbar-hamburger span{background:#18181b;border-radius:2px;display:block;height:4px;transition:all .2s;width:28px}@media (max-width:900px){.navbar-links{display:none}.navbar-hamburger{display:flex}.iphone-3d-wrapper{align-items:flex-start;display:flex;justify-content:center;left:0!important;margin-bottom:0;margin-top:0;width:100%}.iphone-3d{height:350px;margin-left:0;max-width:100%;object-fit:contain}}.modal-backdrop{align-items:center;background:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal{background:#fff;border-radius:12px;min-width:320px;padding:2rem;position:relative}.close-btn{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-link{color:#4f46e5;cursor:pointer;text-decoration:underline}.profile-container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;display:flex;flex-direction:column;margin:3rem auto;max-width:400px;padding:2rem 1.5rem}.profile-container h2{color:#18191a;font-size:1.5rem;font-weight:800;margin-bottom:1.2rem}.profile-container p{color:#444;font-size:1rem;margin-bottom:1.2rem;text-align:left;width:100%}.profile-container form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.profile-container input[type=text]{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;font-size:1rem;padding:.85rem 1rem;transition:border .2s}.profile-container input:focus{border-color:#4f46e5;outline:none}.profile-container button{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:.85rem 0;transition:background .2s}.profile-container button:hover{background:#18191a}.profile-alert{background:#4f46e5;box-shadow:0 2px 12px #4f46e51f}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.profile-card{align-items:center;animation:fadeInProfile .7s;background:#f0fdf4;border-radius:24px;box-shadow:0 8px 40px #22c55e21;display:flex;flex-direction:column;margin:4rem auto;max-width:420px;padding:2.5rem 2rem 2rem;position:relative}@keyframes fadeInProfile{0%{opacity:0;transform:scale(.97) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-avatar{align-items:center;background:linear-gradient(135deg,#22c55e 60%,#bbf7d0);border-radius:50%;box-shadow:0 2px 16px #22c55e21;color:#166534;display:flex;font-size:2.5rem;font-weight:700;height:72px;justify-content:center;letter-spacing:2px;margin-bottom:1.2rem;width:72px}.profile-title{color:#166534;font-size:1.6rem;font-weight:800;margin-bottom:.3rem;text-align:center}.profile-email{color:#22c55e;font-size:1rem;margin-bottom:1.5rem;text-align:center;word-break:break-all}.profile-form{gap:1.2rem;margin-bottom:1.5rem;width:100%}.profile-form,.profile-form label{display:flex;flex-direction:column}.profile-form label{color:#444;font-weight:600;gap:.3rem}.profile-country-select,.profile-form input[type=text],.profile-phone-input{background:#e7fbe7;border:1.5px solid #bbf7d0;border-radius:8px;font-size:1rem;padding:.85rem 1rem;transition:border .2s}.profile-country-select:focus,.profile-form input:focus,.profile-phone-input:focus{border-color:#22c55e;outline:none}.profile-phone-row{align-items:center;display:flex;gap:.5rem}.profile-country-select{background:#e7fbe7;border-radius:8px;font-size:1rem;min-width:90px;padding:.7rem .5rem}.profile-phone-input{background:#e7fbe7;border-radius:8px;flex:1 1;padding:.85rem 1rem}.profile-update-btn{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:8px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:.95rem 0;transition:background .2s,box-shadow .2s}.profile-update-btn:hover{background:linear-gradient(90deg,#16a34a,#22c55e);box-shadow:0 4px 24px #22c55e21}.profile-alert{align-items:center;animation:fadeInOut 2s;background:#22c55e;border-radius:8px;box-shadow:0 2px 12px #22c55e1f;color:#fff;display:flex;font-size:1.05rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.8rem 1.2rem;text-align:center}.profile-alert-icon{font-size:1.3rem}.profile-logout-btn{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:700;margin-top:2rem;padding:.7rem 1.7rem;transition:background .18s,color .18s,transform .18s}.profile-logout-btn:hover{background:linear-gradient(90deg,#bbf7d0,#22c55e);color:#166534;transform:translateY(-2px) scale(1.03)}.profile-history-title{color:#22c55e;font-size:1.2rem;font-weight:700;margin-bottom:.7rem;margin-top:2rem}.profile-history-empty{color:#888;margin-bottom:1.5rem}.profile-history-list{list-style:none;margin:0;padding:0;width:100%}.profile-history-order{background:#e7fbe7;border-radius:10px;box-shadow:0 2px 8px #22c55e12;margin-bottom:1.2rem;padding:1rem}.profile-history-date{color:#22c55e;font-size:.95rem;margin-bottom:.5rem}.profile-history-items{display:flex;flex-wrap:wrap;gap:1rem}.profile-history-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 4px #22c55e0d;display:flex;gap:.7rem;padding:.5rem .7rem}.profile-history-img{background:#bbf7d0;border-radius:6px;height:40px;object-fit:cover;width:40px}.profile-history-name{color:#166534;font-weight:600}.profile-history-price{color:#22c55e;font-size:.98rem}.profile-history-discount{color:#ef4444;font-size:.9rem;margin-left:.5rem}.profile-history-switch-row{display:flex;justify-content:flex-end;margin:2rem 0 1.5rem}.profile-switch-label{align-items:center;cursor:pointer;display:flex;gap:.7rem}.profile-switch-input{display:none}.profile-switch-slider{background:#d1fae5;border-radius:12px;height:24px;position:relative;transition:background .2s;width:44px}.profile-switch-input:checked+.profile-switch-slider{background:#22c55e}.profile-switch-slider:before{background:#fff;border-radius:50%;content:"";height:16px;left:4px;position:absolute;top:4px;transition:transform .2s;width:16px}.profile-switch-input:checked+.profile-switch-slider:before{transform:translateX(20px)}.profile-switch-text{color:#166534;font-size:1rem;font-weight:600}@media (max-width:600px){.profile-card{max-width:98vw;padding:1.2rem .5rem 1.5rem}}.checkout-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e293b73;display:flex;inset:0;justify-content:center;position:fixed;z-index:1001}.checkout-modal{align-items:center;animation:fadeInModal .3s;background:linear-gradient(120deg,#f8fafc,#e0e7ff);border:1.5px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 64px #3c48582e,0 2px 8px #4f46e514;display:flex;flex-direction:column;max-width:420px;min-width:340px;padding:2.5rem 2rem 2rem;position:relative}.checkout-close-btn{background:none;border:none;color:#6366f1;cursor:pointer;font-size:2rem;font-weight:700;position:absolute;right:18px;top:18px;transition:color .2s,transform .2s}.checkout-close-btn:hover{color:#18191a;transform:scale(1.2)}.checkout-modal h2{color:#3730a3;font-size:2.1rem;font-weight:800;letter-spacing:1px;margin-bottom:1.2rem;text-align:center}.checkout-list{list-style:none;margin:1rem 0 .5rem;padding:0;width:100%}.checkout-item{align-items:center;background:#ffffffeb;border-radius:16px;box-shadow:0 2px 8px #4f46e512;display:flex;font-size:1.13rem;justify-content:space-between;margin-bottom:.7rem;padding:.9rem 1.2rem;transition:box-shadow .18s,background .18s}.checkout-item:hover{background:#f3f4f6;box-shadow:0 4px 16px #4f46e521}.checkout-item span:first-child{color:#18191a;font-weight:600;letter-spacing:.5px}.checkout-item span:last-child{color:#2563eb;font-size:1.15rem;font-weight:700;margin-left:1.2rem}.checkout-total{color:#3730a3;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin:1.5rem 0 .8rem;text-align:right;width:100%}.checkout-payment{display:flex;flex-direction:column;gap:.7rem;margin:1.2rem 0;width:100%}.checkout-payment label{align-items:center;background:#f8fafc;border-radius:8px;color:#18191a;cursor:pointer;display:flex;font-size:1.08rem;font-weight:500;gap:.5rem;padding:.7rem 1rem;transition:background .18s}.checkout-payment input:checked+span,.checkout-payment label:hover{background:#e0e7ff}.checkout-confirm-btn{background:linear-gradient(90deg,#6366f1,#2563eb);border:none;border-radius:12px;box-shadow:0 2px 8px #4f46e51a;color:#fff;cursor:pointer;font-size:1.15rem;font-weight:800;letter-spacing:1px;margin-top:.5rem;padding:1rem 0;transition:background .2s,box-shadow .2s,transform .18s;width:100%}.checkout-confirm-btn:hover{background:linear-gradient(90deg,#2563eb,#6366f1);box-shadow:0 4px 16px #4f46e52e;transform:scale(1.03)}.shop-container{background:#f8fafc;border-radius:18px;box-shadow:0 4px 24px #4f46e514;margin:48px auto;max-width:1100px;padding:40px 0}.shop-container h2{color:#3730a3;font-size:2rem;font-weight:800;margin-bottom:32px;text-align:center}.shop-list{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.shop-card{background:#e7fbe7;border-radius:18px;box-shadow:0 4px 24px #22c55e17;display:flex;flex-direction:column;margin-bottom:2rem;overflow:hidden;padding:1.2rem;position:relative;transition:transform .18s,box-shadow .18s}.shop-card:hover{box-shadow:0 16px 40px #3c48582e;transform:translateY(-8px) scale(1.03)}.shop-img{border-radius:12px;height:72px;margin-bottom:18px;object-fit:contain;width:72px}.shop-price{color:#4f46e5;font-size:1.1rem;font-weight:700;margin:12px 0}.shop-btn{background:linear-gradient(90deg,#6366f1,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:auto;padding:10px 0;transition:background .2s;width:100%}.shop-btn:hover{background:linear-gradient(90deg,#4f46e5,#6366f1)}.shop-hero-bg{background:linear-gradient(135deg,#bbf7d0,#f0fdf4);min-height:100vh;padding-top:120px}.shop-hero{margin-bottom:2.5rem;text-align:center}.shop-hero h1{color:#166534;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:.5rem}.shop-hero p{color:#22c55e;font-size:1.15rem;margin-bottom:0}.shop-items-container{background:#f0fdf4;border-radius:18px;box-shadow:0 4px 24px #22c55e17;margin:0 auto;max-width:1200px;padding:2rem}.shop-empty,.shop-loading{color:#22c55e;font-size:1.1rem;font-weight:600;margin:2rem 0;text-align:center}.shop-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.shop-card-img-wrap{align-items:center;background:#bbf7d0;border-radius:12px;display:flex;height:210px;justify-content:center;margin-bottom:1rem;padding:.5rem;position:relative;width:100%}.shop-card-img{background:#e7fbe7;border-radius:8px;box-shadow:0 2px 8px #3c485814;max-height:120px;max-width:100%;object-fit:contain}.shop-card-discount{background:#bbf7d0;border-radius:6px;box-shadow:0 2px 8px #ef44441f;color:#166534;font-size:.95rem;font-weight:700;padding:2px 8px;position:absolute;right:18px;top:18px}.shop-card-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1.2rem 1.5rem 1.5rem}.shop-card-title{color:#166534;font-size:1.35rem;font-weight:700;letter-spacing:1px;margin-bottom:.3rem}.shop-card-desc{color:#166534;font-size:1rem;margin-bottom:1.2rem;min-height:40px;opacity:.8}.shop-card-price-row{align-items:center;display:flex;gap:1rem;margin-bottom:1.2rem}.shop-card-price{color:#22c55e;font-size:1.1rem;font-weight:700}.shop-card-old-price{color:#166534;font-size:.95rem;font-weight:500;margin-left:.5rem;opacity:.7;text-decoration:line-through}.shop-card-btn{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;margin-top:.7rem;padding:.7rem 1.5rem;transition:background .2s,transform .2s}.shop-card-btn:hover{background:linear-gradient(90deg,#bbf7d0,#22c55e);color:#166534;transform:translateY(-2px) scale(1.03)}@media (max-width:900px){.shop-items-container{padding:1rem}.shop-card{padding:.7rem}}.admin-items-panel{background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000017;margin:3rem auto;max-width:700px;padding:2rem}.admin-items-form{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.admin-items-form input{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;flex:1 1 180px;font-size:1rem;padding:.7rem}.admin-items-form button{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-right:.5rem;padding:.7rem 1.2rem;transition:background .2s}.admin-items-form button:hover{background:#18191a}.admin-items-list{display:flex;flex-direction:column;gap:1.2rem}.admin-item-card{align-items:center;background:#f8fafc;border-radius:12px;box-shadow:0 2px 8px #4f46e512;display:flex;gap:1.2rem;padding:1rem}.admin-item-img{background:#e0e7ff;border-radius:8px;height:70px;object-fit:cover;width:70px}.admin-item-actions button{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;margin-right:.5rem;padding:.5rem 1rem;transition:background .2s}.admin-item-actions button:hover{background:#ef4444}.admin-item-discount{color:#ef4444;font-weight:600;margin-left:.5rem}.admin-logout-btn{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:12px;box-shadow:0 2px 12px #22c55e17;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:700;margin-top:2rem;padding:.7rem 1.7rem;transition:background .18s,color .18s,transform .18s}.admin-logout-btn:hover{background:linear-gradient(90deg,#bbf7d0,#22c55e);color:#166534;transform:translateY(-2px) scale(1.03)}.admin-insight-bg{background:linear-gradient(120deg,#f8fafc,#e0e7ff);min-height:100vh;padding:2.5rem}.admin-insight-title{color:#3730a3;font-size:2.2rem;font-weight:800;letter-spacing:1px;margin-bottom:2rem;text-align:center}.admin-insight-sections{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.admin-insight-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 8px 32px #4f46e51a;display:flex;flex:1 1 900px;flex-direction:column;margin:0 auto;max-width:1100px;min-width:400px;padding:2.5rem}.admin-insight-card-title{font-size:1.35rem;font-weight:700;margin-bottom:1rem;text-align:center}.admin-insight-card-title.pending{color:#2563eb}.admin-insight-card-title.completed{color:#10b981}.admin-insight-table{background:#0000;border-collapse:initial;border-spacing:0;font-size:1.08rem;margin:1rem auto 0;max-width:900px;width:100%}.admin-insight-table th{border-bottom:2px solid #e5e7eb;color:#6366f1;font-size:1.08rem;font-weight:700;letter-spacing:1px;padding:1rem .5rem;text-align:center}.admin-insight-table td{border-bottom:1px solid #f3f4f6;padding:.9rem .5rem;text-align:center}.admin-insight-order-number{background:#e0e7ff;border-radius:8px;color:#3730a3;font-family:monospace;font-weight:700}.admin-insight-items-badge{background:#eef2ff;border-radius:6px;color:#3730a3;display:inline-block;font-weight:600;margin-right:.4rem;padding:.2rem .7rem}.admin-insight-items-badge-qty{color:#6366f1}.admin-insight-total{color:#2563eb;font-size:1.13rem;font-weight:700}.admin-insight-date{color:#888;font-weight:500}.admin-insight-action-btn{background:#6366f1;border:none;border-radius:8px;box-shadow:0 2px 8px #4f46e51a;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1.2rem;transition:background .18s}.admin-insight-action-btn:hover{background:#3730a3}.admin-insight-navbar{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.admin-insight-nav-btn{background:#eef2ff;border:none;border-radius:8px;box-shadow:0 2px 8px #4f46e514;color:#3730a3;cursor:pointer;font-size:1.08rem;font-weight:700;padding:.7rem 2rem;transition:background .18s,color .18s}.admin-insight-nav-btn.active,.admin-insight-nav-btn:hover{background:#6366f1;color:#fff}.admin-requests-container{background:#f0fdf4;border-radius:18px;box-shadow:0 4px 24px #43e97b17;margin:3rem auto;max-width:700px;padding:2rem}.admin-requests-list{list-style:none;margin:0;padding:0}.admin-requests-item{background:#e0ffe7;border-radius:12px;box-shadow:0 2px 8px #43e97b12;margin-bottom:1.2rem;padding:1.2rem}.admin-requests-title{color:#166534;font-size:1.15rem;font-weight:700}.admin-requests-type{color:#43e97b;font-weight:600}.admin-requests-desc{color:#18181b;margin:.7rem 0}.admin-requests-email{color:#22c55e;font-weight:600}.admin-requests-date{color:#38f9d7;font-size:.95rem;margin-top:.5rem}.admin-requests-empty{color:#22c55e;font-weight:600;margin-top:2rem;text-align:center}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.math-bg-root{background:#f9fafb;min-height:100vh;overflow:hidden;position:relative}.math-bg-overlay{background:repeating-linear-gradient(180deg,#c7d0e0 0,#c7d0e0 1px,#0000 0,#0000 32px),repeating-linear-gradient(90deg,#c7d0e0 0,#c7d0e0 1px,#0000 0,#0000 32px);inset:0;opacity:.5;pointer-events:none;position:fixed;z-index:0}.scroll-to-top-btn{align-items:center;background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:50%;bottom:2.2rem;box-shadow:0 4px 16px #22c55e21;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:700;height:48px;justify-content:center;position:fixed;right:2.2rem;transition:background .18s,color .18s,transform .18s;width:48px;z-index:1000}.scroll-to-top-btn:hover{background:linear-gradient(90deg,#bbf7d0,#22c55e);color:#166534;transform:translateY(-2px) scale(1.08)}
/*# sourceMappingURL=main.3a0b3a9e.css.map*/