.hp-backdrop{z-index:160;background:#0006;place-items:center;padding:24px 16px;animation:.15s fade;display:grid;position:fixed;inset:0}.hp-modal{background:var(--card);width:100%;max-width:580px;max-height:min(860px,100dvh - 48px);color:var(--text);border:1px solid var(--line);box-shadow:var(--pop);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.hp-modal-head{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:12px;padding:16px 14px 14px 20px;display:flex}.hp-modal-head h2{letter-spacing:-.01em;flex:1;margin:0;font-size:17px;font-weight:600}.hp-modal-icon{background:var(--fill);width:36px;height:36px;color:var(--text-2);border-radius:10px;flex:none;place-items:center;display:grid}.hp-confirm{background:var(--danger-soft);border-bottom:1px solid var(--line);flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;font-size:13.5px;font-weight:500;animation:.15s fade;display:flex}.hp-confirm>div{gap:8px;display:flex}.hp-modal.mobile .hp-confirm{padding:12px 16px}.hp-modal.mobile .hp-confirm .btn{flex:1;height:44px}.hp-modal.mobile .hp-confirm>div{width:100%}.hp-modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto}.hp-backdrop.mobile{background:var(--bg);place-items:stretch stretch;padding:0;animation:none}.hp-modal.mobile{max-width:none;height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0;animation:.26s cubic-bezier(.2,.8,.2,1) hpSlide}.hp-modal.mobile .hp-modal-head{padding:calc(8px + env(safe-area-inset-top)) 12px 8px 6px;gap:6px;min-height:56px}.hp-modal.mobile .hp-modal-head h2{font-size:18px}.hp-modal.mobile .hp-modal-body{flex:1}@keyframes hpSlide{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hp-form{flex-direction:column;gap:18px;padding:20px;display:flex}.hp-modal.mobile .hp-form{padding:16px 16px calc(24px + env(safe-area-inset-bottom))}.hp-intro{color:var(--text-2);margin:0;font-size:14.5px;line-height:1.55}.hp-field{flex-direction:column;gap:6px;display:flex}.hp-label{color:var(--text);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.hp-optional{color:var(--muted);font-size:12px;font-weight:400}.hp-under{justify-content:space-between;gap:12px;min-height:0;display:flex}.hp-under:empty{display:none}.hp-hint{color:var(--muted);font-size:12.5px;line-height:1.45}.hp-error{color:var(--danger);font-size:12.5px;font-weight:500}.hp-count{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:12px}.hp-count.over{color:var(--danger)}.hp-field.invalid .text-input{border-color:var(--danger)}.hp-field.invalid .text-input:focus{box-shadow:0 0 0 3px var(--danger-soft)}.hp-textarea{min-height:96px;font-size:14.5px;line-height:1.5}.hp-select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px;padding-right:36px}.hp-modal.mobile .text-input{height:48px;font-size:16px}.hp-modal.mobile textarea.text-input{height:auto;font-size:16px}.hp-stars{align-items:center;gap:2px;display:flex}.hp-star{color:var(--line-2);background:0 0;border:0;border-radius:8px;padding:4px;line-height:0;transition:transform .12s,color .12s}.hp-star:hover{transform:scale(1.08)}.hp-star.on{color:var(--star)}.hp-star.on svg{fill:currentColor}.hp-star-word{color:var(--muted);margin-left:10px;font-size:13.5px}.hp-modal.mobile .hp-star{padding:6px}.hp-note{background:var(--tint-soft);color:var(--text);border-radius:12px;gap:12px;padding:14px;font-size:13.5px;line-height:1.5;display:flex}.hp-note>svg{color:var(--tint);flex:none;margin-top:1px}.hp-note p{color:var(--text-2);margin:4px 0 0}.hp-drop{border:1.5px dashed var(--line-2);border-radius:12px;flex-wrap:wrap;gap:10px;padding:10px;transition:background .15s,border-color .15s;display:flex}.hp-drop.drag{background:var(--tint-soft);border-color:var(--tint)}.hp-shot{border:1px solid var(--line);background:var(--fill);border-radius:8px;width:96px;height:72px;position:relative;overflow:hidden}.hp-shot img{object-fit:cover;width:100%;height:100%;display:block}.hp-shot-x{color:#fff;background:#0009;border:0;border-radius:50%;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:4px;right:4px}.hp-shot-add{background:var(--fill);min-width:96px;height:72px;color:var(--text-2);border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;font-weight:500;display:flex}.hp-shot-add:hover{background:var(--fill-2);color:var(--text)}.hp-diag{border:1px solid var(--line);background:var(--card2);border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.hp-check{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.hp-check input{width:18px;height:18px;accent-color:var(--ink);flex:none;margin:2px 0 0}.hp-check>span{flex-direction:column;gap:2px;font-size:14px;display:flex}.hp-diag-toggle{color:var(--tint);background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;margin-left:30px;padding:4px 0;font-size:13px;font-weight:500;display:inline-flex}.hp-diag-toggle svg{transition:transform .15s}.hp-diag-toggle svg.up{transform:rotate(180deg)}.hp-diag-table{border-collapse:collapse;width:100%;margin-left:0;font-size:12.5px}.hp-diag-table.off{opacity:.5}.hp-diag-table th{text-align:left;width:42%;color:var(--muted);white-space:nowrap;vertical-align:top;padding:5px 12px 5px 0;font-weight:500}.hp-diag-table td{color:var(--text);word-break:break-word;padding:5px 0;font-family:ui-monospace,Menlo,monospace;font-size:12px}.hp-diag-table tr+tr{border-top:1px solid var(--line)}.hp-diag>.hp-hint{margin:0}.hp-server-error{background:var(--danger-soft);color:var(--danger);border-radius:10px;padding:12px 14px;font-size:13.5px;font-weight:500}.hp-actions{justify-content:flex-end;gap:8px;display:flex}.hp-modal.mobile .hp-actions .btn{border-radius:12px;flex:1;height:50px;font-size:16px}.hp-btn-spin{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.hp-fine{color:var(--muted);text-align:right;margin:-6px 0 0;font-size:12px}.hp-modal.mobile .hp-fine{text-align:center}.hp-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:36px 24px 28px;display:flex}.hp-success h2{margin:4px 0 0;font-size:20px}.hp-success>p{max-width:420px;margin:0;line-height:1.55}.hp-success-icon{width:64px;height:64px;color:var(--green);background:color-mix(in srgb, var(--green) 14%, transparent);border-radius:50%;place-items:center;animation:.35s cubic-bezier(.2,.9,.3,1.3) hpPop;display:grid}@keyframes hpPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.hp-ref{border:1px solid var(--line);background:var(--card2);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:8px 0;padding:12px 16px;display:flex}.hp-ref span{color:var(--muted);font-size:12.5px}.hp-ref b{letter-spacing:.04em;-webkit-user-select:all;user-select:all;font:600 17px/1.2 ui-monospace,Menlo,monospace}.hp-wide{min-width:160px;margin-top:8px}.hp-modal.mobile .hp-wide{border-radius:12px;width:100%;height:50px;font-size:16px}.hc{background:var(--bg);flex:1;min-height:0;overflow-y:auto}.hc-inner{max-width:880px;margin:0 auto;padding:0 32px 64px}.hc-hero{padding:40px 0 28px}.hc-hero h1{letter-spacing:-.02em;margin:0 0 6px;font-size:30px;font-weight:650}.hc-hero p{color:var(--muted);margin:0 0 20px;font-size:15px}.hc-search{position:relative}.hc-search>svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.hc-search input{border:1px solid var(--line-2);background:var(--card);border-radius:14px;outline:none;width:100%;height:52px;padding:0 48px 0 46px;font-size:16px}.hc-search input::-webkit-search-cancel-button{display:none}.hc-search input:focus{border-color:var(--text-2);box-shadow:0 0 0 4px var(--fill)}.hc-search .hc-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.hc-chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.hc-chip{border:1px solid var(--line);background:var(--card);color:var(--text-2);border-radius:999px;padding:5px 12px;font-size:13px}.hc-chip:hover{background:var(--fill);color:var(--text)}.hc-section{margin-top:36px;scroll-margin-top:16px}.hc-section>h2{letter-spacing:-.01em;margin:0 0 4px;font-size:18px}.hc-section>.hc-sub{color:var(--muted);margin:0 0 16px;font-size:14px}.hc-cats{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.hc-cat{text-align:left;border:1px solid var(--line);background:var(--card);border-radius:14px;align-items:flex-start;gap:14px;padding:16px;transition:border-color .15s,background .15s;display:flex}.hc-cat:hover{border-color:var(--line-2);background:var(--card2)}.hc-cat-icon{background:var(--fill);width:40px;height:40px;color:var(--text);border-radius:11px;flex:none;place-items:center;display:grid}.hc-cat-text{min-width:0;display:block}.hc-cat b{margin-bottom:2px;font-size:14.5px;display:block}.hc-cat-desc{color:var(--muted);font-size:13px;line-height:1.45;display:block}.hc-cat small{color:var(--faint);margin-top:6px;font-size:12px;display:block}.hc-list{border:1px solid var(--line);background:var(--card);border-radius:14px;margin:0;padding:0;list-style:none;overflow:hidden}.hc-list li+li{border-top:1px solid var(--line)}.hc-item{text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.hc-item:hover{background:var(--card2)}.hc-item-text{flex:1;min-width:0}.hc-item-text b{font-size:14.5px;font-weight:500;display:block}.hc-item-text span{color:var(--muted);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.hc-item-cat{color:var(--faint);white-space:nowrap;font-size:12px}.hc-item>svg{color:var(--faint);flex:none}mark.hc-hl{background:color-mix(in srgb, var(--star) 35%, transparent);color:inherit;border-radius:3px;padding:0 1px}.hc-empty{text-align:center;color:var(--muted);border:1px dashed var(--line-2);border-radius:14px;padding:32px 20px}.hc-empty b{color:var(--text);margin-bottom:4px;font-size:15px;display:block}.hc-empty .btn{margin-top:14px}.hc-crumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;padding-top:28px;font-size:13px;display:flex}.hc-crumbs button{color:var(--muted);background:0 0;border:0;border-radius:6px;margin:0 -4px;padding:2px 4px}.hc-crumbs button:hover{color:var(--text);background:var(--fill)}.hc-article{padding:12px 0 0;scroll-margin-top:16px}.hc-article h1{letter-spacing:-.02em;margin:4px 0 8px;font-size:28px;font-weight:650;line-height:1.25}.hc-article .hc-lede{color:var(--text-2);margin:0 0 20px;font-size:16px;line-height:1.6}.hc-prose{color:var(--text);font-size:15px;line-height:1.65}.hc-prose p{margin:0 0 14px}.hc-prose h3{margin:26px 0 8px;font-size:16px}.hc-prose ol,.hc-prose ul{margin:0 0 16px;padding-left:22px}.hc-prose li{margin:4px 0;padding-left:2px}.hc-prose ol.hc-steps{counter-reset:step;padding:0;list-style:none}.hc-prose ol.hc-steps li{counter-increment:step;min-height:26px;margin:10px 0;padding-left:38px;position:relative}.hc-prose ol.hc-steps li:before{content:counter(step);background:var(--fill-2);width:26px;height:26px;color:var(--text);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid;position:absolute;top:1px;left:0}.hc-prose code{background:var(--fill);border-radius:5px;padding:1px 6px;font:13px/1.5 ui-monospace,Menlo,monospace}.hc-prose a{color:var(--tint);text-decoration:none}.hc-prose a:hover{text-decoration:underline}.hc-tip{background:var(--tint-soft);border-radius:12px;gap:10px;margin:0 0 16px;padding:12px 14px;font-size:14px;line-height:1.55;display:flex}.hc-tip>svg{color:var(--tint);flex:none;margin-top:2px}.hc-tip.warn{background:var(--danger-soft)}.hc-tip.warn>svg{color:var(--danger)}.hc-table{border-collapse:collapse;width:100%;margin:0 0 16px;font-size:14px}.hc-table th,.hc-table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:8px 12px 8px 0}.hc-table th{color:var(--muted);font-size:12.5px;font-weight:600}.hc-vote{border:1px solid var(--line);background:var(--card2);border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;padding:18px 20px;display:flex}.hc-vote b{flex:1;min-width:160px;font-weight:500}.hc-vote .btn[aria-pressed=true]{background:var(--ink);color:var(--on-ink);border-color:var(--ink)}.hc-vote-thanks{width:100%;color:var(--muted);font-size:13.5px}.hc-vote-thanks button{color:var(--tint);font:inherit;background:0 0;border:0;padding:0}.hc-related{margin-top:28px}.hc-related h3{color:var(--muted);margin:0 0 10px;font-size:14px;font-weight:500}.hc-news{border-left:2px solid var(--line);flex-direction:column;gap:0;margin-left:6px;display:flex}.hc-news-item{padding:0 0 22px 22px;position:relative}.hc-news-item:before{content:"";background:var(--card);border:2px solid var(--line-2);border-radius:50%;width:12px;height:12px;position:absolute;top:5px;left:-7px}.hc-news-item:first-child:before{border-color:var(--tint);background:var(--tint)}.hc-news-item time{color:var(--muted);font-size:12.5px}.hc-news-item b{margin:2px 0 6px;font-size:15px;display:block}.hc-news-item ul{color:var(--text-2);margin:0;padding-left:18px;font-size:14px;line-height:1.6}.hc-tag{background:var(--tint-soft);color:var(--tint);vertical-align:1px;border-radius:999px;margin-left:8px;padding:1px 8px;font-size:11.5px;font-weight:500;display:inline-block}.hc-keys{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.hc-keys-group{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:6px 16px}.hc-keys-group h3{color:var(--muted);margin:10px 0 4px;font-size:13px;font-weight:500}.hc-key-row{justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-size:14px;display:flex}.hc-key-row+.hc-key-row{border-top:1px solid var(--line)}.hc-key-row span:last-child{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.hc-key-row kbd{color:var(--text-2);text-align:center;min-width:22px}.hc-contact{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}.hc-contact .hc-cat{width:100%}.hc-contact-foot{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.55}.hc-side-head{color:var(--muted);padding:4px 10px 10px;font-size:13px}.hc-side .nav-main{font-size:14px}.app.mobile .hc{overflow:visible}@media (width<=768px){.hc-inner{padding:0 16px 40px}.hc-hero{padding:20px 0 16px}.hc-hero h1{font-size:24px}.hc-hero p{margin-bottom:14px;font-size:14.5px}.hc-cats,.hc-contact{grid-template-columns:1fr 1fr;gap:10px}.hc-cat{flex-direction:column;gap:10px;min-height:120px;padding:14px}.hc-cats .hc-cat-desc{display:none}.hc-item{min-height:60px;padding:16px}.hc-article h1{font-size:24px}.hc-crumbs{padding-top:16px}.hc-vote .btn{flex:1;height:44px}.hc-keys{grid-template-columns:1fr}.hc-section{margin-top:28px}}@media (width<=360px){.hc-cats,.hc-contact{grid-template-columns:1fr}}
