:root{--ghc-primary:#10b981;--ghc-primary-hover:#059669;--ghc-primary-light:#10b98114;--ghc-primary-medium:#10b98126;--ghc-text:#0f172a;--ghc-text-secondary:#475569;--ghc-text-muted:#64748b;--ghc-bg:#fff;--ghc-bg-secondary:#f8fafc;--ghc-bg-tertiary:#f1f5f9;--ghc-bg-hover:#e2e8f0;--ghc-border:#e2e8f0;--ghc-border-strong:#cbd5e1;--ghc-input-bg:#f8fafc;--ghc-input-border:#e2e8f0;--ghc-input-border-hover:#cbd5e1;--ghc-input-border-focus:#10b981;--ghc-accent:#6366f1;--ghc-accent-light:#6366f114;--ghc-result-bg:linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);--ghc-result-text:#047857;--ghc-result-border:#10b98133;--ghc-success:#10b981;--ghc-error:#ef4444;--ghc-warning:#f59e0b;--ghc-shadow-sm:0 1px 2px #0000000a;--ghc-shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--ghc-shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000a;--ghc-shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--ghc-shadow-focus:0 0 0 3px #10b98126;--ghc-radius-sm:8px;--ghc-radius:12px;--ghc-radius-lg:16px;--ghc-radius-xl:20px;--ghc-radius-full:9999px;--ghc-transition:.2s ease;--ghc-transition-fast:.15s ease}._ghc-container{flex-direction:column;gap:1rem;max-width:720px;margin:0 auto;display:flex}._ghc-card{background:var(--ghc-bg);border-radius:var(--ghc-radius-xl);border-style:solid;border-width:1px;border-color:var(--ghc-border);box-shadow:var(--ghc-shadow-md);padding:1.5rem}._ghc-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}._ghc-card-title{color:var(--ghc-text);flex:auto;align-items:center;gap:.5rem;min-width:0;font-size:.875rem;font-weight:600;display:flex}._ghc-card-title span{overflow-wrap:break-word;min-width:0}._ghc-card-title svg{width:18px;height:18px;color:var(--ghc-primary)}._ghc-reset-btn{border-style:solid;border-width:1px;border-color:var(--ghc-border);border-radius:var(--ghc-radius-full);color:var(--ghc-text-muted);cursor:pointer;transition:all var(--ghc-transition-fast);background:0 0;align-items:center;gap:.375rem;padding:.4375rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}._ghc-reset-btn:hover{background:var(--ghc-bg-tertiary);border-color:var(--ghc-border-strong);color:var(--ghc-text-secondary)}._ghc-reset-btn svg{width:12px;height:12px}._ghc-description{color:var(--ghc-text-muted);margin:0 0 1.25rem;font-size:.8125rem;line-height:1.5}._ghc-hidden{display:none!important}@media (max-width:768px){._ghc-container{padding-left:1rem;padding-right:1rem}._ghc-card{border-radius:var(--ghc-radius-lg);padding:1.25rem}._ghc-reset-btn{padding:.5rem .75rem;font-size:.75rem}}@media (max-width:480px){._ghc-container{padding-left:.75rem;padding-right:.75rem}._ghc-card{padding:1rem}._ghc-card-title{font-size:.8125rem}}._ghc-tabs{background:var(--ghc-bg);border-radius:var(--ghc-radius-lg);border-style:solid;border-width:1px;border-color:var(--ghc-border);box-shadow:var(--ghc-shadow);gap:.25rem;padding:.25rem;display:flex}._ghc-tab{border-radius:var(--ghc-radius);color:var(--ghc-text-muted);cursor:pointer;transition:all var(--ghc-transition-fast);white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;display:flex}._ghc-tab svg{flex-shrink:0;width:16px;height:16px}._ghc-tab:hover{color:var(--ghc-text-secondary);background:var(--ghc-bg-tertiary)}._ghc-tab._ghc-tab-active{background:var(--ghc-primary);color:#fff;box-shadow:var(--ghc-shadow-sm)}._ghc-panel{display:none}._ghc-panel._ghc-panel-active{display:block}@media (max-width:768px){._ghc-tab span{display:none}._ghc-tab{justify-content:center;min-height:44px;padding:.875rem}._ghc-tab svg{width:20px;height:20px}}@media (min-width:769px) and (max-width:900px){._ghc-tab{gap:.375rem;padding:.625rem .75rem;font-size:.75rem}}._ghc-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}._ghc-field{flex-direction:column;gap:.375rem;display:flex}._ghc-field._ghc-field-sm{gap:.25rem}._ghc-label{color:var(--ghc-text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}._ghc-input{background:var(--ghc-input-bg);border-style:solid;border-width:1.5px;border-color:var(--ghc-input-border);border-radius:var(--ghc-radius-sm);width:100%;color:var(--ghc-text);transition:all var(--ghc-transition-fast);box-sizing:border-box;padding:.625rem .875rem;font-size:.9375rem;font-weight:500}._ghc-input::placeholder{color:var(--ghc-text-muted);opacity:.5}._ghc-input:hover{border-color:var(--ghc-input-border-hover)}._ghc-input:focus{border-color:var(--ghc-input-border-focus);box-shadow:var(--ghc-shadow-focus);background:var(--ghc-bg);outline:none}._ghc-select{background:var(--ghc-input-bg);border-style:solid;border-width:1.5px;border-color:var(--ghc-input-border);border-radius:var(--ghc-radius-sm);width:100%;color:var(--ghc-text);cursor:pointer;transition:all var(--ghc-transition-fast);box-sizing:border-box;padding:.625rem .875rem;font-size:.9375rem;font-weight:500}._ghc-select:focus{border-color:var(--ghc-input-border-focus);box-shadow:var(--ghc-shadow-focus);outline:none}._ghc-hint{color:var(--ghc-text-muted);font-size:.6875rem;line-height:1.4}._ghc-calc-btn{background:var(--ghc-primary);color:#fff;border-radius:var(--ghc-radius);cursor:pointer;width:100%;transition:all var(--ghc-transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #10b98140}._ghc-calc-btn:hover{opacity:.9}._ghc-calc-btn:active{box-shadow:0 1px 4px #10b98133}._ghc-calc-btn svg{width:16px;height:16px}._ghc-round-entry{margin-bottom:1.25rem}._ghc-round-fields{grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:.75rem;display:grid}._ghc-add-round-btn{background:var(--ghc-primary-light);width:100%;color:var(--ghc-primary);border-style:dashed;border-width:1.5px;border-color:var(--ghc-primary-medium);border-radius:var(--ghc-radius-sm);cursor:pointer;transition:all var(--ghc-transition-fast);justify-content:center;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}._ghc-add-round-btn:hover{background:var(--ghc-primary-medium)}._ghc-add-round-btn svg{width:14px;height:14px}@media (max-width:768px){._ghc-form-grid{grid-template-columns:1fr}._ghc-round-fields{grid-template-columns:1fr;gap:.625rem}._ghc-input,._ghc-select{padding:.75rem .875rem;font-size:1rem}._ghc-calc-btn{padding:.875rem 1.5rem;font-size:.9375rem}._ghc-add-round-btn{padding:.75rem 1rem;font-size:.875rem}}._ghc-result-box{background:var(--ghc-result-bg);border-radius:var(--ghc-radius);border-style:solid;border-width:1px;border-color:var(--ghc-result-border);text-align:center;margin-top:1.25rem;padding:1.25rem}._ghc-result-header{color:var(--ghc-result-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}._ghc-result-value{color:var(--ghc-result-text);font-size:2.5rem;font-weight:700;line-height:1.2;font-family:var(--main-font-mono)}._ghc-formula{border-radius:var(--ghc-radius-sm);color:var(--ghc-text-secondary);font-size:.75rem;font-family:var(--main-font-mono);overflow-wrap:break-word;word-break:break-word;background:#fff9;margin-top:.75rem;padding:.625rem .875rem;line-height:1.6}._ghc-result-detail{color:var(--ghc-result-text);margin-top:.75rem;font-size:.8125rem;line-height:1.5}._ghc-net-score{border-top-style:dashed;border-top-width:1px;border-top-color:var(--ghc-result-border);margin-top:1rem;padding-top:1rem}._ghc-net-label{color:var(--ghc-result-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;font-size:.6875rem;font-weight:600}._ghc-net-info{color:var(--ghc-text-secondary);font-size:.8125rem;line-height:1.5}@media (max-width:768px){._ghc-result-box{padding:1rem}._ghc-result-value{font-size:2rem}._ghc-formula{padding:.5rem .625rem;font-size:.6875rem}}._ghc-rounds-wrapper{-webkit-overflow-scrolling:touch;min-height:120px;margin-bottom:1rem;overflow-x:auto}._ghc-rounds-table{border-collapse:collapse;width:100%;font-size:.8125rem}._ghc-rounds-table thead th{background:var(--ghc-bg-tertiary);color:var(--ghc-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ghc-border);padding:.625rem .75rem;font-size:.6875rem;font-weight:600}._ghc-rounds-table thead th:first-child{border-radius:var(--ghc-radius-sm) 0 0 0;text-align:left;width:2rem}._ghc-rounds-table thead th:last-child{border-radius:0 var(--ghc-radius-sm) 0 0;width:2.5rem}._ghc-rounds-table tbody td{text-align:center;color:var(--ghc-text);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ghc-border);font-family:var(--main-font-mono);padding:.625rem .75rem}._ghc-rounds-table tbody td:first-child{text-align:left;color:var(--ghc-text-muted);font-size:.75rem}._ghc-rounds-table tbody tr._ghc-row-best td{background:var(--ghc-primary-light)}._ghc-rounds-table tbody tr._ghc-row-best td._ghc-td-diff{color:var(--ghc-primary);font-weight:600}._ghc-delete-btn{width:32px;height:32px;color:var(--ghc-text-muted);cursor:pointer;border-radius:var(--ghc-radius-sm);transition:all var(--ghc-transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}._ghc-delete-btn:hover{color:var(--ghc-error);background:#ef444414}._ghc-delete-btn svg{width:14px;height:14px}._ghc-empty-state{color:var(--ghc-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;font-size:.8125rem;display:flex}._ghc-empty-state svg{opacity:.4;width:32px;height:32px}@media (max-width:768px){._ghc-rounds-table{font-size:.75rem}._ghc-rounds-table thead th,._ghc-rounds-table tbody td{white-space:nowrap;padding:.5rem .375rem}._ghc-delete-btn{width:36px;height:36px}}@media (max-width:420px){._ghc-rounds-table thead th,._ghc-rounds-table tbody td{padding:.5rem .25rem;font-size:.6875rem}}._ghc-reference{background:var(--ghc-bg);border-radius:var(--ghc-radius-lg);border-style:solid;border-width:1px;border-color:var(--ghc-border);box-shadow:var(--ghc-shadow);overflow:hidden}._ghc-ref-toggle{cursor:pointer;width:100%;color:var(--ghc-text-secondary);transition:all var(--ghc-transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-size:.8125rem;font-weight:600;display:flex}._ghc-ref-toggle:hover{background:var(--ghc-bg-secondary)}._ghc-ref-toggle-left{align-items:center;gap:.5rem;display:flex}._ghc-ref-toggle-left svg{width:16px;height:16px;color:var(--ghc-primary)}._ghc-ref-chevron{transition:transform var(--ghc-transition);display:flex}._ghc-ref-chevron svg{width:12px;height:12px}._ghc-ref-toggle._ghc-expanded ._ghc-ref-chevron{transform:rotate(180deg)}._ghc-ref-content{flex-direction:column;gap:.75rem;padding:0 1.25rem 1rem;display:flex}._ghc-ref-item{background:var(--ghc-bg-secondary);border-radius:var(--ghc-radius-sm);border-style:solid;border-width:1px;border-color:var(--ghc-border);padding:.75rem}._ghc-ref-label{color:var(--ghc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;font-size:.6875rem;font-weight:600}._ghc-ref-formula{color:var(--ghc-text);font-size:.8125rem;font-family:var(--main-font-mono);overflow-wrap:break-word;word-break:break-word}@media (max-width:768px){._ghc-ref-toggle{min-height:48px;padding:1rem}._ghc-ref-content{padding:0 1rem 1rem}._ghc-ref-formula{font-size:.75rem;line-height:1.5}}
