@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100dvh;overflow:hidden}@media (height<=600px){html,body,#root{height:auto;min-height:100dvh;overflow-y:auto}}body{background:radial-gradient(circle at 100% 0,#1e293b,#0f172a);justify-content:center;place-items:center;display:flex}.app-container{box-sizing:border-box;flex-direction:column;width:100vw;min-height:100dvh;padding:2rem;display:flex}.header{text-align:center;margin-bottom:2rem;animation:.8s ease-out fadeInDown}.header h1{background:linear-gradient(270deg,#0ea5e9,#a855f7,#38bdf8,#818cf8,#0ea5e9) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 15px #38bdf866);letter-spacing:2px;text-transform:uppercase;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800;animation:5s linear infinite shineGradient}@keyframes shineGradient{to{background-position:200%}}.social-links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.social-link{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{transform:translateY(-3px)}.social-link.zalo:hover{background:#0068ff;border-color:#0068ff}.social-link.tele:hover{background:#08c;border-color:#08c}.social-link.fb:hover{background:#1877f2;border-color:#1877f2}.products-grid{flex:1;justify-content:center;align-items:stretch;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.product-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#1e293bb3;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;flex:1;align-items:center;padding:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;animation:.8s ease-out backwards fadeInUp;display:flex}.product-card:first-child{animation-delay:.2s}.product-card:nth-child(2){animation-delay:.4s}.product-card:hover{border-color:#38bdf866;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #38bdf833}.product-image{object-fit:contain;filter:drop-shadow(0 10px 15px #00000080);width:160px;height:160px;margin-bottom:1.5rem;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)rotate(2deg)}.product-title{color:#f1f5f9;word-break:break-word;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.product-desc{color:#cbd5e1;word-break:break-word;flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.cta-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:12px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.cta-button:hover{background:linear-gradient(135deg,#0284c7,#2563eb);box-shadow:0 10px 15px -3px #0ea5e966}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.app-container{padding:1rem}.header{margin-bottom:1rem}.header h1{font-size:1.8rem}.products-grid{flex-direction:column;gap:1rem}.product-card{text-align:left;flex-direction:row;align-items:center;padding:1.5rem}.product-image{width:80px;height:80px;margin-bottom:0;margin-right:1.5rem}.product-content{flex-direction:column;flex:1;display:flex}.product-title{margin-bottom:.5rem;font-size:1.2rem}.product-desc{margin-bottom:1rem;font-size:.9rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}
