@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700;800&display=swap";html{overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #fafafa;--muted: #666;--border: #e6e6e6;--accent: #27ae60;--accent-dark: #219150;--danger: #e74c3c;--radius: 8px;--max-width: 800px}*{box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:#111;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;align-items:center;min-height:100vh}.app-root{width:100%;max-width:var(--max-width);margin:0 auto;padding:16px}.app-header{width:100%;padding:24px 0;display:flex;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border-bottom:1px solid #eee;margin-bottom:20px}.header-content{display:flex;align-items:center;gap:16px}.logo-circle{width:48px;height:48px;background:var(--accent);color:#fff;font-size:24px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #27ae6040}.app-nav{width:100%;background:#fff;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.nav-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:8px 16px}.nav-left{display:flex;gap:12px;align-items:center}.nav-link{color:#333;text-decoration:none;padding:6px 8px;border-radius:6px;font-weight:600}.nav-link:hover{background:#fafafa}.nav-right{display:flex;gap:8px;align-items:center}.nav-icon{padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:transparent;cursor:pointer;font-weight:600}.settings-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--border);box-shadow:0 6px 20px #00000014;border-radius:8px;padding:8px;min-width:160px;z-index:999}.settings-item{display:block;width:100%;text-align:left;padding:8px;border:none;background:transparent;cursor:pointer;border-radius:6px}.settings-item:hover{background:#f6fdf6}.app-header h1{font-size:1.7rem;font-weight:700;margin:0}.app-header p{margin:4px 0 0;color:var(--muted);font-size:.95rem}.logo-circle:hover{box-shadow:0 6px 16px #27ae6059;transform:translateY(-2px);transition:all .2s ease}footer{text-align:center;padding:12px 0;font-size:13px;color:var(--muted)}.grocery-list{padding:0;list-style:none;margin:0;overflow-y:auto;max-height:60vh}.grocery-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 8px;border-bottom:1px solid var(--border);background:#fff;border-radius:6px;margin-bottom:8px;transition:background .12s ease,transform .08s ease}.grocery-item:hover{transform:translateY(-1px)}.grocery-item .left{display:flex;align-items:center;gap:12px;min-width:0}.grocery-item input[type=checkbox]{width:18px;height:18px;flex:0 0 18px}.grocery-item .item-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grocery-item .item-meta{font-size:12px;color:var(--muted);margin-top:2px}.grocery-item.completed{background:#fbfbfb}.grocery-item.completed .item-name{text-decoration:line-through;color:#999}.grocery-item.completed .item-meta{color:#aaa}.grocery-item .actions{display:flex;gap:8px;align-items:center}.grocery-item .actions button{background:transparent;border:1px solid var(--border);padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px}.grocery-item .actions .remove{color:var(--danger);border-color:#e74c3c1f;min-width:70px}.grocery-item .actions button:focus{outline:3px solid rgba(39,174,96,.12)}.filters{display:flex;gap:8px;margin-bottom:18px;justify-content:center}.group-by-category{margin-bottom:16px;display:flex;align-items:center;gap:8px;justify-content:space-between}form.grocery-input{display:flex;gap:8px;margin-bottom:16px;align-items:center;width:100%}form.grocery-input .input-name,#category-filter{flex:1 1 auto;padding:10px 12px;border:1px solid #d8d8d8;border-radius:8px;font-size:14px;background:#fff}form.grocery-input input[type=number]{width:90px;padding:10px 12px;border:1px solid #d8d8d8;border-radius:8px}form.grocery-input select{min-width:130px;padding:10px 12px;border-radius:8px;border:1px solid #d8d8d8;background:#fff}form.grocery-input button[type=submit]{padding:10px 14px;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;font-weight:600}form.grocery-input button[type=submit]:hover{background:var(--accent-dark)}.suggestions{position:absolute;left:0;right:0;margin-top:6px;background:#fff;border:1px solid var(--border);box-shadow:0 6px 18px #161e280f;border-radius:8px;padding:8px;z-index:60;max-height:220px;overflow:auto}.suggestions button{width:100%;text-align:left;padding:8px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-size:14px}form .inputs{display:flex;gap:8px}.grocery-list-wrapper button{border:1px solid var(--border);background:transparent;cursor:pointer;padding:6px 10px;border-radius:6px}.grocery-list-wrapper button.active-filter{background:var(--accent);color:#fff;border-color:var(--accent-dark)}hr{border:none;border-top:1px solid #f0f0f0;margin:18px 0}@media(max-width:720px){:root{--max-width: 720px}form.grocery-input input[type=number]{width:80px}form.grocery-input select{min-width:120px}}@media(max-width:600px){.app-root{padding:12px}.header-content{flex-direction:column;text-align:center}form.grocery-input{flex-direction:column;align-items:stretch}form.grocery-input .input-name,form.grocery-input input[type=number],form.grocery-input select,form.grocery-input button[type=submit]{width:100%}.grocery-item{padding:12px;flex-direction:column;align-items:stretch;gap:10px}.grocery-item .actions{justify-content:flex-end}.filters,.group-by-category{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:20px}form .inputs{flex-direction:column;gap:6px}form input,form select{width:100%}}.grocery-input,.input-row{position:relative}.suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--border);box-shadow:0 6px 18px #161e280f;border-radius:8px;padding:8px;z-index:999;max-height:220px;overflow-y:auto;-webkit-overflow-scrolling:touch}.suggestions li{margin-bottom:6px}.suggestions li:last-child{margin-bottom:0}.suggestions button{width:100%;text-align:left;padding:10px 8px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-size:14px;display:block}.suggestions button:hover,.suggestions button:focus{background:#f2f8f2;outline:none}.grocery-item{transition:transform .12s ease,opacity .12s ease,background .12s}.grocery-item-enter{opacity:0;transform:translateY(-6px)}.grocery-item-enter-active{opacity:1;transform:translateY(0)}.suggestions{transition:opacity .12s ease,transform .12s ease;opacity:1;transform:translateY(0)}.grocery-input .suggestions.hidden{opacity:0;transform:translateY(-6px);pointer-events:none}input:focus,select:focus,button:focus{outline:3px solid rgba(39,174,96,.12);outline-offset:2px}.suggestions,.grocery-list{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.suggestions::-webkit-scrollbar,.grocery-list::-webkit-scrollbar{height:8px;width:8px}.suggestions::-webkit-scrollbar-thumb,.grocery-list::-webkit-scrollbar-thumb{background:#00000014;border-radius:8px}html{scroll-behavior:smooth}*{font-family:Inter,sans-serif}.landing-container{position:relative;background:linear-gradient(180deg,#f4fff7,#ecfdf5 35%,#fff);font-family:Inter,sans-serif;overflow:hidden}.landing-content{padding:40px 24px;max-width:1100px;margin:0 auto}@media(max-width:480px){.landing-content{padding:24px 12px}}.install-btn{background-color:#2f6f4e;color:#fff;padding:12px 20px;border-radius:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;font-size:14px;margin-bottom:24px;text-decoration:none;display:inline-block;text-align:center}.hero{padding:20px 0;margin-bottom:30px}.hero-bg-decoration{position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(194,220,186,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(194,220,186,.16),transparent 30%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.hero-copy{max-width:560px;text-align:left}.product-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-bottom:18px;padding:8px 12px;border:1px solid rgba(47,111,78,.18);border-radius:999px;background-color:#ffffffd1;color:#476251;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;box-shadow:0 12px 28px #0f291c0f}.product-badge span{color:#2f6f4e;margin-left:4px}.product-badge:hover,.product-badge:focus-visible{color:#1b4332;border-color:#2f6f4e5c;transform:translateY(-1px)}.brand-link{text-decoration:none}.brand{font-size:16px;letter-spacing:2.5px;color:#4f9b6d;font-weight:700;text-transform:uppercase}.hero-line{width:70px;height:3px;border-radius:10px;background-color:#5ca97b;margin:10px 0 5px}.hero-title{font-size:65px;font-weight:800;line-height:1.05;color:#0f291c;margin-bottom:24px;letter-spacing:2px}.hero-subtitle{font-size:20px;line-height:1.8;color:#55645b;margin-bottom:36px;max-width:540px}.hero-cta-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:26px}.hero-badges{display:flex;flex-wrap:wrap;gap:12px}.hero-preview{display:flex;justify-content:center;align-items:center}.hero-preview-card{position:relative;width:100%;max-width:520px;display:flex;justify-content:center;align-items:center}.hero-logo-circle{width:100%;max-width:500px;border-radius:40px;overflow:hidden;background:linear-gradient(180deg,#fffffff2,#f3f9f2f2);box-shadow:0 30px 80px #122b1f1a;border:1px solid rgba(47,111,78,.08);padding:18px}.hero-screenshot{width:100%;height:auto;display:block;border-radius:26px}.primary-btn,.secondary-btn,.primary-btn-large{padding:14px 24px;border-radius:16px;font-weight:600;border:none;cursor:pointer;transition:all .25s ease;font-size:15px;text-decoration:none;line-height:20px}.primary-btn,.primary-btn-large{background-color:#2f6f4e;color:#fff;box-shadow:0 10px 25px #2f6f4e2e}.primary-btn:hover,.primary-btn-large:hover{background-color:#245c3f;transform:translateY(-2px);color:#fff}.secondary-btn{border:1px solid rgba(47,111,78,.22);color:#2f6f4e;background-color:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.secondary-btn:hover{background-color:#2f6f4e;color:#fff}@media(max-width:992px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{margin:0 auto}.product-badge{margin-left:auto;margin-right:auto}.hero-line{margin:0 auto 28px}.hero-cta-row,.hero-badges{justify-content:center}.hero-preview{margin-top:24px}.hero-title{font-size:54px}}@media(max-width:768px){.hero{padding:60px 24px}.hero-title{font-size:42px;line-height:1.05}.hero-subtitle{font-size:18px;line-height:1.7;max-width:100%}.hero-preview-card{max-width:440px}}@media(max-width:640px){.hero-header{gap:6px}.hero{padding:20px}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-cta-row{flex-direction:column;text-align:center}.primary-btn-large,.secondary-btn{width:100%;max-width:100%}}@media(max-width:480px){.hero-title{font-size:30px;line-height:inherit}.hero-line{margin:10px 0}.hero-subtitle,.primary-btn-large,.secondary-btn{font-size:14px}}.value-strip{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:42px;justify-content:center}.value-item{display:inline-flex;align-items:center;gap:8px;background:#eff7f0;padding:12px 18px;border-radius:999px;color:#2f6f4e;font-size:13px;font-weight:700;box-shadow:0 14px 32px #2f6f4e14}@media(max-width:480px){.value-strip{gap:8px;margin-bottom:30px}.value-item{padding:10px 14px;font-size:12px}}.value-icon{color:#2f6f4e;font-size:16px}.value-text{font-size:13px;color:#2f6f4e}.section{margin-bottom:38px}.section-title{font-size:28px;font-weight:800;margin-bottom:24px;color:#122b1f;text-align:center;line-height:1.1}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.benefit-row{display:block;margin:0;padding:0;background:transparent}.benefit-content{background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 18px 45px #102d1e14;display:flex;flex-direction:column;gap:16px;min-height:210px}.benefit-icon{color:#2f6f4e;font-size:28px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:#eaf6ee;border-radius:16px}.benefit-title{font-size:18px;font-weight:700;color:#122b1f;margin-bottom:0}.benefit-desc{font-size:14px;color:#53605a;line-height:1.7;margin:0}.intelligence-section{margin-bottom:40px}.intelligence-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.intelligence-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.intelligence-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.intelligence-icon{font-size:24px;display:block;margin-bottom:10px}.intelligence-title{font-size:14px;font-weight:600;color:#1b4332;margin-bottom:6px}.intelligence-desc{font-size:12px;color:#666;line-height:1.4}@media(max-width:600px){.intelligence-grid{grid-template-columns:1fr}}.how-it-works-section{margin-bottom:40px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{background:#fff;border-radius:12px;padding:24px 20px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease;text-align:center}.step-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.step-number-large{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2f6f4e,#3d8b5f);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-title{font-size:15px;font-weight:600;color:#1b4332;margin-bottom:8px}.step-desc{font-size:13px;color:#666;line-height:1.5}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;display:flex;flex-direction:column-reverse;gap:30px}.hero-preview{margin-top:24px}.intelligence-grid,.benefits-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;max-width:720px;margin:0 auto}}.final-cta-section{margin-bottom:40px}.cta-grid{display:flex;justify-content:center}.cta-card{background:linear-gradient(135deg,#2f6f4e,#3d8b5f);border-radius:24px;padding:10px 28px 36px;box-shadow:0 30px 80px #122b1f1a;border:1px solid rgba(47,111,78,.08);text-align:center;max-width:520px;width:100%}.cta-title{font-size:24px;font-weight:800;color:#fff;margin-bottom:24px;line-height:1.2}.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:600px){.cta-card{padding:20px 16px 28px}.cta-title{font-size:20px;margin-bottom:18px}.cta-buttons{gap:10px}.cta-store-btn{padding:12px 14px;font-size:13px;flex:1 1 100%;align-items:center;vertical-align:middle}}@media(max-width:480px){.cta-card{padding:16px 12px 24px;border-radius:18px}.cta-title{font-size:18px}.cta-store-btn{padding:10px 12px;font-size:12px;align-items:center;vertical-align:middle}}.cta-store-btn{padding:14px 20px;border-radius:16px;font-weight:700;font-size:14px;color:#fff;background-color:#ffffff24;text-decoration:none;transition:transform .2s ease,opacity .2s ease,background-color .2s ease;border:1px solid rgba(255,255,255,.22);align-items:center;vertical-align:middle}.cta-store-btn:hover{opacity:.95;transform:translateY(-2px);background-color:#fff3;color:#fff}.ios-btn{background-color:#fff3}.footer-section{margin-bottom:20px;border:1px solid rgba(47,111,78,.08);border-radius:12px;background:#ffffffb8}.footer-grid{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(280px,1.3fr) minmax(150px,.7fr);gap:22px;border-radius:12px;padding:22px 24px 18px;align-items:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-brand img{margin:0 0 12px}.footer-logo{font-size:32px;display:block;width:50px;height:auto}.footer-title{font-size:18px;font-weight:600;color:#1b4332;margin-bottom:4px}.footer-tagline{font-size:13px;color:#666}.footer-links{display:flex;flex-wrap:wrap;gap:10px 18px;justify-self:center;justify-content:center;max-width:420px}.footer-links a{font-size:16px;color:#2f6f4e;text-decoration:none;transition:color .2s ease;width:max-content}.footer-links a:hover{color:#1b4332;text-decoration:underline}.footer-social{display:flex;flex-direction:column;gap:10px;justify-self:end;align-items:flex-end}.footer-social p{margin:0;font-size:16px;font-weight:600;color:#1b4332}.footer-social-links{display:flex;gap:12px}.footer-social-links a{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(47,111,78,.16);border-radius:50%;color:#2f6f4e;background:#fff;font-size:18px;text-decoration:none;transition:color .2s ease,border-color .2s ease,transform .2s ease}.footer-social-links a:hover{color:#1b4332;border-color:#1b433273;transform:translateY(-2px)}.footer-info{display:flex;flex-direction:column;gap:6px;padding:0 24px 20px;margin-top:40px;text-align:center}.footer-version{font-size:15px;color:#777;margin-bottom:4px}.footer-copyright{font-size:15px;color:#5d6c63;margin:0}@media(max-width:820px){.footer-grid{grid-template-columns:1fr;text-align:center;gap:16px}.footer-brand,.footer-social,.footer-info{align-items:center;text-align:center}.footer-links{justify-content:center;justify-self:center}.footer-social{justify-self:center}}.section-subBenefit{display:grid;grid-template-columns:repeat(3,1fr);font-size:14px;color:#555;line-height:1.4;margin:2em 0}@media(max-width:600px){.section-subBenefit{grid-template-columns:1fr;font-size:13px;margin:1.5em 0}}.page-title{font-size:24px;font-weight:700;color:#1b4332;margin:20px 0}.app-images-section{margin-bottom:40px;text-align:center}.app-images-carousel{display:flex;flex-direction:column;align-items:center;gap:18px;max-width:560px;margin:0 auto;padding:0 14px}.section-heading-row{display:flex;justify-content:center;text-align:center;gap:14px;width:100%}.section-subtitle{margin:12px auto 0;max-width:520px;color:#556b54;line-height:1.6;font-size:.98rem}.preview-card{width:100%;max-width:520px;display:flex;justify-content:center}.phone-shell{width:100%;max-width:420px;aspect-ratio:9 / 16;padding:16px;border-radius:52px;background:linear-gradient(180deg,#f8faf6,#eaf0e6);position:relative;box-shadow:0 28px 60px #0f2f1a1f;border:1px solid rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center}.phone-shell:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:68px;height:8px;border-radius:999px;background:#2f6f4e2b}.phone-shell:after{content:"";position:absolute;bottom:14px;left:50%;transform:translate(-50%);width:48px;height:6px;border-radius:999px;background:#2f6f4e24}.carousel-frame{width:100%;height:100%;overflow:hidden;border-radius:32px;background:#fff;box-shadow:inset 0 0 0 1px #2f6f4e0f}.carousel-caption{display:none}.carousel-controls{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}.carousel-nav{min-width:42px;min-height:42px;border:none;border-radius:999px;background:#2f6f4e1f;color:#2f6f4e;font-size:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-nav:hover,.carousel-nav:focus-visible{transform:scale(1.05);background:#2f6f4e33}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.carousel-dot{width:35px;height:35px;border-radius:50%;border:none;background:#2f6f4e40;cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-dot.active{width:35px;height:35px;background:#2f6f4e;transform:scale(1.05)}.app-screenshot{width:100%;height:100%;object-fit:contain;display:block;border-radius:26px}.about-company-section{margin-bottom:40px;padding:34px 22px;border-top:1px solid rgba(47,111,78,.12);border-bottom:1px solid rgba(47,111,78,.12);text-align:center}.about-company-content{max-width:720px;margin:0 auto}.section-kicker{margin:0 0 10px;color:#2f6f4e;font-size:13px;font-weight:800;text-transform:uppercase}.about-company-copy{max-width:620px;margin:0 auto 22px;color:#55645b;font-size:16px;line-height:1.7}.about-company-btn{display:inline-flex}.cta-icon{font-size:18px;margin-right:8px}@media(max-width:860px){.app-images-carousel{padding:0 12px}.carousel-nav{min-width:42px;min-height:42px}}@media(max-width:520px){.carousel-track{padding:14px}.carousel-caption{font-size:.85rem}.carousel-dot,.carousel-dot.active{width:12px;height:12px}}.faq-section{text-align:left;padding:18px 8px 36px}.faq-list{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.faq-item{background:#f7fffae6;border:1px solid rgba(47,111,78,.06);border-radius:12px;padding:8px 12px}.faq-question{font-weight:600;font-size:16px;padding:10px 8px;margin:0;cursor:pointer}.faq-answer{margin:0;padding:10px 8px 14px;color:#3f5b47;line-height:1.6}@media(max-width:720px){.faq-list{padding:0 6px;gap:14px}}.hero-header{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;color:#3f5b47;line-height:1.2}@media(max-width:768px){.hero-header{align-items:center;text-align:center}.hero-header .brand-link{justify-content:center}}#root{max-width:1280px;margin:0 auto;padding:0rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
