.topbar-help{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 10px;border:1px solid #d6e3e9;border-radius:11px;background:#fff;color:#31566c;font-weight:800}.topbar-help span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e8f5fa;color:#087ba6;font-size:.78rem}.topbar-help small{font-size:.76rem}.topbar-help:hover{border-color:#83c9df;background:#f8fcfd}
.help-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 38px;border-radius:24px;color:#fff;background:radial-gradient(circle at 90% 15%,rgba(74,211,235,.28),transparent 28%),linear-gradient(125deg,#0d3554,#135f85 70%,#118db4);box-shadow:0 20px 45px rgba(9,53,82,.16)}
.help-hero span{font-size:.78rem;font-weight:900;letter-spacing:.16em;color:#83e5f4}.help-hero h2{margin:7px 0 8px;font-size:2rem}.help-hero p{margin:0;max-width:680px;color:#e6f6fb;font-size:1.05rem;line-height:1.55}.help-hero-mark{display:grid;place-items:center;flex:0 0 92px;width:92px;height:92px;border:1px solid rgba(255,255,255,.3);border-radius:28px;background:rgba(255,255,255,.1);font-size:3.3rem;font-weight:900;box-shadow:inset 0 0 30px rgba(255,255,255,.08)}
.help-search-panel{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:24px 0 18px;padding:18px 22px;border:1px solid #d2e4ec;border-radius:18px;background:#fff}.help-search-panel label{display:grid;gap:7px;flex:1;font-weight:800;color:#133c59}.help-search-panel input{width:100%;min-height:48px;border-radius:12px;background:#f8fbfc}.help-search-panel small{white-space:nowrap;color:#658093}
.help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.help-card{display:grid;grid-template-columns:48px 1fr;grid-template-rows:1fr auto;gap:4px 14px;min-height:176px;padding:20px;text-align:left;border:1px solid #d4e4eb;border-radius:19px;background:linear-gradient(145deg,#fff,#f7fbfd);color:#123b58;box-shadow:0 7px 18px rgba(15,62,88,.06);transition:.18s ease}.help-card:hover{transform:translateY(-3px);border-color:#54bade;box-shadow:0 15px 30px rgba(15,87,119,.13)}.help-card[hidden]{display:none}.help-card-icon{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:#087ca8;background:#dff6fc;font-weight:900;font-size:1.08rem}.help-card-copy{display:grid;align-content:start;gap:5px}.help-card-copy small{color:#138ab4;font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.help-card-copy strong{font-size:1.1rem}.help-card-copy>span{color:#62798a;line-height:1.4}.help-card-arrow{grid-column:2;color:#0c739b;font-weight:800;font-size:.84rem}.help-empty{padding:40px;text-align:center;border:1px dashed #b8d5e1;border-radius:18px;color:#657c8b;background:#fff}
.help-article{max-width:940px;margin:0 auto;padding:30px;border:1px solid #d5e5ec;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(15,63,90,.08)}.help-back{margin:0 0 24px;border:0;background:transparent;color:#0b729a;font-weight:900}.help-article header{display:flex;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid #dce9ee}.help-article-icon{display:grid;place-items:center;flex:0 0 68px;width:68px;height:68px;border-radius:20px;color:#fff;background:linear-gradient(140deg,#0d4468,#19a4ce);font-weight:900;font-size:1.35rem}.help-article header small{text-transform:uppercase;letter-spacing:.08em;color:#1388b1;font-weight:900}.help-article h2{margin:5px 0 3px;font-size:1.9rem;color:#103852}.help-article header p{margin:0;color:#667f90}.help-article>section{margin-top:28px}.help-article h3{margin:0 0 15px;color:#103852}.help-purpose{padding:18px 20px;border-radius:15px;background:#eef8fc;border-left:5px solid #38add5}.help-purpose p{margin:6px 0 0;line-height:1.55;color:#526f80}.help-steps{display:grid;gap:12px;margin:0;padding:0;list-style:none}.help-steps li{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #d8e8ee;border-radius:14px;background:#fbfdfe}.help-steps li>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#123f5e;color:#fff;font-weight:900}.help-steps p{margin:0;line-height:1.45}.help-tip{display:flex;gap:14px;margin-top:26px;padding:18px 20px;border:1px solid #bde6d0;border-radius:15px;background:#f0fbf5}.help-tip>span{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#168653;color:#fff;font-weight:900}.help-tip p{margin:5px 0 0;color:#476e5c;line-height:1.5}.help-article footer{margin-top:30px;padding-top:20px;border-top:1px solid #e0ebef}
.help-path{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:14px 18px;border:1px solid #c8e2ed;border-radius:14px;background:#fbfdfe;color:#153e59}.help-path small{font-weight:900;letter-spacing:.09em;color:#1185ad}.help-after-save{padding:17px 19px;border:1px solid #f0d990;border-radius:14px;background:#fff9e9}.help-after-save h3{margin-bottom:7px}.help-after-save p{margin:0;line-height:1.55;color:#705f32}
@media(max-width:1050px){.help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.topbar-help{padding:7px;min-width:38px}.topbar-help small{display:none}.help-hero{padding:25px 22px;border-radius:18px}.help-hero h2{font-size:1.55rem}.help-hero-mark{display:none}.help-search-panel{display:grid;align-items:stretch;padding:15px}.help-search-panel small{white-space:normal}.help-grid{grid-template-columns:1fr}.help-card{min-height:150px;padding:17px}.help-article{padding:20px 16px;border-radius:18px}.help-article header{align-items:flex-start}.help-article-icon{flex-basis:52px;width:52px;height:52px;border-radius:15px}.help-article h2{font-size:1.45rem}.help-path{display:grid;gap:5px}.help-steps li{align-items:flex-start}}
