*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;min-height:100vh}a{color:inherit;text-decoration:none}.area-buttons{display:flex;flex-direction:column;gap:.75rem}.area-button{padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#009ee0;border:none;border-radius:12px;cursor:pointer;transition:opacity .2s ease}.area-button:hover{opacity:.9}.branch-buttons{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.branch-button{padding:.875rem 1.25rem;font-size:.95rem;font-weight:500;color:#fff;background:#009ee0;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s ease;text-align:left}.branch-button:hover{opacity:.9}.back-button{display:block;margin:0 auto;padding:.75rem 0;font-size:1rem;font-weight:500;color:#007aff;background:transparent;border:none;cursor:pointer;transition:opacity .2s ease}.back-button:hover{opacity:.8}