.methods-module{--methods-accent:#1a2570;--methods-surface:#f5f6f8;--methods-border:#d8dbe0;--methods-text:#1a1a1a;--methods-muted:#555a64;--methods-card-radius:4px;--methods-shadow:0 1px 4px rgba(16,24,40,.06),0 1px 2px rgba(16,24,40,.04);--methods-shadow-hover:0 12px 32px rgba(16,24,40,.1),0 4px 8px rgba(16,24,40,.06);color:var(--methods-text);font-family:inherit;margin:0 auto;max-width:1200px;padding:0 1rem}.methods-visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.methods-toolbar{background:var(--methods-surface);border-radius:var(--methods-card-radius);display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:48px;padding:24px}@media (max-width:640px){.methods-toolbar{gap:12px;grid-template-columns:1fr}}.methods-filter,.methods-search{display:block;margin:0;position:relative}.methods-category,.methods-search-input{background:#fff;border:1px solid var(--methods-border);border-radius:2px;box-sizing:border-box;color:var(--methods-text);font-family:inherit;font-size:15px;height:48px;line-height:1.2;padding:0 16px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.methods-category:focus,.methods-search-input:focus{border-color:var(--methods-accent);box-shadow:0 0 0 3px rgba(26,37,112,.12);outline:none}.methods-category{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 16px center;background-repeat:no-repeat;background-size:12px 8px;cursor:pointer;padding-right:44px}.methods-search-icon{color:#b0b4bb;display:inline-flex;height:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.methods-search-icon svg{height:100%;width:100%}.methods-search-input{padding-left:44px}.methods-search-input::-webkit-search-cancel-button{-webkit-appearance:none}.methods-grid{display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}@media (max-width:960px){.methods-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.methods-grid{grid-template-columns:1fr}}.method-card{background:#fff;border-radius:var(--methods-card-radius);box-shadow:var(--methods-shadow);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.method-card:hover{box-shadow:var(--methods-shadow-hover);transform:translateY(-2px)}.method-card.is-paginated-hidden{display:none!important}.method-card-icon{align-items:center;aspect-ratio:16/11;background:var(--methods-surface);display:flex;justify-content:center;padding:32px}.method-card-icon img{height:auto;max-height:110px;max-width:110px;object-fit:contain;width:auto}.method-card-body{display:flex;flex:1;flex-direction:column;padding:22px 24px 26px}.method-card-tag{align-self:flex-start;background:var(--methods-accent);border-radius:2px;color:#fff;display:inline-block;font-size:11px;letter-spacing:.04em;line-height:1.2;margin-bottom:14px;padding:5px 10px}.method-card-title{color:var(--methods-text);font-size:19px;font-weight:600;line-height:1.35;margin:0 0 12px}.method-card-description{color:var(--methods-muted);flex:1;font-size:14px;line-height:1.55;margin:0 0 20px}.method-card-link{align-items:center;align-self:flex-start;color:var(--methods-accent);display:inline-flex;font-size:14px;font-weight:500;gap:14px;margin-top:auto;text-decoration:none}.method-card-arrow{display:inline-flex;height:12px;transition:transform .2s ease;width:30px}.method-card-arrow svg{height:100%;width:100%}.method-card-link:hover .method-card-arrow{transform:translateX(4px)}.methods-empty{color:var(--methods-muted);font-size:15px;padding:48px 24px;text-align:center}.methods-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:48px}.methods-pagination:empty{display:none}.methods-page{align-items:center;background:#fff;border:1px solid var(--methods-border);border-radius:2px;color:var(--methods-text);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;height:40px;justify-content:center;line-height:1;min-width:40px;padding:0 12px;transition:background .15s ease,color .15s ease,border-color .15s ease}.methods-page:hover:not(:disabled):not(.is-active){background:var(--methods-surface)}.methods-page.is-active{background:var(--methods-accent);border-color:var(--methods-accent);color:#fff}.methods-page:disabled{cursor:not-allowed;opacity:.4}.methods-page--ellipsis{background:transparent;border:0;cursor:default;pointer-events:none}