.onboarding-shell.light{height:100vh;display:flex;flex-direction:column}.chatflow-layout{display:flex;flex:1;min-height:0}.chatflow-conversation{flex:6;display:flex;flex-direction:column;min-width:0;min-height:0}.chatflow-preview{flex:4;border-left:1px solid var(--border-default);display:flex;align-items:flex-start;justify-content:center;background:var(--surface-subtle);overflow-y:auto}.live-preview{width:100%;height:100%;padding:var(--space-6);overflow-y:auto}.preview-browser{border:1px solid var(--border-default);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-page);box-shadow:var(--shadow-md)}.preview-browser-bar{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--surface-subtle);border-bottom:1px solid var(--border-default)}.preview-browser-dots{display:flex;gap:6px}.preview-dot{width:10px;height:10px;border-radius:50%;background:var(--border-default)}.preview-browser-url{flex:1;font-size:11px;font-family:var(--font-mono);color:var(--text-tertiary);background:var(--surface-page);padding:2px var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--border-default)}.preview-page{padding:var(--space-4);font-size:11px}.preview-hero{text-align:center;padding:var(--space-6) var(--space-4);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-4)}.preview-hero-logo{font-size:32px;color:var(--interactive);margin-bottom:var(--space-2)}.preview-hero-logo i{line-height:1;display:inline-flex;align-items:center}.preview-hero-title{font-size:16px;font-weight:var(--weight-bold);color:var(--text-primary);margin-bottom:var(--space-1)}.preview-hero-meta{display:flex;align-items:center;justify-content:center;gap:var(--space-2);color:var(--text-secondary);font-size:10px}.preview-sport-tag{text-transform:capitalize;padding:1px var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm)}.preview-section{margin-bottom:var(--space-4)}.preview-section-title{font-size:11px;font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.5px}.preview-section-text{font-size:11px;color:var(--text-secondary);line-height:1.5}.preview-groups{display:flex;flex-wrap:wrap;gap:var(--space-2)}.preview-group-card{padding:var(--space-2) var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:10px;display:flex;gap:var(--space-1);align-items:center}.preview-group-name{font-weight:var(--weight-medium);color:var(--text-primary)}.preview-group-range,.preview-group-gender{color:var(--text-tertiary)}.preview-empty{text-align:center;color:var(--text-tertiary);padding:var(--space-8) var(--space-4)}.preview-placeholder{text-align:center;color:var(--text-tertiary);padding:var(--space-8)}.preview-placeholder i{font-size:48px;margin-bottom:var(--space-4);display:block}.chatflow-messages{flex:1;overflow-y:auto;padding:var(--space-6) var(--space-8);display:flex;flex-direction:column;gap:var(--space-4)}.chat-row{display:flex;gap:var(--space-3);max-width:600px}.chat-row-bot{align-self:flex-start}.chat-row-user{align-self:flex-end;flex-direction:row-reverse}.chat-avatar{width:32px;height:32px;border-radius:50%;background:var(--surface-subtle);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-secondary);font-size:var(--text-base);overflow:hidden}.chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chat-bubble{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);line-height:var(--leading-relaxed);max-width:480px;overflow-wrap:anywhere}.chat-bubble-bot{background:var(--surface-subtle);color:var(--text-primary);border-bottom-left-radius:var(--radius-sm)}.chat-bubble-user{background:var(--interactive);color:var(--text-inverse);border-bottom-right-radius:var(--radius-sm)}.chat-skip-indicator{align-self:flex-end;display:flex;align-items:center;gap:var(--space-1);color:var(--text-tertiary);font-size:var(--text-xs);font-style:italic;padding:var(--space-1) var(--space-2)}.chat-skip-indicator i{font-size:var(--text-sm);font-style:normal;line-height:1;display:inline-flex;align-items:center}.typing-indicator{display:flex;gap:4px;padding:var(--space-3) var(--space-4);align-items:center}.typing-indicator .dot{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary);animation:typing-bounce 1.4s infinite ease-in-out}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.chatflow-input-area{padding:var(--space-4) var(--space-8);border-top:1px solid var(--border-default);background:var(--surface-page)}.input-text-form{display:flex;gap:var(--space-2);align-items:flex-end}.input-text{flex:1;padding:var(--space-3) var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none;transition:border-color var(--duration-fast) var(--ease-default)}.input-text-auto{resize:none;overflow:hidden;min-height:40px;max-height:160px;line-height:var(--leading-relaxed)}.input-text-auto[style]{overflow-y:auto}.input-text:focus{border-color:var(--interactive);box-shadow:0 0 0 3px var(--focus-ring)}.input-send-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:var(--radius-md);flex-shrink:0}.input-send-btn i{font-size:var(--text-base);line-height:1;display:inline-flex;align-items:center}.input-button-group{display:flex;flex-wrap:wrap;gap:var(--space-2)}.input-option-btn{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-fast) var(--ease-default)}.input-option-btn:hover{border-color:var(--interactive);color:var(--interactive)}.input-textlong-form{display:flex;flex-direction:column;gap:var(--space-3)}.input-textlong{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none;resize:none;min-height:100px;transition:border-color var(--duration-fast) var(--ease-default)}.input-textlong:focus{border-color:var(--interactive);box-shadow:0 0 0 3px var(--focus-ring)}.input-textlong-actions{display:flex;gap:var(--space-2);justify-content:flex-end}.input-rewrite-btn{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs)}.input-rewrite-btn i{line-height:1;display:inline-flex;align-items:center}.input-cards-form{display:flex;flex-direction:column;gap:var(--space-3)}.input-cards-header-row{display:flex;gap:var(--space-2);padding:0 var(--space-3)}.input-cards-col-label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.input-cards-col-name{flex:2;min-width:0}.input-cards-col-gender{flex:0 0 72px}.input-cards-col-range{flex:1;min-width:0}.input-cards-col-spacer{width:28px;flex-shrink:0}.input-cards-list{display:flex;flex-direction:column;gap:var(--space-2);max-height:320px;overflow-y:auto}.input-card{padding:var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-page)}.input-card-body{width:100%}.input-card-header{display:flex;gap:var(--space-2);align-items:center}.input-card-name{flex:2;min-width:0;padding:var(--space-2) var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--weight-medium);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none}.input-card-gender{flex:0 0 72px;padding:var(--space-2) var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-xs);font-family:var(--font-sans);background:var(--surface-subtle);color:var(--text-secondary);outline:none}.input-card-range{flex:1;min-width:0;padding:var(--space-2) var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none}.input-card-name:focus,.input-card-gender:focus,.input-card-range:focus,.input-card-range-select:focus{border-color:var(--interactive)}.input-card-range-pair{display:flex;align-items:center;gap:var(--space-1);flex:1;min-width:0}.input-card-range-select{flex:1;min-width:0;padding:var(--space-2) var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none}.input-card-range-sep{font-size:var(--text-xs);color:var(--text-tertiary)}.input-card-range-toggle{background:transparent;border:1px dashed var(--border-default);border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;padding:2px 6px;display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-xs)}.input-card-range-toggle:hover{color:var(--text-primary);border-style:solid}.input-card-remove{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:var(--space-1);display:flex;align-items:center}.input-card-remove:hover:not(:disabled){color:var(--status-error)}.input-card-remove:disabled{opacity:.3;cursor:not-allowed}.input-cards-actions{display:flex;gap:var(--space-2);justify-content:space-between}.input-add-card-btn{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs)}.city-autocomplete{position:relative;flex:1;min-width:0}.city-autocomplete-list{position:absolute;bottom:calc(100% + var(--space-1));left:0;right:0;list-style:none;margin:0;padding:var(--space-1);background:var(--surface-page);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:280px;overflow-y:auto;z-index:30}.city-autocomplete-item{display:flex;align-items:baseline;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-sm);color:var(--text-primary)}.city-autocomplete-item.is-active,.city-autocomplete-item:hover{background:var(--surface-subtle)}.city-autocomplete-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-autocomplete-empty{margin:var(--space-1) 0 0;padding:var(--space-2) var(--space-3);font-size:var(--text-xs);color:var(--text-tertiary)}.input-add-card-btn i{line-height:1;display:inline-flex;align-items:center}.input-price-form{display:flex;flex-direction:column;gap:var(--space-3)}.input-price-label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary)}.input-price-field{display:flex;align-items:center;border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.input-price-prefix{padding:var(--space-2) var(--space-3);background:var(--surface-subtle);color:var(--text-secondary);font-size:var(--text-sm);border-right:1px solid var(--border-default)}.input-price-amount{flex:1;padding:var(--space-2) var(--space-3);border:none;font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none}.input-price-tier{display:flex;gap:var(--space-2);align-items:center}.input-price-tier-name{flex:1;padding:var(--space-2) var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--text-sm);font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);outline:none}.input-price-add-tiers{display:flex;gap:var(--space-2);flex-wrap:wrap}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs)}.slug-input-form{display:flex;flex-direction:column;gap:var(--space-2)}.slug-input-field{display:flex;align-items:center;border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--duration-fast) var(--ease-default)}.slug-input-field:focus-within{border-color:var(--interactive);box-shadow:0 0 0 3px var(--focus-ring)}.slug-input{flex:1;padding:var(--space-3) var(--space-4);border:none;font-size:var(--text-sm);font-family:var(--font-mono);background:var(--surface-page);color:var(--text-primary);outline:none;min-width:0}.slug-suffix{padding:var(--space-3) var(--space-4);padding-left:0;font-size:var(--text-sm);font-family:var(--font-mono);color:var(--text-tertiary);white-space:nowrap;background:var(--surface-page)}.slug-input-field:has(.slug-available){border-color:var(--status-success)}.slug-input-field:has(.slug-error){border-color:var(--status-error)}.slug-status-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.slug-status{font-size:var(--text-xs);display:flex;align-items:center;gap:var(--space-1)}.slug-status i{line-height:1;display:inline-flex;align-items:center}.slug-status-checking{color:var(--text-tertiary)}.slug-status-checking i{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.slug-status-available{color:var(--status-success)}.slug-status-taken{color:var(--status-error)}.slug-suggestion-link{background:none;border:none;color:var(--interactive);font-size:var(--text-xs);font-family:var(--font-mono);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.slug-suggestion-link:hover{color:var(--interactive-hover)}.slug-input-display{margin-bottom:var(--space-2)}.slug-preview-row{display:flex;align-items:center;gap:var(--space-3)}.slug-preview-text{font-size:var(--text-sm);font-family:var(--font-mono);color:var(--text-primary);display:flex;align-items:center;gap:var(--space-2)}.slug-check-icon{color:var(--status-success);display:inline-flex;align-items:center}.slug-change-link{background:none;border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--text-xs);font-family:var(--font-sans);cursor:pointer;padding:var(--space-1) var(--space-2);transition:all var(--duration-fast) var(--ease-default)}.slug-change-link:hover{border-color:var(--interactive);color:var(--interactive)}.slug-helper-text{font-size:var(--text-xs);color:var(--text-tertiary)}.slug-confirm-btn{width:100%;padding:var(--space-3);font-size:var(--text-sm)}.slug-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.input-skip-btn{background:none;border:none;color:var(--text-tertiary);font-size:var(--text-xs);cursor:pointer;padding:var(--space-2) 0;text-decoration:underline;text-underline-offset:2px}.input-skip-btn:hover{color:var(--text-secondary)}.claim-btn{width:100%;padding:var(--space-4);font-size:var(--text-base);display:flex;align-items:center;justify-content:center;gap:var(--space-2)}.claim-btn i{font-size:var(--text-lg);line-height:1;display:inline-flex;align-items:center}.topbar-logo{height:22px;width:auto;display:block}@media(max-width:1023px){.chatflow-preview{display:none}.chatflow-conversation{flex:1}}.chat-bot-group{display:flex;flex-direction:column;gap:var(--space-2)}.intel-card{margin-left:calc(40px + var(--space-3));background:var(--surface-2, #f7f7f5);border:1px solid var(--border, #e5e5e0);border-radius:12px;padding:var(--space-3) var(--space-4);max-width:520px;font-size:var(--text-sm)}.intel-card-info{background:#f0f6ff;border-color:#c7dbf7}.intel-card-warning{background:#fff7ed;border-color:#fed7aa}.intel-card-note{background:transparent;border:0;padding:0 var(--space-4)}.intel-card-table{background:#fff}.intel-card-title{display:flex;align-items:center;gap:var(--space-2);font-weight:var(--weight-semibold);margin-bottom:var(--space-2)}.intel-card-title i{font-size:var(--text-lg);opacity:.7}.intel-card-comment{margin:var(--space-2) 0 0;color:#555;line-height:1.5}.intel-card-list{margin:0;padding-left:var(--space-5);color:#555;line-height:1.6}.intel-table{width:100%;border-collapse:collapse;margin-top:var(--space-2)}.intel-table th,.intel-table td{padding:var(--space-2) var(--space-1);border-bottom:1px solid #eee;text-align:left;font-size:var(--text-sm)}.intel-table th{font-weight:var(--weight-semibold);color:#555}.intel-table-right{text-align:right!important;font-variant-numeric:tabular-nums}.intel-card-warnings{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid #eee}.intel-card-warning-text{margin:0 0 var(--space-1);font-size:var(--text-xs);color:#92400e}.migration-summary-counts{display:flex;gap:var(--space-4);margin:var(--space-3) 0}.migration-summary-number{font-size:var(--text-2xl);font-weight:var(--weight-semibold);line-height:1}.migration-summary-label{font-size:var(--text-xs);color:#666;margin-top:2px;text-transform:uppercase;letter-spacing:.04em}.migration-summary-insights{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid #eee}.migration-summary-subhead{margin-top:var(--space-3);font-size:var(--text-xs);color:#555;text-transform:uppercase;letter-spacing:.04em;font-weight:var(--weight-semibold)}.intel-table-row-highlight td{background:#fff7d6;font-weight:var(--weight-semibold)}.intel-table-anchor{font-size:var(--text-xs);color:#92400e;font-weight:var(--weight-medium)}.file-upload-wrap{display:flex;flex-direction:column;gap:var(--space-2)}.file-upload-zone{border:2px dashed #ddd;border-radius:12px;padding:var(--space-6);text-align:center;cursor:pointer;transition:background .15s,border-color .15s}.file-upload-zone:hover,.file-upload-zone-over{border-color:var(--accent, #0057ff);background:var(--surface-2, #f7f7f5)}.file-upload-zone-loading{pointer-events:none;opacity:.7}.file-upload-icon{font-size:32px;display:block;margin-bottom:var(--space-2);color:var(--accent, #0057ff)}.file-upload-label{font-weight:var(--weight-medium)}.file-upload-hint{color:#666;font-size:var(--text-xs);margin-top:var(--space-1)}.file-upload-error{color:#b91c1c;font-size:var(--text-sm)}.file-upload-skip{align-self:flex-start;background:transparent;color:#666;font-size:var(--text-sm);text-decoration:underline;padding:var(--space-1) var(--space-2);border:0;cursor:pointer}.preview-badges{display:flex;flex-wrap:wrap;gap:var(--space-1);margin-top:var(--space-2)}.preview-badge{font-size:var(--text-xs);padding:2px var(--space-2);background:#f1f1ef;border-radius:999px;color:#555}.preview-badge-accent{background:#fde68a;color:#713f12}.preview-badge-soft{background:#dcfce7;color:#166534}@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-bubble-enter{animation:chat-bubble-in .18s ease-out}@keyframes chat-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.chat-cursor{display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:text-bottom;background:currentColor;animation:chat-cursor-blink .8s step-end infinite}.answer-chip{display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-1) 0 var(--space-2) calc(var(--space-8, 32px) + var(--space-2));padding:var(--space-1) var(--space-3);background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:999px;font-size:var(--text-sm);color:var(--text-primary);max-width:100%}.answer-chip-editing{border-radius:var(--radius-md);background:var(--surface-page);padding:var(--space-2) var(--space-3)}.answer-chip-label{color:var(--text-tertiary);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em}.answer-chip-value{font-weight:500}.answer-chip-edit{display:inline-flex;align-items:center;gap:4px;background:transparent;border:0;color:var(--accent-default, #2563eb);cursor:pointer;font-size:var(--text-xs);padding:2px 6px;border-radius:var(--radius-sm)}.answer-chip-edit:hover{background:#2563eb14}.answer-chip-form{display:inline-flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.answer-chip-currency{color:var(--text-tertiary)}.answer-chip-input{padding:4px 8px;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-sm);background:var(--surface-page)}.answer-chip-input-price{width:80px}.answer-chip-save,.answer-chip-cancel{padding:4px 10px;border-radius:var(--radius-sm);font-size:var(--text-xs);cursor:pointer;border:1px solid var(--border-default)}.answer-chip-save{background:var(--accent-default, #2563eb);color:#fff;border-color:transparent}.answer-chip-save:disabled{opacity:.6;cursor:not-allowed}.answer-chip-cancel{background:transparent;color:var(--text-primary)}.answer-chip-error{color:#b91c1c;font-size:var(--text-xs);width:100%}.answer-chip-note{color:var(--text-tertiary);font-size:var(--text-xs);display:inline-flex;align-items:center;gap:4px}.division-price-form{display:flex;flex-direction:column;gap:var(--space-3);width:100%}.division-price-header{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-secondary, #374151)}.division-price-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.division-price-row{display:grid;grid-template-columns:1fr auto;gap:var(--space-3);align-items:center;padding:var(--space-2) var(--space-3);background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-md, 8px)}.division-price-label{display:flex;align-items:center;gap:var(--space-2);min-width:0}.division-price-name{font-weight:var(--weight-semibold);color:#1f2937}.division-price-gender{font-size:10px;color:#6b7280;background:#f3f4f6;border-radius:999px;padding:2px 8px;text-transform:capitalize}.division-price-field{display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:var(--radius-sm, 4px);padding:0 8px;min-width:110px}.division-price-field:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.division-price-prefix{color:#6b7280;font-weight:var(--weight-semibold)}.division-price-input{border:0;background:transparent;font-size:var(--text-sm);padding:6px 0;width:100%;outline:none;font-variant-numeric:tabular-nums;text-align:right}.answer-chip-divisions{flex-wrap:wrap;align-items:flex-start}.answer-chip-division-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}.answer-chip-division-list li{display:inline-flex;align-items:center;gap:4px;background:#eef2ff;color:#1e293b;border:1px solid #dbe4ff;border-radius:999px;padding:2px 10px;font-size:var(--text-xs)}.answer-chip-division-name{font-weight:var(--weight-semibold)}.answer-chip-division-gender{color:#6b7280;text-transform:capitalize;font-size:10px;background:#fff;border-radius:999px;padding:0 6px;border:1px solid #e5e7eb}.intel-card-subtitle{margin:0 0 var(--space-2);color:#4b5563;font-size:var(--text-xs);line-height:1.4}.web-findings-list{list-style:none;margin:var(--space-2) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.web-findings-row{display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-2);align-items:start;padding:var(--space-2);background:#fff;border:1px solid #e4ecf8;border-radius:var(--radius-md, 8px);transition:opacity .12s ease}.web-findings-row-denied{opacity:.45}.web-findings-row-denied .web-findings-value{text-decoration:line-through}.web-findings-accept{display:flex;align-items:center;cursor:pointer;padding-top:2px}.web-findings-accept input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.web-findings-body{display:flex;flex-direction:column;gap:2px;min-width:0}.web-findings-label{font-size:var(--text-xs);color:#6b7280;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.03em}.web-findings-value{font-size:var(--text-sm);color:#1f2937;word-break:break-word;line-height:1.4}.web-findings-value a{color:#2563eb;text-decoration:none}.web-findings-value a:hover{text-decoration:underline}.web-findings-empty{color:#9ca3af;font-style:italic}.web-findings-edit{background:transparent;border:1px solid transparent;color:#6b7280;cursor:pointer;padding:4px 6px;border-radius:var(--radius-sm, 4px);font-size:var(--text-sm);display:inline-flex;align-items:center}.web-findings-edit:hover{background:#f3f4f6;color:#1f2937;border-color:#e5e7eb}.web-findings-editor{display:flex;flex-direction:column;gap:var(--space-2);margin-top:2px}.web-findings-input{width:100%;font-size:var(--text-sm);padding:var(--space-2);border:1px solid #c7dbf7;border-radius:var(--radius-sm, 4px);font-family:inherit;resize:vertical}.web-findings-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.web-findings-editor-actions{display:flex;gap:var(--space-2)}.web-findings-save,.web-findings-cancel{font-size:var(--text-xs);padding:4px 10px;border-radius:var(--radius-sm, 4px);cursor:pointer;border:1px solid transparent}.web-findings-save{background:#2563eb;color:#fff}.web-findings-save:hover{background:#1d4ed8}.web-findings-cancel{background:transparent;color:#6b7280;border-color:#e5e7eb}.web-findings-cancel:hover{background:#f3f4f6;color:#1f2937}.lm-dashboard__state{padding:var(--space-8);color:var(--text-secondary);font-size:var(--text-sm)}.lm-dashboard__state--error{color:var(--text-primary)}.lm-dashboard__state-hint{margin-top:var(--space-3);color:var(--text-secondary);font-size:var(--text-xs)}.lm-dashboard__content{display:flex;flex-direction:column;gap:var(--space-6)}.lm-league-card{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-lg, 12px);overflow:hidden;box-shadow:var(--shadow-sm, 0 1px 2px rgba(0,0,0,.04))}.lm-league-card__banner{position:relative;height:160px;display:flex;align-items:center;justify-content:center}.lm-league-card__banner-cta{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:#ffffffeb;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-full, 999px);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer}.lm-league-card__banner-cta:disabled{cursor:default;opacity:.85}.lm-league-card__body{padding:var(--space-6);padding-top:var(--space-8);position:relative}.lm-league-card__logo{position:absolute;top:calc(var(--space-6) * -1);left:var(--space-6);width:88px;height:88px;border-radius:var(--radius-full, 999px);background:var(--surface-default);border:3px solid var(--surface-default);box-shadow:0 2px 8px #00000014;display:inline-flex;align-items:center;justify-content:center;color:var(--neutral-400);font-size:32px;overflow:hidden;cursor:pointer}.lm-league-card__logo:disabled{cursor:default}.lm-league-card__logo img{width:100%;height:100%;object-fit:cover}.lm-league-card__head{margin-left:104px;margin-bottom:var(--space-5)}.lm-league-card__name{font-size:var(--text-2xl, 28px);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight, -.01em);color:var(--text-primary);margin:0}.lm-league-card__meta{margin-top:var(--space-1);color:var(--text-secondary);font-size:var(--text-sm);display:flex;gap:var(--space-3)}.lm-league-card__meta span+span:before{content:"·";margin-right:var(--space-3);color:var(--neutral-400)}.lm-league-card__url{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--neutral-050);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-mono, monospace);font-size:var(--text-sm);cursor:pointer}.lm-league-card__url:hover{background:var(--neutral-100)}.lm-league-card__url-hint{color:var(--text-secondary);font-size:var(--text-xs);font-family:var(--font-sans);margin-left:var(--space-2)}.lm-league-card__pills{margin-top:var(--space-5)}.lm-league-card__pills-label{margin-bottom:var(--space-2)}.lm-league-card__pills-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.lm-pill{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid var(--border-default);border-radius:var(--radius-full, 999px);background:var(--surface-default);color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--weight-medium)}.lm-feed{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.lm-feed__head{padding:var(--space-5) var(--space-5) var(--space-3)}.lm-feed__title{font-size:var(--text-lg, 18px);font-weight:var(--weight-semibold);margin:0;color:var(--text-primary)}.lm-feed__sub{margin:var(--space-1) 0 0;font-size:var(--text-sm);color:var(--text-secondary)}.lm-feed__list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border-subtle)}.lm-feed-item{display:grid;grid-template-columns:40px 1fr auto;gap:var(--space-3);align-items:center;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-subtle)}.lm-feed-item:last-child{border-bottom:none}.lm-feed-item__icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--neutral-050);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;font-size:20px}.lm-feed-item__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.lm-feed-item__text{margin-top:2px;font-size:var(--text-xs);color:var(--text-secondary)}.lm-feed-item__cta{padding:6px 12px;border:1px solid var(--border-default);background:var(--surface-default);color:var(--text-primary);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--weight-medium);cursor:pointer}.lm-feed-item__cta:disabled{opacity:.55;cursor:not-allowed}.lm-feed-empty{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-5);display:flex;gap:var(--space-3);align-items:center;color:var(--text-secondary);font-size:var(--text-sm)}:root{--blue-950: #001228;--blue-900: #001B4A;--blue-800: #002D7A;--blue-700: #003EA8;--blue-600: #0052CC;--blue-500: #0077ED;--blue-400: #3395F5;--blue-300: #70B8FF;--blue-200: #B8D9FC;--blue-100: #DAEEFE;--blue-050: #F0F7FF;--neutral-950: #09090B;--neutral-900: #111113;--neutral-800: #27272A;--neutral-700: #3F3F46;--neutral-600: #52525B;--neutral-500: #71717A;--neutral-400: #A1A1AA;--neutral-300: #C4C4CC;--neutral-200: #E4E4E9;--neutral-150: #EBEBF0;--neutral-100: #F2F2F5;--neutral-050: #F8F8FB;--neutral-000: #FFFFFF;--green-700: #15803D;--green-600: #16A34A;--green-100: #DCFCE7;--green-050: #F0FDF4;--amber-700: #B45309;--amber-600: #D97706;--amber-100: #FEF3C7;--amber-050: #FFFBEB;--red-700: #B91C1C;--red-600: #DC2626;--red-100: #FEE2E2;--red-050: #FEF2F2;--player-1: #FF3B4F;--player-2: #F06820;--player-3: #F5A623;--player-4: #00A32E;--player-5: #C8E600;--player-6: #0040C0;--player-7: #0D9488;--player-8: #00C8E0;--player-9: #6B21A8;--player-10: #6B0030;--player-11: #546E7A;--surface-page: #F2F2F5;--surface-default: #FFFFFF;--surface-subtle: #F8F8FB;--surface-inset: #F2F2F5;--surface-overlay: rgba(0, 0, 0, .4);--surface-toast: rgba(28, 28, 32, .92);--surface-sidebar: #FFFFFF;--surface-sidebar-item: #111113;--surface-sidebar-hover: rgba(0, 0, 0, .04);--text-primary: #111113;--text-secondary: #52525B;--text-tertiary: #71717A;--text-disabled: #6C6C75;--text-placeholder: #6C6C75;--text-inverse: #FFFFFF;--text-link: #006CD5;--text-link-hover: #005ABF;--text-sidebar: #52525B;--text-sidebar-active: #FFFFFF;--text-sidebar-section: #A1A1AA;--border-subtle: #EBEBF0;--border-default: #E4E4E9;--border-strong: #C4C4CC;--border-focus: #006CD5;--border-sidebar: #EBEBF0;--interactive: #006CD5;--interactive-hover: #005ABF;--interactive-press: #002D7A;--interactive-subtle: #F0F7FF;--interactive-tint: rgba(0, 119, 237, .09);--interactive-focus-ring: 0 0 0 3px rgba(0, 108, 213, .22);--btn-split-divider: rgba(255, 255, 255, .2);--hbyb-blue: #1A50B4;--hbyb-blue-dk: #153F90;--hbyb-blue-lt: #D6E4FF;--hbyb-blue-bg: #EEF3FF;--brand-coral: #F05A4F;--brand-coral-bg: #FEF1F0;--brand-sky: #4DB8E8;--brand-sky-dark: #1B75A3;--brand-sky-bg: #EBF7FD;--brand-sky-lt: #BFE8F7;--status-success: #16A34A;--status-success-text: #166534;--status-success-bg: #F0FDF4;--status-success-border: #BBF7D0;--status-warning: #D97706;--status-warning-text: #92400E;--status-warning-bg: #FFFBEB;--status-warning-border: #FDE68A;--status-error: #DC2626;--status-error-text: #991B1B;--status-error-bg: #FEF2F2;--status-error-border: #FECACA;--status-info: #006CD5;--status-info-text: #003D8F;--status-info-bg: #F0F7FF;--status-info-border: #B8D9FC;--font-sans: "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--font-mono: "Geist Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;--text-xs: 12px;--text-sm: 14px;--text-base: 14px;--text-md: 15px;--text-lg: 17px;--text-xl: 19px;--text-2xl: 20px;--text-3xl: 24px;--text-4xl: 30px;--text-5xl: 36px;--text-6xl: 48px;--text-7xl: 60px;--text-8xl: 72px;--text-9xl: 80px;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--tracking-tight: -.025em;--tracking-snug: -.015em;--tracking-normal: 0;--tracking-wide: .02em;--space-0: 0px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08), 0 1px 3px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .05);--shadow-xl: 0 16px 40px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);--shadow-focus: 0 0 0 3px rgba(0, 108, 213, .22);--duration-instant: 80ms;--duration-fast: .15s;--duration-normal: .22s;--duration-slow: .35s;--duration-enter: .28s;--duration-exit: .18s;--ease-default: cubic-bezier(.2, 0, 0, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--transition-colors: color var(--duration-fast) var(--ease-default), background var(--duration-fast) var(--ease-default), border-color var(--duration-fast) var(--ease-default);--transition-shadow: box-shadow var(--duration-fast) var(--ease-default);--transition-transform: transform var(--duration-fast) var(--ease-default);--transition-opacity: opacity var(--duration-fast) var(--ease-default);--z-below: -1;--z-base: 0;--z-raised: 10;--z-sticky: 20;--z-overlay: 30;--z-drawer: 40;--z-modal: 50;--z-toast: 60;--size-sidebar: 260px;--size-topbar: 52px;--size-mobile-dock: 58px;--content-w: 960px;--content-w-narrow: 730px;--btn-height-xs: 24px;--btn-height-sm: 32px;--btn-height-md: 40px;--btn-height-lg: 48px;--input-height-sm: 32px;--input-height-md: 40px;--input-height-lg: 48px;--table-row-height: 44px;--table-header-height: 38px;--avatar-xs: 20px;--avatar-sm: 26px;--avatar-md: 32px;--avatar-lg: 40px;--avatar-xl: 48px;--icon-xs: 12px;--icon-sm: 14px;--icon-md: 16px;--icon-lg: 20px;--icon-xl: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--text-primary);background:var(--surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:var(--text-link);text-decoration:none;transition:var(--transition-colors)}a:hover{color:var(--text-link-hover)}:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}input,button,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;border-radius:0;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--neutral-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--neutral-400)}.tabular{font-variant-numeric:tabular-nums}.label-caps{font-size:11px;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary)}.label-caps-xs{font-size:10px;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.icon-inline{font-size:var(--icon-md);line-height:1;display:inline-flex;align-items:center}.icon-inline-sm{font-size:var(--icon-sm);line-height:1;display:inline-flex;align-items:center}.icon-inline-lg{font-size:var(--icon-lg);line-height:1;display:inline-flex;align-items:center}.dl-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border-subtle);font-size:var(--text-sm)}.dl-row:last-child{border-bottom:none}.dl-label{color:var(--text-tertiary);font-weight:var(--weight-medium)}.dl-value{color:var(--text-primary);font-weight:var(--weight-semibold);text-align:right}.card-body-sm{padding:var(--space-2) var(--space-4) var(--space-3)}.accordion{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--surface-default);overflow:hidden}.accordion.expanded{box-shadow:var(--shadow-sm)}.accordion-hd{display:flex;align-items:center;padding:10px var(--space-4);gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.accordion-hd:hover{background:var(--surface-subtle)}.accordion-body{border-top:1px solid var(--border-subtle);padding:var(--space-3) var(--space-4)}.skill-bar-row{display:flex;align-items:center;gap:var(--space-2);margin-bottom:5px}.skill-bar-label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);width:76px;flex-shrink:0}.skill-bar-track{flex:1;height:5px;background:var(--surface-inset);border-radius:var(--radius-full)}.skill-bar-fill{height:100%;border-radius:var(--radius-full)}.skill-bar-value{font-size:var(--text-xs);font-weight:var(--weight-bold);width:24px;text-align:right;font-variant-numeric:tabular-nums}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.container{max-width:var(--content-w);margin:0 auto;padding:0 var(--space-6)}.container-narrow{max-width:var(--content-w-narrow)}.content-narrow,.content-default,.content-wide{margin-left:var(--space-8);padding:var(--space-6) 0;width:100%}.content-narrow{max-width:var(--content-w-narrow)}.content-default{max-width:var(--content-w)}.content-wide{max-width:none;padding-right:var(--space-6)}.app-shell{display:flex;height:100vh;overflow:hidden}.lm-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.lm-content{flex:1;overflow-y:auto;padding:var(--space-6)}.onboarding-shell{min-height:100vh;width:100%;background:var(--neutral-950);color:var(--text-inverse);display:flex;flex-direction:column}.onboarding-topbar{height:var(--size-topbar);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);position:sticky;top:0;z-index:var(--z-sticky);background:transparent;transition:background var(--duration-normal) var(--ease-default),backdrop-filter var(--duration-normal) var(--ease-default)}.onboarding-topbar.scrolled{background:#09090bd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.onboarding-content{flex:1;display:flex;flex-direction:column;width:100%}.onboarding-panel{width:100%;max-width:600px;margin:0 auto;padding:var(--space-10) var(--space-6)}.onboarding-shell.light{background:var(--surface-page);color:var(--text-primary)}.sidebar{width:var(--size-sidebar);background:var(--surface-sidebar);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;overflow-x:hidden;border-right:1px solid var(--border-sidebar)}.sidebar-header{padding:var(--space-4) var(--space-4);border-bottom:1px solid var(--border-sidebar);display:flex;align-items:center;gap:var(--space-3)}.sidebar-logo-circle{width:36px;height:36px;border-radius:var(--radius-full);background:var(--blue-500);display:flex;align-items:center;justify-content:center;color:#fff;font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:var(--tracking-snug);flex-shrink:0;overflow:hidden}.sidebar-logo-circle img{width:100%;height:100%;object-fit:cover}.sidebar-league-name{flex:1;font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--text-primary);letter-spacing:var(--tracking-snug);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-league-switcher{width:18px;height:18px;flex-shrink:0;color:var(--text-tertiary);display:inline-flex;align-items:center;justify-content:center;font-size:14px}.sidebar-search{position:relative;margin:var(--space-3) var(--space-3) 0}.sidebar-search input{width:100%;height:32px;padding:0 38px 0 32px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-subtle);font-size:var(--text-sm);color:var(--text-primary);font-family:inherit}.sidebar-search input::placeholder{color:var(--text-placeholder)}.sidebar-search input:focus{outline:none;border-color:var(--border-focus);background:var(--surface-default)}.sidebar-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-tertiary);font-size:var(--icon-sm);pointer-events:none}.sidebar-search-kbd{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:2px;pointer-events:none}.sidebar-search-kbd kbd{font-family:inherit;font-size:11px;color:var(--text-tertiary);padding:2px 5px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-default);line-height:1}.sidebar-nav{flex:1;padding:var(--space-2) var(--space-3)}.sidebar-section{padding:var(--space-4) 0 var(--space-1)}.sidebar-section+.sidebar-section{border-top:1px solid var(--border-subtle);margin-top:var(--space-3)}.sidebar-section-label{font-size:10px;font-weight:var(--weight-semibold);color:var(--text-sidebar-section);letter-spacing:.08em;text-transform:uppercase;padding:0 var(--space-3) var(--space-2)}.sidebar-item{display:flex;align-items:center;gap:10px;height:32px;padding:0 var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-sidebar);text-decoration:none;cursor:pointer;border:none;background:transparent;width:100%;margin-bottom:0;transition:var(--transition-colors)}.sidebar-item i{font-size:var(--icon-md);flex-shrink:0;line-height:1;display:inline-flex;align-items:center}.sidebar-item:hover{background:var(--surface-sidebar-hover);color:var(--text-primary)}.sidebar-item.active{background:var(--surface-sidebar-item);color:var(--text-sidebar-active);font-weight:600}.sidebar-item.active i{color:var(--text-sidebar-active)}.sidebar-item-chevron{margin-left:auto;font-size:14px;color:var(--text-tertiary)}.sidebar-badge,.sidebar-badge-muted{margin-left:auto;min-width:22px;height:20px;padding:0 7px;border-radius:var(--radius-full);background:transparent;border:1px solid var(--border-default);color:var(--text-secondary);font-size:11px;font-weight:var(--weight-semibold);display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.sidebar-item.active .sidebar-badge,.sidebar-item.active .sidebar-badge-muted{border-color:#ffffff4d;color:#ffffffd9}.sidebar-footer{margin-top:auto;padding:var(--space-3) var(--space-3);border-top:1px solid var(--border-sidebar)}.sidebar-user{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-colors)}.sidebar-user:hover{background:var(--surface-sidebar-hover)}.sidebar-user-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:var(--blue-500);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:var(--weight-bold);flex-shrink:0;overflow:hidden}.sidebar-user-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-user-meta{display:flex;flex-direction:column;min-width:0}.sidebar-user-name{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);line-height:1.2}.sidebar-user-role{font-size:12px;color:var(--text-tertiary);line-height:1.2;margin-top:2px}.topbar{height:var(--size-topbar);background:var(--surface-default);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;padding:0 var(--space-6);gap:var(--space-4);flex-shrink:0;position:sticky;top:0;z-index:var(--z-sticky)}.topbar-title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);letter-spacing:var(--tracking-snug)}.topbar-sub{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:1px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:var(--space-2)}.nav{position:sticky;top:0;z-index:var(--z-sticky);height:60px;background:var(--neutral-950);border-bottom:1px solid rgba(255,255,255,.07)}.nav-inner{max-width:var(--content-w);margin:0 auto;padding:0 var(--space-6);height:100%;display:flex;align-items:center;gap:var(--space-8)}.nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo img{height:52px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:var(--space-1);flex:1;list-style:none}.nav-links a{display:block;padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:#ffffff8c;text-decoration:none;border-radius:var(--radius-md);transition:var(--transition-colors)}.nav-links a:hover{color:#fff;background:#ffffff12}.nav-links a.active{color:#fff;font-weight:var(--weight-semibold)}.nav-right{display:flex;align-items:center;gap:var(--space-2);margin-left:auto;flex-shrink:0}.nav-cta{display:inline-flex;align-items:center;gap:var(--space-2);height:34px;padding:0 var(--space-4);border-radius:var(--radius-md);background:var(--hbyb-blue);color:#fff;text-decoration:none;font-size:var(--text-sm);font-weight:var(--weight-semibold);border:none;cursor:pointer;transition:var(--transition-colors);white-space:nowrap}.nav-cta:hover{background:var(--hbyb-blue-dk);color:#fff}.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:0 var(--space-4);height:var(--btn-height-md);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);border-radius:var(--radius-md);border:none;cursor:pointer;transition:var(--transition-colors);white-space:nowrap;text-decoration:none;flex-shrink:0}.btn i{font-size:var(--icon-sm);line-height:1;display:inline-flex;align-items:center}.btn-primary{background:linear-gradient(180deg,#3ea1f2,#1a7fd4);color:#fff;box-shadow:0 1px 3px #1464b42e}.btn-primary:hover{background:linear-gradient(180deg,#4aa8f4,#1e88e5);box-shadow:0 2px 8px #1464b440}.btn-primary:active{background:#1478c5;box-shadow:none}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-default)}.btn-secondary:hover{background:var(--surface-subtle);border-color:var(--border-strong)}.btn-tinted{background:transparent;color:var(--interactive);border:1px solid var(--interactive)}.btn-tinted:hover{background:var(--interactive-subtle)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--surface-subtle);color:var(--text-primary)}.btn-danger{background:transparent;color:var(--status-error);border:1px solid var(--status-error-border)}.btn-danger:hover{background:var(--status-error-bg)}.btn-warn{background:transparent;color:var(--status-warning);border:1px solid var(--status-warning-border)}.btn-warn:hover{background:var(--status-warning-bg)}.btn-xs{height:var(--btn-height-xs);padding:0 var(--space-2);font-size:12px}.btn-sm{height:var(--btn-height-sm);padding:0 var(--space-3);font-size:var(--text-xs)}.btn-lg{height:var(--btn-height-lg);padding:0 var(--space-6);font-size:var(--text-base)}.btn-icon{width:40px;padding:0;justify-content:center}.btn-icon.btn-sm{width:32px}.btn-icon.btn-lg{width:48px}.input{height:var(--input-height-md);padding:0 var(--space-3);background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-primary);outline:none;width:100%;transition:var(--transition-colors),box-shadow var(--duration-fast)}.input:focus{border-color:var(--border-focus);box-shadow:var(--shadow-focus)}.input::placeholder{color:var(--text-placeholder)}.input:disabled{background:var(--surface-inset);color:var(--text-disabled);cursor:not-allowed}.input-lg{height:var(--input-height-lg);font-size:var(--text-base)}.input-sm{height:var(--input-height-sm);font-size:var(--text-xs)}.input-wrap{position:relative}.input-icon-left{position:absolute;left:var(--space-3);top:50%;transform:translateY(-50%);color:var(--text-tertiary);font-size:var(--icon-md);pointer-events:none;line-height:1;display:inline-flex;align-items:center}.input-icon-right{position:absolute;right:var(--space-3);top:50%;transform:translateY(-50%);color:var(--text-tertiary);font-size:var(--icon-md);pointer-events:none;line-height:1;display:inline-flex;align-items:center}.input-wrap .input{padding-left:34px}.input-wrap .input.has-right{padding-right:34px}.card{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md)}.card-pad{padding:var(--space-5) var(--space-6)}.card-hd{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-subtle)}.card-title{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.card-body{padding:var(--space-5)}.card-ft{padding:var(--space-4) var(--space-5);border-top:1px solid var(--border-subtle);background:var(--surface-subtle);border-radius:0 0 var(--radius-md) var(--radius-md)}.stat-card{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-5) var(--space-6)}.stat-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);letter-spacing:var(--tracking-wide);margin-bottom:var(--space-2);text-transform:uppercase}.stat-value{font-size:var(--text-5xl);font-weight:var(--weight-bold);color:var(--text-primary);letter-spacing:var(--tracking-tight);font-variant-numeric:tabular-nums;line-height:var(--leading-tight)}.stat-delta{display:inline-flex;align-items:center;gap:4px;font-size:var(--text-xs);font-weight:var(--weight-semibold);margin-top:var(--space-2)}.delta-up{color:var(--status-success)}.delta-down{color:var(--status-error)}.delta-neutral{color:var(--text-tertiary)}.action-card{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-5);padding-left:20px;position:relative;overflow:hidden}.action-card:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;border-radius:9999px}.action-card.urgent:before{background:var(--status-error)}.action-card.warning:before{background:var(--status-warning)}.action-card.info:before{background:var(--interactive)}.action-card.success:before{background:var(--status-success)}.ac-head{display:flex;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3)}.ac-label{font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase}.ac-label.urgent{color:var(--status-error-text)}.ac-label.warning{color:var(--status-warning-text)}.ac-label.info{color:var(--interactive)}.ac-label.success{color:var(--status-success-text)}.ac-timestamp{margin-left:auto;font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap}.ac-body{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal);margin-bottom:var(--space-4)}.ac-body strong{color:var(--text-primary);font-weight:var(--weight-semibold)}.ac-actions{display:flex;align-items:center;gap:var(--space-3)}.ac-assignee{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-tertiary);margin-left:auto}.badge{display:inline-flex;align-items:center;gap:5px;font-size:var(--text-xs);font-weight:var(--weight-semibold)}.badge-dot{width:6px;height:6px;border-radius:var(--radius-full);flex-shrink:0}.badge-success{color:var(--status-success-text)}.badge-success .badge-dot{background:var(--status-success)}.badge-warning{color:var(--status-warning-text)}.badge-warning .badge-dot{background:var(--status-warning)}.badge-error{color:var(--status-error-text)}.badge-error .badge-dot{background:var(--status-error)}.badge-info{color:var(--status-info-text)}.badge-info .badge-dot{background:var(--status-info)}.badge-neutral{color:var(--text-tertiary)}.badge-neutral .badge-dot{background:var(--neutral-400)}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;border:1px solid var(--border-default);background:transparent}.pill-success{color:var(--status-success)}.pill-warning{color:var(--status-warning)}.pill-error{color:var(--status-error)}.pill-info{color:var(--interactive)}.pill-neutral{color:var(--text-secondary)}.count-badge{min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);background:var(--status-error);color:#fff;font-size:11px;font-weight:var(--weight-bold);display:inline-flex;align-items:center;justify-content:center}.avatar{border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-weight:var(--weight-bold);color:#fff;flex-shrink:0;font-size:12px}.av-xs{width:var(--avatar-xs);height:var(--avatar-xs);font-size:10px}.av-sm{width:var(--avatar-sm);height:var(--avatar-sm);font-size:11px}.av-md{width:var(--avatar-md);height:var(--avatar-md);font-size:12px}.av-lg{width:var(--avatar-lg);height:var(--avatar-lg);font-size:14px}.av-xl{width:var(--avatar-xl);height:var(--avatar-xl);font-size:16px}.avatar-group{display:flex;align-items:center}.avatar-group .avatar{border:2px solid var(--surface-default);margin-left:-6px}.avatar-group .avatar:first-child{margin-left:0}.table-wrap{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.table-header{display:flex;align-items:center;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-subtle);gap:var(--space-3)}.table-title{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.table-count{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);background:var(--surface-subtle);border:1px solid var(--border-subtle);padding:2px var(--space-2);border-radius:var(--radius-full)}.table-actions{margin-left:auto;display:flex;gap:var(--space-2)}.lm-table{width:100%;border-collapse:collapse}.lm-table thead th{height:var(--table-header-height);background:var(--surface-subtle);padding:0 var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);text-align:left;border-bottom:1px solid var(--border-subtle);white-space:nowrap}.lm-table thead th.num{text-align:right}.lm-table tbody tr{border-bottom:1px solid var(--border-subtle);transition:background var(--duration-fast) var(--ease-default)}.lm-table tbody tr:last-child{border-bottom:none}.lm-table tbody tr:hover{background:var(--surface-subtle)}.lm-table tbody td{height:var(--table-row-height);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--text-primary);vertical-align:middle}.lm-table tbody td.num{text-align:right;font-variant-numeric:tabular-nums}.lm-table tbody td.secondary{color:var(--text-secondary)}.lm-table tbody td.muted{color:var(--text-tertiary)}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border-default)}.tab-btn{height:42px;padding:0 var(--space-4);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-tertiary);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;margin-bottom:-1px;transition:var(--transition-colors)}.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{color:var(--text-primary);font-weight:var(--weight-semibold);border-bottom-color:var(--text-primary)}.seg-control{display:flex;align-items:center;gap:2px;background:var(--surface-inset);border-radius:var(--radius-md);padding:3px}.seg-btn{height:28px;padding:0 var(--space-3);border-radius:6px;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:var(--space-2);white-space:nowrap;transition:var(--transition-colors),box-shadow var(--duration-fast)}.seg-btn:hover{color:var(--text-secondary)}.seg-btn.active{background:var(--surface-default);color:var(--text-primary);font-weight:var(--weight-semibold);box-shadow:0 1px 3px #00000014,0 0 0 1px var(--border-default)}.callout{position:relative;display:flex;align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-5) var(--space-5) var(--space-7);border-radius:var(--radius-md);background:var(--surface-default);border:1px solid var(--border-default);--callout-color: var(--border-strong)}.callout:before{content:"";position:absolute;left:12px;top:12px;bottom:12px;width:2px;border-radius:1px;background:var(--callout-color)}.callout i{font-size:var(--icon-md);flex-shrink:0;margin-top:1px}.callout-body{flex:1}.callout-title{font-size:var(--text-sm);font-weight:var(--weight-semibold);margin-bottom:3px;color:var(--text-primary)}.callout-text{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}.callout-success{--callout-color: var(--status-success)}.callout-success i{color:var(--status-success)}.callout-warning{--callout-color: var(--status-warning)}.callout-warning i{color:var(--status-warning)}.callout-error{--callout-color: var(--status-error)}.callout-error i{color:var(--status-error)}.callout-info{--callout-color: var(--interactive)}.callout-info i{color:var(--interactive)}.callout.warn{--callout-color: var(--status-warning)}.callout.warn i{color:var(--status-warning)}.callout.info{--callout-color: var(--interactive)}.callout.info i{color:var(--interactive)}.callout.success{--callout-color: var(--status-success)}.callout.success i{color:var(--status-success)}.progress-wrap{background:var(--surface-inset);border-radius:var(--radius-full);height:6px;overflow:hidden}.progress-fill{height:100%;border-radius:var(--radius-full);background:var(--interactive);transition:width var(--duration-slow) var(--ease-default)}.progress-fill.success{background:var(--status-success)}.progress-fill.warning{background:var(--status-warning)}.progress-fill.error{background:var(--status-error)}.toast{display:flex;align-items:center;gap:var(--space-3);background:var(--surface-toast);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-5) var(--space-3) var(--space-4);box-shadow:var(--shadow-lg);max-width:360px;z-index:var(--z-toast)}.toast i{font-size:var(--icon-md);flex-shrink:0}.toast-text{font-size:var(--text-sm);font-weight:var(--weight-medium);color:#ffffffeb;flex:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16) var(--space-6);gap:var(--space-3)}.empty-icon{font-size:36px;color:var(--text-disabled);margin-bottom:var(--space-2)}.empty-title{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.empty-desc{font-size:var(--text-sm);color:var(--text-tertiary);max-width:300px;line-height:var(--leading-relaxed)}.dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:var(--z-overlay);min-width:180px;padding:var(--space-2) 0}.dropdown-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);text-decoration:none;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:var(--transition-colors)}.dropdown-item:hover{background:var(--surface-subtle);color:var(--text-primary)}.dropdown-divider{height:1px;background:var(--border-subtle);margin:var(--space-1) 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--surface-overlay);z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.modal{background:var(--surface-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:480px}.modal-hd{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-subtle)}.modal-title{font-size:var(--text-xl);font-weight:var(--weight-semibold);color:var(--text-primary)}.modal-body{padding:var(--space-6)}.modal-ft{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border-subtle);background:var(--surface-subtle);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.live-badge{display:inline-flex;align-items:center;gap:5px;padding:2px var(--space-2);border-radius:var(--radius-full);background:var(--status-success-bg);color:var(--status-success-text);border:1px solid var(--status-success-border);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.05em}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--status-success);animation:pulse-live 1.4s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field-label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.field-hint{font-size:var(--text-xs);color:var(--text-tertiary)}.page-hero{background:var(--neutral-950);border-bottom:1px solid rgba(255,255,255,.07);padding:var(--space-5) 0 var(--space-5)}.page-hero-inner{max-width:var(--content-w);margin:0 auto;padding:0 var(--space-6)}.page-hero-eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.07em;text-transform:uppercase;color:var(--brand-sky);margin-bottom:var(--space-2)}.page-hero-eyebrow:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand-sky)}.page-hero-h1{font-size:clamp(26px,3.5vw,36px);font-weight:var(--weight-bold);letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:var(--space-2)}.page-hero-meta{display:flex;align-items:center;gap:var(--space-5);flex-wrap:wrap}.page-hero-chip{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:#ffffff73}.page-hero-chip i{font-size:14px;color:#ffffff4d}.page-layout{max-width:var(--content-w);margin:0 auto;padding:var(--space-10) var(--space-6) var(--space-20);display:grid;grid-template-columns:220px 1fr;gap:var(--space-10);align-items:start}.side-nav{position:sticky;top:84px;background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-3) 0}.side-nav-hd{font-size:11px;font-weight:var(--weight-semibold);letter-spacing:.07em;text-transform:uppercase;color:var(--text-disabled);padding:var(--space-1) var(--space-4) var(--space-2)}.side-nav a{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);text-decoration:none;border-left:2px solid transparent;transition:var(--transition-colors)}.side-nav a:hover{color:var(--text-primary);background:var(--surface-subtle)}.side-nav a.active{color:var(--hbyb-blue);font-weight:var(--weight-semibold);border-left-color:var(--hbyb-blue);background:transparent}.side-nav-divider{height:1px;background:var(--border-subtle);margin:var(--space-2) 0}.rules-content{display:flex;flex-direction:column;gap:var(--space-8)}.rule-section{background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.rule-section-hd{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-subtle);background:var(--surface-subtle)}.rule-section-icon{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--surface-inset)}.rule-section-icon i{font-size:16px;color:var(--text-secondary)}.rule-section-title{font-size:var(--text-xl);font-weight:var(--weight-semibold);letter-spacing:-.01em;color:var(--text-primary)}.rule-section-body{padding:var(--space-6)}.rule-section-body>*+*{margin-top:var(--space-5)}.rule-p{font-size:var(--text-base);color:var(--text-secondary);line-height:1.75}.rule-p strong{color:var(--text-primary);font-weight:var(--weight-semibold)}.rule-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.rule-list li{display:flex;align-items:baseline;gap:var(--space-3);font-size:var(--text-base);color:var(--text-secondary);line-height:1.6}.rule-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand-sky-dark);flex-shrink:0;margin-top:7px}.rule-list li strong{color:var(--text-primary);font-weight:var(--weight-semibold)}.rule-sub{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-3);display:flex;align-items:center;gap:var(--space-2)}.rule-sub i{font-size:14px;color:var(--text-tertiary)}.enforcement-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-inset);border-radius:var(--radius-md)}.enforcement-badge{display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:24px;padding:0 var(--space-3);border-radius:var(--radius-full);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;background:transparent;border:1px solid var(--border-default)}.badge-warn{color:var(--status-warning)}.badge-error{color:var(--status-error)}.enforcement-text{font-size:var(--text-sm);color:var(--text-secondary)}.rule-table-wrap{border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.rule-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:var(--text-sm)}.rule-table th{padding:var(--space-2) var(--space-4);text-align:left;font-weight:var(--weight-semibold);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);background:var(--surface-subtle);border-bottom:1px solid var(--border-default);white-space:nowrap}.rule-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);vertical-align:middle;line-height:1.5}.rule-table tr:last-child td{border-bottom:none}.rule-table tr:hover td{background:var(--surface-subtle)}.rule-table .td-div{font-weight:var(--weight-medium);color:var(--text-primary)}.rule-table .td-num{font-variant-numeric:tabular-nums;white-space:nowrap}.rule-table .td-center{text-align:center}.div-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:var(--radius-full);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.03em;white-space:nowrap;border:1px solid var(--border-default);background:transparent}.div-tag-boys{color:var(--hbyb-blue)}.div-tag-girls{color:var(--brand-coral)}.rule-2col{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.rule-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.rule-stat{padding:var(--space-4) var(--space-5);background:var(--surface-inset);border-radius:var(--radius-md);text-align:center}.rule-stat-num{font-size:var(--text-3xl);font-weight:var(--weight-bold);letter-spacing:-.03em;color:var(--text-primary);line-height:1;margin-bottom:var(--space-1)}.rule-stat-label{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:var(--weight-medium);letter-spacing:.02em}.defense-key{display:flex;gap:var(--space-6);flex-wrap:wrap;margin-bottom:var(--space-4)}.key-item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-tertiary)}.key-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.key-yes{background:#d1fae5;border:1px solid #A7F3D0}.key-no{background:var(--surface-inset);border:1px solid var(--border-default)}.key-cond{background:#fef3c7;border:1px solid #FDE68A}.cell-yes{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:var(--weight-semibold);color:var(--status-success)}.cell-yes:before{content:"✓";font-size:12px}.cell-no{font-size:12px;font-weight:var(--weight-medium);color:var(--text-disabled)}.cell-cond{display:inline-flex;align-items:center;font-size:12px;font-weight:var(--weight-semibold);color:var(--status-warning)}.lm-signin-wrap{position:relative}.lm-signin-btn{display:inline-flex;align-items:center;gap:var(--space-2);height:34px;padding:0 var(--space-3);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);color:#ffffff73;background:transparent;border:none;cursor:pointer;transition:var(--transition-colors);white-space:nowrap}.lm-signin-btn:hover{color:#ffffffd9;background:#ffffff12}.lm-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-2) 0;min-width:230px;box-shadow:var(--shadow-md);z-index:200}.lm-signin-wrap:hover .lm-dropdown,.lm-signin-wrap:focus-within .lm-dropdown{display:block}.lm-dropdown-hd{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-2)}.lm-dropdown-hd-title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.lm-dropdown-hd-sub{font-size:12px;color:var(--text-tertiary);margin-top:1px}.lm-dropdown a{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);text-decoration:none;transition:var(--transition-colors)}.lm-dropdown a:hover{background:var(--surface-subtle);color:var(--text-primary)}.lm-dropdown a i{font-size:var(--text-base);color:var(--text-tertiary);flex-shrink:0}.lm-dropdown-divider{height:1px;background:var(--border-subtle);margin:var(--space-1) 0}.lm-portal-tag{margin-left:auto;font-size:11px;font-weight:var(--weight-semibold);letter-spacing:.04em;padding:2px 8px;border-radius:var(--radius-full);flex-shrink:0;border:1px solid var(--border-default);background:transparent}.tag-admin{color:var(--hbyb-blue)}.tag-parent{color:var(--brand-coral)}footer{background:var(--neutral-950);padding:var(--space-12) 0 var(--space-10)}.footer-inner{max-width:var(--content-w);margin:0 auto;padding:0 var(--space-6)}.footer-top{display:flex;justify-content:space-between;gap:var(--space-12);padding-bottom:var(--space-10);border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:var(--space-8)}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.footer-brand-desc{font-size:var(--text-sm);color:#ffffff59;line-height:1.65}.footer-cols{display:flex;gap:var(--space-16)}.footer-col-hd{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.07em;text-transform:uppercase;color:#ffffff4d;margin-bottom:var(--space-3)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.footer-col a{font-size:var(--text-sm);color:#ffffff80;text-decoration:none;transition:var(--transition-colors)}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);font-size:var(--text-sm);color:#ffffff40}.divider{border:none;border-top:1px solid var(--border-subtle);margin:var(--space-5) 0}.activity-item{display:flex;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border-subtle)}.activity-item:last-child{border-bottom:none}.activity-dot-wrap{display:flex;flex-direction:column;align-items:center;padding-top:3px}.activity-dot{width:8px;height:8px;border-radius:var(--radius-full);flex-shrink:0;background:var(--neutral-300)}.activity-line{width:1px;background:var(--border-subtle);flex:1;margin-top:4px}.activity-content{flex:1}.activity-text{font-size:var(--text-sm);color:var(--text-primary);line-height:var(--leading-snug)}.activity-text strong{font-weight:var(--weight-semibold)}.activity-time{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:3px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.ml-auto{margin-left:auto}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-disabled{color:var(--text-disabled)}.font-medium{font-weight:var(--weight-medium)}.font-semibold{font-weight:var(--weight-semibold)}.font-bold{font-weight:var(--weight-bold)}.uppercase{text-transform:uppercase;letter-spacing:var(--tracking-wide)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.input-error,.input.input-error{border-color:var(--status-error)}.input-error:focus{box-shadow:0 0 0 3px #dc262626;border-color:var(--status-error)}.input-success,.input.input-success{border-color:var(--status-success)}.input-success:focus{box-shadow:0 0 0 3px #16a34a26;border-color:var(--status-success)}.field-error{font-size:var(--text-xs);color:var(--status-error-text);display:flex;align-items:center;gap:4px}.field-success{font-size:var(--text-xs);color:var(--status-success-text);display:flex;align-items:center;gap:4px}.lm-checkbox{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.lm-checkbox input{position:absolute;opacity:0;width:0;height:0}.lm-check-box{width:18px;height:18px;border-radius:var(--radius-xs);border:1.5px solid var(--border-strong);background:var(--surface-default);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition-colors)}.lm-check-box i{font-size:12px;color:#fff;opacity:0;transition:opacity var(--duration-fast)}.lm-checkbox input:checked~.lm-check-box{background:var(--interactive);border-color:var(--interactive)}.lm-checkbox input:checked~.lm-check-box i{opacity:1}.lm-checkbox:hover .lm-check-box{border-color:var(--interactive)}.lm-checkbox:has(input:disabled){opacity:.5;cursor:not-allowed;pointer-events:none}.lm-checkbox input:focus-visible~.lm-check-box{box-shadow:var(--shadow-focus)}.lm-radio{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.lm-radio input{position:absolute;opacity:0;width:0;height:0}.lm-radio-dot{width:18px;height:18px;border-radius:var(--radius-full);border:1.5px solid var(--border-strong);background:var(--surface-default);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition-colors)}.lm-radio-dot:after{content:"";width:8px;height:8px;border-radius:var(--radius-full);background:transparent;transition:background var(--duration-fast)}.lm-radio input:checked~.lm-radio-dot{border-color:var(--interactive)}.lm-radio input:checked~.lm-radio-dot:after{background:var(--interactive)}.lm-radio:hover .lm-radio-dot{border-color:var(--interactive)}.lm-radio input:focus-visible~.lm-radio-dot{box-shadow:var(--shadow-focus)}.lm-toggle{display:inline-flex;cursor:pointer;flex-shrink:0}.lm-toggle input{position:absolute;opacity:0;width:0;height:0}.lm-toggle-track{width:40px;height:22px;border-radius:var(--radius-full);background:var(--neutral-300);position:relative;transition:background var(--duration-fast) var(--ease-default)}.lm-toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:var(--radius-full);background:#fff;box-shadow:0 1px 3px #00000026;transition:transform var(--duration-fast) var(--ease-default)}.lm-toggle input:checked~.lm-toggle-track{background:var(--interactive)}.lm-toggle input:checked~.lm-toggle-track .lm-toggle-thumb{transform:translate(18px)}.lm-toggle input:focus-visible~.lm-toggle-track{box-shadow:var(--shadow-focus)}.lm-toggle input:disabled~.lm-toggle-track{opacity:.5;cursor:not-allowed}.lm-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:32px;cursor:pointer}.alert-banner{display:flex;align-items:center;gap:var(--space-3);background:var(--surface-default);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);padding-left:20px;position:relative;overflow:hidden}.alert-accent{position:absolute;left:6px;top:6px;bottom:6px;width:2px;border-radius:9999px}.alert-success .alert-accent{background:var(--status-success)}.alert-warning .alert-accent{background:var(--status-warning)}.alert-error .alert-accent{background:var(--status-error)}.alert-info .alert-accent{background:var(--interactive)}.alert-icon{font-size:18px;flex-shrink:0}.alert-text{flex:1;font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.alert-text strong{color:var(--text-primary);font-weight:var(--weight-semibold)}.alert-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;color:var(--text-disabled);transition:var(--transition-colors);flex-shrink:0}.alert-close:hover{background:var(--surface-subtle);color:var(--text-secondary)}.display-xl{font-size:var(--text-9xl);font-weight:var(--weight-semibold);letter-spacing:-.035em;line-height:var(--leading-none)}.display-lg{font-size:var(--text-8xl);font-weight:var(--weight-semibold);letter-spacing:-.03em;line-height:1.05}.display-md{font-size:var(--text-7xl);font-weight:var(--weight-semibold);letter-spacing:-.025em;line-height:1.1}.display-sm{font-size:var(--text-6xl);font-weight:var(--weight-semibold);letter-spacing:-.02em;line-height:var(--leading-tight)}.display-xs{font-size:var(--text-5xl);font-weight:var(--weight-semibold);letter-spacing:-.02em;line-height:var(--leading-tight)}.headline-bold{font-weight:var(--weight-semibold);color:var(--text-primary)}.headline-light{font-weight:var(--weight-semibold);color:var(--text-tertiary)}.headline-accent{font-weight:var(--weight-semibold);color:var(--status-success)}.mixed-headline{font-size:clamp(24px,4vw,48px);line-height:var(--leading-tight);letter-spacing:-.02em}.mixed-headline strong{font-weight:var(--weight-semibold);color:var(--text-primary)}.mixed-headline span{font-weight:var(--weight-semibold);color:var(--text-tertiary)}.hero-stack{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:680px;margin:0 auto;gap:var(--space-5)}.hero-eyebrow{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-tertiary);letter-spacing:var(--tracking-wide)}.hero-headline{font-size:clamp(48px,7vw,80px);font-weight:var(--weight-semibold);letter-spacing:-.035em;line-height:var(--leading-none);color:var(--text-primary)}.hero-body{font-size:var(--text-lg);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:560px}.explainer-block{display:flex;flex-direction:column;font-size:clamp(20px,3.5vw,36px);letter-spacing:-.02em;line-height:var(--leading-snug);gap:2px}.explainer-accent{font-weight:var(--weight-semibold)}.explainer-body{font-weight:var(--weight-semibold);color:var(--text-primary)}.section-intro{max-width:600px}.section-intro-headline{font-size:clamp(24px,4vw,48px);font-weight:var(--weight-semibold);letter-spacing:-.02em;line-height:var(--leading-tight);color:var(--text-primary);margin-bottom:var(--space-4)}.section-intro-body{font-size:var(--text-md);color:var(--text-secondary);line-height:var(--leading-relaxed)}#root{min-height:100vh}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
