:root{--gh-header:#24292f;--gh-canvas:#f6f8fa;--gh-inset:#fff;--gh-border:#d0d7de;--gh-border-muted:#d8dee4;--gh-fg:#1f2328;--gh-muted:#656d76;--gh-accent:#0969da;--gh-accent-emphasis:#0550ae;--gh-success:#1a7f37;--gh-danger:#cf222e;--gh-attention:#bf8700;--gh-done:#8250df;--gh-bg-accent:#ddf4ff;--gh-bg-success:#dafbe1;--gh-bg-danger:#ffebe9;--gh-bg-attention:#fff8c5;--gh-bg-done:#fbefff;--gh-row-hover:#f3f4f6;--gh-row-selected:#ddf4ff;--gh-shadow:0 1px 0 #1b1f240a;--gh-shadow-md:0 3px 6px #1b1f2414;--gh-shadow-lg:0 8px 24px #1b1f241f;--gh-btn-primary-bg:#2da44e;--gh-btn-primary-hover:#2c974b;--gh-btn-primary-text:#fff;--gh-btn-danger-bg:#cf222e;--gh-btn-danger-hover:#a40e26;--gh-btn-danger-text:#fff;--gh-btn-default-bg:#f6f8fa;--gh-btn-default-hover:#e9ecef;--gh-btn-default-border:#d0d7de;--gh-btn-default-text:#24292f;--gh-font-size-title:1.25rem;--gh-font-size-heading:1rem;--gh-font-size-body:.9375rem;--gh-font-size-small:.875rem;--gh-font-size-xs:.75rem;--gh-space-1:4px;--gh-space-2:8px;--gh-space-3:12px;--gh-space-4:16px;--gh-space-5:20px;--gh-space-6:24px;--gh-space-8:32px;--gh-space-10:40px;--gh-space-12:48px;--gh-radius-sm:4px;--gh-radius-md:6px;--gh-radius-lg:8px}.text-success{color:var(--gh-success)}.text-danger{color:var(--gh-danger)}.text-accent{color:var(--gh-accent)}.text-muted{color:var(--gh-muted)}.text-attention{color:var(--gh-attention)}.text-done{color:var(--gh-done)}.bg-accent{background:var(--gh-bg-accent)}.bg-success{background:var(--gh-bg-success)}.bg-danger{background:var(--gh-bg-danger)}.bg-attention{background:var(--gh-bg-attention)}.bg-done{background:var(--gh-bg-done)}.badge{border-radius:var(--gh-radius-sm);font-size:var(--gh-font-size-xs);padding:2px 8px;font-weight:600;line-height:1.5;display:inline-block}.badge-success{background:var(--gh-bg-success);color:var(--gh-success)}.badge-danger{background:var(--gh-bg-danger);color:var(--gh-danger)}.badge-accent{background:var(--gh-bg-accent);color:var(--gh-accent)}.badge-attention{background:var(--gh-bg-attention);color:var(--gh-attention)}.badge-done{background:var(--gh-bg-done);color:var(--gh-done)}.btn{border-radius:var(--gh-radius-md);font-size:var(--gh-font-size-small);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-weight:600;line-height:1.5;text-decoration:none;transition:background .12s,border-color .12s;display:inline-flex}.btn:disabled{opacity:.5;cursor:default;pointer-events:none}.btn-primary{background:var(--gh-btn-primary-bg);color:var(--gh-btn-primary-text);border-color:#0000}.btn-primary:hover:not(:disabled){background:var(--gh-btn-primary-hover)}.btn-danger{background:var(--gh-btn-danger-bg);color:var(--gh-btn-danger-text);border-color:#0000}.btn-danger:hover:not(:disabled){background:var(--gh-btn-danger-hover)}.btn-default{background:var(--gh-btn-default-bg);color:var(--gh-btn-default-text);border-color:var(--gh-btn-default-border)}.btn-default:hover:not(:disabled){background:var(--gh-btn-default-hover)}.input{border-radius:var(--gh-radius-md);border:1px solid var(--gh-border);width:100%;font-size:var(--gh-font-size-small);color:var(--gh-fg);background:var(--gh-inset);padding:6px 12px;font-family:inherit;line-height:1.5;transition:border-color .12s,box-shadow .12s}.input:focus{border-color:var(--gh-accent);outline:none;box-shadow:0 0 0 3px #0969da47}.input::placeholder{color:var(--gh-muted)}.input:disabled{background:var(--gh-canvas);color:var(--gh-muted);cursor:not-allowed}.table{border-collapse:collapse;width:100%;font-size:var(--gh-font-size-small)}.table th{text-align:left;border-bottom:1px solid var(--gh-border-muted);color:var(--gh-muted);background:var(--gh-canvas);padding:8px 12px;font-weight:600}.table td{border-bottom:1px solid var(--gh-border-muted);color:var(--gh-fg);padding:8px 12px}.table tbody tr:hover{background:var(--gh-row-hover)}.link{color:var(--gh-accent);cursor:pointer;text-decoration:none}.link:hover{text-decoration:underline}.divider{border:none;border-top:1px solid var(--gh-border-muted);margin:var(--gh-space-4) 0}.tag{border-radius:var(--gh-radius-sm);background:var(--gh-canvas);border:1px solid var(--gh-border-muted);color:var(--gh-fg);font-size:var(--gh-font-size-xs);align-items:center;gap:4px;padding:3px 8px;font-weight:500;line-height:1.5;display:inline-flex}.tag .tag-remove{cursor:pointer;color:var(--gh-muted);font-size:1em;line-height:1}.tag .tag-remove:hover{color:var(--gh-danger)}.empty-state{padding:var(--gh-space-10) var(--gh-space-4);color:var(--gh-muted);text-align:center;justify-content:center;align-items:center;gap:var(--gh-space-2);flex-direction:column;display:flex}.empty-state-icon{opacity:.5;font-size:2rem}.empty-state-text{font-size:var(--gh-font-size-small);line-height:1.5}@keyframes gh-spin{to{transform:rotate(360deg)}}.spinner{border:2px solid var(--gh-border-muted);border-top-color:var(--gh-accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite gh-spin;display:inline-block}.hint{font-size:var(--gh-font-size-xs);color:var(--gh-muted);margin-top:var(--gh-space-1);line-height:1.5}.navBar{background:var(--gh-inset);border-bottom:1px solid var(--gh-border);box-shadow:var(--gh-shadow);flex-shrink:0;align-items:center;width:100%;min-height:44px;margin:0;padding:0 20px;display:flex;overflow-x:auto}.navBarLeft{flex-shrink:0;align-items:center;gap:2px;display:flex}.navBarCenter{flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;margin:0 8px;display:flex}.navBarRight{flex-shrink:0;align-items:center;display:flex}.navBarLeftBtn,.navBarRightBtn{border:1px solid var(--gh-border);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;font-family:inherit;font-size:.8125rem;line-height:1.5;display:inline-flex}.navBarLeftBtn{color:var(--gh-muted);background:var(--gh-bg-accent);padding:6px 14px;font-weight:600;transition:color .12s,border-color .12s}.navBarLeftBtn:hover{color:var(--gh-fg);border-color:var(--gh-accent)}.navBarRightBtn{color:var(--gh-accent);background:var(--gh-bg-accent);padding:6px 12px;font-weight:500;transition:border-color .12s}.navBarRightBtn:hover{border-color:var(--gh-accent)}.navBarTab{color:var(--gh-muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;padding:10px 16px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.5;text-decoration:none;transition:color .12s,border-color .12s;display:inline-flex}.navBarTab:hover{color:var(--gh-fg)}.navBarTab.active{color:var(--gh-fg);border-bottom-color:var(--gh-accent);font-weight:600}.navBarTab.disabled{color:var(--gh-border);cursor:default;pointer-events:none}.navBarSearchBox{border:1px solid var(--gh-border);background:var(--gh-canvas);border-radius:6px;flex:1;align-items:center;gap:4px;min-width:140px;padding:0 8px;transition:border-color .12s;display:flex}.navBarSearchBox:focus-within{border-color:var(--gh-accent)}.navBarSearchIcon{color:var(--gh-muted);flex-shrink:0}.navBarSearchInput{color:var(--gh-fg);background:0 0;border:none;outline:none;width:100%;padding:6px 0;font-family:inherit;font-size:.8125rem}.navBarSearchInput::placeholder{color:var(--gh-muted)}.navBarDraggable{cursor:grab;-webkit-user-select:none;user-select:none;scroll-behavior:smooth}.navBarDraggable.grabbing{cursor:grabbing;scroll-behavior:auto}@media (width<=768px){.navBar{padding:0 12px}.navBarTab{padding:10px 12px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{0%{opacity:1;transform:scale(1)}75%{opacity:0;transform:scale(2)}to{opacity:0;transform:scale(2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes scale-down{0%{opacity:0;transform:scale(1.8)}to{opacity:1;transform:scale(1)}}@keyframes slide-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-bottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}10%{transform:translate(-9px)}20%{transform:translate(8px)}30%{transform:translate(-7px)}40%{transform:translate(6px)}50%{transform:translate(-5px)}60%{transform:translate(4px)}70%{transform:translate(-3px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.watermark{z-index:10;pointer-events:none;flex-wrap:wrap;place-content:flex-start space-evenly;gap:200px 260px;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.watermarkItem{color:#888;opacity:.35;letter-spacing:2px;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;text-align:center;flex-shrink:0;width:260px;padding:200px 0;font-size:16px;font-weight:500;transform:rotate(-30deg)}.btnGroup{flex-wrap:wrap;gap:6px;display:flex}.btnGroupItem{color:var(--gh-fg);background:var(--gh-canvas);border:1px solid var(--gh-border);cursor:pointer;border-radius:6px;padding:5px 12px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.5;transition:color .12s,border-color .12s,background .12s}.btnGroupItem:hover{border-color:var(--gh-accent);color:var(--gh-accent)}.btnGroupItemActive{color:var(--gh-accent);border-color:var(--gh-accent);background:var(--gh-bg-accent)}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--gh-canvas);color:var(--gh-fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5}textarea{display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}._topBar_d1isy_1{z-index:100;color:#f6f8fa;background:#24292f;border-bottom:1px solid #d0d7de3d;align-items:center;height:56px;display:flex;position:sticky;top:0;box-shadow:0 1px #1b1f240a}._topBarInner_d1isy_27{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 24px;display:flex;position:relative}._topBarLeft_d1isy_47{flex-shrink:0;align-items:center;gap:8px;min-width:0;animation:.3s both _topBarFadeIn_d1isy_1;display:flex;overflow:hidden}@keyframes _topBarFadeIn_d1isy_1{0%{opacity:0}to{opacity:1}}._topBarCenter_d1isy_87{pointer-events:none;justify-content:center;align-items:center;max-width:60%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._topBarRight_d1isy_111{flex-shrink:0;align-items:center;gap:8px;min-width:0;display:flex}._topBarTitle_d1isy_127{letter-spacing:.02em;text-align:center;white-space:nowrap;text-overflow:ellipsis;color:#f6f8fa;pointer-events:auto;max-width:100%;font-size:1rem;font-weight:600;overflow:hidden}._placeholder_d1isy_153{width:0;height:0;overflow:hidden}._topBarBtn_d1isy_165{color:#f0f6fc;cursor:pointer;white-space:nowrap;background:#f0f6fc1a;border:1px solid #f0f6fc40;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .12s,border-color .12s}._topBarBtn_d1isy_165:hover{background:#f0f6fc2e;border-color:#f0f6fc66}._homeBrand_d1isy_203{color:#f0f6fc;letter-spacing:.02em;border-radius:6px;align-items:center;gap:12px;margin:-4px -8px -4px -4px;padding:4px 8px 4px 4px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}._homeBrand_d1isy_203:hover{background:#f0f6fc14}._homeLogo_d1isy_241{object-fit:cover;background:#f0f6fc0f;border:1px solid #f0f6fc40;border-radius:6px;width:36px;height:36px}._backNav_d1isy_259{color:inherit;cursor:pointer;align-items:center;gap:4px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}@media (width<=640px){._topBarTitle_d1isy_127{font-size:.875rem}._topBarInner_d1isy_27{padding:0 12px}}._footBar_1tf3m_1{z-index:100;color:#656d76;background:#f6f8fa;border-top:1px solid #d0d7de;padding:14px 16px;font-size:.75rem;line-height:1.6;position:sticky;bottom:0}._footBarInner_1tf3m_25{flex-wrap:wrap;justify-content:center;align-items:center;gap:0 4px;max-width:1012px;margin:0 auto;display:flex}._footBarInner_1tf3m_25 a{color:#0969da;text-decoration:none}._footBarInner_1tf3m_25 a:hover{text-decoration:underline}._sep_1tf3m_63{color:#afb8c1;-webkit-user-select:none;user-select:none;font-weight:600}.anim-fade-in{animation:.2s forwards fadeIn}.anim-fade-out{animation:.2s forwards fadeOut}.anim-fade-up{animation:.3s both fadeUp}.anim-fade-down{animation:.3s forwards fadeDown}.anim-scale-in{animation:.2s forwards scaleIn}.anim-slide-up{animation:.3s forwards slideUp}.anim-slide-down{animation:.3s forwards slideDown}.anim-slide-up-in{animation:.35s forwards slideUpIn}.anim-slide-up-out{animation:.35s forwards slideUpOut}.anim-slide-right{animation:.3s forwards slideInRight}.anim-slide-left{animation:.3s forwards slideInLeft}[class*=animation-]{animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.animation-fade{animation-name:fade;animation-duration:.8s;animation-timing-function:linear}.animation-scale-up{animation-name:scale-up}.animation-scale-down{animation-name:scale-down}.animation-slide-top{animation-name:slide-top}.animation-slide-bottom{animation-name:slide-bottom}.animation-slide-left{animation-name:slide-left}.animation-slide-right{animation-name:slide-right}.animation-shake{animation-name:shake}.animation-reverse{animation-direction:reverse}.anim-spin{animation:.6s linear infinite spin}.anim-pulse{animation:2s ease-in-out infinite pulse}.anim-shimmer{background:linear-gradient(90deg, var(--gh-canvas) 25%, var(--gh-row-hover) 50%, var(--gh-canvas) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}.skeleton{border-radius:var(--gh-radius-sm);background:linear-gradient(90deg, var(--gh-canvas) 25%, var(--gh-row-hover) 50%, var(--gh-canvas) 75%);background-size:200px 100%;height:1em;animation:1.5s ease-in-out infinite skeleton;display:inline-block}.skeleton-text{border-radius:var(--gh-radius-sm);height:14px;margin-bottom:8px}.skeleton-text:last-child{width:60%}.skeleton-avatar{border-radius:50%;width:40px;height:40px}.skeleton-thumbnail{border-radius:var(--gh-radius-md);width:100%;height:120px}.anim-ping{animation:1s ease-in-out infinite ping}.anim-stagger>*{opacity:0;animation:.3s forwards fadeUp}.anim-stagger>:first-child{animation-delay:0s}.anim-stagger>:nth-child(2){animation-delay:40ms}.anim-stagger>:nth-child(3){animation-delay:80ms}.anim-stagger>:nth-child(4){animation-delay:.12s}.anim-stagger>:nth-child(5){animation-delay:.16s}.anim-stagger>:nth-child(6){animation-delay:.2s}.anim-stagger>:nth-child(7){animation-delay:.24s}.anim-stagger>:nth-child(8){animation-delay:.28s}.anim-stagger>:nth-child(9){animation-delay:.32s}.anim-stagger>:nth-child(10){animation-delay:.36s}.hover-lift{transition:transform .15s,box-shadow .15s}.hover-lift:hover{box-shadow:var(--gh-shadow-md);transform:translateY(-2px)}.hover-opacity{transition:opacity .15s}.hover-opacity:hover{opacity:.8}.hover-scale{transition:transform .15s}.hover-scale:hover{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._profile_vk0ir_1{z-index:5;flex:none;align-items:center;display:flex;position:relative}._trigger_vk0ir_17{color:#f0f6fc;cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;text-decoration:none;transition:background .15s;display:flex}._trigger_vk0ir_17:hover{background:#f0f6fc1a}._avatarWrap_vk0ir_49{border:1px solid #f0f6fc59;border-radius:50%;flex-shrink:0;width:32px;height:32px;transition:box-shadow .2s,transform .2s;overflow:hidden}._trigger_vk0ir_17:hover ._avatarWrap_vk0ir_49{box-shadow:0 0 0 2px #0969da73}._avatarWrap_vk0ir_49 img{object-fit:cover;width:100%;height:100%;display:block}._avatarName_vk0ir_91{white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.875rem;font-weight:600;overflow:hidden}._titles_vk0ir_109{flex-wrap:wrap;gap:4px;margin-left:8px;display:flex}._title_vk0ir_109{white-space:nowrap;border-radius:4px;padding:1px 6px;font-size:.75rem}@media (width<=640px){._avatarName_vk0ir_91{max-width:100px}}._main_l5zmq_1{padding:24px 24px 48px}@media (width<=768px){._main_l5zmq_1{padding:24px 16px 48px}}._content_l5zmq_21{max-width:900px;margin:0 auto}._grid_l5zmq_35{grid-template-columns:repeat(2,1fr);align-items:start;gap:12px;display:grid}@media (width<=900px){._grid_l5zmq_35{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._grid_l5zmq_35{grid-template-columns:1fr}}._column_l5zmq_77{flex-direction:column;gap:8px;display:flex}._card_l5zmq_93{cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;gap:6px;padding:18px 16px;font-family:inherit;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s;display:flex;box-shadow:0 1px 2px #1b1f240a}._cardColor_l5zmq_119{background:color-mix(in srgb, var(--card-bg) 40%, var(--gh-inset));border:1px solid color-mix(in srgb, var(--card-bg) 60%, var(--gh-border))}._cardColor_l5zmq_119:hover{border-color:var(--card-fg);box-shadow:0 0 0 2px color-mix(in srgb, var(--card-fg) 20%, transparent), 0 4px 12px #1b1f2414;background:color-mix(in srgb, var(--card-bg) 60%, var(--gh-inset));transform:translateY(-2px)}._cardGray_l5zmq_143{background:var(--gh-inset);border:1px solid var(--gh-border)}._cardGray_l5zmq_143:hover{border-color:var(--gh-muted);background:var(--gh-canvas);transform:translateY(-2px);box-shadow:0 0 0 2px #1b1f240a,0 4px 12px #1b1f2414}._cardTop_l5zmq_167{justify-content:space-between;align-items:center;gap:8px;display:flex}._cardTitle_l5zmq_181{color:var(--card-fg,var(--gh-fg));letter-spacing:-.01em;font-size:1rem;font-weight:700}._badge_l5zmq_195{color:#1a7f37;background:#dafbe1;border:1px solid #b8e4c1;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.6875rem;font-weight:600}._badgeNone_l5zmq_217{background:var(--gh-canvas);color:var(--gh-muted);border:1px solid var(--gh-border);border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.6875rem;font-weight:600}._cardBottom_l5zmq_239{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}._cardBrief_l5zmq_255{color:var(--gh-muted);margin:0;font-size:.8125rem;line-height:1.5}._autoVerifyBadge_l5zmq_269{background:color-mix(in srgb, var(--badge-bg) 40%, var(--gh-inset));color:var(--badge-fg);border:1px solid var(--gh-border);border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:.625rem;font-weight:600}._recordList_l5zmq_295{flex-direction:column;gap:6px;display:flex}._recordScroll_l5zmq_307{flex-direction:column;gap:6px;max-height:300px;display:flex;overflow-y:auto}._recordEmpty_l5zmq_323{color:var(--gh-muted);text-align:center;margin:0;padding:16px 0;font-size:.8125rem}._recordItem_l5zmq_339{border:1px solid var(--gh-border);background:var(--gh-canvas);cursor:pointer;text-align:left;border-radius:6px;flex-direction:column;gap:4px;padding:10px 12px;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}._recordItem_l5zmq_339:hover{border-color:var(--gh-muted);box-shadow:0 1px 4px #1b1f240f}._recordTop_l5zmq_377{justify-content:space-between;align-items:center;gap:6px;display:flex}._recordId_l5zmq_391{color:var(--gh-muted);font-family:monospace;font-size:.6875rem}._recordBadge_l5zmq_403{border-radius:999px;padding:1px 6px;font-size:.625rem;font-weight:600}._recordMiddle_l5zmq_417{align-items:center;gap:6px;min-width:0;display:flex}._recordTime_l5zmq_431{color:var(--gh-muted);flex-shrink:0;margin-left:auto;font-size:.6875rem}._recordItemActive_l5zmq_445{border-color:var(--gh-fg)}._detailPanel_l5zmq_457{border:1px solid var(--gh-border);background:var(--gh-canvas);border-radius:8px;margin-top:24px;padding:20px 24px}._detailHeader_l5zmq_473{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._detailHeaderLeft_l5zmq_487{align-items:center;gap:8px;display:flex}._detailHeaderRight_l5zmq_499{align-items:center;gap:4px;margin-left:auto;display:flex}._detailEditBtn_l5zmq_513{border:1px solid var(--gh-border);color:var(--gh-muted);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 6px;font-family:inherit;transition:color .12s,border-color .12s;display:inline-flex}._detailEditBtn_l5zmq_513:hover{color:var(--gh-accent);border-color:var(--gh-accent)}._detailLoading_l5zmq_553{text-align:center;color:var(--gh-muted);margin:0;padding:32px 0}._detailTime_l5zmq_567{color:var(--gh-muted);text-align:right;font-size:.75rem}._rejectedReason_l5zmq_583{color:#cf222e;background:#fff0f0;border:1px solid #ffc9c9;border-radius:6px;margin:0 0 16px;padding:10px 12px;font-size:.8125rem;line-height:1.5}._rejectedLabel_l5zmq_605{font-weight:600}._supplement_l5zmq_617{background:var(--gh-inset);border-radius:6px;flex-direction:column;gap:6px;margin-bottom:16px;padding:12px;display:flex}._supplementRow_l5zmq_637{color:var(--gh-fg);align-items:center;gap:8px;font-size:.875rem;display:flex}._supplementLabel_l5zmq_653{color:var(--gh-muted);flex-shrink:0;min-width:72px}._overlay_188lo_1{background:#00000080;justify-content:center;align-items:center;animation:.15s _fadeIn_188lo_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_188lo_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_188lo_1{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}._box_188lo_65{background:#fff;border-radius:12px;max-width:420px;padding:20px 24px 24px;animation:.2s _slideUp_188lo_1;box-shadow:0 20px 60px #00000040}._boxSm_188lo_83{min-width:280px}._boxMd_188lo_91{min-width:320px}._boxNarrow_188lo_99{max-width:400px}._title_188lo_107{color:#1f2328;word-break:break-word;margin:0 0 8px;font-size:15px;font-weight:600;line-height:1.6}._content_188lo_125{color:#656d76;word-break:break-word;margin:0 0 16px;font-size:13px;line-height:1.5}._btnRow_188lo_141{justify-content:space-between;gap:10px;margin-top:20px;display:flex}._btnRowEnd_188lo_155{justify-content:flex-end}._btn_188lo_141{cursor:pointer;border-radius:8px;outline:none;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;transition:all .15s}._btn_188lo_141:focus-visible{box-shadow:0 0 0 3px #2da44e4d}._btnCancel_188lo_195{color:#24292f;background:#f6f8fa;border:1px solid #d0d7de}._btnCancel_188lo_195:hover:not(:disabled){background:#eaeef2;border-color:#afb8c1}._btnCancel_188lo_195:active:not(:disabled){background:#dde3e8}._btnConfirm_188lo_225{color:#fff;border:none}._btnConfirm_188lo_225:hover:not(:disabled){filter:brightness(1.08)}._btnConfirm_188lo_225:active:not(:disabled){filter:brightness(.92)}._btn_188lo_141:disabled{cursor:not-allowed;opacity:.5}._qrcode_1upw2_1{width:220px;height:220px;margin:0 auto;display:block}._btnRow_1upw2_15{justify-content:space-between;gap:10px;margin-top:24px;display:flex}._hint_ai0ik_1{color:#656d76;margin:0 0 12px;font-size:13px;line-height:1.5}._code_ai0ik_15{color:#cf222e;letter-spacing:.5px;-webkit-user-select:none;user-select:none;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;padding:2px 10px;font-family:monospace;font-size:14px;font-weight:700}._input_ai0ik_41{box-sizing:border-box;background:#f6f8fa;border:1px solid #d0d7de;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s;display:block}._input_ai0ik_41:focus{background:#fff;border-color:#cf222e;box-shadow:0 0 0 3px #cf222e26}._input_ai0ik_41::placeholder{color:#8b949e}._container_yb3qz_1{flex-direction:column;flex:1;width:100%;max-width:640px;margin:0 auto;padding:16px;display:flex;overflow:hidden}._section_yb3qz_23{background:var(--gh-inset);border:1px solid var(--gh-border);border-radius:6px;padding:16px;box-shadow:0 1px #1b1f240a}._field_yb3qz_39{margin-top:12px}._field_yb3qz_39:first-of-type{margin-top:0}._label_yb3qz_55{color:var(--gh-fg);margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}._labelMissing_yb3qz_71{color:var(--gh-danger)}._fieldMissing_yb3qz_79 ._input_yb3qz_79,._fieldMissing_yb3qz_79 ._select_yb3qz_81,._fieldMissing_yb3qz_79 ._textarea_yb3qz_83,._fieldMissing_yb3qz_79 .disciplineBtn{border-color:var(--gh-danger)}._fieldMissing_yb3qz_79 ._input_yb3qz_79:focus,._fieldMissing_yb3qz_79 ._select_yb3qz_81:focus,._fieldMissing_yb3qz_79 ._textarea_yb3qz_83:focus{box-shadow:0 0 0 3px #f8514933}._input_yb3qz_79{width:100%;color:var(--gh-fg);background:var(--gh-canvas);border:1px solid var(--gh-border);box-sizing:border-box;border-radius:6px;outline:none;padding:6px 10px;font-family:inherit;font-size:.8125rem;transition:border-color .12s}._input_yb3qz_79:focus{border-color:var(--gh-accent);box-shadow:0 0 0 3px var(--gh-bg-accent)}._privacyNotice_yb3qz_151{color:var(--gh-muted,#656d76);margin:16px 0 12px;font-size:.75rem;line-height:1.5}._sectionDeleteBtn_yb3qz_165{width:100%;color:var(--gh-danger);border:1px solid var(--gh-danger);cursor:pointer;background:0 0;border-radius:6px;margin-top:12px;padding:8px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.5}._sectionDeleteBtn_yb3qz_165:hover{background:var(--gh-danger);color:#fff}._actions_yb3qz_209{flex-shrink:0;justify-content:center;gap:8px;padding-top:16px;display:flex}._saveBtn_yb3qz_225{color:#fff;background:var(--gh-accent);cursor:pointer;border:none;border-radius:6px;padding:10px 32px;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.5}._saveBtn_yb3qz_225:disabled{opacity:.5;cursor:not-allowed}._saveBtn_yb3qz_225:hover:not(:disabled){filter:brightness(1.1)}._readonlyPanel_yb3qz_273{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}._readonlyTitle_yb3qz_293{color:var(--gh-fg,#1f2328);margin:0;font-size:1.125rem;font-weight:600}._readonlyDesc_yb3qz_307{color:var(--gh-muted,#656d76);margin:0;font-size:.875rem}._backBtn_yb3qz_319{color:var(--gh-accent,#0969da);background:var(--gh-bg-accent,#ddf4ff);border:1px solid var(--gh-border,#d0d7de);cursor:pointer;border-radius:6px;margin-top:8px;padding:8px 20px;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.5}._backBtn_yb3qz_319:hover{border-color:var(--gh-accent,#0969da)}.impowerBox .title,.impowerBox .info{display:none}.impowerBox .qrcode{border:none;margin:0;padding:0}.impowerBox .qrcode img,.impowerBox .qrcodeCanvas{margin:0}.status{display:none}._authShell_1kb0u_1{flex-direction:column;flex:1;align-items:center;padding:32px 16px 48px;display:flex}._main_1kb0u_17{width:100%;max-width:400px;margin:0;padding:0}._panel_1kb0u_31{background:var(--gh-inset);border:1px solid var(--gh-border);border-radius:6px;padding:24px;box-shadow:0 1px #1b1f240a}._panelLead_1kb0u_47{color:var(--gh-muted);margin:0 0 20px;font-size:.875rem}._tabs_1kb0u_59{border:1px solid var(--gh-border);background:var(--gh-canvas);border-radius:6px;gap:0;margin-bottom:20px;display:flex;overflow:hidden}._tab_1kb0u_59{color:var(--gh-muted);cursor:pointer;border:none;border-right:1px solid var(--gh-border);background:0 0;flex:1;padding:8px 10px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .12s,color .12s}._tab_1kb0u_59:last-child{border-right:none}._tab_1kb0u_59:hover{color:var(--gh-fg);background:#afb8c11f}._tabActive_1kb0u_125{color:var(--gh-fg);background:var(--gh-inset);box-shadow:0 1px 0 var(--gh-inset)}._tabPanel_1kb0u_137{display:none}._tabPanelActive_1kb0u_145{display:block}._qrArea_1kb0u_153{flex-direction:column;align-items:center;display:flex}._qrWrap_1kb0u_165{justify-content:center;align-items:center;width:280px;min-height:280px;display:flex}._qrPlaceholder_1kb0u_181{background:var(--gh-canvas);border:1px solid var(--gh-border);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;display:flex}._qrIcon_1kb0u_205{margin-bottom:12px}._qrHint_1kb0u_213{color:var(--gh-muted);text-align:center;font-size:.8125rem}._qrNote_1kb0u_225{text-align:center;color:var(--gh-muted);font-size:.75rem}._formGroup_1kb0u_237{margin-bottom:16px}._formGroup_1kb0u_237 label{color:var(--gh-fg);margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}._formGroup_1kb0u_237 input{border:1px solid var(--gh-border);background:var(--gh-inset);width:100%;color:var(--gh-fg);border-radius:6px;padding:8px 12px;font-family:inherit;font-size:.875rem;transition:border-color .12s,box-shadow .12s}._formGroup_1kb0u_237 input:focus{border-color:var(--gh-accent);outline:none;box-shadow:0 0 0 3px #0969da26}._emailRow_1kb0u_297{gap:8px;display:flex}._emailRow_1kb0u_297 input{flex:1}._codeBtn_1kb0u_315{color:var(--gh-accent);background:var(--gh-canvas);border:1px solid var(--gh-border);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .12s,border-color .12s}._codeBtn_1kb0u_315:hover{background:var(--gh-bg-accent);border-color:var(--gh-accent)}._codeBtn_1kb0u_315:disabled{opacity:.55;cursor:not-allowed}._submitBtn_1kb0u_365{width:100%;color:var(--gh-inset);background:var(--gh-accent);cursor:pointer;border:1px solid #1b1f2426;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .12s}._submitBtn_1kb0u_365:hover{background:var(--gh-accent-emphasis)}._submitBtn_1kb0u_365:disabled{opacity:.55;cursor:not-allowed}._error_1kb0u_411{color:#cf222e;background:#ffebe9;border:1px solid #ffc2c0;border-radius:6px;margin:0 0 12px;padding:8px 12px;font-size:.8125rem}._phonePlaceholder_1kb0u_431{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 16px;display:flex}._phoneHint_1kb0u_449{color:#8b949e;text-align:center;margin:0;font-size:.875rem}._authFooter_1kb0u_463{text-align:center;margin-top:20px;font-size:.8125rem}._authFooterLink_1kb0u_475{color:var(--gh-accent);text-decoration:none}._authFooterLink_1kb0u_475:hover{text-decoration:underline}._guideStep_1kb0u_493{text-align:center;padding:20px 8px 8px}._guideIcon_1kb0u_503{justify-content:center;margin-bottom:20px;display:flex}._guideIcon_1kb0u_503 svg{width:44px;height:44px}._guideQrcode_1kb0u_525{border-radius:12px;width:180px;height:180px;display:block;box-shadow:0 2px 12px #0000001a}._guideTitle_1kb0u_541{color:var(--gh-fg);letter-spacing:-.01em;margin:0 0 12px;font-size:1.0625rem;font-weight:700;line-height:1.4}._guideHint_1kb0u_559{color:var(--gh-muted);margin:0 0 28px;padding:0 4px;font-size:.8125rem;line-height:1.7}._guideBtns_1kb0u_575{flex-direction:column;gap:12px;display:flex}._guideBtnPrimary_1kb0u_587,._guideBtnSecondary_1kb0u_589{cursor:pointer;letter-spacing:.02em;border-radius:8px;width:100%;padding:11px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s,box-shadow .15s}._guideBtnPrimary_1kb0u_587{color:#fff;background:#1a7f37;border:none;box-shadow:0 1px 2px #1b1f2414}._guideBtnPrimary_1kb0u_587:hover{background:#1e8a3e;box-shadow:0 2px 6px #1a7f3740}._guideBtnPrimary_1kb0u_587:active{transform:scale(.98)}._guideBtnSecondary_1kb0u_589{color:var(--gh-fg);background:var(--gh-inset);border:1px solid var(--gh-border)}._guideBtnSecondary_1kb0u_589:hover{border-color:var(--gh-muted);background:#afb8c11a}._guideBtnSecondary_1kb0u_589:active{transform:scale(.98)}._guideBack_1kb0u_675{color:var(--gh-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;margin-top:0;padding:6px 12px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:color .12s,background .12s;display:inline-block}._guideBack_1kb0u_675:hover{color:var(--gh-accent);background:#0969da0f}._guideBackWrap_1kb0u_715{text-align:center;margin-top:24px}._main_69hxa_1{padding:24px 0 48px}._panel_69hxa_9{background:var(--gh-inset);border:1px solid var(--gh-border);border-radius:8px;margin-bottom:12px;padding:20px 24px;box-shadow:0 1px 2px #1b1f240a}._userHeader_69hxa_27{text-align:center;padding:8px 0}._avatarUpload_69hxa_37{background:var(--gh-border);border-radius:50%;width:96px;height:96px;margin:0 auto 16px;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}._avatar_69hxa_37{border:1px solid var(--gh-border);object-fit:cover;cursor:pointer;border-radius:50%;width:100%;height:100%}._avatarUpload_69hxa_37 input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}._userName_69hxa_97{color:var(--gh-fg);letter-spacing:-.01em;font-size:1.375rem;font-weight:700}._userEmail_69hxa_111{color:var(--gh-muted);margin-top:2px;font-size:.8125rem}._userStats_69hxa_123{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;display:grid}._statCard_69hxa_137{background:var(--gh-canvas);border:1px solid var(--gh-border);text-align:center;border-radius:10px;padding:18px 12px 14px;position:relative;overflow:hidden}._statCard_69hxa_137:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}._statCard_69hxa_137:first-child:before{background:linear-gradient(90deg,#4ade80,#16a34a)}._statCard_69hxa_137:nth-child(2):before{background:linear-gradient(90deg,#facc15,#ca8a04)}._statCard_69hxa_137:nth-child(3):before{background:linear-gradient(90deg,#60a5fa,#2563eb)}._statValue_69hxa_199{color:var(--gh-fg);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}._statCard_69hxa_137:first-child ._statValue_69hxa_199{color:#16a34a}._statCard_69hxa_137:nth-child(2) ._statValue_69hxa_199{color:#ca8a04}._statCard_69hxa_137:nth-child(3) ._statValue_69hxa_199{color:#2563eb}._statLabel_69hxa_237{color:var(--gh-muted);letter-spacing:.02em;margin-top:6px;font-size:.75rem;font-weight:500}._sectionTitle_69hxa_253{color:var(--gh-fg);border-bottom:1px solid var(--gh-border-muted);letter-spacing:.01em;margin:0 0 16px;padding-bottom:10px;font-size:.9375rem;font-weight:600}._formGroup_69hxa_273{margin-bottom:14px}._formGroup_69hxa_273 label{color:var(--gh-fg);letter-spacing:.01em;margin-bottom:8px;font-size:.8125rem;font-weight:600;display:block}._formGroup_69hxa_273 input{border:1px solid var(--gh-border);background:var(--gh-canvas);width:100%;color:var(--gh-fg);border-radius:6px;padding:9px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}._formGroup_69hxa_273 input:focus{border-color:var(--gh-accent);outline:none;box-shadow:0 0 0 3px #0969da1f}._btnSave_69hxa_335{color:#fff;cursor:pointer;letter-spacing:.01em;background:#1a7f37;border:none;border-radius:6px;padding:9px 22px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,transform .1s}._btnSave_69hxa_335:hover{background:#1e8a3e}._btnSave_69hxa_335:active{transform:scale(.98)}._btnSave_69hxa_335:disabled{opacity:.6;cursor:not-allowed;transform:none}._bindingRow_69hxa_391{color:var(--gh-fg);justify-content:space-between;align-items:center;padding:11px;font-size:.875rem;display:flex}._bindingRow_69hxa_391+._bindingRow_69hxa_391{border-top:1px solid var(--gh-border-muted)}._bindingStatus_69hxa_417{color:#16a34a;text-overflow:ellipsis;white-space:nowrap;background:#16a34a14;border-radius:12px;max-width:55%;padding:2px 10px;font-size:.8125rem;font-weight:600;overflow:hidden}._bindingEmpty_69hxa_443{color:var(--gh-muted);background:#0000000a;border-radius:12px;padding:2px 10px;font-size:.8125rem;font-weight:600}._main_1esau_9{padding:var(--gh-space-6);position:absolute;inset:0;overflow:hidden}@media (width<=768px){._main_1esau_9{padding:var(--gh-space-4) var(--gh-space-3)}}._content_1esau_39{gap:var(--gh-space-6);grid-template-columns:3fr 4fr;max-width:1120px;height:100%;margin:0 auto;display:grid}@media (width<=960px){._content_1esau_39{grid-template-columns:1fr}}._listPanel_1esau_77{gap:var(--gh-space-3);flex-direction:column;min-height:0;display:flex;overflow:hidden}._listBody_1esau_93{flex:1;min-height:0;overflow-y:auto}._listHeader_1esau_105{justify-content:space-between;align-items:center;gap:var(--gh-space-3);padding-bottom:var(--gh-space-2);border-bottom:2px solid var(--gh-border);margin-bottom:var(--gh-space-2);display:flex}._listTitle_1esau_125{font-size:var(--gh-font-size-heading);color:var(--gh-fg);margin:0;font-weight:700}._loading_1esau_139{text-align:center;color:var(--gh-muted);padding:var(--gh-space-10) 0;margin:0}._empty_1esau_153{font-size:var(--gh-font-size-small);color:var(--gh-muted);text-align:center;padding:var(--gh-space-10) 0;margin:0}._orderList_1esau_169{gap:var(--gh-space-2);flex-direction:column;display:flex}._orderItem_1esau_185{border:1px solid var(--gh-border);border-radius:var(--gh-radius-lg);background:var(--gh-inset);cursor:pointer;text-align:left;flex-direction:column;gap:0;padding:0;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}._orderItem_1esau_185:before{content:"";background:0 0;width:3px;height:100%;transition:background .2s;position:absolute;top:0;left:0}._orderItem_1esau_185:hover{border-color:var(--gh-accent);box-shadow:var(--gh-shadow-md)}._orderItem_1esau_185:hover:before{background:var(--gh-accent)}._orderItemActive_1esau_257{border-color:var(--gh-accent);box-shadow:var(--gh-shadow-md);background:var(--gh-bg-accent)}._orderItemActive_1esau_257:before{background:var(--gh-accent)}._orderItemHeader_1esau_277{justify-content:space-between;align-items:center;gap:var(--gh-space-2);padding:var(--gh-space-4) var(--gh-space-4) 0;display:flex}._orderItemName_1esau_293{font-size:var(--gh-font-size-small);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:700;overflow:hidden}._orderItemBody_1esau_313{gap:var(--gh-space-1);padding:var(--gh-space-3) var(--gh-space-4) 0;flex-direction:column;display:flex}._orderItemRow_1esau_327{justify-content:space-between;align-items:center;gap:var(--gh-space-2);display:flex}._orderItemRowLabel_1esau_341{font-size:var(--gh-font-size-xs);color:var(--gh-muted)}._orderItemPrice_1esau_351{font-size:var(--gh-font-size-small);color:var(--gh-danger);font-weight:700}._orderItemDiscount_1esau_363{font-size:var(--gh-font-size-xs);color:var(--gh-success);font-weight:600}._orderItemDiamond_1esau_375{font-size:var(--gh-font-size-xs);color:#1b7c9e;font-weight:600}._orderItemPrice_1esau_351._orderItemMuted_1esau_387{color:var(--gh-muted);font-weight:500}._orderItemFooter_1esau_397{padding:var(--gh-space-2) var(--gh-space-4);border-top:1px solid var(--gh-border);margin-top:var(--gh-space-3);justify-content:flex-end;align-items:center;display:flex}._orderItemTime_1esau_415{font-size:var(--gh-font-size-xs);color:var(--gh-muted)}._orderBadge_1esau_429{letter-spacing:.01em;border-radius:999px;flex-shrink:0;align-items:center;padding:2px 8px;font-size:.625rem;font-weight:600;line-height:1.6;display:inline-flex}._detailPanel_1esau_461{gap:var(--gh-space-3);flex-direction:column;min-height:0;display:flex;overflow:hidden}._detailBody_1esau_477{flex:1;min-height:0;overflow-y:auto}._detailCard_1esau_489{border:1px solid var(--gh-border);border-radius:var(--gh-radius-lg);padding:var(--gh-space-5);background:var(--gh-inset)}._cancelHint_1esau_507{text-align:center;font-size:var(--gh-font-size-xs);color:var(--gh-muted);margin:var(--gh-space-4) 0 var(--gh-space-2);font-weight:600}._actionBar_1esau_523{gap:var(--gh-space-3);padding:0 0 var(--gh-space-2);justify-content:space-between;display:flex}._btnCancel_1esau_537,._btnPay_1esau_539{border-radius:var(--gh-radius-md);max-width:180px;font-size:var(--gh-font-size-small);cursor:pointer;border:1px solid #0000;flex:1;padding:10px 20px;font-family:inherit;font-weight:600;line-height:1.5;transition:background .12s,opacity .12s}._btnCancel_1esau_537{background:var(--gh-btn-danger-bg);color:var(--gh-btn-danger-text);border-color:#0000}._btnCancel_1esau_537:hover:not(:disabled){background:var(--gh-btn-danger-hover)}._btnPay_1esau_539{background:var(--gh-btn-primary-bg);color:var(--gh-btn-primary-text);border-color:#0000}._btnPay_1esau_539:hover:not(:disabled){background:var(--gh-btn-primary-hover)}._btnCancel_1esau_537:disabled,._btnPay_1esau_539:disabled{opacity:.5;cursor:default}._detailPlaceholder_1esau_619{text-align:center;color:var(--gh-muted);font-size:var(--gh-font-size-small);padding:var(--gh-space-12) 0;margin:0}._detailHeader_1esau_635{justify-content:space-between;align-items:center;gap:var(--gh-space-3);padding-bottom:var(--gh-space-2);border-bottom:2px solid var(--gh-border);margin-bottom:var(--gh-space-2);display:flex}._detailTitle_1esau_655{font-size:var(--gh-font-size-heading);color:var(--gh-fg);margin:0;font-weight:700}._detailSection_1esau_669{flex-direction:column;display:flex}._detailSection_1esau_669+._detailSection_1esau_669{margin-top:var(--gh-space-5);padding-top:var(--gh-space-4);border-top:1px solid var(--gh-border)}._detailRow_1esau_691{justify-content:space-between;align-items:center;gap:var(--gh-space-3);font-size:var(--gh-font-size-small);color:var(--gh-fg);padding:4px 0;display:flex}._detailLabel_1esau_711{color:var(--gh-muted);font-size:var(--gh-font-size-small);flex-shrink:0;min-width:76px}._detailValue_1esau_725{color:var(--gh-fg);text-align:right;word-break:break-all;min-width:0;font-weight:500}._detailDesc_1esau_741{align-items:flex-start;gap:var(--gh-space-3);justify-content:space-between;padding:8px 0;display:flex}._detailDescText_1esau_757{font-size:var(--gh-font-size-small);color:var(--gh-fg);word-break:break-all;text-align:right;flex:1;min-width:0;margin:0;line-height:1.6}._detailProduct_1esau_779{border-left:3px solid var(--gh-border-muted);margin:2px 0;padding:8px 0 8px 12px}._detailProduct_1esau_779 ._detailLabel_1esau_711{min-width:0;color:var(--gh-fg);text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;font-weight:500;overflow:hidden}._detailPrice_1esau_811{font-size:var(--gh-font-size-small);color:var(--gh-danger);flex-shrink:0;font-weight:700}._detailDiscount_1esau_825{font-size:var(--gh-font-size-xs);color:var(--gh-success);font-weight:600}._detailDiamond_1esau_837{font-size:var(--gh-font-size-xs);color:#1b7c9e;font-weight:600}._detailSep_1esau_849{background:var(--gh-border);height:1px;margin:8px 0}._detailPrice_1esau_811._detailTotalPriceMuted_1esau_865{color:var(--gh-muted);font-weight:500}._hero_m7wmc_5{background:var(--gh-inset);border-bottom:1px solid var(--gh-border);text-align:center;padding:64px 0 56px}._heroWrap_m7wmc_19{max-width:720px;margin:0 auto}._heroTitle_m7wmc_29{color:var(--gh-fg);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.5rem,3.6vw,2rem);font-weight:600}._heroDesc_m7wmc_45{color:var(--gh-muted);max-width:520px;margin:0 auto;font-size:clamp(.9375rem,2vw,1.125rem)}._main_m7wmc_63{flex:1;padding:36px 0 56px}._mainHead_m7wmc_73{margin-bottom:20px}._mainHead_m7wmc_73 h2{color:var(--gh-fg);font-size:1rem;font-weight:600}._mainHead_m7wmc_73 p{color:var(--gh-muted);margin-top:4px;font-size:.875rem}._grid_m7wmc_105{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}._card_m7wmc_117{color:inherit;background:var(--gh-inset);border:1px solid var(--gh-border);border-radius:6px;padding:22px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .22s cubic-bezier(.22,1,.36,1);display:block;box-shadow:0 1px #1b1f240a}._card_m7wmc_117:hover{border-color:#afb8c1;transform:translateY(-2px);box-shadow:0 3px 10px #1b1f2414}._cardStatic_m7wmc_153{cursor:default;opacity:.92}._cardStatic_m7wmc_153:hover{border-color:var(--gh-border);transform:none;box-shadow:0 1px #1b1f240a}._cardIcon_m7wmc_175{margin-bottom:12px;font-size:2rem;line-height:1}._card_m7wmc_117 h3{color:var(--gh-fg);margin-bottom:8px;font-size:1.05rem;font-weight:600}._card_m7wmc_117 p{color:var(--gh-muted);font-size:.8125rem;line-height:1.55}._cardMeta_m7wmc_213{color:var(--gh-accent);margin-top:14px;font-size:.75rem;font-weight:600}._cardStatic_m7wmc_153 ._cardMeta_m7wmc_213{color:var(--gh-muted);font-weight:500}@media (width<=768px){._grid_m7wmc_105{grid-template-columns:1fr}}._wrapper_18kle_1{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:48px 24px;display:flex}._code_18kle_21{color:var(--gh-border);letter-spacing:-.04em;margin-bottom:8px;font-size:5rem;font-weight:800;line-height:1}._title_18kle_39{color:var(--gh-fg);margin:0 0 12px;font-size:1.25rem;font-weight:600}._desc_18kle_53{color:var(--gh-muted);max-width:360px;margin:0 0 32px;font-size:.875rem;line-height:1.6}._actions_18kle_69{gap:12px;display:flex}._btnPrimary_18kle_79,._btnSecondary_18kle_81{cursor:pointer;border-radius:8px;padding:9px 20px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s}._btnPrimary_18kle_79{color:#fff;background:#1a7f37;border:none}._btnPrimary_18kle_79:hover{background:#1e8a3e}._btnPrimary_18kle_79:active{transform:scale(.98)}._btnSecondary_18kle_81{color:var(--gh-fg);background:var(--gh-inset);border:1px solid var(--gh-border)}._btnSecondary_18kle_81:hover{border-color:var(--gh-muted);background:#afb8c11a}._btnSecondary_18kle_81:active{transform:scale(.98)}
/*$vite$:1*/