.home-main{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:4rem 1.5rem;background:var(--color-bg);color:var(--color-text);font-family:var(--font-arial-rounded-mt,var(--font-sans))}.home-header{text-align:center;margin-bottom:4rem}.home-logo-container{margin-bottom:1rem}.home-title{font-size:3rem;font-weight:800;margin-bottom:.5rem;color:#36a72d;letter-spacing:-.02em}.home-subtitle{color:var(--color-muted);font-size:1.1rem;margin-bottom:0;font-weight:500}.home-services{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:1000px}.home-service-card{background:var(--color-surface);border-radius:24px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;border:1px solid var(--color-border);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.home-service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home-card-header{width:80px;height:80px;background:var(--card-color);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.home-card-header:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0));border-radius:20px}.home-card-header img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1);position:relative;z-index:1}.home-card-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.home-card-title{font-size:1.25rem;font-weight:700;margin:0}.home-card-desc{color:var(--color-muted);font-size:.95rem;line-height:1.4}.home-card-select-btn{display:none}@media (min-width:768px){.home-services{grid-template-columns:repeat(3,1fr);gap:2rem}}.home-footer{margin-top:4rem}.home-help-btn{display:flex;align-items:center;gap:.75rem;background:var(--color-surface);border:1px solid var(--color-border);padding:.75rem 2rem;border-radius:999px;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.05);cursor:pointer;transition:transform .2s}.home-help-btn:hover{transform:scale(1.02)}.home-help-icon{width:24px;height:24px;background:var(--color-text);color:var(--color-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.board-draw-img-mp52xcp3{width:120px;height:auto;object-fit:contain}.board-draw-img-mp52xcp3-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;margin-bottom:1rem}