.hero-tool-search{position:relative;z-index:2;margin-top:28px;padding:20px;background:#fff;color:#172126;border:0;border-left:5px solid #7caf5d;box-shadow:0 14px 32px rgba(0,0,0,.24)}
.hero-tool-search .global-search-form{display:block}
.hero-tool-search .global-search-form label{display:block;margin-bottom:9px;color:#172126;font-size:18px}
.hero-search-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.hero-tool-search .global-search-form input{height:54px;border-radius:2px;border-color:#aebbb3;font-size:16px}
.hero-tool-search .global-search-form button{height:54px;border-radius:2px;padding:0 26px}
.hero-tool-search .search-hint{margin:8px 0 0;color:#65726a;font-size:12px}
.hero-tool-search .global-search-box{position:relative;left:auto;top:auto;transform:none;width:100%;max-height:520px;margin-top:12px;color:#172126;text-align:left;box-shadow:0 10px 25px rgba(5,23,40,.16)}
.user-paths{background:#fff}
.user-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.user-path-card{display:flex;min-height:220px;flex-direction:column;padding:24px;border:1px solid #d5ded8;border-top:5px solid #467f2c;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.user-path-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(23,33,38,.1)}
.user-path-card:focus-visible,.operation-grid a:focus-visible{outline:3px solid #7eae64;outline-offset:4px}
.user-path-card>span{color:#91a096;font-size:13px;font-weight:800}
.user-path-card h3{margin:18px 0 8px;font-size:25px;line-height:1.2}
.user-path-card p{margin:0 0 22px;color:#5f6973;font-size:14px}
.user-path-card strong{margin-top:auto;color:#467f2c;font-size:13px}
.operations{background:#172126;color:#fff}
.operations .heading .label{color:#a9cf92}
.operations .heading>p:last-child{color:#bdc9c2}
.operation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#536159;border:1px solid #536159}
.operation-grid a{display:flex;min-height:145px;flex-direction:column;padding:22px;background:#202d32;transition:background .18s ease}
.operation-grid a:hover{background:#2e4037}
.operation-grid span{color:#a9cf92;font-size:27px;line-height:1}
.operation-grid strong{margin:24px 0 5px;font-size:19px}
.operation-grid small{color:#bfc9c3;line-height:1.45}
@media(max-width:850px){.user-path-grid{grid-template-columns:1fr}.user-path-card{min-height:0}.operation-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){body{overflow-x:hidden}.hero-inner>div{min-width:0}.theme-b .hero h1{font-size:35px}.hero-tool-search{width:100%;max-width:100%;padding:16px}.hero-search-controls{grid-template-columns:minmax(0,1fr)}.hero-tool-search .global-search-form input{min-width:0}.hero-tool-search .global-search-form button{width:100%}.hero-tool-search .global-search-box{width:100%;left:auto;transform:none;max-height:430px}.operation-grid{grid-template-columns:1fr}.operation-grid a{min-height:0}.operation-grid strong{margin-top:15px}}
@media(prefers-reduced-motion:reduce){.user-path-card,.operation-grid a{transition:none}}
