:root{--primary-color: #ffcc00;--text-color: #333;--bg-color: #fff;--secondary-bg-color: #f9f9f9;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}#root{width:100%;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color)}.app-container{flex:1;display:flex;flex-direction:column;width:100%}.footer{padding:2rem;background-color:var(--secondary-bg-color);font-size:.8rem;color:#666;text-align:left;margin-top:auto;display:flex;justify-content:center}.footer-container{width:100%;max-width:1200px;display:flex;flex-direction:column}@media(min-width:768px){.footer-container{padding:0 2rem}}.footer-business-info{margin-bottom:1rem}.footer-business-info p{margin-bottom:.1rem}.footer-links{display:flex;gap:1rem}.footer-link{color:#888;font-size:.75rem;text-decoration:underline}.footer-link:hover{color:var(--text-color)}.home-main{flex:1;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#fff8be}.content-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px}.text-section{display:flex;flex-direction:column;align-items:center;text-align:center}.title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.description{font-size:1.2rem;margin-bottom:2rem;color:#555;line-height:1.5;word-break:keep-all}.image-section{width:100%;max-width:200px;margin-top:2rem;margin-bottom:2rem}.app-image{width:100%;height:auto}.download-buttons{display:flex;flex-direction:row;gap:1rem;width:100%;justify-content:center;flex-wrap:wrap}.store-button{padding:.8rem 1.2rem;background-color:#000c1ecc;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;transition:opacity .2s;gap:.5rem}.store-icon{width:24px;height:24px}.store-button:hover{opacity:.8}@media(min-width:768px){.content-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:4rem;padding:0 2rem}.text-section{align-items:flex-start;text-align:left;flex:1;max-width:500px;order:1}.image-section{flex:1;max-width:260px;margin-bottom:0;order:2}.title{font-size:3.5rem}.description{font-size:1.5rem}.download-buttons{justify-content:flex-start}}.markdown-body{color:#1a1a1a;line-height:1.8;font-size:1rem;max-width:900px;margin:0 auto;padding:2rem;word-break:keep-all}.markdown-body h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0;color:#111}.markdown-body h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.markdown-body h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#222}.markdown-body p{margin-bottom:1rem;color:#333}.markdown-body ul,.markdown-body ol{margin-bottom:1rem;padding-left:1.5rem}.markdown-body li{margin-bottom:.5rem;color:#333}.markdown-body li::marker{color:#555}.markdown-body strong{color:#111;font-weight:600}.markdown-body em{color:#222;font-style:italic}.markdown-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #888888;background:#f5f5f5;border-radius:0 8px 8px 0}.markdown-body blockquote p{color:#444;margin-bottom:0}.markdown-body table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.9rem;overflow:hidden;border-radius:8px;border:1px solid #e0e0e0}.markdown-body thead{background:#f5f5f5}.markdown-body th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#111;border-bottom:2px solid #d0d0d0}.markdown-body td{padding:.75rem 1rem;border-bottom:1px solid #e0e0e0;color:#333}.markdown-body tr:hover{background:#fafafa}.markdown-body a{color:#2563eb;text-decoration:underline;text-underline-offset:4px}.markdown-body a:hover{color:#1d4ed8}.markdown-body code{background:#f0f0f0;padding:.2rem .5rem;border-radius:4px;font-family:Fira Code,Consolas,monospace;font-size:.9em;color:#333}.markdown-body pre{background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;border:1px solid #e0e0e0}.markdown-body pre code{background:transparent;padding:0}.markdown-body hr{border:none;height:1px;background:#e0e0e0;margin:2rem 0}@media(max-width:768px){.markdown-body{padding:1.5rem;font-size:.95rem}.markdown-body h1{font-size:1.5rem}.markdown-body h2{font-size:1.25rem}.markdown-body table{display:block;overflow-x:auto;white-space:nowrap}.markdown-body th,.markdown-body td{padding:.5rem .75rem;font-size:.85rem}}
