:root{--navy-900:#1F2937;--navy-800:#273445;--navy-700:#163B6B;--navy-500:#2B5B9E;--navy-100:#E8EEF7;--red-700:#A81832;--red-600:#C5203E;--red-100:#FBE7EC;--gold-600:#B28A36;--gold-100:#F6EFDC;--teal-500:#2BA6A4;--teal-700:#12736F;--teal-100:#DDF1F0;--bg:#FFFFFF;--bg-alt:#F9FAFB;--bg-sub:#F3F4F6;--border:#E6E8EB;--border-strong:#CBD2D9;--ink:#111827;--ink-muted:#4B5563;--ink-soft:#6B7280;--f:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fd:"Baloo 2",var(--f);--sh:0 24px 64px -20px rgba(31,41,55,.35)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--f);background:var(--bg-alt);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:16px}button{font-family:var(--f)}.shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background-color:var(--bg-alt);background-image:url(/hifive-mark.svg);background-repeat:no-repeat;background-position:right 5vw center;background-size:min(34vmin,400px) auto;background-attachment:fixed}@media(max-width:1499px){.shell{background-image:none}}.shell:before,.shell:after{content:"";position:fixed;z-index:0;pointer-events:none;background-repeat:no-repeat;width:min(46vmin,520px);height:min(32vmin,360px)}.shell:before{top:0;left:0;background-image:url(/hifive-corner-tl.svg);background-position:left top;background-size:contain}.shell:after{bottom:0;right:0;background-image:url(/hifive-corner-br.svg);background-position:right bottom;background-size:contain}.shell>*{position:relative;z-index:1}@media(max-width:560px){.shell:before{width:56vmin;height:38vmin}.shell:after{display:none}}@media(prefers-reduced-motion:reduce){.shell:before,.shell:after{position:absolute}}.inner{width:100%;max-width:1000px;margin:0 auto}.narrow{width:100%;max-width:520px;margin:0 auto}.bar{background:var(--navy-900);padding:15px 20px;display:flex;align-items:center;gap:10px;padding-top:calc(15px + env(safe-area-inset-top))}.mark{width:30px;height:30px;border-radius:9px;background:var(--red-600);display:grid;place-items:center;color:#fff;font-family:var(--fd);font-weight:700;font-size:14px;flex:none}.bar-t{font-family:var(--fd);font-weight:600;color:#fff;font-size:16px}.bar-r{margin-left:auto;display:flex;align-items:center;gap:10px}.bar-btn{background:#ffffff1f;border:none;color:#fff;font-size:12.5px;font-weight:600;padding:8px 13px;border-radius:999px;cursor:pointer;min-height:36px}.bar-btn:hover{background:#ffffff38}.body{flex:1;padding:24px 20px 34px;display:flex;flex-direction:column}.body.center{justify-content:center}h1{font-family:var(--fd);font-size:26px;line-height:1.2;font-weight:600;color:var(--navy-900);letter-spacing:-.01em;margin-bottom:9px}h2{font-family:var(--fd);font-size:19px;font-weight:600;color:var(--navy-900);margin-bottom:4px}.lede{font-size:15px;line-height:1.6;color:var(--ink-muted)}.lede strong{color:var(--ink);font-weight:600}.btn{width:100%;min-height:54px;border-radius:14px;font-size:15.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;transition:.15s;padding:0 18px}.btn-primary{background:var(--red-600);color:#fff;box-shadow:0 6px 18px -8px #c5203eb3}.btn-primary:active{background:var(--red-700)}.btn-provider{background:#fff;border-color:var(--border-strong);color:var(--navy-900)}.btn-provider:active{border-color:var(--navy-500)}.btn-ghost{background:transparent;color:var(--navy-500);min-height:46px;font-size:14px}.btn.copied{background:var(--teal-100);border-color:var(--teal-500);color:var(--teal-700)}.stack{display:flex;flex-direction:column;gap:11px}.hint{display:block;font-size:12.3px;font-weight:500;color:var(--ink-soft);margin-top:2px}.tiles{display:flex;flex-direction:column;gap:11px;margin-top:18px}.tile{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;cursor:pointer;text-align:left;width:100%;min-height:76px;transition:.15s}.tile:active{border-color:var(--navy-500);transform:scale(.99)}.tile-i{width:44px;height:44px;border-radius:13px;background:var(--navy-100);color:var(--navy-700);display:grid;place-items:center;flex:none;font-family:var(--fd);font-weight:700;font-size:15px}.tile-n{font-size:15.5px;font-weight:600;color:var(--ink);line-height:1.3}.tile-d{font-size:12.8px;color:var(--ink-soft);margin-top:2px;line-height:1.45}.tile-r{display:inline-block;margin-top:6px;font-size:11px;font-weight:700;letter-spacing:.03em;background:var(--navy-100);color:var(--navy-700);padding:3px 9px;border-radius:999px}.tile-go{margin-left:auto;color:var(--border-strong);flex:none}.tile.locked{background:var(--bg-alt);border-style:dashed;cursor:default;opacity:.85}.tile.locked .tile-i{background:var(--bg-sub);color:#9ca3af}.tile.locked .tile-n{color:var(--ink-soft)}.tile.locked .tile-r{background:var(--bg-sub);color:var(--ink-soft)}.section-h{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-soft);margin:26px 0 10px}.icon-lg{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;margin-bottom:20px}.i-red{background:var(--red-100);color:var(--red-700)}.i-gold{background:var(--gold-100);color:var(--gold-600)}.i-navy{background:var(--navy-100);color:var(--navy-700)}.i-teal{background:var(--teal-100);color:var(--teal-700)}.note{margin-top:22px;border-radius:15px;padding:14px 16px;font-size:13.2px;line-height:1.58}.note-navy{background:var(--navy-100);color:var(--navy-700)}.note-teal{background:var(--teal-100);color:var(--teal-700)}.ref{margin-top:auto;padding-top:28px;text-align:center;font-size:12px;color:var(--ink-soft)}.ref b{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--ink-muted)}.who{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:13px 15px;margin-bottom:4px}.who-av{width:40px;height:40px;border-radius:999px;background:var(--navy-900);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;flex:none}.who-n{font-size:14.5px;font-weight:600;color:var(--ink)}.who-e{font-size:12.3px;color:var(--ink-soft);margin-top:1px;word-break:break-all}.steps{display:flex;flex-direction:column;gap:13px;margin-top:15px}.step{display:flex;gap:12px;align-items:flex-start}.step-n{width:23px;height:23px;border-radius:999px;background:var(--navy-900);color:#fff;font-size:11.5px;font-weight:700;display:grid;place-items:center;flex:none;margin-top:1px}.step-t{font-size:13.6px;line-height:1.55;color:var(--ink-muted)}.step-t b{color:var(--ink);font-weight:600}.kbd{display:inline-flex;background:#fff;border:1px solid var(--border-strong);border-radius:7px;padding:1px 8px;font-size:12.5px;font-weight:700;color:var(--navy-800)}.divider{border:none;border-top:1px solid var(--border);margin:24px 0 0}.spin{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--navy-500);border-radius:999px;animation:sp .8s linear infinite;margin:0 auto 18px}@keyframes sp{to{transform:rotate(360deg)}}.center-txt{text-align:center}.list{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden}.list-row{display:flex;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-n{font-size:14px;font-weight:600;color:var(--ink)}.list-v{margin-left:auto;font-size:12.5px;font-weight:600;color:var(--ink-soft)}.list-v.on{color:var(--teal-700)}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(18px);background:var(--navy-900);color:#fff;font-size:13.4px;font-weight:600;padding:12px 20px;border-radius:999px;box-shadow:var(--sh);opacity:0;transition:.24s;pointer-events:none;z-index:60}.toast.on{opacity:1;transform:translate(-50%) translateY(0)}:root{--clay-sh:0 10px 20px -6px rgba(31,41,55,.16), 0 2px 6px rgba(31,41,55,.08), inset 0 1px 1px rgba(255,255,255,.7);--clay-sh-h:0 16px 28px -8px rgba(31,41,55,.22), 0 4px 8px rgba(31,41,55,.1), inset 0 1px 1px rgba(255,255,255,.8)}.hub-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.hub-h1{font-family:var(--fd);font-size:clamp(22px,4vw,28px);font-weight:700;color:var(--navy-900)}.entity-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--navy-100);color:var(--navy-900);border-radius:999px;font-size:12.5px;font-weight:700}.hub-sub{font-size:14.5px;color:var(--ink-soft);margin-bottom:28px}.occasion-chip{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:var(--gold-100);color:var(--gold-600);font-size:12.5px;font-weight:700}.quote{border-left:3px solid var(--border-strong);padding:2px 0 2px 14px;margin:-10px 0 26px;max-width:640px}.quote blockquote{font-size:14.5px;line-height:1.6;color:var(--ink-muted);font-style:italic}.quote figcaption{font-size:12.5px;font-weight:600;color:var(--ink-soft);margin-top:5px}.quote figcaption:before{content:"— "}@media(max-width:560px){.quote{margin:-4px 0 20px;padding-left:12px}.quote blockquote{font-size:13.5px}}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.clay{position:relative;overflow:hidden;border:none;border-radius:22px;padding:20px;text-align:left;cursor:pointer;display:flex;flex-direction:column;min-height:172px;box-shadow:var(--clay-sh);transition:transform .16s,box-shadow .16s;font-family:var(--f)}.clay:before,.clay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit}.clay:before{background-image:radial-gradient(75% 65% at 100% 0%,#ffffff9e,#fff0 70%),radial-gradient(60% 55% at 0% 100%,#0000000e,#0000 70%)}.clay:after{opacity:.75;background-repeat:repeat;-webkit-mask-image:linear-gradient(to left,#000 8%,transparent 70%);mask-image:linear-gradient(to left,#000 8%,transparent 70%)}.clay:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Crect%20x%3D%2211%22%20y%3D%2211%22%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20transform%3D%22rotate%2845%2022%2022%29%22/%3E%3Crect%20x%3D%22-5%22%20y%3D%22-5%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%223%22%20transform%3D%22rotate%2845%202%202%29%22/%3E%3Crect%20x%3D%2235%22%20y%3D%2235%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%223%22%20transform%3D%22rotate%2845%2042%2042%29%22/%3E%3C/g%3E%3C/svg%3E);background-size:86px}.clay[data-app=performance]:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2226%22/%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2217%22/%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%228%22/%3E%3Ccircle%20cx%3D%220%22%20cy%3D%220%22%20r%3D%2210%22/%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2210%22/%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%220%22%20r%3D%2210%22/%3E%3Ccircle%20cx%3D%220%22%20cy%3D%2264%22%20r%3D%2210%22/%3E%3C/g%3E%3C/svg%3E);background-size:96px}.clay[data-app=recruitment]:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Crect%20x%3D%226%22%20y%3D%228%22%20width%3D%2230%22%20height%3D%2213%22%20rx%3D%226%22/%3E%3Crect%20x%3D%2230%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%2213%22%20rx%3D%226%22/%3E%3Crect%20x%3D%22-6%22%20y%3D%2230%22%20width%3D%2226%22%20height%3D%2213%22%20rx%3D%226%22/%3E%3Crect%20x%3D%2218%22%20y%3D%2252%22%20width%3D%2230%22%20height%3D%2213%22%20rx%3D%226%22/%3E%3Crect%20x%3D%2218%22%20y%3D%22-14%22%20width%3D%2230%22%20height%3D%2213%22%20rx%3D%226%22/%3E%3C/g%3E%3C/svg%3E);background-size:92px}.clay[data-app=apml]:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2258%22%20height%3D%2258%22%20viewBox%3D%220%200%2058%2058%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2215%22%20r%3D%228%22/%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%2234%22%20r%3D%2211%22/%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2244%22%20r%3D%225%22/%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%229%22%20r%3D%224.5%22/%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2254%22%20r%3D%226%22/%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2252%22%20r%3D%227%22/%3E%3C/g%3E%3C/svg%3E);background-size:88px}.clay[data-app=todo]:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22/%3E%3Crect%20x%3D%2236%22%20y%3D%2236%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22/%3E%3Cpath%20d%3D%22M12%2017l3.5%203.5L22%2014%22/%3E%3Cpath%20d%3D%22M40%2045l3.5%203.5L50%2042%22/%3E%3C/g%3E%3C/svg%3E);background-size:78px}.clay[data-app=lms]:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%3E%3Cpath%20d%3D%22M-6%2020l28-16%2028%2016%22/%3E%3Cpath%20d%3D%22M-6%2040l28-16%2028%2016%22/%3E%3Cpath%20d%3D%22M-6%2060l28-16%2028%2016%22/%3E%3Cpath%20d%3D%22M-6%200l28-16%2028%2016%22/%3E%3C/g%3E%3C/svg%3E);background-size:86px}.clay>*{position:relative;z-index:1}.clay:hover{box-shadow:var(--clay-sh-h);transform:translateY(-2px)}.clay:active{transform:translateY(0)}.clay.soon{cursor:default;opacity:.72}.clay.soon:hover{transform:none;box-shadow:var(--clay-sh)}.clay-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.clay-ico{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;box-shadow:inset 0 1px 2px #fff9,0 2px 4px #1f29371a}.tag{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:999px}.tag-new{color:var(--gold-600);background:var(--gold-100)}.tag-soon{color:var(--ink-soft);background:#ffffff9e}.clay-n{font-size:17px;font-weight:700;color:var(--navy-900);font-family:var(--fd);line-height:1.25}.clay-d{font-size:13px;color:var(--ink-muted);margin-top:4px;line-height:1.5}.clay-r{margin-top:auto;padding-top:14px;display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700}.admin-cta{position:relative;overflow:hidden;display:flex;align-items:center;gap:14px;width:100%;margin-top:22px;background:var(--navy-900);color:#fff;border:none;border-radius:20px;padding:16px 18px;text-align:left;cursor:pointer;font-family:var(--f);box-shadow:var(--clay-sh);transition:transform .16s,box-shadow .16s}.admin-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background-image:radial-gradient(70% 140% at 100% 0%,#ffffff1a,#fff0 70%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.2'%3E%3Crect x='11' y='11' width='22' height='22' rx='4' transform='rotate(45 22 22)' stroke-opacity='0.5'/%3E%3Crect x='-5' y='-5' width='14' height='14' rx='3' transform='rotate(45 2 2)' stroke-opacity='0.36'/%3E%3Crect x='35' y='35' width='14' height='14' rx='3' transform='rotate(45 42 42)' stroke-opacity='0.36'/%3E%3C/g%3E%3C/svg%3E");background-size:auto,118px 118px;opacity:.3;-webkit-mask-image:linear-gradient(to left,#000 12%,transparent 62%);mask-image:linear-gradient(to left,#000 12%,transparent 62%)}.admin-cta>*{position:relative;z-index:1}.admin-cta:hover{box-shadow:var(--clay-sh-h);transform:translateY(-2px)}.admin-cta:active{transform:translateY(0)}.admin-ico{width:42px;height:42px;border-radius:13px;flex:none;display:grid;place-items:center;background:#ffffff21;color:#fff}.admin-t{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-n{font-family:var(--fd);font-size:15.5px;font-weight:700;line-height:1.25}.admin-d{font-size:12.5px;color:#ffffff9e;line-height:1.4}.admin-cta>svg{margin-left:auto;flex:none;color:#ffffff80}.locked-h{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);margin:36px 0 12px}.locked-list{display:flex;flex-direction:column;gap:10px}.locked-row{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px}.locked-ico{width:38px;height:38px;border-radius:12px;background:var(--bg-alt);color:#9ca3af;display:grid;place-items:center;flex:none}.locked-n{font-size:14.5px;font-weight:700;color:var(--ink-muted)}.locked-d{font-size:12.5px;color:var(--ink-soft);margin-top:2px}.hub-foot{margin-top:36px;padding-top:22px;border-top:1px solid var(--border);display:flex;gap:14px;align-items:center;flex-wrap:wrap;font-size:12.5px;color:var(--ink-soft)}@media(max-width:560px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.clay{min-height:0;padding:14px;border-radius:20px}.clay:after{background-size:64px}.admin-cta:before{background-size:auto,76px 76px}.clay-top{margin-bottom:10px}.clay-ico{width:38px;height:38px;border-radius:12px}.clay-n{font-size:14.5px;line-height:1.2}.clay-d{font-size:11.5px;margin-top:3px;line-height:1.4}.clay-r{padding-top:10px;font-size:11.5px;flex-wrap:nowrap;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clay-r svg{flex:none}.clay-rp{display:none}.hub-h1{font-size:24px}.hub-sub{margin-bottom:18px;font-size:13.5px}.admin-cta{padding:14px;border-radius:18px;gap:12px}.admin-ico{width:38px;height:38px;border-radius:12px}.admin-n{font-size:14.5px}.admin-d{font-size:11.5px}}@media(max-width:359px){.grid{gap:10px}.clay{padding:12px}.clay-d{display:none}}.link-btn{background:none;border:none;color:var(--navy-500);font-weight:700;font-size:12.5px;cursor:pointer;padding:0}.link-btn:hover{text-decoration:underline}.hdr{background:#fff;border-bottom:1px solid var(--border);padding:14px 0}.hdr-who{text-align:right;line-height:1.3}.hdr-who .n{font-size:13px;font-weight:700;color:var(--ink)}.hdr-who .e{font-size:11.5px;color:var(--ink-soft)}.out-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--border-strong);color:var(--ink-muted);font-size:13.5px;font-weight:700;padding:9px 14px;border-radius:11px;cursor:pointer}.out-btn:hover{border-color:var(--navy-700);color:var(--navy-900)}main.pad{flex:1;padding:clamp(20px,4vw,40px) clamp(16px,4vw,32px) 60px}.hdr-in{display:flex;align-items:center;gap:12px;padding:0 clamp(16px,4vw,32px)}.hdr-logo{height:28px;width:auto;flex:none}.hdr-title{line-height:1.2}.hdr-name{font-family:var(--fd);font-weight:600;font-size:16px;color:var(--navy-900)}.hdr-tag{font-size:11px;color:var(--ink-soft);margin-top:-1px}.hdr-r{margin-left:auto;display:flex;align-items:center;gap:10px}.hdr-avatar{width:36px;height:36px;border-radius:999px;background:var(--navy-900);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700;flex:none}.hdr-menu{display:flex;align-items:center;gap:6px}.menu-item{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border-strong);color:var(--ink-muted);font-size:13px;font-weight:600;padding:8px 13px;border-radius:10px;cursor:pointer;min-height:38px}.menu-item:hover{border-color:var(--navy-700);color:var(--navy-900)}.menu-item.danger:hover{border-color:var(--red-600);color:var(--red-700);background:var(--red-100)}@media(max-width:520px){.hdr-tag,.menu-item span{display:none}}
