@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700;800&family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--brown-dark:#3e2522;--brown-warm:#8c6e63;--tan:#d3a376;--cream:#ffe0b2;--offwhite:#fff7f2;--white:#fff;--coral:#ff6b6b;--mint:#4ecdc4;--gold:#ffc107;--lavender:#b8a9d9;--peach:#ffab91;--sky:#74b9ff;--color-bg:var(--offwhite);--color-heading:var(--brown-dark);--color-body:var(--brown-warm);--color-card:var(--white);--font-body:"Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Quicksand", "Be Vietnam Pro", -apple-system, sans-serif;--fs-hero:clamp(2.8rem, 6vw, 4.2rem);--fs-section:clamp(1.8rem, 3.5vw, 2.5rem);--fs-card-title:1.15rem;--fs-body:1.05rem;--fs-small:.9rem;--fs-xs:.8rem;--section-py:clamp(5rem, 10vw, 8rem);--section-px:clamp(1.5rem, 8vw, 16rem);--container-max:1140px;--gap-lg:3rem;--gap-md:2rem;--gap-sm:1rem;--radius-sm:14px;--radius-md:22px;--radius-lg:28px;--radius-xl:32px;--radius-full:9999px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--bounce:.5s cubic-bezier(.34, 1.56, .64, 1);--shadow-card:0 4px 24px #3e25220f;--shadow-hover:0 12px 40px #3e25221f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}@media (width>=1600px){html{font-size:18px}}@media (width>=1920px){html{font-size:20px}}@media (width>=2560px){html{font-size:22px}}body{font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-body);background:var(--color-bg);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-heading);font-weight:800;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);transition:var(--transition);border:none}ul,ol{list-style:none}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pop-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.section-header{text-align:center;max-width:600px;margin:0 auto var(--gap-lg)}.section-header h2{font-size:var(--fs-section);letter-spacing:-.02em;margin-bottom:.6rem}.section-header p{font-size:var(--fs-body);color:var(--color-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--cream);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--tan)}::selection{background:var(--cream);color:var(--brown-dark)}.navbar{z-index:1000;padding:0 var(--section-px);-webkit-backdrop-filter:blur(20px)saturate(180%);height:52px;transition:var(--transition);background:#fff7f2b3;border-bottom:1px solid #3e25220a;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fff7f2eb;box-shadow:0 4px 24px #3e25220f}.navbar__logo{font-family:var(--font-heading);color:var(--brown-dark);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;display:flex}.navbar__logo-icon{border-radius:var(--radius-sm);object-fit:cover;width:28px;height:28px}.navbar__logo:hover .navbar__logo-icon{transform:scale(1.08)rotate(-3deg)}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__link{color:var(--brown-warm);padding:.25rem 0;font-size:.8rem;font-weight:600;position:relative}.navbar__link:after{content:"";background:linear-gradient(90deg, var(--coral), var(--peach));border-radius:var(--radius-full);width:0;height:2.5px;transition:var(--transition);position:absolute;bottom:-2px;left:0}.navbar__link:hover{color:var(--brown-dark)}.navbar__link:hover:after{width:100%}.navbar__cta{background:linear-gradient(135deg, var(--coral), #ff8a80);color:var(--white);border-radius:var(--radius-full);font-size:var(--fs-small);font-weight:700;font-family:var(--font-heading);transition:var(--bounce);padding:.55rem 1.4rem;box-shadow:0 2px 12px #ff6b6b40}.navbar__cta:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 4px 20px #ff6b6b66}.navbar__toggle{cursor:pointer;border-radius:var(--radius-sm);width:40px;height:40px;transition:var(--transition);z-index:1010;-webkit-tap-highlight-color:transparent;background:0 0;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none;position:relative;overflow:hidden}.navbar__toggle:focus-visible{box-shadow:0 0 0 2px var(--coral)}.navbar__toggle:hover{background:#3e25220a}.navbar__toggle:active:before{content:"";border-radius:var(--radius-sm);background:radial-gradient(circle,#ff6b6b2e 0%,#0000 60%);animation:.35s ease-out toggle-splash;position:absolute;inset:0}@keyframes toggle-splash{0%{opacity:1;transform:scale(.3)}to{opacity:0;transform:scale(1.8)}}.navbar__toggle span{background:var(--brown-dark);width:20px;height:2px;transition:var(--transition);transform-origin:50%;border-radius:2px;display:block}.navbar__toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar{padding:0 1.25rem}.navbar__toggle{display:flex}.navbar__links{-webkit-backdrop-filter:blur(16px);opacity:0;pointer-events:none;z-index:999;background:#fff7f2fa;border-bottom:1px solid #3e25220f;border-radius:0 0 16px 16px;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem;transition:opacity .25s,transform .25s;position:fixed;top:52px;left:0;right:0;transform:translateY(-8px);box-shadow:0 12px 40px #3e25221a}.navbar__links.open{opacity:1;pointer-events:all;transform:translateY(0)}.navbar__links.open .navbar__link:first-child{animation:.3s both menu-slide}.navbar__links.open .navbar__link:nth-child(2){animation:.3s 50ms both menu-slide}.navbar__links.open .navbar__link:nth-child(3){animation:.3s .1s both menu-slide}.navbar__links.open .navbar__link:nth-child(4){animation:.3s .15s both menu-slide}.navbar__links.open .navbar__link:nth-child(5){animation:.3s .2s both menu-slide}@keyframes menu-slide{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.navbar__link{color:var(--brown-dark);transition:var(--transition);-webkit-tap-highlight-color:transparent;border-radius:12px;outline:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.88rem;font-weight:600;display:flex;position:relative;overflow:hidden}.navbar__link:focus-visible{box-shadow:0 0 0 2px var(--coral)}.navbar__link:active:before{content:"";background:radial-gradient(circle at var(--x,50%) var(--y,50%), #ff6b6b26 0%, transparent 60%);border-radius:12px;animation:.4s ease-out splash;position:absolute;inset:0}@keyframes splash{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.navbar__link:after{display:none}.navbar__link:hover,.navbar__link:active{color:var(--coral);background:#ff6b6b14;transform:translate(4px)}.navbar__link:nth-child(3){border-top:1px solid #3e25220f;border-radius:0 0 12px 12px;margin-top:.25rem;padding-top:.85rem}.navbar__cta{text-align:center;margin-top:.5rem;padding:.85rem 1.5rem;font-size:1rem;display:block}}.hero{min-height:100vh;padding:60px var(--section-px) clamp(1rem, 2vw, 2rem);background:radial-gradient(ellipse 70% 50% at 25% 35%, #4ecdc40f 0%, transparent 60%), radial-gradient(ellipse 60% 70% at 75% 25%, #ff6b6b0d 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 50% 85%, #b8a9d90d 0%, transparent 60%), linear-gradient(170deg, var(--offwhite) 0%, #fff5e6 50%, #ffecd2 100%);justify-content:center;align-items:center;gap:clamp(3rem,6vw,6rem);display:flex;position:relative;overflow:hidden}.hero__float-emoji{opacity:.15;pointer-events:none;z-index:0;font-size:2rem;position:absolute}.hero__float-emoji--1{font-size:2.5rem;animation:8s ease-in-out infinite float-slow;top:15%;left:8%}.hero__float-emoji--2{animation:10s ease-in-out 1s infinite float-slow;top:25%;right:5%}.hero__float-emoji--3{animation:9s ease-in-out 2s infinite float-slow;bottom:20%;left:5%}.hero__float-emoji--4{font-size:1.8rem;animation:7s ease-in-out 3s infinite float-slow;bottom:30%;right:12%}.hero__content{z-index:1;flex:1;max-width:600px}.hero__title{color:var(--brown-dark);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.4rem,5vw,3.2rem);font-weight:800;line-height:1.05;animation:.6s ease-out .1s both slide-up}.hero__title-accent{background:linear-gradient(135deg, var(--coral), var(--tan), var(--peach));-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite gradient-shift}.hero__desc{color:var(--brown-warm);max-width:440px;margin-bottom:1rem;font-size:.95rem;line-height:1.7;animation:.6s ease-out .2s both slide-up}.hero__download{align-items:center;gap:.8rem;width:fit-content;margin-bottom:2rem;animation:.6s ease-out .3s both slide-up;display:flex}.hero__qr-wrap{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.hero__qr{background:var(--white);border-radius:12px;justify-content:center;align-items:center;padding:6px;display:flex;overflow:hidden}.hero__qr img{mix-blend-mode:darken;filter:contrast(1.1);border-radius:4px;width:140px;height:140px;display:block}.hero__qr-label{color:#7d726e;opacity:.9;font-size:.75rem;font-style:italic;font-weight:500}.hero__stores{flex-direction:column;justify-content:center;gap:.4rem;display:flex}.hero__store-btn{flex:1;line-height:0;transition:transform .2s,filter .2s;display:flex}.hero__store-btn:hover{filter:drop-shadow(0 6px 16px #3e252226);transform:translateY(-2px)}.hero__store-btn img{object-fit:contain;border-radius:8px;width:auto;height:100%;display:block}.hero__steps{gap:.75rem;margin-bottom:1rem;animation:.6s ease-out .35s both slide-up;display:flex}.hero__step{background:var(--white);border:1px solid #3e25220f;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:.4rem .7rem;display:flex}.hero__step-emoji{flex-shrink:0;font-size:1.1rem}.hero__step-text{text-align:left;flex-direction:column;line-height:1.3;display:flex}.hero__step-text strong{color:var(--brown-dark);font-size:.7rem;font-weight:700}.hero__step-text span{color:var(--brown-warm);opacity:.7;font-size:.6rem}.hero__mockup{z-index:1;flex:1;justify-content:center;align-items:center;max-width:440px;animation:.8s ease-out .4s both pop-in;display:flex;position:relative}.hero__mockup-glow{pointer-events:none;background:radial-gradient(circle,#ff6b6b14 0%,#4ecdc40d 50%,#0000 70%);border-radius:50%;width:80%;height:80%;animation:4s ease-in-out infinite pulse-glow;position:absolute}.hero__phone{filter:drop-shadow(0 20px 50px #3e25222e);z-index:1;width:100%;max-width:340px;animation:6s ease-in-out infinite float;position:relative}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:2rem;min-height:auto;padding-top:80px}.hero__content{max-width:100%}.hero__desc{max-width:100%;margin-left:auto;margin-right:auto}.hero__steps{flex-wrap:wrap;justify-content:center}.hero__download{justify-content:center}.hero__mockup{max-width:260px}.hero__float-emoji{display:none}}@media (width<=480px){.hero{gap:1.5rem;padding-top:64px;padding-bottom:1.5rem}.hero__title{font-size:clamp(2rem,9vw,2.6rem)}.hero__desc{margin-bottom:.75rem;font-size:.85rem}.hero__steps{gap:.4rem}.hero__step{border-radius:8px;padding:.3rem .5rem}.hero__step-emoji{font-size:.9rem}.hero__step-text strong{font-size:.65rem}.hero__step-text span,.hero__qr-wrap{display:none}.hero__download{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem}.hero__stores{flex-direction:row;justify-content:center;gap:.5rem}.hero__store-btn img{width:auto;height:38px}.hero__store-btn{flex:none}.hero__mockup{max-width:200px}}@media (width>=1440px){.hero__content{max-width:640px}.hero__title{font-size:3.6rem}.hero__desc{max-width:520px;font-size:1.1rem}.hero__qr img{width:160px;height:160px}.hero__store-btn img{height:52px}.hero__step-text strong{font-size:.8rem}.hero__step-text span{font-size:.7rem}.hero__mockup{max-width:480px}.hero__phone{max-width:400px}}@media (width>=1920px){.hero__content{max-width:720px}.hero__title{font-size:4.2rem}.hero__desc{max-width:580px;font-size:1.2rem}.hero__qr img{width:180px;height:180px}.hero__store-btn img{height:60px}.hero__step{padding:.6rem 1rem}.hero__step-emoji{font-size:1.3rem}.hero__step-text strong{font-size:.9rem}.hero__step-text span{font-size:.75rem}.hero__mockup{max-width:540px}.hero__phone{max-width:460px}}.features{padding:24px var(--section-px) 48px;background:var(--offwhite);scroll-margin-top:40px;position:relative}.features__header{text-align:center;max-width:600px;margin:0 auto 1.5rem}.features__header .section__title{color:var(--brown-dark);margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2rem);font-weight:800}.features__header .section__subtitle{color:var(--brown-warm);font-size:.9rem;line-height:1.5}.features__list{flex-direction:column;gap:3rem;max-width:1080px;margin:0 auto;display:flex}.feature-block{align-items:center;gap:2rem;display:flex}.feature-block--right{flex-direction:row-reverse}.feature-block__visual{flex:1;justify-content:center;align-items:center;min-height:320px;display:flex;position:relative}.feature-blob{filter:blur(80px);z-index:0;opacity:0;border-radius:50%;width:240px;height:240px;animation:1.5s ease-out .3s forwards blob-fade-in;position:absolute;transform:translate(-10%,10%)}.feature-block--right .feature-blob{transform:translate(10%,-10%)}@keyframes blob-fade-in{to{opacity:.8}}.feature-mockup{z-index:1;background:#fff;border-radius:32px;flex-direction:column;width:180px;height:360px;padding:12px;display:flex;position:relative;box-shadow:0 12px 32px #3e252214,inset 0 0 0 8px #f1f2f6,inset 0 0 0 10px #e4e7ec}.feature-mockup:before{content:"";z-index:2;background:#e4e7ec;border-radius:0 0 14px 14px;width:70px;height:20px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.feature-mockup__screen{background:var(--offwhite);border:1px solid #3e252214;border-radius:22px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.feature-mockup__placeholder{font-family:var(--font-heading);color:var(--brown-warm);opacity:.4;font-size:1.2rem;font-weight:700}.feature-block__content{flex:1;padding:0}.feature-block__title{color:var(--brown-dark);font-size:1.5rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:1.2rem}.feature-items{flex-direction:column;gap:1.2rem;display:flex}.feature-item{align-items:flex-start;gap:.75rem;display:flex}.feature-item__icon{background:var(--white);border:1px solid #3e25220a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex;box-shadow:0 4px 16px #3e25220f}.feature-item__text{color:var(--brown-warm);margin:0;font-size:1rem;line-height:1.6}.feature-item__text strong{color:var(--brown-dark);font-weight:700}@media (width<=900px){.features__list{gap:3rem}.feature-block,.feature-block--right{text-align:center;flex-direction:column-reverse;gap:2rem}.feature-block__title{margin-bottom:1rem;font-size:1.3rem}.feature-item{text-align:left}.feature-mockup{width:180px;height:360px}.feature-blob{filter:blur(50px);width:180px;height:180px}.feature-block__visual{min-height:280px}}@media (width<=480px){.features{padding:20px var(--section-px) 32px}.features__header .section__title{font-size:1.4rem}.features__header .section__subtitle{font-size:.8rem}.features__list{gap:2rem}.feature-block,.feature-block--right{gap:1.5rem}.feature-block__title{font-size:1.15rem}.feature-mockup{border-radius:24px;width:150px;height:300px}.feature-block__visual{min-height:240px}.feature-item__icon{border-radius:8px;width:30px;height:30px;font-size:.9rem}.feature-item__text strong{font-size:.8rem}.feature-item__text span{font-size:.72rem}}.reviews{padding:clamp(2rem, 4vw, 3rem) var(--section-px);background:radial-gradient(ellipse 60% 40% at 30% 30%, #4ecdc40a 0%, transparent 50%), var(--offwhite);scroll-margin-top:60px}.reviews__track{max-width:var(--container-max);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;margin:0 auto;padding-bottom:1rem;display:flex;overflow-x:auto}.reviews__track::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);min-width:240px;max-width:280px;box-shadow:var(--shadow-card);transition:var(--bounce);border:1px solid #3e25220a;flex-shrink:0;padding:1.25rem;position:relative;overflow:hidden}.review-card:before{content:"";background:var(--accent,var(--tan));border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.review-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.review-card__stars{gap:2px;margin-bottom:.5rem;display:flex}.review-card__star{color:var(--gold);font-size:.9rem}.review-card__text{color:var(--brown-warm);margin-bottom:.75rem;font-size:.78rem;line-height:1.5}.review-card__author{align-items:center;gap:.5rem;display:flex}.review-card__avatar{background:var(--accent,var(--tan));width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.review-card__info h4{color:var(--brown-dark);font-size:.8rem;font-weight:700}.review-card__info span{font-size:var(--fs-xs);color:var(--brown-warm)}.reviews__dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.reviews__dot{background:var(--cream);cursor:pointer;width:8px;height:8px;transition:var(--transition);border:none;border-radius:50%;padding:0}.reviews__dot:hover{background:var(--tan)}.reviews__dot.active{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--coral), var(--peach));width:28px}@media (width<=500px){.review-card{min-width:280px}}.footer{padding:1.25rem var(--section-px);background:var(--offwhite);border-top:1px solid #3e252214;position:relative}.footer__inner{max-width:var(--container-max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer__left{align-items:center;gap:.6rem;display:flex}.footer__logo-icon{border-radius:6px;width:24px;height:24px}.footer__copy{color:var(--brown-warm);font-size:.75rem}.footer__copy a{color:var(--coral);transition:var(--transition);font-weight:600}.footer__copy a:hover{opacity:.85;text-decoration:underline}.footer__right{align-items:center;gap:.5rem;display:flex}.footer__right a{color:var(--brown-warm);opacity:.7;font-size:.75rem;transition:color .2s}.footer__right a:hover{color:var(--brown-dark)}.footer__dot{color:#3e252233;font-size:.7rem}@media (width<=600px){.footer__inner{text-align:center;flex-direction:column;gap:.6rem}}.static-page{flex-direction:column;min-height:100vh;display:flex}.static-page__nav{padding:1rem var(--section-px);background:var(--offwhite);z-index:100;border-bottom:1px solid #3e25220f;align-items:center;gap:.75rem;display:flex;position:sticky;top:0}.static-page__back{color:var(--brown-warm);transition:var(--transition);background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:flex}.static-page__back:hover{background:var(--cream);color:var(--brown-dark)}.static-page__content{max-width:960px;padding:3rem var(--section-px) 4rem;flex:1;margin:0 auto}.static-page__content h1{margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2.6rem)}.static-page__content .static-page__updated{font-size:var(--fs-xs);color:var(--brown-warm);opacity:.7;margin-bottom:2rem}.static-page__content h2{color:var(--brown-dark);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.3rem}.static-page__content h3{color:var(--brown-dark);margin-top:1.25rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.static-page__content p{color:var(--brown-warm);margin-bottom:1rem;font-size:1rem;line-height:1.8}.static-page__content ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.static-page__content ul li{color:var(--brown-warm);margin-bottom:.5rem;font-size:1rem;line-height:1.8}.static-page__content a{color:var(--coral);font-weight:600}.static-page__content a:hover{text-decoration:underline}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.contact-card{background:var(--white);border-radius:var(--radius-sm);text-align:center;transition:var(--bounce);border:1px solid #3e25220f;padding:1.5rem}.contact-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.contact-card__emoji{margin-bottom:.5rem;font-size:2.5rem}.contact-card__title{color:var(--brown-dark);margin-bottom:.25rem;font-size:1rem;font-weight:700}.contact-card__value{font-size:var(--fs-small);color:var(--brown-warm)}.contact-card__value a{color:var(--coral);font-weight:600}@media (width<=480px){.static-page__content{padding:2rem var(--section-px) 3rem}.static-page__content h2{font-size:1.15rem}.static-page__content h3{font-size:.95rem}.static-page__content p,.static-page__content ul li{font-size:var(--fs-small)}.contact-cards{grid-template-columns:1fr}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
