@font-face{font-family:BioRhyme;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/BioRhyme-Regular-Fjbs2BHw.ttf) format("truetype")}@font-face{font-family:BioRhyme;font-weight:700;font-style:normal;font-display:swap;src:url(/assets/BioRhyme-Bold-s7O2_YaV.ttf) format("truetype")}@font-face{font-family:Raleway;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/Raleway-Regular-DvTJ9m8N.ttf) format("truetype")}@font-face{font-family:Raleway;font-weight:700;font-style:normal;font-display:swap;src:url(/assets/Raleway-Bold-Kxd-iP6T.ttf) format("truetype")}@font-face{font-family:JetBrains Mono;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/JetBrainsMono-Regular-BQaDgvhP.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:700;font-style:normal;font-display:swap;src:url(/assets/JetBrainsMono-Bold-D4WEaHbo.woff2) format("woff2")}:root{--theme-primary: #8B5CF6;--theme-primary-hover: #7C3AED;--theme-secondary: #F59E0B;--theme-success: #22C55E;--theme-warning: #F59E0B;--theme-danger: #EF4444;--theme-muted: #6B7280;--theme-background: #FFFFFF;--theme-surface: #F9FAFB;--theme-text: #111827;--theme-text-muted: #6B7280;--theme-border: #E5E7EB;--font-heading: "BioRhyme", Georgia, serif;--font-body: "Raleway", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}:root{--color-primary: #8B5CF6;--color-primary-hover: #7C3AED;--color-secondary: #F59E0B;--color-success: #22C55E;--color-warning: #f59e0b;--color-error: #ef4444;--color-alert: #EF4444;--color-info: #6366F1;--color-info-hover: #4F46E5;--color-overlay-dark: rgba(0, 0, 0, .6);--color-overlay-light: rgba(255, 255, 255, .1);--color-bg-primary: #0F0A14;--color-bg-card: #1A1424;--color-bg-hover: #251D32;--color-background: #0F0A14;--color-surface: #1A1424;--color-border: #2D1F3D;--color-text: #FFFFFF;--color-text-muted: #A1A1A1;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-family: var(--font-body);--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--color-status-draft-bg: #fef3c7;--color-status-draft-text: #92400e;--color-status-published-bg: #d1fae5;--color-status-published-text: #065f46;--color-status-error-bg: #fee2e2;--color-status-saving: #f59e0b;--color-status-saved: #10b981;--z-dropdown: 1000;--z-modal: 2000;--z-toast: 3000}.theme-light{--color-bg-primary: #FFFFFF;--color-bg-card: #F9FAFB;--color-bg-hover: #F3F4F6;--color-background: #FFFFFF;--color-surface: #F9FAFB;--color-text: #111827;--color-text-muted: #6B7280;--color-border: #E5E7EB;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-background);line-height:1.5}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:var(--spacing-xl)}h1{color:var(--color-primary);margin-bottom:var(--spacing-md)}.btn{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-size:1rem;cursor:pointer;transition:background-color .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.toast-container{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:var(--spacing-sm);z-index:10000}.toast{padding:.75rem 1rem;border-radius:var(--radius-md);color:#fff;font-size:.875rem;box-shadow:var(--shadow-md);animation:toast-slide-in .3s ease}.toast-success{background-color:var(--color-success)}.toast-error{background-color:var(--color-error)}.toast-warning{background-color:#e67e22}.toast-info{background-color:var(--color-primary, #8B5CF6)}.toast-fade-out{animation:toast-fade-out .3s ease forwards}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}.error-state{max-width:400px;margin:4rem auto;text-align:center;padding:var(--spacing-xl)}.error-state p{color:var(--color-text-muted);margin-bottom:var(--spacing-lg)}.app-shell{display:flex;height:100vh;overflow:hidden}.app-sidebar{width:180px;display:flex;flex-direction:column;background:var(--color-bg-card);border-right:1px solid var(--color-border);flex-shrink:0;z-index:100;transition:width .2s ease;overflow:hidden}.app-sidebar.collapsed{width:56px}.sidebar-brand{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--color-primary);font-weight:700;font-size:1rem;white-space:nowrap;overflow:hidden}.app-sidebar.collapsed .sidebar-brand{justify-content:center;padding:.75rem 0}.sidebar-brand-img{width:1.75rem;height:1.75rem;object-fit:contain;flex-shrink:0;border-radius:4px}.sidebar-nav{flex:1;overflow-y:auto}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-item{display:flex;align-items:center;gap:.625rem;padding:.5rem 1rem;color:var(--color-text);text-decoration:none;white-space:nowrap;overflow:hidden;cursor:pointer;transition:background-color .15s,color .15s}.sidebar-item:hover{background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.sidebar-item.active{background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-primary)}.sidebar-item[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.sidebar-icon{font-size:1.44rem;width:1.44rem;flex-shrink:0;text-align:center}.sidebar-label{overflow:hidden;text-overflow:ellipsis;opacity:1;width:auto;transition:opacity .15s ease}.app-sidebar.collapsed .sidebar-label{opacity:0;width:0;visibility:hidden}.app-sidebar.collapsed .sidebar-item{justify-content:center;padding:.5rem 0}.sidebar-footer{margin-top:auto;border-top:1px solid var(--color-border);padding:.5rem 0}.sidebar-notifications-slot{min-height:0}.sidebar-user{color:var(--color-text-muted);font-size:.875rem}.sidebar-toggle{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:.5rem 1rem;background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:1rem;transition:color .15s}.sidebar-toggle:hover{color:var(--color-primary)}.sidebar-toggle-expand{display:none}.app-sidebar.collapsed .sidebar-toggle{justify-content:center;padding:.5rem 0}.app-sidebar.collapsed .sidebar-toggle-collapse{display:none}.app-sidebar.collapsed .sidebar-toggle-expand{display:inline}#main-content{flex:1;overflow-y:auto;min-width:0}.sidebar-mobile-toggle{display:none;position:fixed;top:.5rem;left:.5rem;z-index:201;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-size:1.25rem;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;cursor:pointer}.sidebar-mobile-toggle.session-hidden{display:none!important}.sidebar-backdrop{display:none}@media (max-width: 767px){.app-sidebar{position:fixed;top:0;left:-180px;height:100vh;z-index:200;transition:left .2s ease}.app-sidebar.collapsed{width:180px;left:-180px}.app-shell.mobile-open .app-sidebar,.app-shell.mobile-open .app-sidebar.collapsed{left:0}.sidebar-mobile-toggle{display:flex}.app-shell.mobile-open .sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}#main-content{padding-top:3rem}}@media print{.app-sidebar,.sidebar-backdrop,.sidebar-mobile-toggle{display:none!important}.app-shell{grid-template-columns:1fr}}.quiz-list-page{max-width:1200px;margin:0 auto;padding:var(--spacing-xl)}.quiz-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl)}.quiz-list-header h1{margin:0}.quiz-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-lg)}.empty-state{grid-column:1 / -1;text-align:center;color:var(--color-text-muted);padding:var(--spacing-2xl)}.quiz-card{position:relative;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-lg);cursor:pointer;transition:box-shadow .2s,border-color .2s}.quiz-card-delete-btn{position:absolute;top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;font-size:1.25rem;line-height:1;color:var(--color-text-muted);opacity:0;transition:all .15s}.quiz-card:hover .quiz-card-delete-btn{opacity:1}.quiz-card-delete-btn:hover{background-color:color-mix(in srgb,var(--color-error) 15%,transparent);color:var(--color-error)}.quiz-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary)}.quiz-card-title{margin:0 0 .5rem;font-size:1.125rem;color:var(--color-text)}.quiz-card-description{margin:0 0 1rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.4}.quiz-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.quiz-card-status{padding:.25rem .5rem;border-radius:var(--radius-sm);font-weight:500}.quiz-card-status.draft{background-color:var(--color-status-draft-bg);color:var(--color-status-draft-text)}.quiz-card-status.published{background-color:var(--color-status-published-bg);color:var(--color-status-published-text)}.quiz-card-date{color:var(--color-text-muted)}.quiz-card-launch-btn{margin-top:.75rem;width:100%}.btn-launch{background-color:var(--color-success, #22c55e);color:#fff}.btn-launch:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-success) 75%,black)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.quiz-editor{max-width:800px;margin:0 auto;padding:var(--spacing-xl)}.quiz-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl)}.back-link{color:var(--color-primary);text-decoration:none;font-size:.875rem}.back-link:hover{text-decoration:underline}.quiz-status{padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;background-color:var(--color-status-draft-bg);color:var(--color-status-draft-text)}.quiz-header{margin-bottom:var(--spacing-xl)}.quiz-title-input{width:100%;padding:.75rem;font-size:1.5rem;font-weight:600;border:2px solid transparent;border-radius:var(--radius-md);background-color:var(--color-bg-card);transition:border-color .2s,background-color .2s}.quiz-title-input:focus{outline:none;border-color:var(--color-primary);background-color:var(--color-bg-primary)}.quiz-description-input{width:100%;padding:.75rem;font-size:1rem;border:2px solid transparent;border-radius:var(--radius-md);background-color:var(--color-bg-card);resize:vertical;min-height:80px;margin-top:var(--spacing-md);font-family:inherit;transition:border-color .2s,background-color .2s}.quiz-description-input:focus{outline:none;border-color:var(--color-primary);background-color:var(--color-bg-primary)}.quiz-content{background-color:var(--color-bg-card);border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-2xl);text-align:center}.placeholder-text{color:var(--color-text-muted);margin:0}.round-section{margin-top:var(--spacing-xl)}.round-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg)}.round-title{margin:0;font-size:1.5rem;color:var(--color-text)}.empty-questions{text-align:center;color:var(--color-text-muted);padding:var(--spacing-xl);background-color:var(--color-bg-card);border-radius:var(--radius-md);margin-bottom:var(--spacing-lg)}.questions-list{display:grid;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.question-card{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;transition:box-shadow .2s}.question-card:hover{box-shadow:0 2px 4px #0000001a}.question-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.question-number{font-weight:600;color:var(--color-text-muted);font-size:.875rem}.question-type{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.question-text{margin:0;color:var(--color-text);line-height:1.5}.question-form{background:var(--color-bg-primary);border:2px solid var(--color-primary);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:600;color:var(--color-text);margin-bottom:.5rem;font-size:.9375rem}.form-select,.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg-primary);color:var(--color-text);font-size:1rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 10%,transparent)}.form-textarea{resize:vertical;min-height:80px}.form-file{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.9375rem;cursor:pointer}.form-file:focus{outline:none;border-color:var(--color-primary)}.form-hint{display:block;margin-top:.25rem;font-size:.8125rem;color:var(--color-text-muted)}.audio-preview{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;padding:12px;margin-top:8px}.audio-preview audio{width:100%;height:36px}.audio-filename{color:var(--color-text-muted);font-size:.85rem;margin-top:4px}.audio-remove-btn{color:var(--color-error);background:none;border:none;cursor:pointer;font-size:.85rem;margin-top:4px;padding:0}.audio-remove-btn:hover{text-decoration:underline}.upload-loading{display:inline-block;color:var(--color-primary);font-size:.85rem;margin-top:4px}.char-count-wrapper{display:flex;align-items:center;margin-top:.5rem}.char-count{font-size:.875rem;font-weight:500}.char-count-green{color:var(--color-success)}.char-count-orange{color:var(--color-warning)}.char-count-red{color:var(--color-error)}.mcq-options{margin-top:var(--spacing-md)}.options-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.option-row{display:flex;align-items:center;gap:.75rem}.option-radio{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--color-primary);flex-shrink:0}.option-input{flex:1;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background-color:var(--color-bg-primary);font-size:1rem;transition:border-color .15s,box-shadow .15s}.option-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 10%,transparent)}.btn-remove{width:2.5rem;height:2.5rem;border:none;background-color:transparent;color:var(--color-error);font-size:1.5rem;font-weight:700;cursor:pointer;border-radius:var(--radius-md);flex-shrink:0;transition:background-color .15s,color .15s}.btn-remove:hover:not(:disabled){background-color:var(--color-error);color:#fff}.btn-remove:disabled{opacity:.3;cursor:not-allowed}.radio-group{display:flex;gap:var(--spacing-lg);margin-top:.75rem}.radio-label{display:flex;align-items:center;gap:var(--spacing-sm);cursor:pointer}.radio-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--color-primary)}.radio-text{font-size:1rem;color:var(--color-text)}.mobile-preview{margin-top:var(--spacing-lg);padding:1rem;background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md)}.preview-title{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.preview-content{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.preview-question{margin:0 0 1rem;font-size:1rem;font-weight:500;color:var(--color-text);line-height:1.5}.preview-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.5rem;background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md)}.preview-option:last-child{margin-bottom:0}.preview-option-letter{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--color-primary);color:#fff;font-weight:600;border-radius:50%;flex-shrink:0}.preview-option-text{flex:1;color:var(--color-text)}.preview-input input{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem}.form-actions{display:flex;gap:.75rem;margin-top:var(--spacing-lg);padding-top:1.5rem;border-top:1px solid var(--color-border)}.btn-secondary{background-color:var(--color-bg-hover);color:var(--color-text-muted)}.btn-secondary:hover:not(:disabled){background-color:var(--color-border)}.btn-edit{margin-left:auto;background-color:var(--color-primary);color:#fff}.btn-edit:hover:not(:disabled){background-color:var(--color-primary-hover)}.question-card-view,.question-card-edit{transition:opacity .2s}.question-editor{background:var(--color-bg-primary);border:2px solid var(--color-primary);border-radius:var(--radius-lg);padding:var(--spacing-lg)}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md)}.editor-status{font-size:.875rem;font-weight:500;padding:.25rem .5rem;border-radius:var(--radius-sm)}.editor-status.saving{color:var(--color-warning);background-color:var(--color-status-draft-bg)}.editor-status.saved{color:var(--color-success);background-color:var(--color-status-published-bg)}.editor-status.error{color:var(--color-error);background-color:var(--color-status-error-bg)}.question-options-preview{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:.75rem}.option-preview{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:var(--color-bg-hover);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;color:var(--color-text-muted)}.option-preview.correct{background-color:var(--color-status-published-bg);border-color:var(--color-success);color:var(--color-status-published-text);font-weight:500}.question-answer-preview{display:flex;align-items:center;gap:var(--spacing-sm);margin-top:.75rem;padding:.5rem;background-color:var(--color-bg-hover);border-radius:var(--radius-md)}.answer-label{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.answer-value{font-size:.875rem;color:var(--color-text)}.current-file{display:block;margin-top:.25rem;font-size:.8125rem;color:var(--color-success);font-style:italic}.quiz-editor{max-width:1200px}.quiz-editor-layout{display:grid;grid-template-columns:280px 1fr;gap:var(--spacing-xl);align-items:start}.rounds-sidebar{position:sticky;top:1rem}.round-manager{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.round-manager-header{display:flex;align-items:center;gap:var(--spacing-sm);padding:1rem;background-color:var(--color-bg-card);border-bottom:1px solid var(--color-border)}.round-manager-header h3{margin:0;font-size:1rem;color:var(--color-text);flex-shrink:0}.saving-indicator{font-size:.75rem;flex:1;text-align:center}.saving-indicator.saving{color:var(--color-warning)}.saving-indicator.saved{color:var(--color-success)}.btn-create-round{padding:.375rem .75rem;font-size:.75rem;flex-shrink:0}.rounds-list{max-height:400px;overflow-y:auto}.round-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);cursor:pointer;transition:background-color .15s}.round-item:last-child{border-bottom:none}.round-item:hover{background-color:var(--color-bg-card)}.round-item.selected{background-color:color-mix(in srgb,var(--color-primary) 8%,transparent);border-left:3px solid var(--color-primary)}.round-info{flex:1;display:flex;align-items:center;gap:var(--spacing-sm);min-width:0}.round-order{font-weight:600;color:var(--color-text-muted);font-size:.875rem;flex-shrink:0}.round-name{color:var(--color-text);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.question-count{font-size:.75rem;color:var(--color-text-muted);flex-shrink:0}.round-actions{display:flex;gap:var(--spacing-xs);opacity:0;transition:opacity .15s}.round-item:hover .round-actions{opacity:1}.btn-icon{width:2rem;height:2rem;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-sm);font-size:.875rem;transition:background-color .15s;display:flex;align-items:center;justify-content:center}.btn-icon:hover:not(:disabled){background-color:var(--color-bg-hover)}.btn-icon:disabled{opacity:.3;cursor:not-allowed}.arrow-up,.arrow-down{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.arrow-up{border-bottom:6px solid currentColor}.arrow-down{border-top:6px solid currentColor}.btn-rename:hover:not(:disabled){background-color:var(--color-bg-hover)}.btn-delete:hover:not(:disabled){background-color:var(--color-status-error-bg)}.question-move-controls{display:flex;flex-direction:column;gap:.125rem;margin-right:.5rem}.question-move-controls .btn-icon{width:1.5rem;height:1.5rem;font-size:.625rem;color:var(--color-text-muted)}.question-move-controls .btn-icon:hover:not(:disabled){background-color:var(--color-bg-hover);color:var(--color-text)}.move-to-round-select{padding:.25rem .5rem;font-size:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:var(--color-bg-primary);color:var(--color-text-muted);cursor:pointer;margin-left:auto;margin-right:.5rem}.move-to-round-select:hover{border-color:var(--color-primary)}.move-to-round-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 10%,transparent)}.rounds-list .loading{padding:var(--spacing-xl);text-align:center;color:var(--color-text-muted);font-size:.875rem}@media (max-width: 900px){.quiz-editor-layout{grid-template-columns:1fr}.rounds-sidebar{position:static}.rounds-list{max-height:200px}}@media (max-width: 640px){.round-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.option-row{flex-wrap:wrap}.btn-remove{order:-1;width:100%}.radio-group{flex-direction:column;gap:var(--spacing-md)}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.question-header{flex-wrap:wrap}.btn-edit,.move-to-round-select{margin-left:0;margin-top:.5rem;width:100%}}.quiz-creator{--column-width: 260px;--column-header-height: 2rem;display:grid;grid-template-rows:auto 1fr;height:100%;background-color:var(--color-bg-primary);position:relative}.quiz-creator-header{display:flex;align-items:center;gap:var(--spacing-sm);padding:0 1rem;height:52px;background:var(--color-bg-card);border-bottom:1px solid var(--color-border);position:relative;z-index:20}.quiz-creator-header .quiz-title{margin:0;font-size:.9375rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.quiz-creator-header .quiz-status{flex-shrink:0;font-size:.5625rem;padding:.0625rem .3125rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.03em;font-weight:500;opacity:.55}.header-spacer{flex:1}.progress-text{font-size:.6875rem;color:var(--color-text-muted);flex-shrink:0}.progress-bar-container{width:60px;height:3px;background-color:var(--color-bg-primary);border-radius:2px;overflow:hidden;flex-shrink:0}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:2px;transition:width .3s ease}.header-actions-inline{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-back-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background-color:color-mix(in srgb,white 10%,transparent);border-radius:var(--radius-md);cursor:pointer;font-size:1.25rem;color:var(--color-text-muted);transition:all .15s}.header-back-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.header-title-section{flex:1;min-width:0}.header-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-subtitle{margin:0;font-size:.8125rem;color:var(--color-text-muted)}.header-status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.header-status-badge.draft{background-color:var(--color-status-draft-bg);color:var(--color-status-draft-text)}.header-status-badge.published{background-color:var(--color-status-published-bg);color:var(--color-status-published-text)}.header-progress-section{display:flex;flex-direction:column;align-items:flex-end;gap:var(--spacing-xs);min-width:180px}.header-progress-text{font-size:.75rem;color:var(--color-text-muted)}.header-progress-bar{width:180px;height:6px;background-color:var(--color-bg-primary);border-radius:3px;overflow:hidden}.header-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:3px;transition:width .3s ease}.quiz-title-inline-edit{font-size:1.25rem;font-weight:600;color:var(--color-text);background-color:color-mix(in srgb,white 8%,transparent);border:2px solid var(--color-primary);border-radius:var(--radius-md);padding:.25rem .5rem;outline:none;min-width:200px;max-width:400px}.quiz-creator-content{display:grid;grid-template-columns:1fr var(--column-width);overflow:hidden;position:relative}.quiz-creator-bank-zone{display:flex;flex-direction:column;overflow:hidden}.bank-panel{display:flex;flex-direction:column;height:100%;background:var(--color-bg-card);border-left:1px solid var(--color-border)}.bank-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--color-border)}.bank-panel-title{font-size:.8rem;font-weight:600;color:var(--color-text)}.bank-panel-count{font-size:.7rem;color:var(--color-text-muted)}.bank-panel-list{display:flex;flex-direction:column;overflow-y:auto;flex:1;gap:4px;padding:.5rem}.bank-panel-list::-webkit-scrollbar{width:6px}.bank-panel-list::-webkit-scrollbar-track{background:var(--color-bg-card);border-radius:3px}.bank-panel-list::-webkit-scrollbar-thumb{background:color-mix(in srgb,white 15%,transparent);border-radius:3px}.bank-panel-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,white 25%,transparent)}.bank-panel-list{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,white 15%,transparent) var(--color-bg-card)}.bank-panel-card{display:flex;flex-direction:row;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:grab;border-left:3px solid transparent;background:#ffffff0a;transition:filter .15s}.bank-panel-card:hover{filter:brightness(1.2)}.bank-panel-card:active{cursor:grabbing}.bank-panel-card-text{flex:1;font-size:.6875rem;color:color-mix(in srgb,var(--color-text) 80%,transparent);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.bank-panel-card-type{flex-shrink:0;color:var(--color-text-muted);display:flex;align-items:center}.bank-panel-card-type i,.bank-panel-card-type svg{width:16px;height:16px;font-size:16px}.bank-panel-card-add{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:4px;opacity:0;transition:opacity .15s}.bank-panel-card:hover .bank-panel-card-add{opacity:1}.bank-panel-card-add:hover{background:#ffffff1a;color:var(--color-text)}.bank-panel-loading{display:flex;justify-content:center;padding:.75rem}.bank-panel-spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:bank-panel-spin .6s linear infinite}@keyframes bank-panel-spin{to{transform:rotate(360deg)}}.bank-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:2rem 1rem;text-align:center;color:var(--color-text-muted);font-size:.8rem}.bank-panel-retry-btn{padding:.25rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:none;color:var(--color-text-muted);cursor:pointer;font-size:.75rem}.bank-panel-retry-btn:hover{background:var(--color-bg-hover);color:var(--color-text)}.bank-panel-search-row{display:flex;align-items:center;gap:4px;padding:.375rem .5rem;border-bottom:1px solid var(--color-border)}.bank-panel-search-wrapper{flex:1;position:relative;display:flex;align-items:center}.bank-panel-search-icon{position:absolute;left:6px;font-size:12px;color:var(--color-text-muted);pointer-events:none}.bank-panel-search{width:100%;padding:4px 22px;border:1px solid var(--color-border);border-radius:var(--radius-sm, 3px);background:#ffffff0d;color:var(--color-text);font-size:.75rem;outline:none}.bank-panel-search:focus{border-color:var(--color-primary)}.bank-panel-search::placeholder{color:var(--color-text-muted)}.bank-panel-search-clear{position:absolute;right:2px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;font-size:12px;padding:0}.bank-panel-search-clear:hover{color:var(--color-text)}.bank-panel-filter-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--color-border);border-radius:var(--radius-sm, 3px);background:none;color:var(--color-text-muted);cursor:pointer;flex-shrink:0}.bank-panel-filter-toggle i{font-size:14px;line-height:1}.bank-panel-filter-toggle:hover{background:#ffffff14;color:var(--color-text)}.bank-panel-filter-toggle.active{color:var(--color-primary);border-color:var(--color-primary)}.bank-panel-filters{display:none;flex-direction:column;gap:4px;padding:.375rem .5rem;border-bottom:1px solid var(--color-border);background:#00000026}.bank-panel-filters.open{display:flex}.bank-panel-filter-row{display:flex;align-items:center;gap:6px}.bank-panel-filter-label{flex-shrink:0;width:60px;font-size:.7rem;color:var(--color-text-muted)}.bank-panel-clear-filters{align-self:flex-end;padding:0;border:none;background:none;color:var(--color-text-muted);font-size:.65rem;cursor:pointer;text-decoration:underline}.bank-panel-clear-filters:hover{color:var(--color-text)}.bank-panel-next-cat{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;font-size:12px;padding:0;border-radius:var(--radius-sm, 3px)}.bank-panel-next-cat:hover{color:var(--color-text);background:#ffffff14}.bank-panel-dropdown{flex:1;position:relative}.bank-panel-dropdown-trigger{width:100%;padding:2px 16px 2px 6px;border:1px solid var(--color-border);border-radius:var(--radius-sm, 3px);background:#ffffff0d;color:var(--color-text-muted);font-size:.7rem;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.bank-panel-dropdown-trigger:after{content:"";position:absolute;right:5px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:4px solid currentColor;pointer-events:none}.bank-panel-dropdown-trigger:hover{border-color:var(--color-text-muted)}.bank-panel-dropdown-trigger.has-value{color:var(--color-text)}.bank-panel-dropdown-panel{display:none;position:absolute;top:100%;left:0;right:0;z-index:10;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-sm, 3px);max-height:200px;overflow-y:auto;padding:4px 0;box-shadow:0 4px 12px #0000004d}.bank-panel-dropdown-panel.open{display:block}.bank-panel-dropdown-option{display:flex;align-items:center;gap:6px;padding:3px 8px;font-size:.7rem;color:var(--color-text);cursor:pointer}.bank-panel-dropdown-option:hover{background:#ffffff14}.bank-panel-dropdown-option input[type=checkbox],.bank-panel-dropdown-option input[type=radio]{accent-color:var(--color-primary)}.bank-panel-dropdown-panel-radio .bank-panel-dropdown-option input[type=radio]{display:none}.bank-panel-dropdown-panel-radio .bank-panel-dropdown-option{padding:4px 8px}.bank-panel-chips{display:flex;flex-wrap:wrap;gap:4px;padding:0 .5rem}.bank-panel-chips:empty{display:none}.bank-panel-chips:not(:empty){padding-top:4px;padding-bottom:4px;border-bottom:1px solid var(--color-border)}.bank-panel-chip{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:10px;background:color-mix(in srgb,var(--color-primary) 20%,transparent);color:var(--color-text);font-size:.65rem;white-space:nowrap}.bank-panel-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;font-size:.7rem;padding:0;line-height:1}.bank-panel-chip-remove:hover{color:var(--color-text)}.bank-panel-chips-clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:auto;border:none;background:none;color:var(--color-text-muted);cursor:pointer;font-size:12px;padding:0;flex-shrink:0}.bank-panel-chips-clear:hover{color:var(--color-text)}.bp-cat-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0;vertical-align:middle}.bp-star{font-size:10px;color:var(--color-text-muted)}.bank-panel-chip .bp-star{font-size:8px}.action-bar-btn{display:flex;align-items:center;gap:var(--spacing-xs);padding:.25rem .625rem;border:none;background-color:color-mix(in srgb,white 5%,transparent);border-radius:var(--radius-md);cursor:pointer;font-size:.75rem;color:var(--color-text-muted);transition:all .15s}.action-bar-btn:hover:not(:disabled){background-color:var(--color-bg-hover);color:var(--color-text)}.action-bar-btn:disabled{opacity:.5;cursor:not-allowed}.action-bar-pdf-group{display:flex;gap:4px}.action-bar-menu-wrapper{position:relative}.action-bar-dropdown{position:absolute;top:100%;right:0;margin-top:4px;z-index:100;min-width:200px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000080;padding:.375rem}.sidebar-section{display:flex;flex-direction:column;gap:var(--spacing-sm)}.sidebar-section-title{margin:0;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.sidebar-tools{display:flex;flex-direction:column;gap:.375rem}.sidebar-tool-btn{display:flex;align-items:center;gap:var(--spacing-sm);padding:.5rem .75rem;border:none;background-color:color-mix(in srgb,white 5%,transparent);border-radius:var(--radius-md);cursor:pointer;font-size:.8125rem;color:var(--color-text-muted);text-align:left;transition:all .15s}.sidebar-tool-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.sidebar-tool-btn.primary{background-color:var(--color-primary);color:#fff}.sidebar-tool-btn.primary:hover{background-color:var(--color-primary-hover)}.tool-icon{font-size:1rem;width:1.25rem;text-align:center}.sidebar-btn{display:flex;align-items:center;gap:var(--spacing-sm);padding:.5rem .75rem;border:none;background-color:color-mix(in srgb,white 5%,transparent);border-radius:var(--radius-md);cursor:pointer;font-size:.8125rem;color:var(--color-text-muted);text-align:left;transition:all .15s;width:100%}.sidebar-btn:hover:not(:disabled){background-color:var(--color-bg-hover);color:var(--color-text)}.sidebar-btn:disabled{opacity:.5;cursor:not-allowed}.tool-label{flex:1}.tool-shortcut{font-size:.6875rem;color:var(--color-text-muted);background-color:var(--color-bg-primary);padding:.125rem .375rem;border-radius:var(--radius-sm);font-family:var(--font-mono)}.category-legend{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-sm)}.category-item{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:var(--color-text-muted)}.category-color{width:.75rem;height:.75rem;border-radius:.125rem;flex-shrink:0}.category-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-abbr{font-size:.625rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase}.quiz-stats{display:flex;flex-direction:column;gap:var(--spacing-sm)}.stat-row{display:flex;justify-content:space-between;font-size:.75rem}.stat-label{color:var(--color-text-muted)}.stat-value{font-weight:600;color:var(--color-text)}.quiz-creator-columns{display:flex;align-items:stretch;gap:6px;padding:.5rem;overflow-x:auto;overflow-y:hidden;background-color:var(--color-bg-primary)}.quiz-creator-columns::-webkit-scrollbar{height:6px}.quiz-creator-columns::-webkit-scrollbar-track{background:var(--color-bg-primary);border-radius:3px}.quiz-creator-columns::-webkit-scrollbar-thumb{background:color-mix(in srgb,white 15%,transparent);border-radius:3px}.quiz-creator-columns::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,white 25%,transparent)}.quiz-creator-columns{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,white 15%,transparent) var(--color-bg-primary)}.add-round-column{flex-shrink:0;width:var(--column-width);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background-color:transparent;border:1px dashed var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s}.gap-add-zone{flex-shrink:0;width:0;margin:0 -3px;position:relative;z-index:202}.gap-add-zone:before{content:"";position:absolute;width:28px;top:0;bottom:0;left:-14px}.gap-add-btn{opacity:0;position:absolute;top:50%;left:-18px;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:2px solid var(--color-primary);background:var(--color-bg-card);color:var(--color-primary);font-size:1.25rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .15s,background .15s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000080}.gap-add-zone:hover .gap-add-btn{opacity:1}.gap-add-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-50%) scale(1.15)}.add-round-column:hover{border-color:var(--color-primary);background-color:color-mix(in srgb,var(--color-primary) 10%,transparent)}.add-round-icon{font-size:2.5rem;color:var(--color-text-muted);line-height:1}.add-round-column:hover .add-round-icon{color:var(--color-primary)}.add-round-text{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.add-round-column:hover .add-round-text{color:var(--color-primary-hover)}.round-column-wrapper{flex-shrink:0;display:flex;width:var(--column-width)}.round-column-wrapper:has(.round-column-wide){width:calc(var(--column-width) * 2 + 8px)}.round-column{flex:1;width:100%;background:var(--color-bg-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:0 1px 3px #0000004d;display:flex;flex-direction:column;overflow:hidden}.round-column.round-column-wide{width:calc(var(--column-width) * 2 + 8px)}.round-column-body.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:6px}.round-column-header{display:flex;align-items:center;gap:var(--spacing-sm);height:var(--column-header-height);padding:0 .75rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 15%,transparent),color-mix(in srgb,var(--color-primary) 5%,transparent));border-bottom:1px solid var(--color-border)}.round-column-order{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background-color:var(--color-primary);color:#fff;font-size:.8125rem;font-weight:600;border-radius:var(--radius-md);flex-shrink:0}.round-column-title{flex:1;margin:0;font-size:.9375rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.round-column-actions{display:flex;gap:var(--spacing-xs);opacity:0;transition:opacity .15s}.round-column:hover .round-column-actions{opacity:1}.round-column-meta{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:color-mix(in srgb,white 2%,transparent);border-bottom:1px solid var(--color-border);font-size:.75rem;color:var(--color-text-muted)}.round-column-slots,.round-column-body{flex:1;overflow-y:auto;padding:.375rem;display:flex;flex-direction:column;gap:3px}.round-column-body>.bank-card,.round-column-body>.empty-slot{flex:1;min-height:32px}.round-header-top,.round-header-bottom{display:none}.round-count{color:var(--color-text-muted);font-weight:500}.round-menu-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;color:var(--color-text-muted);transition:all .15s}.round-menu-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.menu-icon{font-size:1rem;line-height:1}.round-menu-dropdown{position:absolute;top:100%;right:.5rem;z-index:100;min-width:140px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000080;padding:.375rem}.menu-item{display:flex;align-items:center;gap:var(--spacing-sm);width:100%;padding:.5rem .75rem;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;font-size:.8125rem;color:var(--color-text-muted);text-align:left;transition:all .15s}.menu-item:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.menu-separator{height:1px;background:var(--color-border);margin:.25rem 0}.menu-item-danger:hover{background-color:color-mix(in srgb,var(--color-error) 15%,transparent);color:var(--color-error)}.round-column-header{position:relative}.round-name{flex:1;margin:0;font-size:.9375rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-ring{display:flex;align-items:center;gap:.375rem}.progress-ring svg{transform:rotate(-90deg)}.progress-ring-background{fill:none;stroke:var(--color-border)}.progress-ring-progress{fill:none;stroke:var(--color-primary);transition:stroke-dashoffset .3s ease}.progress-ring-complete .progress-ring-progress{stroke:var(--color-success)}.progress-ring-text{font-size:.6875rem;font-weight:500;color:var(--color-text-muted)}.progress-ring-checkmark{fill:none;stroke:var(--color-success);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.question-tile{position:relative;padding:.625rem .75rem;background:color-mix(in srgb,white 3%,transparent);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:grab;transition:all .15s;overflow:hidden}.question-tile:hover{border-color:color-mix(in srgb,white 20%,transparent);box-shadow:0 2px 4px #00000080}.question-tile:active{cursor:grabbing}.tile-header{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:.375rem}.tile-number,.tile-slot-number{font-size:.6875rem;font-weight:600;color:var(--color-text-muted);background:color-mix(in srgb,white 10%,transparent);padding:.125rem .375rem;border-radius:var(--radius-sm)}.tile-content{min-height:2rem}.tile-type{font-size:.5625rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px}.tile-category-badge{position:absolute;top:.5rem;right:.5rem;font-size:.5625rem;font-weight:700;padding:.125rem .375rem;border-radius:9999px;background-color:var(--category-color, var(--color-text-muted));color:#fff;text-transform:uppercase}.tile-text{margin:0;font-size:.8125rem;color:var(--color-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tile-footer{display:flex;align-items:center;gap:var(--spacing-sm);margin-top:.375rem}.tile-media-indicator,.tile-media-icon{display:flex;align-items:center;gap:var(--spacing-xs);font-size:.625rem;color:var(--color-text-muted)}.tile-points{font-size:.625rem;color:var(--color-text-muted);margin-left:auto}.question-tile.tile-dragging{opacity:.5;box-shadow:0 4px 12px color-mix(in srgb,var(--color-primary) 30%,transparent);transform:scale(1.02);cursor:grabbing}.question-tile.tile-drag-over{border-color:var(--color-primary);border-style:dashed;background-color:color-mix(in srgb,var(--color-primary) 5%,transparent)}.bank-card{position:relative;min-height:32px;padding:.25rem .5rem;background:color-mix(in srgb,white 6%,transparent);border:1px solid color-mix(in srgb,white 12%,transparent);border-left:3px solid color-mix(in srgb,white 12%,transparent);border-radius:var(--radius-md);cursor:pointer;transition:all .15s;overflow:visible;display:flex;flex-direction:column;user-select:none;-webkit-user-select:none}.bank-card:hover{border-color:color-mix(in srgb,white 20%,transparent);box-shadow:0 2px 4px #00000080}.bank-card-text{margin:auto 0;font-size:.6875rem;color:color-mix(in srgb,var(--color-text) 80%,transparent);line-height:1.4;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.bank-card-empty-text{color:var(--color-text-muted);font-style:italic}.bank-card-menu-dropdown .menu-item-danger{color:var(--color-error)}.bank-card-menu-dropdown .menu-item-danger:hover{background-color:color-mix(in srgb,var(--color-error) 15%,transparent)}.empty-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.25rem .5rem;background-color:transparent;border:1px dashed color-mix(in srgb,white 8%,transparent);border-radius:var(--radius-md);cursor:pointer;transition:all .15s}.empty-slot:hover{border-color:color-mix(in srgb,white 15%,transparent);background-color:color-mix(in srgb,white 5%,transparent);filter:brightness(1.1)}.empty-slot-number{font-size:.6875rem;font-weight:500;color:var(--color-text-muted)}.empty-slot-icon{font-size:1.25rem;color:var(--color-text-muted)}.empty-slot-text{font-size:.75rem;color:var(--color-text-muted)}.empty-slot.empty-slot-drag-over{border-color:var(--color-primary);border-style:solid;background-color:color-mix(in srgb,var(--color-primary) 15%,transparent)}.empty-slot.empty-slot-drag-over .empty-slot-icon{color:var(--color-primary)}.bank-card-drag-ready{outline:2px solid var(--color-primary);outline-offset:-2px;cursor:grabbing}.bank-card-dragging{opacity:.3!important;border-style:dashed}.bank-card-drop-target{outline:2px solid var(--color-secondary);outline-offset:-2px}.bank-panel-replace-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 20%,transparent),color-mix(in srgb,var(--color-secondary) 20%,transparent));border-bottom:2px solid var(--color-primary);font-size:.8125rem;font-weight:500;color:var(--color-text);animation:replace-banner-in .2s ease}@keyframes replace-banner-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.bank-panel-replace-text{flex:1}.bank-panel-replace-cancel{display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;padding:4px 10px;border-radius:var(--radius-sm);font-size:.75rem;gap:4px}.bank-panel-replace-cancel:hover{color:var(--color-text);background:color-mix(in srgb,white 10%,transparent)}.bank-panel-card-add.replace-mode{background:color-mix(in srgb,var(--color-primary) 20%,transparent);border-color:var(--color-primary)}.bank-panel-card-add.replace-mode i{color:var(--color-primary)}.bank-card-menu-dropdown{position:fixed;z-index:100;min-width:180px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #0006;padding:4px 0}.bank-card-menu-dropdown .menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:none;border:none;font-size:.8125rem;color:var(--color-text);cursor:pointer;text-align:left}.bank-card-menu-dropdown .menu-item:hover{background:var(--color-bg-hover)}.bank-card-menu-dropdown .menu-item-arrow{margin-left:auto;font-size:.75rem;color:var(--color-text-muted)}.bank-card-menu-dropdown .menu-separator{height:1px;background:var(--color-border);margin:4px 0}.menu-submenu{position:fixed;min-width:180px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #0006;padding:4px 0;z-index:101}.menu-submenu .submenu-item{display:block;width:100%;padding:6px 12px;background:none;border:none;font-size:.8125rem;color:var(--color-text);cursor:pointer;text-align:left}.menu-submenu .submenu-item:hover:not(.disabled){background:var(--color-bg-hover)}.menu-submenu .submenu-item.disabled{color:var(--color-text-muted);cursor:not-allowed}.menu-submenu .submenu-empty{display:block;padding:6px 12px;font-size:.8125rem;color:var(--color-text-muted);font-style:italic}.round-mode-selector{display:flex;gap:8px}.round-mode-option{flex:1;display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;color:var(--color-text-muted);transition:all .15s}.round-mode-option input[type=radio]{display:none}.round-mode-option i{font-size:1.25rem;flex-shrink:0}.round-mode-label{display:flex;flex-direction:column;gap:1px;font-size:.8125rem;font-weight:500}.round-mode-hint{font-size:.6875rem;font-weight:400;color:var(--color-text-muted)}.round-mode-option:hover{border-color:var(--color-primary);color:var(--color-text)}.round-mode-option.active{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-text)}.round-mode-option.active i{color:var(--color-primary)}.round-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:var(--spacing-md)}.round-modal-grid label{display:flex;align-items:center;gap:5px}.round-modal-grid label i{font-size:.875rem;color:var(--color-text-muted)}.modal-form textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-family:inherit;color:var(--color-text);background-color:color-mix(in srgb,white 5%,transparent);resize:vertical;transition:all .15s}.modal-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 20%,transparent)}@keyframes tile-swap-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 8px 16px color-mix(in srgb,var(--color-primary) 30%,transparent)}}.tile-swapping{animation:tile-swap-pulse .25s ease-in-out}.round-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:color-mix(in srgb,var(--color-bg-primary) 85%,transparent);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modal-fade-in .2s ease}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.round-modal{width:100%;max-width:480px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000080;animation:modal-slide-up .2s ease}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.modal-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text)}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;font-size:1.5rem;line-height:1;color:var(--color-text-muted);transition:all .15s}.modal-close-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.modal-form{padding:var(--spacing-lg)}.modal-form .form-group{margin-bottom:var(--spacing-md)}.modal-form .form-group:last-of-type{margin-bottom:0}.modal-form label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.375rem}.modal-form input,.modal-form select{width:100%;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.9375rem;color:var(--color-text);background-color:color-mix(in srgb,white 5%,transparent);transition:all .15s}.modal-form input:focus,.modal-form select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 20%,transparent)}.modal-form select option{background-color:var(--color-bg-card);color:var(--color-text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md)}.field-hint{display:block;margin-top:.25rem;font-size:.75rem;color:var(--color-text-muted)}.field-error{display:block;margin-top:.25rem;font-size:.75rem;color:var(--color-error)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:var(--spacing-lg);padding-top:1.5rem;border-top:1px solid var(--color-border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:color-mix(in srgb,var(--color-bg-primary) 85%,transparent);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999}.question-modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--spacing-xl);overflow-y:auto}.question-modal-wrapper>.question-form{width:100%;max-width:700px;max-height:calc(100vh - 4rem);overflow-y:auto;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000080}.quiz-creator-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--spacing-md);color:var(--color-text-muted)}.quiz-creator-loading .loading-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.quiz-creator-desktop-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--spacing-md);padding:var(--spacing-2xl);text-align:center;color:var(--color-text-muted)}.desktop-gate-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text)}.desktop-gate-subtitle{margin:0;max-width:400px;font-size:.875rem;line-height:1.5;color:var(--color-text-muted)}@media (max-width: 1440px){.quiz-creator{--column-width: 240px}.round-column.round-column-wide{width:500px}}@media (max-width: 1280px){.quiz-creator{--column-width: 220px}.round-column.round-column-wide{width:460px}}@media (max-width: 768px){.quiz-creator-content{grid-template-columns:1fr}.quiz-creator-bank-zone{display:none}.quiz-creator-header{flex-wrap:wrap}}@media (max-width: 480px){.quiz-creator-columns{padding:.375rem;gap:.375rem}.form-row{grid-template-columns:1fr}.round-modal{margin:1rem;max-width:none}}.header-actions{display:flex;gap:.75rem;align-items:center}.templates-section{margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);background:var(--color-bg-card);border-radius:var(--radius-md);border:1px solid var(--color-border)}.templates-section h2{margin:0 0 1rem;font-size:1.25rem;color:var(--color-text)}.template-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-md)}.template-card{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;transition:box-shadow .2s,border-color .2s}.template-card:hover{box-shadow:0 2px 4px #00000014;border-color:var(--color-border)}.template-card-title{margin:0 0 .375rem;font-size:1rem;color:var(--color-text)}.template-card-description{margin:0 0 .5rem;color:var(--color-text-muted);font-size:.8125rem;line-height:1.4}.template-card-rounds{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.template-card-meta{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.75rem}.template-card-actions{display:flex;gap:var(--spacing-sm)}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-danger{background-color:var(--color-error);color:#fff}.btn-danger:hover:not(:disabled){background-color:var(--color-error)}.template-modal{max-width:560px}.template-rounds-summary{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;max-height:160px;overflow-y:auto}.template-round-item{display:flex;align-items:center;gap:var(--spacing-sm);padding:.375rem 0;font-size:.875rem;border-bottom:1px solid var(--color-border)}.template-round-item:last-child{border-bottom:none}.template-round-item .round-num{color:var(--color-text-muted);min-width:1.5rem}.template-round-item .round-name{font-weight:500;color:var(--color-text)}.template-round-item .round-info{margin-left:auto;color:var(--color-text-muted);font-size:.75rem}.template-session-params{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem}.template-session-params .form-row{margin-bottom:.5rem}.template-session-params .form-group{margin-bottom:.25rem}.template-session-params label{font-size:.8125rem}.template-rounds-editor{display:flex;flex-direction:column;gap:var(--spacing-md);max-height:400px;overflow-y:auto;padding:.5rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md)}.template-round-editor{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem}.round-editor-header{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.round-editor-header .round-num{font-weight:600;color:var(--color-text);font-size:.875rem}.round-editor-fields{display:flex;flex-direction:column;gap:.75rem}.round-editor-fields .form-group{margin-bottom:0}.round-editor-fields .form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm)}.round-editor-fields label{font-size:.8125rem;font-weight:500;color:var(--color-text-muted)}.question-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;animation:modal-fade-in .2s ease}.question-modal{--modal-bg: color-mix(in srgb, var(--color-primary) 15%, var(--color-bg-primary));--modal-surface: color-mix(in srgb, var(--color-primary) 25%, var(--color-bg-primary));--modal-border: color-mix(in srgb, var(--color-primary) 50%, var(--color-bg-primary));--modal-text: rgba(255, 255, 255, .7);--modal-text-muted: rgba(255, 255, 255, .5);--modal-input-bg: color-mix(in srgb, var(--color-primary) 12%, var(--color-bg-primary));--color-bg-card: var(--modal-surface);--color-border: var(--modal-border);--color-text: var(--modal-text);--color-text-muted: var(--modal-text-muted);display:flex;flex-direction:column;width:min(96vw,1100px);height:min(92vh,800px);background:var(--modal-bg);color:var(--modal-text);border:0px solid var(--modal-border);border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #000c;animation:modal-slide-up .2s ease;overflow:hidden}.question-modal__zone-a{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);background:color-mix(in srgb,var(--color-primary) 40%,#000);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;color:#fff}.category-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;margin-right:0;border-radius:12px;border:2px solid transparent;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:filter .15s,border-color .15s;white-space:nowrap;flex-shrink:0}.category-badge:hover{border-color:#fff;filter:brightness(1.1)}.category-badge--empty{background:var(--color-bg-hover)!important;color:var(--color-text-muted)!important;border:2px dashed var(--color-border)!important}.category-badge--empty:hover{border-color:var(--color-text-muted)!important}.category-badge--open{border-color:#fff!important;filter:brightness(1.1)}.zone-a__title-input{flex:1;min-width:0;margin-left:-.75rem;padding:0 .75rem;border:1px solid rgba(255,255,255,0);border-radius:1rem;background:#0000;font-family:var(--font-heading);font-size:1.25rem;font-weight:500;color:#ffffffa8;transition:border-color .15s,background-color .15s}.zone-a__title-input:hover{outline:none;border-color:var(--color-border);background:#0003}.zone-a__title-input:focus{outline:none;border-color:color-mix(in srgb,var(--color-primary) 80%,transparent);background:#0003}.zone-a__title-input::placeholder{color:#ffffff80;font-weight:400}.star-difficulty{display:flex;gap:0px;flex-shrink:0}.star-difficulty__btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:0;border-radius:50%;transition:opacity .15s}.star-difficulty__btn svg{width:20px;height:20px}.star-difficulty__btn i{font-size:20px}.star-difficulty__btn--filled{color:var(--color-secondary)}.star-difficulty__btn--empty{color:var(--color-text-muted)}.star-difficulty__btn:hover{background-color:var(--color-bg-hover)}.question-modal .star-difficulty__btn:hover{background-color:transparent}.zone-a__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;border-radius:50%;color:var(--color-text-muted);transition:background-color .15s,color .15s;padding:0;flex-shrink:0}.zone-a__btn:hover{background-color:var(--color-bg-hover);color:var(--color-text)}.zone-a__btn svg{width:20px;height:20px}.zone-a__btn--close{width:28px;height:28px}.zone-a__btn--close svg{width:16px;height:16px}.zone-a__btn--heart-active,.zone-a__btn--heart-active:hover{color:var(--color-secondary)}.question-modal__zone-a .zone-a__btn{color:#ffffff8c}.question-modal__zone-a .zone-a__btn:hover{background:#ffffff1f;color:#ffffffe6}.question-modal__zone-a .category-badge{filter:brightness(.82) saturate(.9)}.question-modal__zone-a .category-badge:hover{filter:brightness(.95) saturate(1)}.question-modal__zone-a .zone-a__btn--heart-active,.question-modal__zone-a .zone-a__btn--heart-active:hover{color:var(--color-secondary)}.question-modal__zone-a .category-badge--empty{background:#ffffff26!important;color:#ffffffb3!important;border-color:#ffffff4d!important}.question-modal__zone-a .category-badge--empty:hover{border-color:#fff9!important}.category-popover{width:400px;max-height:360px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px #00000040;z-index:1200;display:flex;flex-direction:column;overflow:hidden}.category-popover__search{width:100%;height:32px;padding:0 12px;border:none;border-bottom:1px solid var(--color-border);background:var(--color-bg-primary);font-size:13px;color:var(--color-text);outline:none;box-sizing:border-box}.category-popover__search::placeholder{color:var(--color-text-muted)}.category-popover__columns{display:grid;grid-template-columns:45% 55%;flex:1;min-height:0;overflow:hidden}.category-popover__l1,.category-popover__l2{overflow-y:auto;padding:4px 0}.category-popover__l1{border-right:1px solid var(--color-border)}.category-popover__row{display:flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--color-text);width:100%;text-align:left;transition:background-color .1s}.category-popover__row:hover{background-color:var(--color-bg-hover)}.category-popover__row.selected{background-color:var(--color-primary);color:#fff}.category-popover__circle{width:18px;height:18px;border-radius:50%;flex-shrink:0}.category-popover__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-popover__indicator{font-size:11px;margin-left:auto}.category-popover__empty{padding:16px 12px;color:var(--color-text-muted);font-size:13px;text-align:center}.qm-context-menu{width:200px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 16px #00000040;z-index:1200;padding:4px 0;overflow:hidden}.qm-context-menu__item{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 12px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--color-text);text-align:left;transition:background-color .1s}.qm-context-menu__item:hover{background-color:var(--color-bg-hover)}.qm-context-menu__item--danger{color:var(--color-error)}.qm-context-menu__item--danger:hover{background-color:color-mix(in srgb,var(--color-error) 10%,transparent)}.qm-context-menu__item-icon{display:flex;align-items:center}.qm-context-menu__item-icon svg{width:16px;height:16px}.qm-context-menu__item-icon i{font-size:16px}.qm-context-menu__sep{height:1px;background:var(--color-border);margin:4px 0}.question-modal .qm-zone-b-content input[type=text],.question-modal .qm-zone-b-content input[type=number],.question-modal .qm-zone-b-content textarea,.question-modal .qm-zone-c-panel input[type=text],.question-modal .qm-zone-c-panel input[type=number],.question-modal .qm-zone-c-panel textarea{background:var(--modal-input-bg);border:1px solid var(--modal-border);color:var(--modal-text);border-radius:var(--radius-sm)}.question-modal .qm-zone-b-content input[type=text]::placeholder,.question-modal .qm-zone-b-content input[type=number]::placeholder,.question-modal .qm-zone-b-content textarea::placeholder,.question-modal .qm-zone-c-panel input[type=text]::placeholder,.question-modal .qm-zone-c-panel input[type=number]::placeholder,.question-modal .qm-zone-c-panel textarea::placeholder{color:var(--modal-text-muted)}.question-modal .qm-zone-b-content input[type=text]:focus,.question-modal .qm-zone-b-content input[type=number]:focus,.question-modal .qm-zone-b-content textarea:focus,.question-modal .qm-zone-c-panel input[type=text]:focus,.question-modal .qm-zone-c-panel input[type=number]:focus,.question-modal .qm-zone-c-panel textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.question-modal--type-selecting .type-bar,.question-modal--type-selecting .question-modal__bc-separator,.question-modal--type-selecting .question-modal__zone-c{display:none}.question-modal__body{display:flex;flex:1 1 0;overflow:hidden;min-height:0}.question-modal__zone-b{display:flex;flex:1 1 0;overflow:hidden;min-width:0}.qm-zone-b-content{flex:1 1 0;overflow-y:auto;min-width:0}.question-modal__bc-separator{width:1px;background:var(--modal-border);flex-shrink:0;align-self:stretch}.question-modal__zone-c{display:flex;flex-direction:column;width:354px;flex-shrink:0;overflow:hidden}.qm-zone-c-panel{flex:1 1 0;overflow-y:auto;min-width:0;padding:var(--spacing-md, .75rem) var(--spacing-lg, 1.25rem)}.qm-tab-panel{display:none}.qm-tab-panel.active{display:block}.qm-zone-c-tabs{width:100%;flex-shrink:0;display:flex;flex-direction:row;align-items:center;padding:0 var(--spacing-xs, .25rem);gap:2px;border-bottom:1px solid var(--modal-border);height:42px}.qm-zone-c-tab-btn{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex:1;min-width:0;height:34px;padding:0 4px;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;color:var(--modal-text-muted);transition:background-color .15s,color .15s;white-space:nowrap;overflow:hidden}.qm-zone-c-tab-btn.qm-tab--deferred{flex:0 0 auto;padding:0 6px}.qm-zone-c-tab-btn:hover:not(:disabled){background:#ffffff14;color:var(--modal-text)}.qm-zone-c-tab-btn.active{background:color-mix(in srgb,var(--color-primary) 25%,transparent);color:var(--color-primary)}.qm-tab--deferred,.qm-zone-c-tab-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.qm-tab-dot{position:absolute;top:2px;right:2px;width:6px;height:6px;border-radius:50%;background:var(--color-error, #ef4444);border:1px solid var(--modal-bg);display:none}.qm-tab-dot--visible{display:block}.qm-tab-icon{display:inline-flex;align-items:center;flex-shrink:0}.qm-tab-icon svg{width:20px;height:20px}.qm-tab-icon i{font-size:20px}.qm-tabs--spacious{gap:4px;padding:0 var(--spacing-sm, .5rem);height:46px}.qm-tabs--spacious .qm-zone-c-tab-btn{height:38px}.qm-tabs--spacious .qm-tab-icon svg{width:24px;height:24px}.qm-tabs--spacious .qm-tab-icon i{font-size:24px}.qm-tabs--compact{gap:1px;padding:0 2px;height:38px}.qm-tabs--compact .qm-zone-c-tab-btn{height:30px;padding:0 2px}.qm-tabs--compact .qm-tab-icon svg{width:18px;height:18px}.qm-tabs--compact .qm-tab-icon i{font-size:18px}.qm-tabs--mini{gap:0;padding:0 1px;height:34px}.qm-tabs--mini .qm-zone-c-tab-btn{height:26px;padding:0 1px}.qm-tabs--mini .qm-tab-icon svg{width:16px;height:16px}.qm-tabs--mini .qm-tab-icon i{font-size:16px}.question-modal__footer{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding:var(--spacing-sm, .5rem) var(--spacing-lg, 1.5rem);background:var(--modal-bg);border-top:1px solid var(--modal-border);flex-shrink:0}.qm-footer-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.question-modal__footer .btn{padding:.375rem .875rem;font-size:.875rem}.qm-position-indicator{display:flex;align-items:center;gap:var(--spacing-sm, .5rem)}.qm-position-count{font-size:14px;color:var(--color-text-muted);white-space:nowrap}.qm-position-count strong{font-size:16px;font-weight:700;font-family:var(--font-mono);color:var(--color-text)}.qm-position-sep{color:var(--color-text-muted)}.qm-nav-btn{display:inline-flex;align-items:center;gap:2px;border:none;background:none;cursor:pointer;font-size:12px;color:var(--color-text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:color .15s,text-decoration .15s}.qm-nav-btn svg{width:16px;height:16px}.qm-nav-btn:hover{color:var(--color-text);text-decoration:underline}.qm-nav-btn:disabled{opacity:.3;cursor:not-allowed;text-decoration:none}.qm-error-banner{margin:0 1.5rem .75rem;padding:.625rem .75rem;border-radius:var(--radius-md);background-color:color-mix(in srgb,var(--color-error) 12%,transparent);color:var(--color-error);font-size:.875rem}.tab-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--color-text-muted);gap:.5rem}.tab-placeholder-title{margin:0;font-size:1rem;font-weight:600;color:var(--color-text)}.tab-placeholder-desc{margin:0;font-size:.875rem}.tab-placeholder .form-group{width:100%;max-width:480px;text-align:left;margin-top:1rem}.tab-placeholder .form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.375rem}.tab-placeholder .form-group textarea,.tab-placeholder .form-group input{width:100%;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.9375rem;color:var(--color-text);background-color:color-mix(in srgb,white 5%,transparent);transition:all .15s;resize:vertical}.tab-placeholder .form-group textarea:focus,.tab-placeholder .form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 20%,transparent)}@media (max-width: 1023px){.question-modal{width:min(98vw,820px);height:min(92vh,800px);border-radius:var(--radius-md)}.question-modal__zone-c{width:280px}}@media (max-width: 639px){.question-modal-overlay{padding:0;align-items:flex-end}.question-modal{width:100%;height:95vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.question-modal__zone-c{width:220px}}.type-selection-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xl) var(--spacing-md);min-height:280px}.type-selection-screen__title{font-size:18px;font-weight:700;text-align:center;margin-bottom:var(--spacing-lg);color:var(--color-text-primary)}.type-selection-screen__grid{display:grid;grid-template-columns:repeat(5,120px);gap:var(--spacing-md) var(--spacing-lg);justify-content:center}.type-selection-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-primary);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .2s ease;padding:var(--spacing-xs);position:relative}.type-selection-card:hover:not(:disabled){background:var(--color-bg-hover);transform:translateY(-2px);box-shadow:0 4px 8px #0003}.type-selection-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;color:var(--color-text-primary)}.type-selection-card__icon svg{width:64px;height:64px}.type-selection-card__icon i{font-size:64px}.type-selection-card__label{font-size:12px;font-weight:700;text-align:center;color:var(--color-text-primary);margin-top:2px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.type-selection-card--growth{opacity:.4;cursor:not-allowed}.type-selection-card__badge{position:absolute;top:-6px;right:-6px;font-size:9px;font-weight:700;padding:1px 5px;border-radius:8px;background:var(--color-warning);color:#fff;line-height:1.4}.question-modal .type-selection-screen__title{color:var(--modal-text)}.question-modal .type-selection-card{background:var(--modal-surface);border-color:var(--modal-border);color:var(--modal-text)}.question-modal .type-selection-card__icon,.question-modal .type-selection-card__label{color:var(--modal-text)}.question-modal .type-selection-card:hover:not(.type-selection-card--growth){background:#ffffff14;border-color:#fff3;box-shadow:0 4px 12px #00000080}.type-selection-card--pulse{border-color:var(--color-primary);animation:type-card-pulse .2s ease}@keyframes type-card-pulse{0%{border-color:var(--color-border)}50%{border-color:var(--color-primary);box-shadow:0 0 0 3px #8b5cf64d}to{border-color:var(--color-primary)}}.zone-b-layout{display:flex;gap:0;height:100%;min-height:300px}.type-bar{width:56px;min-width:56px;background:var(--modal-surface, color-mix(in srgb, var(--color-bg-primary) 80%, #000));display:flex;flex-direction:column;align-items:center;padding:var(--spacing-sm) 0;border-radius:var(--radius-sm) 0 0 var(--radius-sm);border-right:1px solid var(--modal-border, var(--color-border));gap:2px;overflow-y:auto;scrollbar-width:none;flex-shrink:0}.type-bar::-webkit-scrollbar{display:none}.type-bar__separator{width:calc(100% - 24px);height:1px;background:var(--color-border);margin:8px 12px;flex-shrink:0}.type-bar__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:48px;min-height:44px;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;color:var(--color-text-muted);transition:background-color .15s ease,color .15s ease;position:relative;padding:6px 4px;gap:4px}.type-bar__btn:hover:not(.type-bar__btn--growth){background:var(--color-bg-hover)}.type-bar__btn--active{background:color-mix(in srgb,var(--color-primary) 25%,transparent);color:var(--color-primary)}.type-bar__btn--active:hover{background:color-mix(in srgb,var(--color-primary) 30%,transparent);color:var(--color-primary)}.type-bar__label{display:none}.type-bar__btn--growth{opacity:.4;cursor:not-allowed}.type-bar__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.type-bar__icon svg{width:20px;height:20px}.type-bar__icon i{font-size:20px}.type-bar--spacious{gap:6px}.type-bar--spacious .type-bar__btn{min-height:48px}.type-bar--spacious .type-bar__separator{margin:10px 12px}.type-bar--spacious .type-bar__icon,.type-bar--spacious .type-bar__icon svg{width:28px;height:28px}.type-bar--spacious .type-bar__icon i{font-size:28px}.type-bar--compact{gap:1px;padding:4px 0}.type-bar--compact .type-bar__separator{margin:4px 12px}.type-bar--compact .type-bar__btn{min-height:36px;padding:4px}.type-bar--mini .type-bar__btn{min-height:30px;width:40px}.type-bar--mini .type-bar__icon,.type-bar--mini .type-bar__icon svg{width:18px;height:18px}.type-bar--mini .type-bar__icon i{font-size:18px}.type-bar--scroll{overflow-y:auto}.type-bar--scroll .type-bar__btn{min-height:26px;width:36px}.type-bar--scroll .type-bar__icon,.type-bar--scroll .type-bar__icon svg{width:16px;height:16px}.type-bar--scroll .type-bar__icon i{font-size:16px}.zone-b-editor{flex:1;padding:var(--spacing-md);overflow-y:auto}.zone-b-editor .form-group{margin-bottom:var(--spacing-md)}.zone-b-editor textarea{width:100%;resize:vertical}.zone-b-editor input[type=text],.zone-b-editor input[type=number]{width:100%}.form-group-row{display:flex;gap:var(--spacing-md)}.form-group--flex{flex:1}.mcq-options-label{display:block;font-weight:600;font-size:.875rem;margin-bottom:var(--spacing-sm);color:var(--color-text-primary)}.mcq-options-list{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.mcq-option-row{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-primary);transition:opacity .15s ease,box-shadow .15s ease}.mcq-option-row--dragging{opacity:.7;box-shadow:0 4px 12px #0000004d}.mcq-option-row--drop-target{border:2px solid var(--color-secondary)}.mcq-option-grip{display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:grab;color:var(--color-text-muted);flex-shrink:0}.mcq-option-grip:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.mcq-option-grip svg{width:16px;height:16px}.mcq-option-grip i{font-size:16px}.mcq-option-letter{font-weight:700;font-size:.875rem;width:20px;text-align:center;color:var(--color-text-muted);flex-shrink:0}.mcq-option-radio{flex-shrink:0;accent-color:var(--color-primary)}.mcq-option-input{flex:1;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--spacing-xs) var(--spacing-sm);font-size:.875rem;background:transparent;color:var(--color-text-primary)}.mcq-option-input:focus{outline:none;border-color:var(--color-primary)}.mcq-option-remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;font-size:1rem;border-radius:var(--radius-sm);flex-shrink:0}.mcq-option-remove:hover{background:var(--color-error);color:#fff}.mcq-add-option{font-size:.8rem;padding:var(--spacing-xs) var(--spacing-sm)}.tf-radio-group{display:flex;gap:var(--spacing-sm)}.tf-radio-btn{flex:1;padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-primary);font-weight:600;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease;text-align:center;color:var(--color-text-primary)}.tf-radio-btn:hover{border-color:var(--color-primary);background:var(--color-bg-hover)}.tf-radio-btn[data-value=true].active{border-color:#16a34a;background:#16a34a;color:#fff}.tf-radio-btn[data-value=false].active{border-color:#dc2626;background:#dc2626;color:#fff}.bt-audio-dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-lg);text-align:center;margin-bottom:var(--spacing-md);transition:border-color .2s ease,background-color .2s ease;min-height:100px;display:flex;align-items:center;justify-content:center}.bt-audio-dropzone--drag-valid{border-color:var(--color-secondary);background:#8b5cf60d}.bt-audio-dropzone--drag-invalid{border-color:var(--color-error);background:#ef44440d}.bt-audio-dropzone--has-file{border-style:solid;border-color:var(--color-border)}.bt-dropzone-content{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs)}.bt-dropzone-icon{font-size:2rem;color:var(--color-text-muted)}.bt-dropzone-text{font-weight:600;font-size:.9rem;color:var(--color-text-primary)}.bt-dropzone-hint{font-size:.75rem;color:var(--color-text-muted)}.bt-waveform-placeholder{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);width:100%}.bt-waveform-bars{width:100%;height:60px;background:repeating-linear-gradient(90deg,var(--color-text-muted) 0px,var(--color-text-muted) 2px,transparent 2px,transparent 6px);opacity:.2;border-radius:var(--radius-sm)}.bt-waveform-filename{font-size:.8rem;font-weight:600;color:var(--color-text-primary)}.bt-waveform-hint{font-size:.7rem;color:var(--color-text-muted);font-style:italic}.field-error{border-color:var(--color-error)!important}.field-error-message{display:block;color:var(--color-error);font-size:.75rem;margin-top:2px}.zone-b-layout{animation:zone-b-fadein .2s ease}@keyframes zone-b-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.media-carousel{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm)}.media-carousel__pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.media-carousel__pill{width:28px;height:28px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text-primary);font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}.media-carousel__pill.active{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.media-carousel__pill--error{border-color:var(--color-error)}.media-carousel__pill--loading{animation:pill-pulse 1s ease-in-out infinite}@keyframes pill-pulse{0%,to{opacity:1}50%{opacity:.5}}.media-carousel__pill--add{background:transparent;border-style:dashed}.media-carousel__pill--add:hover{background:var(--color-bg-hover, rgba(0,0,0,.05))}.media-carousel__pill-icon{display:flex;align-items:center;justify-content:center;line-height:1}.media-carousel__pill-icon svg{display:block;width:16px;height:16px}.media-carousel__pill-icon i{font-size:16px}.media-carousel__pill:not(.media-carousel__pill--add){font-family:JetBrainsMono,JetBrains Mono,monospace}.media-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:var(--color-bg-card);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);box-shadow:0 1px 3px #00000026;z-index:2;padding:0}.media-carousel__arrow svg{width:20px;height:20px}.media-carousel__arrow i{font-size:20px}.media-carousel__arrow--left{left:-16px}.media-carousel__arrow--right{right:-16px}.media-carousel__arrow:hover{background:var(--color-bg-hover, #f0f0f0)}.media-carousel__content{min-height:140px;border-radius:var(--radius-md);background:var(--color-bg-card);border:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative}.media-carousel__content--drag-valid{border-color:var(--color-secondary);background:color-mix(in srgb,var(--color-secondary) 10%,transparent)}.media-carousel__content--drag-invalid{border-color:var(--color-error)}.media-carousel__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:var(--spacing-lg);border:2px dashed var(--color-border);border-radius:var(--radius-md);width:100%;min-height:120px;text-align:center;cursor:pointer;transition:border-color .15s,background-color .15s}.media-carousel__dropzone:hover{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.media-carousel__dropzone-icon{font-size:28px;opacity:.5}.media-carousel__dropzone-text{font-size:14px;color:var(--color-text-muted)}.media-carousel__dropzone-hint{font-size:12px;color:var(--color-text-muted);opacity:.7}.media-carousel__image-preview{max-width:100%;max-height:160px;object-fit:contain}.media-carousel__mini-waveform{display:flex;align-items:flex-end;gap:2px;height:60px;padding:var(--spacing-sm);width:100%}.media-carousel__mini-bar{flex:1;background:var(--color-primary);opacity:.3;border-radius:1px;min-height:4px}.media-carousel__mini-bar--real{opacity:.6;background:var(--color-secondary, var(--color-primary))}.media-carousel__mini-bar--loading{opacity:.15;animation:mini-bar-pulse 1.2s ease-in-out infinite}@keyframes mini-bar-pulse{0%,to{opacity:.15}50%{opacity:.3}}.media-carousel__mini-waveform--fallback{justify-content:center;align-items:center}.media-carousel__mini-fallback{font-size:11px;color:var(--color-text-muted);font-style:italic}.media-carousel__mini-filename{display:block;text-align:center;font-size:.8rem;font-weight:600;color:var(--color-text-primary);padding:0 var(--spacing-sm) var(--spacing-sm)}.media-carousel__loading{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-lg)}.media-carousel__progress-bar{width:80%;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.media-carousel__progress-fill{width:60%;height:100%;background:var(--color-secondary);animation:progress-indeterminate 1.5s ease-in-out infinite}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(200%)}}.media-carousel__loading-text{font-size:12px;color:var(--color-text-muted)}.media-carousel__error{padding:var(--spacing-md);text-align:center}.media-carousel__error-text{color:var(--color-error);font-size:13px}.media-carousel__delete-zone{display:flex;align-items:center;gap:var(--spacing-xs);min-height:32px}.media-carousel__delete-btn{width:28px;height:28px;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);padding:0}.media-carousel__delete-btn:hover{color:var(--color-error);background:#ff000014}.media-carousel__delete-btn svg{width:18px;height:18px}.media-carousel__delete-btn i{font-size:18px}.media-carousel__micro-confirm{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:4px 8px;background:var(--color-bg-card);border:1px solid var(--color-warning, #f59e0b);border-radius:var(--radius-sm);font-size:12px}.media-carousel__micro-text{color:var(--color-text-primary)}.media-carousel__micro-btn{padding:2px 8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-card);cursor:pointer;font-size:11px;font-weight:600}.media-carousel__micro-btn--yes{color:var(--color-error);border-color:var(--color-error)}.media-carousel__micro-btn--yes:hover{background:var(--color-error);color:#fff}.media-carousel__micro-btn--no:hover{background:var(--color-bg-hover, #f0f0f0)}.toggle-radio{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;align-self:flex-start}.toggle-radio__btn{height:28px;padding:0 12px;border:none;background:var(--color-bg-card);color:var(--color-text-primary);font-size:11px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .15s,color .15s}.toggle-radio__btn+.toggle-radio__btn{border-left:1px solid var(--color-border)}.toggle-radio__btn.active{background:var(--color-secondary);color:#fff}.toggle-radio__btn:not(.active):hover{background:var(--color-bg-hover, rgba(0,0,0,.05))}.toggle-radio__btn:disabled{opacity:.5;cursor:not-allowed}.waveform-player{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-card)}.waveform-player__waveform{height:128px;position:relative}.waveform-player__toolbar{height:40px;border-top:1px solid var(--color-border);display:flex;align-items:center;gap:var(--spacing-sm);padding:0 var(--spacing-sm)}.waveform-player__play-btn{width:32px;height:32px;border:none;background:transparent;color:var(--color-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0}.waveform-player__play-btn:hover{background:var(--color-bg-hover, rgba(0,0,0,.05))}.waveform-player__play-btn svg{width:20px;height:20px}.waveform-player__play-btn i{font-size:20px}.waveform-player__phase-btn{width:28px;height:28px;border:2px solid;border-radius:var(--radius-sm);font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;transition:background .15s;padding:0}.waveform-player__phase-btn--q,.waveform-player__phase-btn--r{border-color:var(--color-primary, #3b82f6);color:var(--color-primary, #3b82f6);opacity:.4;transition:opacity .15s,border-color .15s,color .15s,background .15s}.waveform-player__phase-btn--q:hover,.waveform-player__phase-btn--q.has-cue{border-color:#4a90d9;color:#4a90d9;opacity:1}.waveform-player__phase-btn--q.active{background:#4a90d9;border-color:#4a90d9;color:#fff;opacity:1}.waveform-player__phase-btn--r:hover,.waveform-player__phase-btn--r.has-cue{border-color:#e8943a;color:#e8943a;opacity:1}.waveform-player__phase-btn--r.active{background:#e8943a;border-color:#e8943a;color:#fff;opacity:1}.waveform-player__timecode{font-family:var(--font-mono);font-size:13px;color:var(--color-text-muted);margin-right:var(--spacing-sm)}.waveform-player__region-label{font-family:Raleway,sans-serif;font-size:12px;font-weight:700;color:#fff;text-align:center;display:block;padding-top:4px}.waveform-player__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs);height:169px;box-sizing:border-box;border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-md);text-align:center;cursor:pointer}.waveform-player__dropzone--drag-valid{border-color:var(--color-secondary);border-style:solid;background:color-mix(in srgb,var(--color-secondary) 10%,transparent)}.waveform-player__dropzone--drag-invalid{border-color:var(--color-error);border-style:solid}.waveform-player__dropzone-icon{font-size:32px;opacity:.4}.waveform-player__dropzone-text{font-size:14px;color:var(--color-text-muted)}.waveform-player__dropzone-hint{font-size:12px;color:var(--color-text-muted);opacity:.7}.waveform-player__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs);height:169px;box-sizing:border-box}.waveform-player__progress-bar{width:60%;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.waveform-player__progress-fill{width:50%;height:100%;background:var(--color-secondary);animation:progress-indeterminate 1.5s ease-in-out infinite}.waveform-player__loading-text{font-size:12px;color:var(--color-text-muted)}.waveform-player__phase-play{width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;margin-left:-4px}.waveform-player__phase-play--q{color:#4a90d9}.waveform-player__phase-play--r{color:#e8943a}.waveform-player__phase-play:hover{background:var(--color-bg-hover, rgba(0,0,0,.05));opacity:.8}.waveform-player__phase-play svg,.waveform-player__phase-play i{width:14px;height:14px;font-size:14px}.waveform-player__phase-info{font-family:var(--font-mono);font-size:11px;color:var(--color-text-muted);white-space:nowrap;margin-right:var(--spacing-xs)}.waveform-player__phase-info--q{color:#4a90d9}.waveform-player__phase-info--r{color:#e8943a}.waveform-player__dropzone--degraded{border-style:solid;border-color:var(--color-border);background:var(--color-bg-card);height:128px}.waveform-player__degraded-name{font-size:14px;font-weight:600;color:var(--color-text-primary);display:flex;align-items:center;gap:var(--spacing-xs)}.waveform-player__degraded-name:before{content:"";font-family:Phosphor-Light;font-size:18px;opacity:.5}.waveform-player__degraded-hint{font-size:12px;color:var(--color-text-muted);font-style:italic}.waveform-player__region-timeline{position:relative;width:80%;height:24px;background:color-mix(in srgb,var(--color-border) 40%,transparent);border-radius:4px;margin:var(--spacing-xs) 0;overflow:hidden}.waveform-player__region-indicator{position:absolute;top:0;height:100%;border-radius:3px;display:flex;align-items:center;justify-content:center;min-width:20px}.waveform-player__region-indicator--q{background:#4a90d966;border:1px solid rgba(74,144,217,.7)}.waveform-player__region-indicator--r{background:#e8943a66;border:1px solid rgba(232,148,58,.7)}.waveform-player__region-indicator-label{font-size:10px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.waveform-player{position:relative}.waveform-player__trash-btn{position:absolute;top:6px;right:6px;z-index:5;width:28px;height:28px;border:none;background:#0006;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);opacity:0;transition:opacity .15s}.waveform-player:hover .waveform-player__trash-btn{opacity:1}.waveform-player__trash-btn:hover{background:var(--color-error, #ef4444)}.waveform-player__trash-btn i{font-size:16px}.waveform-player__trash-confirm{position:absolute;top:6px;right:6px;z-index:6;display:flex;align-items:center;gap:var(--spacing-xs);padding:4px 8px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:0 2px 8px #00000026}.waveform-player__trash-text{font-size:12px;color:var(--color-text-primary);white-space:nowrap}.waveform-player__trash-yes,.waveform-player__trash-no{border:none;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;cursor:pointer}.waveform-player__trash-yes{background:var(--color-error, #ef4444);color:#fff}.waveform-player__trash-no{background:var(--color-bg-hover, rgba(0,0,0,.05));color:var(--color-text-primary)}.cue-editor{padding:var(--spacing-sm) 0}.cue-editor__table{width:100%;border-collapse:collapse;font-size:13px}.cue-editor__table thead th{font-size:11px;font-weight:500;color:var(--color-text-muted);text-align:center;padding:2px 4px 6px;border-bottom:1px solid var(--color-border)}.cue-editor__th-phase{text-align:left;width:32px}.cue-editor__th-time{width:90px}.cue-editor__th-countdown{width:46px}.cue-editor__th-db{width:44px}.cue-editor__row{opacity:.5;transition:opacity .15s}.cue-editor__row.active{opacity:1}.cue-editor__row td{padding:6px 4px;vertical-align:middle;text-align:center}.cue-editor__cell-phase{text-align:left!important;display:flex;align-items:center;gap:6px}.cue-editor__phase-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.cue-editor__phase-badge--q{background:#4a90d9}.cue-editor__phase-badge--r{background:#e8943a}.cue-editor__phase-label{display:none}.cue-editor__cell-active input[type=checkbox]{accent-color:var(--color-primary);cursor:pointer}.cue-editor__time-input{width:72px;font-family:var(--font-mono);font-size:12px;text-align:center;padding:3px 6px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-card)}.cue-editor__time-input:focus{border-color:var(--color-primary);outline:none}.cue-editor__time-input.field-error{border-color:var(--color-error)}.cue-editor__time-error{display:block;font-size:10px;color:var(--color-error);min-height:12px}.cue-editor__countdown-toggle{font-size:10px;font-weight:600;letter-spacing:.02em;padding:2px 8px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-card);color:var(--color-text-muted);cursor:pointer;transition:all .15s;white-space:nowrap}.cue-editor__countdown-toggle--musical{background:color-mix(in srgb,var(--color-primary) 15%,transparent);border-color:var(--color-primary);color:var(--color-primary)}.cue-editor__countdown-toggle:hover{border-color:var(--color-primary)}.cue-editor__cell-db input[type=checkbox],.cue-editor__cell-countdown input[type=checkbox]{accent-color:var(--color-primary);cursor:pointer}.tab-picture__carousel-wrap{margin-bottom:var(--spacing-md)}.tab-picture__toolbar{display:flex;align-items:center;gap:var(--spacing-xs);min-height:36px;padding:var(--spacing-xs) 0;border-top:1px solid color-mix(in srgb,var(--clr-border) 50%,transparent);margin-bottom:var(--spacing-xs)}.tab-picture__crop-btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);color:var(--clr-text);font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.tab-picture__crop-btn:hover:not(:disabled){background:var(--clr-surface-hover);border-color:var(--clr-accent)}.tab-picture__crop-btn:disabled{opacity:.4;cursor:not-allowed}.tab-picture__revert-btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);color:var(--clr-text-secondary);font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.tab-picture__revert-btn:hover{background:var(--clr-surface-hover);border-color:var(--clr-accent)}.tab-picture__ratio-group{display:flex;gap:var(--spacing-xs)}.tab-picture__ratio-btn{padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);color:var(--clr-text-secondary);font-size:.75rem;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.tab-picture__ratio-btn:hover{border-color:var(--clr-accent)}.tab-picture__ratio-btn.active{background:var(--clr-accent);color:var(--clr-on-accent, #fff);border-color:var(--clr-accent)}.tab-picture__crop-actions{display:flex;gap:var(--spacing-sm);margin-left:auto}.tab-picture__crop-cancel{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);color:var(--clr-text);font-size:1rem;cursor:pointer}.tab-picture__crop-cancel:hover:not(:disabled){background:var(--clr-surface-hover)}.tab-picture__crop-cancel:disabled{opacity:.4;cursor:not-allowed}.tab-picture__crop-validate{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--clr-accent);border-radius:var(--radius-sm);background:var(--clr-accent);color:var(--clr-on-accent, #fff);font-size:1rem;cursor:pointer}.tab-picture__crop-validate:hover:not(:disabled){filter:brightness(1.1)}.tab-picture__crop-validate:disabled{opacity:.5;cursor:not-allowed}.tab-picture__processing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;font-size:.9rem;z-index:2000;border-radius:var(--radius-sm);opacity:0;transition:opacity .15s ease}.tab-picture__processing-overlay.visible{opacity:1}.tab-picture__processing-overlay i{font-size:2rem}.tab-picture__spin{animation:spinner-rotate .8s linear infinite;display:inline-block}.tab-picture__removebg-btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--clr-border);border-radius:var(--radius-sm);background:var(--clr-surface);color:var(--clr-text);font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.tab-picture__removebg-btn:hover:not(:disabled){background:var(--clr-surface-hover);border-color:var(--clr-accent)}.tab-picture__removebg-btn:disabled{opacity:.4;cursor:not-allowed}.tab-picture__removebg-bar{width:180px;height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin-top:var(--spacing-xs)}.tab-picture__removebg-bar-fill{height:100%;width:100%;background:var(--clr-accent, #8B5CF6);border-radius:3px;transform:scaleX(0);transform-origin:left;will-change:transform}.tab-picture__removebg-bar-fill--running{animation:removebg-progress 15s ease-out forwards}@keyframes removebg-progress{0%{transform:scaleX(0)}to{transform:scaleX(.99)}}.media-carousel--crop-locked{overflow:hidden}.media-carousel--crop-locked .media-carousel__pills,.media-carousel--crop-locked .media-carousel__delete-zone{opacity:.4}.cropper-line,.cropper-point{background-color:var(--clr-accent)!important}.tab-picture__controls{display:flex;flex-direction:column;gap:var(--spacing-md)}.tab-picture__trigger-group,.tab-picture__phase-group{display:flex;flex-direction:column;gap:4px}.tab-picture__phase-radios{display:flex;gap:var(--spacing-sm)}.tab-sound__carousel-wrap,.tab-sound__waveform-wrap{margin-bottom:var(--spacing-md)}.zone-b-waveform-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:var(--color-bg-primary, #fff)}.bt-waveform-wrap{margin:var(--spacing-sm) 0}.micro-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:1299;transition:background .15s}.micro-dialog-backdrop--visible{background:#0000004d}.micro-dialog-backdrop--closing{background:#0000}.micro-dialog{position:fixed;bottom:80px;left:50%;transform:translate(-50%) translateY(20px);max-width:480px;width:calc(100% - 2rem);background:var(--color-bg-card);border:1px solid var(--color-warning);border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000004d;z-index:1300;padding:1.25rem 1.5rem;opacity:0;transition:opacity .15s ease,transform .2s ease-out}.micro-dialog--visible{opacity:1;transform:translate(-50%) translateY(0)}.micro-dialog--closing{opacity:0;transform:translate(-50%) translateY(20px)}.micro-dialog__message{margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:var(--color-text)}.micro-dialog__actions{display:flex;gap:.5rem;flex-wrap:wrap}.micro-dialog__btn--save{background-color:var(--color-secondary)!important;border-color:var(--color-secondary)!important;color:#fff!important}.micro-dialog__btn--save:hover{filter:brightness(1.1)}@keyframes slow-pulse{0%,to{border-color:var(--color-border)}50%{border-color:var(--color-warning)}}@keyframes slow-pulse-modal{0%,to{border-color:var(--modal-border)}50%{border-color:var(--color-warning);box-shadow:0 0 6px #fbbf2459}}.field--pulse{animation:slow-pulse 3s ease-in-out infinite}.question-modal .field--pulse{animation:slow-pulse-modal 3s ease-in-out infinite}@media (max-width: 640px){.question-modal__zone-a{flex-wrap:wrap}.zone-a__title-input{order:10;flex-basis:100%;margin-top:.25rem}.qm-position-indicator{gap:.25rem}.qm-nav-btn span{display:none}}.tab-scoring__max-group{margin-bottom:var(--spacing-lg)}.tab-scoring__label{display:block;font-size:13px;font-weight:600;color:var(--color-text);margin-bottom:var(--spacing-xs, 4px)}.tab-scoring__max-input-wrap{display:inline-flex;align-items:center;gap:6px}.tab-scoring__max-input{width:60px;font-family:var(--font-mono);text-align:center;padding:4px 6px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-card);color:var(--color-text);font-size:14px}.tab-scoring__max-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tab-scoring__max-suffix{font-size:13px;color:var(--color-text-muted)}.tab-scoring__method-section{margin-top:var(--spacing-md)}.tab-scoring__method-header{display:flex;align-items:center;gap:6px;margin-bottom:var(--spacing-sm)}.tab-scoring__method-title{font-size:13px;font-weight:700;color:var(--color-text)}.tab-scoring__info-icon{display:inline-flex;align-items:center;color:var(--color-text-muted);cursor:help}.tab-scoring__info-icon svg{width:16px;height:16px}.tab-scoring__info-icon i{font-size:16px}.tab-scoring__radio-group{display:flex;flex-direction:column;gap:2px}.tab-scoring__method-radio{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s}.tab-scoring__method-radio:hover{background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.tab-scoring__method-radio--selected{background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.tab-scoring__method-radio--greyed{opacity:.4;cursor:not-allowed}.tab-scoring__method-radio--greyed:hover{background:none}.tab-scoring__method-radio input[type=radio]{margin:0;accent-color:var(--color-primary)}.tab-scoring__method-label{font-size:13px;color:var(--color-text)}.tab-scoring__method-subtitle{font-size:12px;color:var(--color-text-muted)}.tab-scoring__sub-panel{overflow:hidden;transition:max-height .2s ease-out;margin-left:24px;padding:0 12px;border-left:2px solid transparent;background:transparent}.tab-scoring__sub-panel:not([style*="max-height: 0"]){padding:8px 12px;border-left-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.tab-scoring__sub-text{font-size:12px;color:var(--color-text-muted);line-height:1.5;margin:0}.tab-scoring__partial-modes{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-xs, 4px)}.tab-scoring__partial-radio{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--color-text);cursor:pointer}.tab-scoring__partial-radio input[type=radio]{margin:0;accent-color:var(--color-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tab-notes__wrapper{display:flex;flex-direction:column;gap:var(--spacing-lg)}.tab-notes__group{display:flex;flex-direction:column;gap:2px}.tab-notes__label{font-size:13px;font-weight:700;color:var(--color-text)}.question-modal .tab-notes__label{color:var(--modal-text-muted);font-weight:600}.tab-notes__subtitle{font-size:11px;font-style:italic;color:var(--color-text-muted);margin-bottom:var(--spacing-xs, 4px)}.tab-notes__textarea{width:100%;min-height:120px;resize:vertical;font-size:13px;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-sm);background:var(--color-bg-card);color:var(--color-text);font-family:inherit;line-height:1.5}.tab-notes__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tab-details__wrapper{display:flex;flex-direction:column;gap:var(--spacing-lg)}.tab-details__group{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.tab-details__label{font-size:13px;font-weight:700;color:var(--color-text)}.question-modal .tab-details__label{color:var(--modal-text-muted);font-weight:600}.tab-details__textarea{width:100%;resize:vertical;font-size:13px;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-sm);background:var(--color-bg-card);color:var(--color-text);font-family:inherit;line-height:1.5}.tab-details__textarea--explanation{min-height:80px}.tab-details__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tab-details__input{width:100%;padding:6px var(--spacing-sm);font-size:13px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);color:var(--color-text)}.tab-details__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tab-details__select{width:100%;padding:6px var(--spacing-sm);font-size:13px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);color:var(--color-text);cursor:pointer}.tab-details__select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tab-details__visibility-radios{display:flex;gap:var(--spacing-md)}.tab-details__vis-radio{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--color-text);cursor:pointer}.tab-details__vis-radio input[type=radio]{margin:0;accent-color:var(--color-primary)}.tab-details__author{font-size:13px;color:var(--color-text-muted)}.tag-chips{display:flex;flex-wrap:wrap;gap:4px;padding:4px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);position:relative;align-items:center;min-height:34px}.tag-chips:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.tag-chips__chips{display:contents}.tag-chips__chip{display:inline-flex;align-items:center;height:26px;border-radius:13px;background:color-mix(in srgb,var(--color-primary) 15%,transparent);padding:0 6px 0 10px;gap:4px;font-size:12px;color:var(--color-text);white-space:nowrap;transition:border-color .15s;border:1px solid transparent}.tag-chips__chip--highlighted{border-color:var(--color-primary)}.tag-chips__chip-text{max-width:150px;overflow:hidden;text-overflow:ellipsis}.tag-chips__chip-close{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:var(--color-text-muted);transition:color .15s}.tag-chips__chip-close svg{width:14px;height:14px}.tag-chips__chip-close:hover{color:var(--color-error, #ef4444)}.tag-chips__input{flex:1;min-width:80px;border:none;outline:none;background:transparent;font-size:12px;color:var(--color-text);padding:2px 4px}.tag-chips__input::placeholder{color:var(--color-text-muted)}.tag-chips__max-indicator{font-size:11px;color:var(--color-text-muted);padding:0 4px}.tag-chips__dropdown{position:absolute;top:100%;left:0;right:0;max-height:160px;overflow-y:auto;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000026;z-index:100;margin-top:2px}.tag-chips__dropdown-item{padding:6px 10px;font-size:12px;color:var(--color-text);cursor:pointer;transition:background .1s}.tag-chips__dropdown-item:hover,.tag-chips__dropdown-item--active{background:color-mix(in srgb,var(--color-primary) 10%,transparent)}.session-prompter{display:grid;grid-template-rows:auto 1fr auto;height:100vh;background-color:var(--color-bg-primary);overflow:hidden}.session-prompter-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:var(--spacing-md);color:var(--color-text-muted)}.session-prompter-loading .loading-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spinner-rotate .8s linear infinite}.prompter-header{display:flex;align-items:center;gap:var(--spacing-md);padding:.75rem 1.5rem;background:var(--color-bg-card);border-bottom:1px solid var(--color-border);box-shadow:0 1px 3px #0000004d}.prompter-state-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;background-color:var(--color-primary);color:#fff}.prompter-state-badge.state-idle{background-color:var(--color-status-draft-bg);color:var(--color-status-draft-text)}.prompter-state-badge.state-ended{background-color:var(--color-error);color:#fff}.prompter-main{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);overflow-y:auto}.prompter-center-content{text-align:center;max-width:800px}.quiz-credits,.display-credits{font-size:.85rem;opacity:.5;margin-top:2rem}.current-state-name{font-size:2.5rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.state-description,.round-info-text,.question-info-text{font-size:1.25rem;color:var(--color-text-muted);margin:.5rem 0}.prompter-controls{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--color-bg-card);border-top:1px solid var(--color-border)}.prompter-nav-btn{min-width:140px;font-size:1rem}.prompter-state-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.prompter-state-info .state-label{font-size:.875rem;font-weight:600;color:var(--color-text)}.prompter-state-info .cran-index{font-size:.75rem;color:var(--color-text-muted)}.prompter-volume-control{display:flex;align-items:center;gap:.5rem;padding:0 .5rem}.prompter-volume-icon{font-size:1.1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.prompter-volume-control input[type=range]{width:80px;height:4px;accent-color:var(--color-info);cursor:pointer}.prompter-main-active{display:grid;grid-template-columns:1fr 300px;grid-template-rows:1fr auto;gap:0;padding:0}.prompter-center-zone{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);overflow-y:auto}.prompter-bottom-zone{grid-column:1;padding:1rem 1.5rem;border-top:1px solid var(--color-border);background:var(--color-bg-card);max-height:200px;overflow-y:auto}.prompter-right-zone{grid-column:2;grid-row:1 / -1;padding:1rem;border-left:1px solid var(--color-border);background:var(--color-bg-card);overflow-y:auto}.prompter-right-zone.hidden{display:none}.insights-panel{display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.insight-card{background:var(--color-bg-card);border-left:4px solid var(--color-warning);border-radius:.5rem;padding:.75rem 1rem;animation:insight-enter .2s ease-out}.insight-card-title{color:var(--color-warning);font-weight:600;font-size:.85rem;margin-bottom:.25rem}.insight-card-body{color:var(--color-text);font-size:.875rem;line-height:1.4}@keyframes insight-enter{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.adjustment-insight{background:var(--color-bg-card);border-left:4px solid var(--color-primary);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;animation:insight-enter .2s ease-out}.adjustment-insight-title{color:var(--color-primary);font-weight:600;font-size:.85rem;margin-bottom:.5rem}.adjustment-insight-list{list-style:none;padding:0;margin:0;color:var(--color-text);font-size:.875rem;line-height:1.6}.prompter-main-active .prompter-center-zone{grid-column:1;grid-row:1}.zone-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.zone-placeholder{font-size:.875rem;color:var(--color-text-muted);font-style:italic}.prompter-welcome{display:flex;align-items:center;justify-content:center;width:100%}.welcome-card{text-align:center;padding:3rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 4px 24px #0000004d;min-width:400px}.welcome-title{font-size:2rem;font-weight:700;color:var(--color-text);margin:0 0 2rem}.welcome-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.welcome-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.welcome-stat-value{font-size:2rem;font-weight:700;color:var(--color-primary)}.welcome-stat-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;background-color:var(--color-primary);color:#fff}.welcome-stat-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.modal-subtitle{margin:0 0 1rem;color:var(--color-text-muted);font-size:.875rem}.welcome-qr-section{margin-bottom:1.5rem;padding:1rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 20%,transparent);border-radius:var(--radius-md)}.welcome-qr-info{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--color-text)}.welcome-qr-connections{margin:0 0 .75rem;font-size:.875rem;color:var(--color-text-muted)}.prompter-round-name{font-size:2rem;font-weight:700;color:var(--color-primary);margin:1rem 0}.prompter-question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.prompter-question-counter{font-size:1rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg-hover);padding:.25rem .75rem;border-radius:.375rem}.prompter-question-text{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:1.5rem 0;line-height:1.4}.prompter-question-options{margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.prompter-option{padding:.75rem 1rem;background:var(--color-bg-card);border:2px solid var(--color-border);border-radius:.5rem;font-size:1.125rem;color:var(--color-text)}.prompter-option strong{color:var(--color-primary);margin-right:.5rem}.prompter-answer-reveal{margin:2rem 0;padding:1.5rem;background:color-mix(in srgb,var(--color-success) 15%,transparent);border:3px solid var(--color-success);border-radius:.75rem}.prompter-answer-label{font-size:.875rem;font-weight:600;color:var(--color-success);text-transform:uppercase;margin-bottom:.5rem}.prompter-correct-answer{font-size:1.75rem;font-weight:700;color:var(--color-success)}.prompter-batch-answers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1.5rem 0}.prompter-batch-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-bg-hover);border-radius:.5rem}.prompter-batch-number{font-size:1.25rem;font-weight:700;color:var(--color-text-muted);min-width:3rem;text-align:center}.prompter-batch-answer{font-size:1.125rem;font-weight:600;color:var(--color-text)}.prompter-timer{margin:2rem 0;padding:2rem;text-align:center;border-radius:.75rem;border:3px solid var(--color-border);background:var(--color-bg-card);transition:all .3s ease}.prompter-timer-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;margin-bottom:.5rem}.prompter-timer-value{font-size:4rem;font-weight:700;font-family:var(--font-mono);color:var(--color-text-muted)}.prompter-timer.timer-running{border-color:var(--color-warning);background:color-mix(in srgb,var(--color-warning) 10%,transparent)}.prompter-timer.timer-running .prompter-timer-value{color:var(--color-warning)}.prompter-timer.timer-warning{border-color:var(--color-warning);background:color-mix(in srgb,var(--color-warning) 15%,transparent);animation:timerPulse 1s ease-in-out infinite}.prompter-timer.timer-warning .prompter-timer-value{color:var(--color-error)}.prompter-timer.timer-expired{border-color:var(--color-text-muted);background:var(--color-bg-hover)}.prompter-timer.timer-expired .prompter-timer-value{color:var(--color-text-muted)}@keyframes timerPulse{0%,to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--color-warning) 70%,transparent)}50%{transform:scale(1.02);box-shadow:0 0 0 10px transparent}}.prompter-next-hint{margin-top:1.5rem;padding:.75rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border-left:4px solid var(--color-primary);color:var(--color-primary);font-size:.875rem;font-weight:500}.prompter-quiz-stats{display:flex;gap:2rem;justify-content:center;margin:1.5rem 0;font-size:1.125rem}.prompter-quiz-stats p{margin:.5rem 0}.prompter-round-info,.prompter-state-description{color:var(--color-text-muted);font-size:1rem;margin:1rem 0}.prompter-ceremony-entry{display:flex;gap:1rem;padding:.4rem .8rem;border-radius:.5rem;margin:.2rem 0}.prompter-ceremony-current{background:color-mix(in srgb,var(--color-primary) 15%,transparent);font-weight:600}.prompter-batch-current{background:color-mix(in srgb,var(--color-primary) 10%,transparent);border-left:3px solid var(--color-primary)}.prompter-batch-revealed .prompter-batch-answer{color:var(--color-status-saved);font-weight:600}.prompter-batch-question{font-size:.9rem;opacity:.8}.session-display{min-height:100vh;background:linear-gradient(135deg,var(--color-info) 0%,var(--color-primary) 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;font-family:var(--font-body)}.session-display h1,.session-display h2,.display-round-title,.display-quiz-title{font-family:var(--font-heading)}.display-state-badge{position:fixed;top:1rem;right:1rem;background:color-mix(in srgb,white 20%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase}.display-content{max-width:1200px;width:100%}.display-quiz-title{font-size:4rem;font-weight:800;margin:2rem 0;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.display-subtitle{font-size:1.5rem;opacity:.9;margin:1rem 0}.display-quiz-stats{display:flex;gap:4rem;justify-content:center;margin:3rem 0;font-size:2rem}.display-quiz-stats p{margin:1rem 0}.display-round-name{font-size:3.5rem;font-weight:800;margin:2rem 0;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.display-round-title{font-size:2.5rem;margin:1.5rem 0}.display-question-text{font-size:3rem;font-weight:700;line-height:1.3;margin:2rem 0;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.display-question-options{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto;max-width:900px}.display-option{padding:1.5rem 2rem;background:color-mix(in srgb,white 15%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid color-mix(in srgb,white 30%,transparent);border-radius:1rem;font-size:2rem;font-weight:600;text-align:left;transition:all .3s ease}.display-option strong{color:var(--color-warning);margin-right:1rem}.display-timer{margin:3rem auto;padding:3rem;max-width:600px;background:color-mix(in srgb,white 10%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:4px solid color-mix(in srgb,white 30%,transparent);border-radius:2rem;transition:all .3s ease}.display-timer-value{font-size:8rem;font-weight:800;font-family:var(--font-mono);color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.display-timer.timer-running{border-color:var(--color-warning);background:color-mix(in srgb,var(--color-warning) 20%,transparent)}.display-timer.timer-warning{border-color:var(--color-error);background:color-mix(in srgb,var(--color-error) 20%,transparent);animation:timerPulse 1s ease-in-out infinite}.display-timer.timer-expired{border-color:color-mix(in srgb,white 20%,transparent);background:color-mix(in srgb,var(--color-text-muted) 10%,transparent)}.display-timer.timer-expired .display-timer-value{color:var(--color-text-muted)}.display-answer-reveal{margin:3rem auto;padding:3rem;max-width:900px;background:color-mix(in srgb,var(--color-success) 20%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:4px solid var(--color-success);border-radius:2rem}.display-answer-label{font-size:1.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;opacity:.9}.display-correct-answer{font-size:3.5rem;font-weight:800;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.display-batch-answers{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem auto;max-width:1100px}.display-batch-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:color-mix(in srgb,white 15%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:2px solid color-mix(in srgb,white 20%,transparent)}.display-batch-number{font-size:2rem;font-weight:800;min-width:4rem;text-align:center;color:var(--color-warning)}.display-batch-answer{font-size:1.75rem;font-weight:700}.display-winner{font-size:10rem;margin:2rem 0;animation:bounce 2s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.session-display-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-info) 0%,var(--color-primary) 100%);color:#fff}.session-display-loading .loading-spinner{width:80px;height:80px;border:8px solid color-mix(in srgb,white 20%,transparent);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.info-screen-marker{display:flex;flex-direction:column;width:2rem;flex-shrink:0;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s;overflow:hidden;align-self:stretch}.info-screen-marker:hover{border-color:color-mix(in srgb,var(--color-info) 60%,transparent)}.info-screen-marker-header{display:flex;align-items:center;justify-content:center;height:var(--column-header-height, 2rem);padding:0;background:linear-gradient(135deg,color-mix(in srgb,var(--color-info) 20%,transparent),color-mix(in srgb,var(--color-info) 8%,transparent));border-bottom:1px solid var(--color-border);font-size:1.125rem;color:var(--color-text-muted)}.info-screen-marker-title{flex:1;writing-mode:vertical-rl;text-orientation:mixed;font-size:.8125rem;font-weight:500;letter-spacing:.15em;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-height:100%;padding:.375rem 0;margin:0 auto}.info-screen-marker-delete{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100%;height:var(--column-header-height, 2rem);background:transparent;border:none;border-top:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;font-size:1rem;opacity:0;transition:opacity .2s,color .15s}.info-screen-marker:hover .info-screen-marker-delete{opacity:.7}.info-screen-marker-delete:hover{opacity:1!important;color:var(--color-error)}.page-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;font-size:.6rem;font-weight:600;border-radius:999px;background:color-mix(in srgb,var(--color-info) 80%,transparent);color:#fff;line-height:1}.page-tabs{display:flex;gap:.25rem;margin-bottom:.25rem;flex-wrap:wrap}.page-tab{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid var(--color-border);border-bottom:none;border-radius:.25rem .25rem 0 0;background:transparent;color:inherit;cursor:pointer;font-size:.85rem;min-width:2rem;text-align:center}.page-tab.active{background:color-mix(in srgb,var(--color-info) 20%,transparent);border-color:var(--color-info)}.page-tab-add{border-style:dashed;opacity:.6}.page-tab-add:hover{opacity:1}.page-tab-delete{font-size:.75rem;cursor:pointer;opacity:.5;line-height:1}.page-tab-delete:hover{opacity:1;color:var(--color-error)}.prompter-page-indicator{display:inline-block;padding:.25rem .75rem;border-radius:999px;background:color-mix(in srgb,var(--color-info) 20%,transparent);color:color-mix(in srgb,white 80%,transparent);font-size:.85rem;font-weight:500;margin-top:.5rem}.info-screen-editor{max-width:700px}.wysiwyg-toolbar{display:flex;gap:.25rem;padding:.5rem;border-bottom:1px solid var(--color-border);position:relative}.wysiwyg-toolbar button{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;min-width:2rem;text-align:center}.wysiwyg-toolbar button:hover{background:color-mix(in srgb,white 10%,transparent)}.wysiwyg-content{min-height:150px;max-height:300px;overflow-y:auto;padding:.75rem;border:1px solid var(--color-border);border-radius:0 0 .5rem .5rem;outline:none;line-height:1.6}.wysiwyg-content:focus{border-color:var(--color-info)}.wysiwyg-content h1{font-size:1.4rem;margin:.5rem 0}.wysiwyg-content h2{font-size:1.2rem;margin:.5rem 0}.wysiwyg-content p{margin:.25rem 0}.wysiwyg-content img{max-width:100%;border-radius:.5rem}.prompter-info-screen{background:var(--color-bg-card);border-radius:.75rem;padding:2rem;max-height:70vh;overflow:hidden;text-align:center}.prompter-info-screen-title,.prompter-info-screen-content h1{font-size:1.5rem;margin-bottom:1rem}.prompter-info-screen-content h2{font-size:1.25rem;margin-bottom:.75rem}.prompter-info-screen-content p{font-size:1rem;line-height:1.6}.prompter-info-screen-content img{max-width:60%;max-height:40vh;border-radius:.5rem}.display-info-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3rem;text-align:center}.display-info-screen h1{font-size:3rem}.display-info-screen h2{font-size:2.5rem}.display-info-screen-content p{font-size:1.5rem;line-height:1.8}.display-info-screen-content img{max-width:80%;max-height:60vh}.info-icon{width:1.5em;height:1.5em;vertical-align:middle;stroke:currentColor;fill:none;display:inline-block}.display-info-screen .info-icon{width:2em;height:2em}.icon-picker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;padding:.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:.5rem;position:absolute;z-index:100;max-height:200px;overflow-y:auto;width:max-content}.icon-picker-grid button{padding:.5rem;border:1px solid transparent;border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-picker-grid button:hover{border-color:var(--color-info);background:color-mix(in srgb,var(--color-info) 10%,transparent)}.display-reveal-batch{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.display-reveal-number{font-size:3rem;font-weight:800;color:var(--color-primary);width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--color-primary) 10%,transparent);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.display-reveal-question{font-size:2.5rem;font-weight:600;margin-bottom:2rem;line-height:1.3}.display-reveal-answer{font-size:2rem;font-weight:700;color:var(--color-status-saved);padding:1rem 2rem;border-radius:1rem;background:color-mix(in srgb,var(--color-status-saved) 10%,transparent);animation:reveal-slide-in .4s ease-out}@keyframes reveal-slide-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.display-ceremony{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center;position:relative}.display-ceremony-suspense h1{font-size:3rem;animation:pulse-suspense 1.5s ease-in-out infinite}@keyframes pulse-suspense{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.display-ceremony-entry{display:flex;align-items:center;gap:1.5rem;padding:.8rem 2rem;margin:.3rem 0;font-size:1.5rem;border-radius:.75rem;background:color-mix(in srgb,white 5%,transparent);animation:reveal-slide-in .4s ease-out}.display-ceremony-current{background:color-mix(in srgb,var(--color-primary) 15%,transparent);transform:scale(1.05);transition:transform .3s ease}.display-ceremony-winner{font-size:4rem;font-weight:800;padding:1.5rem 3rem;background:color-mix(in srgb,var(--color-primary) 20%,transparent);animation:winner-scale-up .6s ease-out}@keyframes winner-scale-up{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.display-ceremony-rank{font-weight:800;min-width:60px}.display-ceremony-rank.gold{color:gold}.display-ceremony-rank.silver{color:silver}.display-ceremony-rank.bronze{color:#cd7f32}.display-ceremony-name{flex:1;text-align:left;font-weight:600}.display-ceremony-score{font-weight:500;opacity:.8}.display-confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100;overflow:hidden}.display-confetti span{position:absolute;top:-10%;width:10px;height:10px;border-radius:50%;animation:confetti-fall 3s ease-in-out forwards}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}.qr-codes-loading,.qr-codes-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:var(--spacing-md);color:var(--color-text-muted)}.qr-codes-page{min-height:100vh;background:#fff;color:#111}.qr-codes-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #ddd}.qr-codes-header h1{margin:0;font-size:1.25rem;color:#111}.qr-codes-actions{display:flex;gap:.5rem}.qr-codes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:10mm}.qr-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8mm 4mm;border:1px dashed #ccc;text-align:center;page-break-inside:avoid}.qr-card-image{margin-bottom:4mm}.qr-card-image canvas{display:block}.qr-card-info{display:flex;flex-direction:column;gap:1mm}.qr-card-table{font-size:14pt;font-weight:700;color:#111}.qr-card-team{font-size:10pt;color:#555}.qr-card-url{font-size:7pt;color:#999;word-break:break-all}@media print{.no-print{display:none!important}.qr-codes-page{background:#fff}.qr-codes-grid{grid-template-columns:repeat(4,74.25mm);grid-auto-rows:105mm;padding:0;margin:0}.qr-card{box-sizing:border-box;break-inside:avoid;border:1px dashed #ccc;padding:18mm 10mm}.qr-card:nth-child(8n){break-after:page}.qr-card-image canvas{width:54mm;height:54mm}@page{size:A4 landscape;margin:0}}.question-bank-page{max-width:1400px;margin:0 auto;padding:var(--spacing-xl);position:relative;padding-bottom:5rem}.question-bank-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);flex-wrap:wrap;gap:var(--spacing-sm)}.qb-header-left{display:flex;align-items:baseline;gap:var(--spacing-md)}.question-bank-title{margin:0;font-family:var(--font-heading, "BioRhyme", serif);font-size:1.5rem;color:var(--color-text-muted);font-weight:500}.qb-result-counter{font-size:.875rem;color:var(--color-text-muted);opacity:.7}.qb-create-btn-group{display:flex;gap:var(--spacing-xs)}.qb-create-btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);font-size:.875rem;padding:var(--spacing-xs) var(--spacing-sm)}.qb-filter-bar{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);align-items:center;margin-bottom:var(--spacing-sm)}.qb-search-wrapper{position:relative;flex:1 1 200px;max-width:300px}.qb-search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.qb-search-input{width:100%;padding:.4rem .5rem .4rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8125rem;background:var(--color-bg-primary);color:var(--color-text-primary)}.qb-search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.qb-filter-bar .bank-panel-dropdown{flex:none}.qb-filter-bar .bank-panel-dropdown-panel{min-width:160px}.qb-chips{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);align-items:center;margin-bottom:var(--spacing-sm)}.qb-chips-count{margin-left:auto;font-size:.7rem;color:var(--color-text-muted);opacity:.7;white-space:nowrap}.qb-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .25rem .2rem .5rem;border-radius:9999px;font-size:.75rem;line-height:1.4;background:color-mix(in srgb,var(--color-primary) 25%,transparent);color:var(--color-text, #fff);white-space:nowrap}.qb-chip-close{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#ffffffb3;font-size:.85rem;opacity:1;width:18px;height:18px;border-radius:50%;transition:color .15s,background-color .15s}.qb-chip-close:hover{color:#fff;background-color:#ffffff26}.qb-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.qb-table thead{background:var(--color-bg-secondary, var(--color-bg-hover))}.qb-table th{padding:3px var(--spacing-sm);text-align:left;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);white-space:nowrap}.qb-table td{padding:2px var(--spacing-sm);border-bottom:1px solid var(--color-border);font-size:.8rem;color:var(--color-text-muted);vertical-align:middle}.qb-row{cursor:pointer;transition:background-color .15s}.qb-row:hover{background-color:var(--color-bg-hover)}.qb-row--selected{background-color:color-mix(in srgb,var(--color-primary) 6%,transparent)}.qb-row:last-child td{border-bottom:none}.qb-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.qb-sortable:hover{color:var(--color-primary);text-decoration:underline}.qb-sort-active{color:var(--color-primary)}.qb-col-checkbox{width:2rem;text-align:center}.qb-table input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1.5px solid var(--color-text-muted);border-radius:3px;background:transparent;cursor:pointer;vertical-align:middle;position:relative;transition:border-color .15s,background-color .15s}.qb-table input[type=checkbox]:hover{border-color:var(--color-primary)}.qb-table input[type=checkbox]:checked{background-color:var(--color-primary);border-color:var(--color-primary)}.qb-table input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.qb-col-text{width:auto}.qb-col-categoryId{width:5rem;text-align:center}.qb-col-type{width:3.5rem;text-align:center}.qb-col-difficulty{width:6rem;text-align:center}.qb-col-createdAt{width:4.5rem;text-align:center;font-size:.7rem}.qb-col-actions{width:2.5rem;text-align:center;position:relative}.qb-col-categoryId,.qb-col-type,.qb-col-difficulty,.qb-col-createdAt,.qb-col-actions{text-align:center}.qb-col-date{font-size:.75rem;color:var(--color-text-muted);opacity:.7}.qb-title-block{min-width:0}.qb-title-text{font-size:.8rem;color:var(--color-text, #fff);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qb-meta{font-size:.65rem;color:var(--color-text-muted);opacity:.5;margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qb-meta:before{content:"— "}.qb-meta-icon{font-size:.7rem;margin-right:.15rem}.category-pill{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1.4;white-space:nowrap;color:#fff;opacity:.7}.category-pill--empty{background:transparent;border:1px dashed var(--color-border);color:var(--color-text-muted);opacity:.5}.type-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.type-icon svg{width:20px;height:20px}.type-icon i{font-size:20px}.difficulty-indicator{display:inline-flex;gap:.1rem;font-size:.7rem;line-height:1}.difficulty-star--filled{color:var(--color-primary);opacity:.8}.difficulty-star--empty{color:var(--color-text-muted);opacity:.25}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text-muted);font-size:1.125rem;opacity:0;transition:all .15s}.qb-row:hover .btn-icon{opacity:1}.btn-icon:hover{background-color:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-primary)}.qb-context-menu{position:absolute;right:0;top:100%;z-index:var(--z-dropdown, 1000);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000026;min-width:180px;padding:var(--spacing-xs) 0}.qb-ctx-item{display:flex;align-items:center;gap:var(--spacing-sm);width:100%;padding:.5rem .75rem;border:none;background:transparent;cursor:pointer;font-size:.8125rem;color:var(--color-text-primary);text-align:left}.qb-ctx-item--danger,.qb-ctx-item--danger i{color:var(--color-error, #ef4444)}.qb-ctx-item:hover{background:var(--color-bg-hover)}.qb-ctx-item i{font-size:1rem;color:var(--color-text-muted)}.qb-batch-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;gap:var(--spacing-lg);padding:var(--spacing-sm) var(--spacing-xl);background:var(--color-bg-primary);border-top:1px solid var(--color-border);box-shadow:0 -2px 8px #0000001a}.qb-batch-count{font-size:.875rem;font-weight:600;color:var(--color-primary)}.qb-batch-actions{display:flex;gap:var(--spacing-xs)}.qb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0006;display:flex;align-items:center;justify-content:center}.qb-modal{background:var(--color-bg-primary);border-radius:var(--radius-lg, var(--radius-md));box-shadow:0 8px 32px #0003;width:90%;max-width:480px;max-height:80vh;overflow-y:auto}.qb-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--color-border)}.qb-modal-header h3{margin:0;font-size:1rem;font-weight:600}.qb-modal-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;cursor:pointer;color:var(--color-text-muted);font-size:1.25rem;border-radius:var(--radius-sm)}.qb-modal-close:hover{background:var(--color-bg-hover)}.qb-modal-body{padding:var(--spacing-md) var(--spacing-lg)}.qb-modal-body label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text-muted);margin-bottom:var(--spacing-xs);margin-top:var(--spacing-sm)}.qb-modal-input{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary)}.qb-modal-input:focus{outline:none;border-color:var(--color-primary)}.qb-modal-footer{display:flex;justify-content:flex-end;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);border-top:1px solid var(--color-border)}.qb-difficulty-options{display:flex;flex-direction:column;gap:var(--spacing-xs)}.qb-difficulty-option{display:flex;align-items:center;gap:var(--spacing-sm);padding:.35rem .5rem;cursor:pointer;border-radius:var(--radius-sm);font-size:.875rem}.qb-difficulty-option:hover{background:var(--color-bg-hover)}.qb-difficulty-option input[type=radio]{margin:0}.qb-quiz-ref-list{list-style:none;padding:0;margin:var(--spacing-sm) 0}.qb-quiz-ref-list li{padding:.35rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem}.qb-quiz-ref-list li:last-child{border-bottom:none}.qb-quiz-ref-link{color:var(--color-primary);text-decoration:none}.qb-quiz-ref-link:hover{text-decoration:underline}.qb-cascade{display:flex;flex-direction:column;gap:var(--spacing-xs)}.qb-cascade select{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary)}.qb-cascade select:disabled{opacity:.5}.qb-delete-warnings{background:color-mix(in srgb,var(--color-warning, #f59e0b) 10%,transparent);border:1px solid var(--color-warning, #f59e0b);border-radius:var(--radius-sm);padding:var(--spacing-sm);margin:var(--spacing-sm) 0;font-size:.8125rem}.qb-delete-warnings ul{margin:var(--spacing-xs) 0 0;padding-left:var(--spacing-lg)}.question-bank-pagination{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);margin-top:var(--spacing-lg);padding:var(--spacing-sm) 0}.qbl-page-info{font-size:.875rem;color:var(--color-text-muted)}.question-bank-empty,.question-bank-loading{text-align:center;padding:var(--spacing-2xl) var(--spacing-xl);color:var(--color-text-muted)}.question-bank-empty p{margin:0 0 var(--spacing-sm)}.question-bank-empty .btn{margin-top:var(--spacing-md)}.question-bank-page .text-muted{color:var(--color-text-muted);font-style:italic}.qb-catalogue-layout{display:flex;gap:var(--spacing-md);align-items:flex-start}.qb-catalogue-main{flex:1;min-width:0}.qb-collections-panel{width:200px;flex-shrink:0;background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-sm);padding-right:var(--spacing-sm);overflow-y:auto;position:sticky;top:var(--spacing-xl);max-height:calc(100vh - 6rem)}.qb-collections-panel--collapsed{width:auto;border-right:none;padding-right:0}.qb-collections-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-xs)}.qb-collections-title{font-weight:600;font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.qb-panel-toggle{background:none;border:none;cursor:pointer;padding:var(--spacing-xs);color:var(--color-text-muted);border-radius:var(--radius-sm);transition:background-color .15s}.qb-panel-toggle:hover{background-color:var(--color-bg-hover)}.qb-collections-list{display:flex;flex-direction:column;gap:0}.qb-collection-item{display:flex;align-items:center;gap:.3rem;padding:2px var(--spacing-sm);border-radius:var(--radius-sm);cursor:pointer;transition:background-color .15s;position:relative;font-size:.8rem;line-height:1.2}.qb-collection-item:not(:has(.qb-collection-menu-btn)){padding:4px var(--spacing-sm)}.qb-collection-separator{height:1px;background:var(--color-border);margin:4px 0}.qb-collection-item:hover{background-color:var(--color-bg-hover)}.qb-collection-item--active{background-color:var(--color-primary-light, rgba(139, 92, 246, .1));color:var(--color-primary)}.qb-collection-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:var(--spacing-xs)}.qb-collection-name i[class*=ph-]{font-size:1rem;flex-shrink:0}.qb-collection-name .ph-heart{color:var(--color-error, #ef4444)}.qb-collection-name .ph-folder{color:var(--color-primary)}.qb-collection-count{font-size:.7rem;color:var(--color-text-muted);background-color:color-mix(in srgb,var(--color-text-muted) 15%,transparent);padding:2px 6px;border-radius:10px;flex-shrink:0;min-width:20px;text-align:center;margin-left:auto}.qb-collection-menu-btn{background:none;border:none;cursor:pointer;padding:2px 5px;color:var(--color-text-muted);opacity:1;font-size:1rem;transition:background-color .15s,color .15s;flex-shrink:0;border-radius:var(--radius-sm)}.qb-collection-menu-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text, #fff)}.qb-collection-input{width:100%;padding:var(--spacing-xs) var(--spacing-sm);border:1.5px solid var(--color-primary);border-radius:var(--radius-sm);font-size:var(--font-size-sm);outline:none;background-color:var(--color-bg-card, #1A1424);color:var(--color-text, #fff);caret-color:var(--color-primary)}.qb-collection-input::placeholder{color:var(--color-text-muted);opacity:.6}.qb-collection-add-btn{display:flex;align-items:center;gap:var(--spacing-xs);width:100%;padding:6px var(--spacing-sm);margin-top:6px;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-primary);font-size:.8rem;font-weight:500;transition:background-color .15s,border-color .15s}.qb-collection-add-btn:hover{background:color-mix(in srgb,var(--color-primary) 18%,transparent);border-color:var(--color-primary)}.qb-collection-ctx-menu{position:absolute;right:0;top:100%;z-index:var(--z-dropdown, 1000)}.qb-collection-options{display:flex;flex-direction:column;gap:var(--spacing-xs);max-height:300px;overflow-y:auto}.qb-collection-option{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);cursor:pointer;transition:background-color .15s}.qb-collection-option:hover{background-color:var(--color-bg-hover)}.qb-collection-option input[type=radio]{margin:0}@media (max-width: 768px){.qb-collections-panel,.qb-collections-panel--collapsed{display:none}}.admin-content h2{font-family:var(--font-heading);font-size:1.8rem}.admin-layout{display:flex;flex-direction:column;height:100%;background:var(--color-bg-primary, #0F0A14);color:var(--color-text, #F5F5F5)}.admin-topbar{display:flex;align-items:center;gap:var(--spacing-lg, 1.5rem);height:48px;padding:0 var(--spacing-lg, 1.5rem);background:var(--color-bg-card, #1A1424);border-bottom:1px solid var(--color-border, #2D1F3D);flex-shrink:0}.admin-topbar-nav{display:flex;align-items:center;gap:.25rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.admin-topbar-nav::-webkit-scrollbar{display:none}.admin-nav-item{display:flex;align-items:center;gap:var(--spacing-xs, .25rem);padding:.375rem .75rem;color:var(--color-text-muted, #A1A1A1);text-decoration:none;font-size:.8125rem;border-radius:var(--radius-sm, 4px);transition:color .15s,background-color .15s;white-space:nowrap}.admin-nav-item:hover{color:var(--color-text, #F5F5F5);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.admin-nav-item.active{color:var(--color-primary, #8B5CF6);background:color-mix(in srgb,var(--color-primary) 12%,transparent);font-weight:600}.admin-nav-icon{font-size:1rem;width:1.125rem;text-align:center;line-height:1;vertical-align:middle}.admin-nav-label{white-space:nowrap}.admin-content{flex:1;padding:var(--spacing-xl, 2rem);overflow-y:auto}.admin-page h2{color:var(--color-primary, #8B5CF6);margin-bottom:var(--spacing-md, 1rem)}.admin-placeholder{color:var(--color-text-muted, #A1A1A1);font-style:italic}.admin-error{color:var(--color-alert, #EF4444);font-style:italic}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg, 1.5rem);margin-bottom:var(--spacing-xl, 2rem)}@media (max-width: 768px){.kpi-grid{grid-template-columns:1fr}}.kpi-card{display:flex;flex-direction:column;gap:var(--spacing-xs, .25rem);padding:var(--spacing-lg, 1.5rem);background:var(--color-bg-card, #1E1E2E);border:1px solid var(--color-border, #3B3B5C);border-radius:8px;cursor:pointer;text-decoration:none;color:inherit;transition:border-color .15s ease}.kpi-card:hover{border-color:var(--color-primary, #8B5CF6)}.kpi-icon{font-size:1.5rem}.kpi-count{font-size:2rem;font-weight:700;color:var(--color-text, #E5E5EF)}.kpi-label{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.kpi-trend{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);margin-top:var(--spacing-xs, .25rem)}.kpi-skeleton{cursor:default;pointer-events:none}.kpi-skeleton-icon{width:2rem;height:1.5rem;background:var(--color-border, #3B3B5C);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.kpi-skeleton-text{width:60%;height:2rem;background:var(--color-border, #3B3B5C);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.activity-section h3{font-size:1rem;font-weight:600;color:var(--color-text-muted, #A1A1A1);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md, 1rem)}.activity-feed{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm, .5rem)}.activity-item{display:flex;align-items:center;gap:var(--spacing-sm, .5rem);padding:var(--spacing-sm, .5rem) 0;border-bottom:1px solid var(--color-border, #3B3B5C)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-dot--success{background:var(--color-success, #22C55E)}.activity-dot--primary{background:var(--color-primary, #8B5CF6)}.activity-dot--secondary{background:var(--color-secondary, #F59E0B)}.activity-dot--alert{background:var(--color-alert, #EF4444)}.activity-content{flex:1;display:flex;flex-direction:column;gap:2px}.activity-description{font-size:.875rem;color:var(--color-text, #E5E5EF)}.activity-actor{font-size:.75rem;color:var(--color-text-muted, #A1A1A1)}.activity-time{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);white-space:nowrap}.activity-skeleton{cursor:default}.activity-dot-skeleton{width:8px;height:8px;border-radius:50%;background:var(--color-border, #3B3B5C);flex-shrink:0;animation:skeleton-pulse 1.5s ease-in-out infinite}.activity-text-skeleton{flex:1;height:1rem;background:var(--color-border, #3B3B5C);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.activity-empty{color:var(--color-text-muted, #A1A1A1);font-style:italic;padding:var(--spacing-md, 1rem) 0}.activity-load-more{margin-top:var(--spacing-md, 1rem);padding:var(--spacing-sm, .5rem) var(--spacing-md, 1rem);background:transparent;border:1px solid var(--color-border, #3B3B5C);border-radius:6px;color:var(--color-primary, #8B5CF6);cursor:pointer;font-size:.875rem;transition:border-color .15s ease}.activity-load-more:hover{border-color:var(--color-primary, #8B5CF6)}.activity-load-more:disabled{opacity:.5;cursor:not-allowed}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 767px){.admin-topbar{flex-wrap:wrap;height:auto;padding:.5rem var(--spacing-md, 1rem);gap:.5rem}.admin-topbar-nav{width:100%;gap:.125rem}.admin-nav-label{display:none}.admin-nav-item{padding:.375rem .5rem}.admin-nav-icon{font-size:1.125rem}}.at-header{display:flex;align-items:baseline;gap:var(--spacing-md, 1rem);margin-bottom:var(--spacing-md, 1rem)}.at-header h2{margin-bottom:0}.at-header-count{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.at-filters{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-sm, .5rem);margin-bottom:var(--spacing-md, 1rem)}.at-search{position:relative;flex:1;min-width:200px;max-width:400px}.at-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:.875rem;pointer-events:none;line-height:1}.at-search-input{width:100%;padding:.5rem .75rem .5rem 2rem;background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-text, #F5F5F5);font-size:.875rem;outline:none;transition:border-color .15s}.at-search-input:focus{border-color:var(--color-primary, #8B5CF6)}.at-search-input::placeholder{color:var(--color-text-muted, #A1A1A1)}.at-filter-group{display:flex;align-items:center;gap:var(--spacing-sm, .5rem);flex-wrap:wrap}.at-select{padding:.5rem .75rem;background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-text, #F5F5F5);font-size:.8125rem;cursor:pointer;outline:none}.at-select:focus{border-color:var(--color-primary, #8B5CF6)}.at-checkbox-label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted, #A1A1A1);cursor:pointer;-webkit-user-select:none;user-select:none}.at-checkbox-label input[type=checkbox]{accent-color:var(--color-primary, #8B5CF6)}.at-table-wrap{overflow-x:auto}.at-table{width:100%;border-collapse:collapse;font-size:.875rem}.at-th{text-align:left;padding:.625rem .75rem;color:var(--color-text-muted, #A1A1A1);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border, #2D1F3D);white-space:nowrap}.at-th--cb{width:40px}.at-th--menu{width:48px}.at-th--role,.at-th--status,.at-th--activity{width:110px}.at-row{transition:background-color .1s}.at-row:hover{background:color-mix(in srgb,var(--color-primary) 6%,transparent)}.at-row--selected{background:color-mix(in srgb,var(--color-primary) 10%,transparent)}.at-row--deleted{opacity:.6}.at-cell{padding:.625rem .75rem;border-bottom:1px solid var(--color-border, #2D1F3D);vertical-align:middle}.at-cell--cb{width:40px}.at-cell--user{cursor:pointer}.at-cell--menu{position:relative;width:48px;text-align:center}.at-cb{accent-color:var(--color-primary, #8B5CF6)}.at-user-info{display:flex;align-items:center;gap:.625rem}.at-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary, #8B5CF6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.at-user-text{display:flex;flex-direction:column;gap:1px;min-width:0}.at-user-name{font-weight:500;color:var(--color-text, #F5F5F5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.at-user-email{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.at-strikethrough{text-decoration:line-through}.at-role-badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.at-role-badge--admin{background:color-mix(in srgb,var(--color-primary) 20%,transparent);color:color-mix(in srgb,var(--color-primary) 70%,white)}.at-role-badge--moderator{background:color-mix(in srgb,var(--color-warning) 20%,transparent);color:var(--color-warning)}.at-role-badge--user{background:color-mix(in srgb,var(--color-text-muted) 15%,transparent);color:var(--color-text-muted, #A1A1A1)}.at-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.375rem;vertical-align:middle}.at-status-dot--active{background:var(--color-success, #22C55E)}.at-status-dot--suspended{background:var(--color-alert, #EF4444)}.at-status-dot--deleted{background:var(--color-text-muted, #A1A1A1)}.at-menu-btn{background:none;border:none;color:var(--color-text-muted, #A1A1A1);font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:4px;line-height:1;display:inline-flex;align-items:center;transition:background .15s}.at-menu-btn:hover{background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-text, #F5F5F5)}.at-ctx-menu{position:absolute;top:100%;right:0;z-index:20;min-width:180px;background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:8px;box-shadow:0 8px 24px #0006;padding:.375rem 0;display:flex;flex-direction:column}.at-menu-item{display:block;width:100%;text-align:left;padding:.5rem .875rem;background:none;border:none;color:var(--color-text, #F5F5F5);font-size:.8125rem;cursor:pointer;transition:background .1s}.at-menu-item:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.at-menu-item:disabled{opacity:.4;cursor:not-allowed}.at-menu-item--danger{color:var(--color-alert, #EF4444)}.at-menu-divider{height:1px;background:var(--color-border, #2D1F3D);margin:.25rem 0}.at-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted, #A1A1A1)}.at-empty p{margin-bottom:var(--spacing-md, 1rem)}.at-empty-btn{padding:.5rem 1rem;background:transparent;border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-primary, #8B5CF6);cursor:pointer;font-size:.875rem;transition:border-color .15s}.at-empty-btn:hover{border-color:var(--color-primary, #8B5CF6)}.at-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-md, 1rem);padding-top:var(--spacing-sm, .5rem);font-size:.8125rem;color:var(--color-text-muted, #A1A1A1)}.at-pagination-controls{display:flex;align-items:center;gap:var(--spacing-sm, .5rem)}.at-page-btn{padding:.375rem .625rem;background:transparent;border:1px solid var(--color-border, #2D1F3D);border-radius:4px;color:var(--color-text, #F5F5F5);cursor:pointer;font-size:.8125rem;display:inline-flex;align-items:center;transition:border-color .15s}.at-page-btn:hover:not(:disabled){border-color:var(--color-primary, #8B5CF6)}.at-page-btn:disabled{opacity:.3;cursor:not-allowed}.at-page-label{min-width:60px;text-align:center}.at-page-size{padding:.375rem .5rem;font-size:.75rem}.at-batch-bar{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:var(--color-bg-card, #1A1424);border-top:2px solid var(--color-primary, #8B5CF6);box-shadow:0 -4px 16px #0006}.at-batch-count{font-size:.875rem;color:var(--color-text, #F5F5F5);font-weight:500}.at-batch-actions{display:flex;align-items:center;gap:var(--spacing-sm, .5rem)}.at-batch-dropdown{position:relative}.at-batch-btn{padding:.5rem .875rem;background:var(--color-primary, #8B5CF6);border:none;border-radius:6px;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .15s}.at-batch-btn:hover{opacity:.9}.at-batch-btn--danger{background:var(--color-alert, #EF4444)}.at-batch-btn--ghost{background:transparent;border:1px solid var(--color-border, #2D1F3D);color:var(--color-text-muted, #A1A1A1);display:inline-flex;align-items:center}.at-batch-btn--ghost:hover{border-color:var(--color-text-muted, #A1A1A1)}.at-batch-role-menu{position:absolute;bottom:100%;left:0;margin-bottom:4px;background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:8px;box-shadow:0 -4px 16px #0000004d;flex-direction:column;padding:.375rem 0;min-width:140px}.at-batch-role-menu button{display:block;width:100%;text-align:left;padding:.5rem .875rem;background:none;border:none;color:var(--color-text, #F5F5F5);font-size:.8125rem;cursor:pointer;transition:background .1s}.at-batch-role-menu button:hover{background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.at-skeleton{display:flex;flex-direction:column;gap:.5rem}.at-skeleton-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--color-border, #2D1F3D)}.at-skeleton-cell{flex-shrink:0}.at-skeleton-cb{width:16px;height:16px;border-radius:3px;background:var(--color-border, #2D1F3D);animation:skeleton-pulse 1.5s ease-in-out infinite}.at-skeleton-user{display:flex;align-items:center;gap:.625rem;flex:1}.at-skeleton-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-border, #2D1F3D);animation:skeleton-pulse 1.5s ease-in-out infinite}.at-skeleton-lines{display:flex;flex-direction:column;gap:.375rem}.at-skeleton-line{height:.75rem;border-radius:4px;background:var(--color-border, #2D1F3D);animation:skeleton-pulse 1.5s ease-in-out infinite}.at-skeleton-line--wide{width:140px}.at-skeleton-line--narrow{width:80px}.at-skeleton-line--tag{width:60px}.at-skeleton-line--icon{width:20px}.at-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:var(--color-overlay-dark);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.at-dialog{background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:12px;padding:1.5rem;min-width:360px;max-width:480px;box-shadow:0 16px 48px #00000080}.at-dialog h3{margin:0 0 .75rem;font-size:1.125rem;color:var(--color-text, #F5F5F5)}.at-dialog p{font-size:.875rem;color:var(--color-text-muted, #A1A1A1);margin:0 0 .75rem;line-height:1.5}.at-dialog-select{width:100%;padding:.5rem .75rem;background:var(--color-bg-primary, #0F0A14);border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-text, #F5F5F5);font-size:.875rem;margin-bottom:1rem}.at-dialog-input{width:100%;padding:.5rem .75rem;background:var(--color-bg-primary, #0F0A14);border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-text, #F5F5F5);font-size:.875rem;margin-bottom:1rem;outline:none}.at-dialog-input:focus{border-color:var(--color-primary, #8B5CF6)}.at-dialog-footer{display:flex;justify-content:flex-end;gap:var(--spacing-sm, .5rem);margin-top:.25rem}.at-dialog-btn{padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;border:none;transition:opacity .15s}.at-dialog-btn:disabled{opacity:.4;cursor:not-allowed}.at-dialog-btn--cancel{background:transparent;border:1px solid var(--color-border, #2D1F3D);color:var(--color-text-muted, #A1A1A1)}.at-dialog-btn--cancel:hover{border-color:var(--color-text-muted, #A1A1A1)}.at-dialog-btn--confirm{background:var(--color-primary, #8B5CF6);color:#fff}.at-dialog-btn--confirm:hover:not(:disabled){opacity:.9}.at-dialog-btn--danger{background:var(--color-alert, #EF4444);color:#fff}.at-dialog-btn--danger:hover:not(:disabled){opacity:.9}.ud-back{display:inline-block;margin-bottom:var(--spacing-md, 1rem);color:var(--color-text-muted, #A1A1A1);text-decoration:none;font-size:.875rem;transition:color .15s}.ud-back:hover{color:var(--color-primary, #8B5CF6)}.ud-card{background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:10px;padding:1.5rem;margin-bottom:var(--spacing-lg, 1.5rem)}.ud-skeleton-card{display:flex;align-items:center;gap:1rem}.ud-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.ud-avatar-lg{width:56px;height:56px;font-size:1.125rem}.ud-card-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ud-name{font-size:1.25rem;font-weight:700;color:var(--color-text, #F5F5F5)}.ud-email{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.ud-status{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted, #A1A1A1);white-space:nowrap}.ud-banner{padding:.5rem .75rem;border-radius:6px;font-size:.8125rem;margin-bottom:.75rem}.ud-banner--warning{background:color-mix(in srgb,var(--color-warning) 12%,transparent);color:var(--color-warning);border:1px solid color-mix(in srgb,var(--color-warning) 25%,transparent)}.ud-banner--danger{background:color-mix(in srgb,var(--color-error) 12%,transparent);color:var(--color-error);border:1px solid color-mix(in srgb,var(--color-error) 25%,transparent)}.ud-card-body{display:flex;flex-direction:column;gap:.5rem}.ud-meta{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.ud-label{color:var(--color-text-muted, #A1A1A1);font-size:.8125rem}.ud-self-label{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);font-style:italic}.ud-role-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.ud-role-select{padding:.375rem .625rem;background:var(--color-bg-primary, #0F0A14);border:1px solid var(--color-border, #2D1F3D);border-radius:6px;color:var(--color-text, #F5F5F5);font-size:.8125rem;cursor:pointer}.ud-actions-row{display:flex;gap:.5rem;margin-top:.75rem}.ud-action-btn{padding:.5rem .875rem;border:1px solid transparent;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .15s}.ud-action-btn--warning{background:color-mix(in srgb,var(--color-warning) 15%,transparent);color:var(--color-warning);border-color:color-mix(in srgb,var(--color-warning) 30%,transparent)}.ud-action-btn--warning:hover{opacity:.85}.ud-action-btn--success{background:color-mix(in srgb,var(--color-success) 15%,transparent);color:var(--color-success);border-color:color-mix(in srgb,var(--color-success) 30%,transparent)}.ud-action-btn--success:hover{opacity:.85}.ud-action-btn--danger{background:transparent;color:var(--color-alert, #EF4444);border-color:var(--color-alert, #EF4444)}.ud-action-btn--danger:hover{background:color-mix(in srgb,var(--color-error) 10%,transparent)}.ud-section{background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D1F3D);border-radius:10px;padding:1.25rem;margin-bottom:var(--spacing-lg, 1.5rem)}.ud-section h3{font-size:.9375rem;font-weight:600;color:var(--color-text-muted, #A1A1A1);margin:0 0 .75rem}.ud-empty{font-size:.875rem;color:var(--color-text-muted, #A1A1A1);font-style:italic}.ud-quiz-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.ud-quiz-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--color-border, #2D1F3D);font-size:.875rem}.ud-quiz-item:last-child{border-bottom:none}.ud-quiz-link{flex:1;color:var(--color-text, #F5F5F5);text-decoration:none;transition:color .15s}.ud-quiz-link:hover{color:var(--color-primary, #8B5CF6)}.ud-quiz-status{font-size:.75rem;padding:.125rem .5rem;border-radius:999px;font-weight:500}.ud-quiz-status--draft{background:color-mix(in srgb,var(--color-warning) 20%,transparent);color:var(--color-warning)}.ud-quiz-status--published{background:color-mix(in srgb,var(--color-success) 20%,transparent);color:var(--color-success)}.ud-quiz-count{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);white-space:nowrap}.ud-audit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.ud-audit-item{display:flex;align-items:baseline;gap:.5rem;padding:.375rem 0;border-bottom:1px solid var(--color-border, #2D1F3D);font-size:.8125rem}.ud-audit-item:last-child{border-bottom:none}.ud-audit-item .activity-dot{flex-shrink:0;margin-top:.375rem}.ud-audit-date{color:var(--color-text-muted, #A1A1A1);white-space:nowrap;min-width:100px}.ud-audit-desc{color:var(--color-text, #F5F5F5);flex:1}.ud-audit-actor{color:var(--color-text-muted, #A1A1A1);font-size:.75rem}.at-quiz-info{display:flex;flex-direction:column;gap:.125rem}.at-quiz-title{font-weight:500;color:var(--color-text, #F5F5F5)}.at-quiz-date{font-size:.75rem;color:var(--color-text-muted, #A1A1A1)}.at-author-link{color:var(--color-primary, #8B5CF6);text-decoration:none;cursor:pointer;font-size:.8125rem;transition:opacity .15s}.at-author-link:hover{opacity:.8;text-decoration:underline}.at-quiz-status{display:inline-block;font-size:.75rem;padding:.125rem .5rem;border-radius:999px;font-weight:500}.at-quiz-status--draft{background:color-mix(in srgb,var(--color-warning) 20%,transparent);color:var(--color-warning)}.at-quiz-status--published{background:color-mix(in srgb,var(--color-success) 20%,transparent);color:var(--color-success)}.at-quiz-status--archived{background:color-mix(in srgb,var(--color-text-muted) 20%,transparent);color:var(--color-text-muted)}.at-row--archived{opacity:.6}.at-transfer-dialog{max-width:440px;width:100%}.at-transfer-search{margin-bottom:.75rem}.at-transfer-owner{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;color:var(--color-text-muted, #A1A1A1)}.at-transfer-results{max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.at-transfer-hint{font-size:.8125rem;color:var(--color-text-muted, #A1A1A1);padding:1rem;text-align:center}.at-transfer-user{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:1px solid var(--color-border, #2D1F3D);border-radius:6px;background:transparent;color:var(--color-text, #F5F5F5);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.at-transfer-user:hover:not(:disabled){border-color:var(--color-primary, #8B5CF6);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.at-transfer-user--disabled{opacity:.4;cursor:not-allowed}.at-transfer-user-name{font-weight:500;font-size:.875rem}.at-transfer-user-email{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);flex:1}.at-transfer-user-tag{font-size:.6875rem;padding:.0625rem .375rem;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 20%,transparent);color:var(--color-primary, #8B5CF6)}.at-transfer-confirm{padding:.5rem 0}.as-tabs{display:flex;gap:0;border-bottom:2px solid var(--color-border, #2D2D3E);margin-bottom:var(--spacing-xl, 1.5rem)}.as-tab{padding:.625rem 1.25rem;background:none;border:none;font-size:.9375rem;color:var(--color-text-muted, #A1A1A1);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.as-tab:hover{color:var(--color-text-primary, #E5E5F0)}.as-tab.active{color:var(--color-primary, #8B5CF6);border-bottom-color:var(--color-primary, #8B5CF6);font-weight:600}.as-form{max-width:560px}.as-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.25rem}.as-label{font-size:.875rem;font-weight:500;color:var(--color-text-primary, #E5E5F0)}.as-helper{font-size:.75rem;color:var(--color-text-muted, #A1A1A1);margin-top:.25rem}.as-input{background:var(--color-bg-secondary, #1E1E2E);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-md, .5rem);color:var(--color-text-primary, #E5E5F0);font-size:.9375rem;padding:.5rem .75rem;width:100%;box-sizing:border-box;transition:border-color .15s}.as-input:focus{outline:none;border-color:var(--color-primary, #8B5CF6)}.as-input--error{border-color:var(--color-error, #EF4444)}.as-field-error{font-size:.75rem;color:var(--color-error, #EF4444);margin-top:.125rem}.as-number-row{display:flex;align-items:center;gap:.5rem}.as-input--number{width:100px}.as-unit{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.as-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--color-border, #2D2D3E)}.as-toggle-info{display:flex;flex-direction:column;gap:.125rem}.as-toggle-title{font-size:.9375rem;color:var(--color-text-primary, #E5E5F0)}.as-toggle-desc{font-size:.75rem;color:var(--color-text-muted, #A1A1A1)}.toggle-switch{position:relative;width:48px;height:24px;background:var(--color-text-muted, #A1A1A1);border-radius:12px;cursor:pointer;transition:background-color .2s;flex-shrink:0;border:none;padding:0}.toggle-switch.active{background:var(--color-success, #22C55E)}.toggle-switch:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s}.toggle-switch.active:after{transform:translate(24px)}.as-form-footer{display:flex;gap:.75rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--color-border, #2D2D3E)}.as-skeleton-field{margin-bottom:1.25rem}.as-skeleton-label{height:14px;width:120px;background:var(--color-border, #2D2D3E);border-radius:4px;margin-bottom:.5rem;animation:skeleton-pulse 1.5s ease-in-out infinite}.as-skeleton-input{height:38px;width:100%;max-width:560px;background:var(--color-border, #2D2D3E);border-radius:var(--radius-md, .5rem);animation:skeleton-pulse 1.5s ease-in-out infinite}.as-mfa-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay-dark);display:flex;align-items:center;justify-content:center;z-index:2000}.as-mfa-dialog{background:var(--color-bg-primary, #13131F);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-lg, .75rem);padding:1.5rem;width:380px;max-width:calc(100vw - 2rem)}.as-mfa-dialog h3{margin:0 0 .5rem;font-size:1.0625rem;color:var(--color-text-primary, #E5E5F0)}.as-mfa-dialog p{font-size:.875rem;color:var(--color-text-muted, #A1A1A1);margin:0 0 1rem}.as-mfa-dialog .as-field{margin-bottom:1rem}.as-mfa-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.abl-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.abl-search{flex:1;min-width:200px;max-width:360px;background:var(--color-bg-secondary, #1E1E2E);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-md, .5rem);color:var(--color-text-primary, #E5E5F0);font-size:.875rem;padding:.5rem .75rem}.abl-search:focus{outline:none;border-color:var(--color-primary, #8B5CF6)}.abl-actions{display:flex;gap:.5rem;margin-left:auto}.abl-table-wrap{overflow-x:auto}.abl-table{width:100%;border-collapse:collapse;font-size:.875rem}.abl-table th{text-align:left;padding:.5rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted, #A1A1A1);border-bottom:1px solid var(--color-border, #2D2D3E)}.abl-table td{padding:.625rem .75rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 50%,transparent);vertical-align:middle;color:var(--color-text-primary, #E5E5F0)}.abl-table tr:hover td{background:color-mix(in srgb,var(--color-primary) 4%,transparent)}.abl-table tr.selected td{background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.abl-pattern{font-family:var(--font-mono);font-size:.8125rem}.abl-date{color:var(--color-text-muted, #A1A1A1);font-size:.8125rem;white-space:nowrap}.abl-delete-btn{background:none;border:none;cursor:pointer;color:var(--color-text-muted, #A1A1A1);font-size:1rem;padding:.25rem;border-radius:var(--radius-sm, .25rem);opacity:0;transition:opacity .15s,color .15s}.abl-table tr:hover .abl-delete-btn{opacity:1}.abl-delete-btn:hover{color:var(--color-error, #EF4444)}.abl-batch-bar{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border-radius:var(--radius-md, .5rem);margin-bottom:.75rem;font-size:.875rem}.abl-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.abl-pagination-btns{display:flex;gap:.5rem}.abl-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted, #A1A1A1)}.abl-empty h3{font-size:1rem;color:var(--color-text-primary, #E5E5F0);margin-bottom:.5rem}.abl-empty p{font-size:.875rem;margin-bottom:1.25rem}.abl-empty-actions{display:flex;gap:.75rem;justify-content:center}.abl-skeleton-row{display:flex;align-items:center;padding:.625rem .75rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 50%,transparent);gap:1rem}.abl-skeleton-cb{width:16px;height:16px;background:var(--color-border, #2D2D3E);border-radius:3px;animation:skeleton-pulse 1.5s ease-in-out infinite}.abl-skeleton-pattern{height:14px;width:200px;background:var(--color-border, #2D2D3E);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.abl-skeleton-date{height:12px;width:80px;background:var(--color-border, #2D2D3E);border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite;margin-left:auto}.abl-add-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay-dark);display:flex;align-items:center;justify-content:center;z-index:2000}.abl-add-dialog{background:var(--color-bg-primary, #13131F);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-lg, .75rem);padding:1.5rem;width:440px;max-width:calc(100vw - 2rem)}.abl-add-dialog h3{margin:0 0 1rem;font-size:1.0625rem;color:var(--color-text-primary, #E5E5F0)}.abl-import-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay-dark);display:flex;align-items:center;justify-content:center;z-index:2000}.abl-import-dialog{background:var(--color-bg-primary, #13131F);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-lg, .75rem);padding:1.5rem;width:480px;max-width:calc(100vw - 2rem)}.abl-import-dialog h3{margin:0 0 1rem;font-size:1.0625rem;color:var(--color-text-primary, #E5E5F0)}.abl-dropzone{border:2px dashed var(--color-border, #2D2D3E);border-radius:var(--radius-md, .5rem);padding:2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:1rem}.abl-dropzone:hover,.abl-dropzone.drag-over{border-color:var(--color-primary, #8B5CF6);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.abl-dropzone-icon{font-size:2rem;margin-bottom:.5rem;color:var(--color-text-muted, #A1A1A1)}.abl-dropzone-label{font-size:.875rem;color:var(--color-text-muted, #A1A1A1)}.abl-import-preview{background:var(--color-bg-secondary, #1E1E2E);border-radius:var(--radius-md, .5rem);padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem}.abl-import-preview-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted, #A1A1A1);margin-bottom:.5rem}.abl-import-preview-list{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-text-primary, #E5E5F0);line-height:1.6}.abl-import-warning{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-warning);margin-bottom:.75rem}.abl-import-progress{background:var(--color-bg-secondary, #1E1E2E);border-radius:var(--radius-sm, .25rem);height:6px;overflow:hidden;margin-bottom:.5rem}.abl-import-progress-bar{height:100%;background:var(--color-primary, #8B5CF6);transition:width .2s}.abl-import-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.btn-danger{background-color:var(--color-error, #EF4444);color:#fff}.btn-danger:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-error) 75%,black)}.btn-secondary{background-color:var(--color-bg-secondary, #1E1E2E);border:1px solid var(--color-border, #2D2D3E);color:var(--color-text-primary, #E5E5F0)}.btn-secondary:hover:not(:disabled){border-color:var(--color-primary, #8B5CF6)}.infra-section{margin-bottom:2rem}.infra-section h3{margin-bottom:1rem;font-size:1.1rem;color:var(--color-text-primary, #E5E5F0)}.infra-services-table{width:100%;border-collapse:collapse;background:var(--color-bg-secondary, #1E1E2E);border-radius:var(--radius-md, 8px);overflow:hidden}.infra-services-table th,.infra-services-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border, #2D2D3E)}.infra-services-table th{font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #A0A0B8);font-weight:600}.infra-services-table tbody tr:last-child td{border-bottom:none}.infra-service-name{font-weight:600;text-transform:capitalize}.infra-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:600}.infra-badge--up{background:color-mix(in srgb,var(--color-success) 15%,transparent);color:var(--color-success, #22C55E)}.infra-badge--down{background:color-mix(in srgb,var(--color-error) 15%,transparent);color:var(--color-danger, #EF4444)}.infra-metric-chips{display:flex;flex-wrap:wrap;gap:1rem}.infra-chip{background:var(--color-bg-secondary, #1E1E2E);border:1px solid var(--color-border, #2D2D3E);border-radius:var(--radius-md, 8px);padding:1rem 1.25rem;min-width:160px;flex:1}.infra-chip--wide{flex:2;min-width:280px}.infra-chip-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #E5E5F0);margin-bottom:.25rem}.infra-chip-label{display:block;font-size:.8125rem;color:var(--color-text-secondary, #A0A0B8)}.infra-completion-bar{position:relative;height:1.5rem;background:var(--color-bg-tertiary, #2D2D3E);border-radius:var(--radius-sm, 4px);overflow:hidden;margin-top:.5rem}.infra-completion-fill{height:100%;background:var(--color-primary, #8B5CF6);border-radius:var(--radius-sm, 4px);transition:width .3s ease}.infra-completion-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75rem;font-weight:600;color:var(--color-text-primary, #E5E5F0)}.infra-completion-text{color:var(--color-text-secondary, #A0A0B8)}.infra-skeleton-row td{padding:.75rem 1rem}.infra-skeleton-block{display:inline-block;height:1rem;width:60%;background:linear-gradient(90deg,var(--color-bg-tertiary, #2D2D3E) 25%,color-mix(in srgb,var(--color-bg-tertiary, #2D2D3E) 80%,white) 50%,var(--color-bg-tertiary, #2D2D3E) 75%);background-size:200% 100%;animation:infra-shimmer 1.5s infinite;border-radius:var(--radius-sm, 4px)}.infra-skeleton-badge{width:3rem;height:1.5rem;border-radius:999px}.infra-skeleton-chip{min-height:4rem}.infra-skeleton-chip .infra-skeleton-block{width:80%;height:2rem}@keyframes infra-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg-primary);background-image:radial-gradient(ellipse at 20% 50%,rgba(139,92,246,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(139,92,246,.04) 0%,transparent 50%);padding:1rem}.auth-card{width:100%;max-width:420px;background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem 2rem 2rem;border:1px solid rgba(139,92,246,.12)}.auth-brand{text-align:center;margin-bottom:2rem}.auth-brand-logo{width:220px;height:auto;margin-bottom:.75rem}.auth-brand h1{font-family:var(--font-heading);font-size:1.75rem;color:var(--color-primary);margin:0;letter-spacing:.02em}.auth-brand p{color:var(--color-text-muted);font-size:.9rem;margin:.25rem 0 0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field label{font-size:.85rem;font-weight:500;color:var(--color-text-secondary)}.auth-field input[type=email],.auth-field input[type=password],.auth-field input[type=text]{width:100%;padding:.65rem .85rem;background:var(--color-bg-primary);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md, .5rem);font-family:var(--font-body);font-size:.95rem;transition:border-color .15s}.auth-field input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #8b5cf633}.auth-field .field-hint{font-size:.78rem;color:var(--color-text-muted)}.auth-terms{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--color-text-secondary)}.auth-terms input[type=checkbox]{margin-top:.15rem;accent-color:var(--color-primary);width:16px;height:16px;flex-shrink:0}.auth-terms a{color:var(--color-primary);text-decoration:underline}.auth-terms a:hover{color:var(--color-primary-hover)}.auth-submit{width:100%;padding:.7rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md, .5rem);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.auth-submit:hover:not(:disabled){background:var(--color-primary-hover)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-error{background:#ef44441a;color:#ef4444;padding:.6rem .85rem;border-radius:var(--radius-md, .5rem);font-size:.88rem;border:1px solid rgba(239,68,68,.2);display:none}.auth-error.visible{display:block}.auth-info{background:#8b5cf614;color:var(--color-primary);padding:.6rem .85rem;border-radius:var(--radius-md, .5rem);font-size:.88rem;border:1px solid rgba(139,92,246,.15);display:none}.auth-info.visible{display:block}.auth-closed{text-align:center;padding:1.5rem 1rem;color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}.auth-links{text-align:center;margin-top:.5rem;font-size:.88rem;color:var(--color-text-muted)}.auth-links a{color:var(--color-primary);text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}.sidebar-user-btn{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem 1rem;background:none;border:none;color:var(--color-text-muted);font-family:var(--font-body);font-size:.875rem;cursor:pointer;white-space:nowrap;overflow:hidden;border-radius:var(--radius-sm, .25rem);transition:background .15s}.sidebar-user-btn:hover{background:#ffffff0d}.app-sidebar.collapsed .sidebar-user-btn{justify-content:center;padding:.5rem 0}.sidebar-user-menu{position:fixed;background:var(--color-bg-card, #1A1424);border:1px solid var(--color-border, #2D2640);border-radius:var(--radius-sm, .25rem);box-shadow:4px 0 12px #0000004d;z-index:1001}.sidebar-user-menu-item{display:flex;align-items:center;gap:.625rem;white-space:nowrap;padding:.5rem 1rem;background:none;border:none;color:var(--color-text-muted);font-family:var(--font-body);font-size:.875rem;cursor:pointer;transition:background .15s,color .15s}.sidebar-user-menu-item:hover{background:#ffffff0f;color:var(--color-text-primary, #E2DFE6)}@media (max-width: 480px){.auth-card{padding:2rem 1.25rem 1.5rem}.auth-brand h1{font-size:1.5rem}}@font-face{font-family:Phosphor-Light;src:url(/assets/Phosphor-Light-CGwbSLuF.woff2) format("woff2"),url(/assets/Phosphor-Light-Ch5YcZ-M.woff) format("woff"),url(/assets/Phosphor-Light-Cmen2P86.ttf) format("truetype"),url(/assets/Phosphor-Light-BTiR1Cbr.svg#Phosphor-Light) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-light{font-family:Phosphor-Light!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-light.ph-acorn:before{content:""}.ph-light.ph-address-book:before{content:""}.ph-light.ph-address-book-tabs:before{content:""}.ph-light.ph-air-traffic-control:before{content:""}.ph-light.ph-airplane:before{content:""}.ph-light.ph-airplane-in-flight:before{content:""}.ph-light.ph-airplane-landing:before{content:""}.ph-light.ph-airplane-takeoff:before{content:""}.ph-light.ph-airplane-taxiing:before{content:""}.ph-light.ph-airplane-tilt:before{content:""}.ph-light.ph-airplay:before{content:""}.ph-light.ph-alarm:before{content:""}.ph-light.ph-alien:before{content:""}.ph-light.ph-align-bottom:before{content:""}.ph-light.ph-align-bottom-simple:before{content:""}.ph-light.ph-align-center-horizontal:before{content:""}.ph-light.ph-align-center-horizontal-simple:before{content:""}.ph-light.ph-align-center-vertical:before{content:""}.ph-light.ph-align-center-vertical-simple:before{content:""}.ph-light.ph-align-left:before{content:""}.ph-light.ph-align-left-simple:before{content:""}.ph-light.ph-align-right:before{content:""}.ph-light.ph-align-right-simple:before{content:""}.ph-light.ph-align-top:before{content:""}.ph-light.ph-align-top-simple:before{content:""}.ph-light.ph-amazon-logo:before{content:""}.ph-light.ph-ambulance:before{content:""}.ph-light.ph-anchor:before{content:""}.ph-light.ph-anchor-simple:before{content:""}.ph-light.ph-android-logo:before{content:""}.ph-light.ph-angle:before{content:""}.ph-light.ph-angular-logo:before{content:""}.ph-light.ph-aperture:before{content:""}.ph-light.ph-app-store-logo:before{content:""}.ph-light.ph-app-window:before{content:""}.ph-light.ph-apple-logo:before{content:""}.ph-light.ph-apple-podcasts-logo:before{content:""}.ph-light.ph-approximate-equals:before{content:""}.ph-light.ph-archive:before{content:""}.ph-light.ph-armchair:before{content:""}.ph-light.ph-arrow-arc-left:before{content:""}.ph-light.ph-arrow-arc-right:before{content:""}.ph-light.ph-arrow-bend-double-up-left:before{content:""}.ph-light.ph-arrow-bend-double-up-right:before{content:""}.ph-light.ph-arrow-bend-down-left:before{content:""}.ph-light.ph-arrow-bend-down-right:before{content:""}.ph-light.ph-arrow-bend-left-down:before{content:""}.ph-light.ph-arrow-bend-left-up:before{content:""}.ph-light.ph-arrow-bend-right-down:before{content:""}.ph-light.ph-arrow-bend-right-up:before{content:""}.ph-light.ph-arrow-bend-up-left:before{content:""}.ph-light.ph-arrow-bend-up-right:before{content:""}.ph-light.ph-arrow-circle-down:before{content:""}.ph-light.ph-arrow-circle-down-left:before{content:""}.ph-light.ph-arrow-circle-down-right:before{content:""}.ph-light.ph-arrow-circle-left:before{content:""}.ph-light.ph-arrow-circle-right:before{content:""}.ph-light.ph-arrow-circle-up:before{content:""}.ph-light.ph-arrow-circle-up-left:before{content:""}.ph-light.ph-arrow-circle-up-right:before{content:""}.ph-light.ph-arrow-clockwise:before{content:""}.ph-light.ph-arrow-counter-clockwise:before{content:""}.ph-light.ph-arrow-down:before{content:""}.ph-light.ph-arrow-down-left:before{content:""}.ph-light.ph-arrow-down-right:before{content:""}.ph-light.ph-arrow-elbow-down-left:before{content:""}.ph-light.ph-arrow-elbow-down-right:before{content:""}.ph-light.ph-arrow-elbow-left:before{content:""}.ph-light.ph-arrow-elbow-left-down:before{content:""}.ph-light.ph-arrow-elbow-left-up:before{content:""}.ph-light.ph-arrow-elbow-right:before{content:""}.ph-light.ph-arrow-elbow-right-down:before{content:""}.ph-light.ph-arrow-elbow-right-up:before{content:""}.ph-light.ph-arrow-elbow-up-left:before{content:""}.ph-light.ph-arrow-elbow-up-right:before{content:""}.ph-light.ph-arrow-fat-down:before{content:""}.ph-light.ph-arrow-fat-left:before{content:""}.ph-light.ph-arrow-fat-line-down:before{content:""}.ph-light.ph-arrow-fat-line-left:before{content:""}.ph-light.ph-arrow-fat-line-right:before{content:""}.ph-light.ph-arrow-fat-line-up:before{content:""}.ph-light.ph-arrow-fat-lines-down:before{content:""}.ph-light.ph-arrow-fat-lines-left:before{content:""}.ph-light.ph-arrow-fat-lines-right:before{content:""}.ph-light.ph-arrow-fat-lines-up:before{content:""}.ph-light.ph-arrow-fat-right:before{content:""}.ph-light.ph-arrow-fat-up:before{content:""}.ph-light.ph-arrow-left:before{content:""}.ph-light.ph-arrow-line-down:before{content:""}.ph-light.ph-arrow-line-down-left:before{content:""}.ph-light.ph-arrow-line-down-right:before{content:""}.ph-light.ph-arrow-line-left:before{content:""}.ph-light.ph-arrow-line-right:before{content:""}.ph-light.ph-arrow-line-up:before{content:""}.ph-light.ph-arrow-line-up-left:before{content:""}.ph-light.ph-arrow-line-up-right:before{content:""}.ph-light.ph-arrow-right:before{content:""}.ph-light.ph-arrow-square-down:before{content:""}.ph-light.ph-arrow-square-down-left:before{content:""}.ph-light.ph-arrow-square-down-right:before{content:""}.ph-light.ph-arrow-square-in:before{content:""}.ph-light.ph-arrow-square-left:before{content:""}.ph-light.ph-arrow-square-out:before{content:""}.ph-light.ph-arrow-square-right:before{content:""}.ph-light.ph-arrow-square-up:before{content:""}.ph-light.ph-arrow-square-up-left:before{content:""}.ph-light.ph-arrow-square-up-right:before{content:""}.ph-light.ph-arrow-u-down-left:before{content:""}.ph-light.ph-arrow-u-down-right:before{content:""}.ph-light.ph-arrow-u-left-down:before{content:""}.ph-light.ph-arrow-u-left-up:before{content:""}.ph-light.ph-arrow-u-right-down:before{content:""}.ph-light.ph-arrow-u-right-up:before{content:""}.ph-light.ph-arrow-u-up-left:before{content:""}.ph-light.ph-arrow-u-up-right:before{content:""}.ph-light.ph-arrow-up:before{content:""}.ph-light.ph-arrow-up-left:before{content:""}.ph-light.ph-arrow-up-right:before{content:""}.ph-light.ph-arrows-clockwise:before{content:""}.ph-light.ph-arrows-counter-clockwise:before{content:""}.ph-light.ph-arrows-down-up:before{content:""}.ph-light.ph-arrows-horizontal:before{content:""}.ph-light.ph-arrows-in:before{content:""}.ph-light.ph-arrows-in-cardinal:before{content:""}.ph-light.ph-arrows-in-line-horizontal:before{content:""}.ph-light.ph-arrows-in-line-vertical:before{content:""}.ph-light.ph-arrows-in-simple:before{content:""}.ph-light.ph-arrows-left-right:before{content:""}.ph-light.ph-arrows-merge:before{content:""}.ph-light.ph-arrows-out:before{content:""}.ph-light.ph-arrows-out-cardinal:before{content:""}.ph-light.ph-arrows-out-line-horizontal:before{content:""}.ph-light.ph-arrows-out-line-vertical:before{content:""}.ph-light.ph-arrows-out-simple:before{content:""}.ph-light.ph-arrows-split:before{content:""}.ph-light.ph-arrows-vertical:before{content:""}.ph-light.ph-article:before{content:""}.ph-light.ph-article-medium:before{content:""}.ph-light.ph-article-ny-times:before{content:""}.ph-light.ph-asclepius:before{content:""}.ph-light.ph-caduceus:before{content:""}.ph-light.ph-asterisk:before{content:""}.ph-light.ph-asterisk-simple:before{content:""}.ph-light.ph-at:before{content:""}.ph-light.ph-atom:before{content:""}.ph-light.ph-avocado:before{content:""}.ph-light.ph-axe:before{content:""}.ph-light.ph-baby:before{content:""}.ph-light.ph-baby-carriage:before{content:""}.ph-light.ph-backpack:before{content:""}.ph-light.ph-backspace:before{content:""}.ph-light.ph-bag:before{content:""}.ph-light.ph-bag-simple:before{content:""}.ph-light.ph-balloon:before{content:""}.ph-light.ph-bandaids:before{content:""}.ph-light.ph-bank:before{content:""}.ph-light.ph-barbell:before{content:""}.ph-light.ph-barcode:before{content:""}.ph-light.ph-barn:before{content:""}.ph-light.ph-barricade:before{content:""}.ph-light.ph-baseball:before{content:""}.ph-light.ph-baseball-cap:before{content:""}.ph-light.ph-baseball-helmet:before{content:""}.ph-light.ph-basket:before{content:""}.ph-light.ph-basketball:before{content:""}.ph-light.ph-bathtub:before{content:""}.ph-light.ph-battery-charging:before{content:""}.ph-light.ph-battery-charging-vertical:before{content:""}.ph-light.ph-battery-empty:before{content:""}.ph-light.ph-battery-full:before{content:""}.ph-light.ph-battery-high:before{content:""}.ph-light.ph-battery-low:before{content:""}.ph-light.ph-battery-medium:before{content:""}.ph-light.ph-battery-plus:before{content:""}.ph-light.ph-battery-plus-vertical:before{content:""}.ph-light.ph-battery-vertical-empty:before{content:""}.ph-light.ph-battery-vertical-full:before{content:""}.ph-light.ph-battery-vertical-high:before{content:""}.ph-light.ph-battery-vertical-low:before{content:""}.ph-light.ph-battery-vertical-medium:before{content:""}.ph-light.ph-battery-warning:before{content:""}.ph-light.ph-battery-warning-vertical:before{content:""}.ph-light.ph-beach-ball:before{content:""}.ph-light.ph-beanie:before{content:""}.ph-light.ph-bed:before{content:""}.ph-light.ph-beer-bottle:before{content:""}.ph-light.ph-beer-stein:before{content:""}.ph-light.ph-behance-logo:before{content:""}.ph-light.ph-bell:before{content:""}.ph-light.ph-bell-ringing:before{content:""}.ph-light.ph-bell-simple:before{content:""}.ph-light.ph-bell-simple-ringing:before{content:""}.ph-light.ph-bell-simple-slash:before{content:""}.ph-light.ph-bell-simple-z:before{content:""}.ph-light.ph-bell-slash:before{content:""}.ph-light.ph-bell-z:before{content:""}.ph-light.ph-belt:before{content:""}.ph-light.ph-bezier-curve:before{content:""}.ph-light.ph-bicycle:before{content:""}.ph-light.ph-binary:before{content:""}.ph-light.ph-binoculars:before{content:""}.ph-light.ph-biohazard:before{content:""}.ph-light.ph-bird:before{content:""}.ph-light.ph-blueprint:before{content:""}.ph-light.ph-bluetooth:before{content:""}.ph-light.ph-bluetooth-connected:before{content:""}.ph-light.ph-bluetooth-slash:before{content:""}.ph-light.ph-bluetooth-x:before{content:""}.ph-light.ph-boat:before{content:""}.ph-light.ph-bomb:before{content:""}.ph-light.ph-bone:before{content:""}.ph-light.ph-book:before{content:""}.ph-light.ph-book-bookmark:before{content:""}.ph-light.ph-book-open:before{content:""}.ph-light.ph-book-open-text:before{content:""}.ph-light.ph-book-open-user:before{content:""}.ph-light.ph-bookmark:before{content:""}.ph-light.ph-bookmark-simple:before{content:""}.ph-light.ph-bookmarks:before{content:""}.ph-light.ph-bookmarks-simple:before{content:""}.ph-light.ph-books:before{content:""}.ph-light.ph-boot:before{content:""}.ph-light.ph-boules:before{content:""}.ph-light.ph-bounding-box:before{content:""}.ph-light.ph-bowl-food:before{content:""}.ph-light.ph-bowl-steam:before{content:""}.ph-light.ph-bowling-ball:before{content:""}.ph-light.ph-box-arrow-down:before{content:""}.ph-light.ph-archive-box:before{content:""}.ph-light.ph-box-arrow-up:before{content:""}.ph-light.ph-boxing-glove:before{content:""}.ph-light.ph-brackets-angle:before{content:""}.ph-light.ph-brackets-curly:before{content:""}.ph-light.ph-brackets-round:before{content:""}.ph-light.ph-brackets-square:before{content:""}.ph-light.ph-brain:before{content:""}.ph-light.ph-brandy:before{content:""}.ph-light.ph-bread:before{content:""}.ph-light.ph-bridge:before{content:""}.ph-light.ph-briefcase:before{content:""}.ph-light.ph-briefcase-metal:before{content:""}.ph-light.ph-broadcast:before{content:""}.ph-light.ph-broom:before{content:""}.ph-light.ph-browser:before{content:""}.ph-light.ph-browsers:before{content:""}.ph-light.ph-bug:before{content:""}.ph-light.ph-bug-beetle:before{content:""}.ph-light.ph-bug-droid:before{content:""}.ph-light.ph-building:before{content:""}.ph-light.ph-building-apartment:before{content:""}.ph-light.ph-building-office:before{content:""}.ph-light.ph-buildings:before{content:""}.ph-light.ph-bulldozer:before{content:""}.ph-light.ph-bus:before{content:""}.ph-light.ph-butterfly:before{content:""}.ph-light.ph-cable-car:before{content:""}.ph-light.ph-cactus:before{content:""}.ph-light.ph-cake:before{content:""}.ph-light.ph-calculator:before{content:""}.ph-light.ph-calendar:before{content:""}.ph-light.ph-calendar-blank:before{content:""}.ph-light.ph-calendar-check:before{content:""}.ph-light.ph-calendar-dot:before{content:""}.ph-light.ph-calendar-dots:before{content:""}.ph-light.ph-calendar-heart:before{content:""}.ph-light.ph-calendar-minus:before{content:""}.ph-light.ph-calendar-plus:before{content:""}.ph-light.ph-calendar-slash:before{content:""}.ph-light.ph-calendar-star:before{content:""}.ph-light.ph-calendar-x:before{content:""}.ph-light.ph-call-bell:before{content:""}.ph-light.ph-camera:before{content:""}.ph-light.ph-camera-plus:before{content:""}.ph-light.ph-camera-rotate:before{content:""}.ph-light.ph-camera-slash:before{content:""}.ph-light.ph-campfire:before{content:""}.ph-light.ph-car:before{content:""}.ph-light.ph-car-battery:before{content:""}.ph-light.ph-car-profile:before{content:""}.ph-light.ph-car-simple:before{content:""}.ph-light.ph-cardholder:before{content:""}.ph-light.ph-cards:before{content:""}.ph-light.ph-cards-three:before{content:""}.ph-light.ph-caret-circle-double-down:before{content:""}.ph-light.ph-caret-circle-double-left:before{content:""}.ph-light.ph-caret-circle-double-right:before{content:""}.ph-light.ph-caret-circle-double-up:before{content:""}.ph-light.ph-caret-circle-down:before{content:""}.ph-light.ph-caret-circle-left:before{content:""}.ph-light.ph-caret-circle-right:before{content:""}.ph-light.ph-caret-circle-up:before{content:""}.ph-light.ph-caret-circle-up-down:before{content:""}.ph-light.ph-caret-double-down:before{content:""}.ph-light.ph-caret-double-left:before{content:""}.ph-light.ph-caret-double-right:before{content:""}.ph-light.ph-caret-double-up:before{content:""}.ph-light.ph-caret-down:before{content:""}.ph-light.ph-caret-left:before{content:""}.ph-light.ph-caret-line-down:before{content:""}.ph-light.ph-caret-line-left:before{content:""}.ph-light.ph-caret-line-right:before{content:""}.ph-light.ph-caret-line-up:before{content:""}.ph-light.ph-caret-right:before{content:""}.ph-light.ph-caret-up:before{content:""}.ph-light.ph-caret-up-down:before{content:""}.ph-light.ph-carrot:before{content:""}.ph-light.ph-cash-register:before{content:""}.ph-light.ph-cassette-tape:before{content:""}.ph-light.ph-castle-turret:before{content:""}.ph-light.ph-cat:before{content:""}.ph-light.ph-cell-signal-full:before{content:""}.ph-light.ph-cell-signal-high:before{content:""}.ph-light.ph-cell-signal-low:before{content:""}.ph-light.ph-cell-signal-medium:before{content:""}.ph-light.ph-cell-signal-none:before{content:""}.ph-light.ph-cell-signal-slash:before{content:""}.ph-light.ph-cell-signal-x:before{content:""}.ph-light.ph-cell-tower:before{content:""}.ph-light.ph-certificate:before{content:""}.ph-light.ph-chair:before{content:""}.ph-light.ph-chalkboard:before{content:""}.ph-light.ph-chalkboard-simple:before{content:""}.ph-light.ph-chalkboard-teacher:before{content:""}.ph-light.ph-champagne:before{content:""}.ph-light.ph-charging-station:before{content:""}.ph-light.ph-chart-bar:before{content:""}.ph-light.ph-chart-bar-horizontal:before{content:""}.ph-light.ph-chart-donut:before{content:""}.ph-light.ph-chart-line:before{content:""}.ph-light.ph-chart-line-down:before{content:""}.ph-light.ph-chart-line-up:before{content:""}.ph-light.ph-chart-pie:before{content:""}.ph-light.ph-chart-pie-slice:before{content:""}.ph-light.ph-chart-polar:before{content:""}.ph-light.ph-chart-scatter:before{content:""}.ph-light.ph-chat:before{content:""}.ph-light.ph-chat-centered:before{content:""}.ph-light.ph-chat-centered-dots:before{content:""}.ph-light.ph-chat-centered-slash:before{content:""}.ph-light.ph-chat-centered-text:before{content:""}.ph-light.ph-chat-circle:before{content:""}.ph-light.ph-chat-circle-dots:before{content:""}.ph-light.ph-chat-circle-slash:before{content:""}.ph-light.ph-chat-circle-text:before{content:""}.ph-light.ph-chat-dots:before{content:""}.ph-light.ph-chat-slash:before{content:""}.ph-light.ph-chat-teardrop:before{content:""}.ph-light.ph-chat-teardrop-dots:before{content:""}.ph-light.ph-chat-teardrop-slash:before{content:""}.ph-light.ph-chat-teardrop-text:before{content:""}.ph-light.ph-chat-text:before{content:""}.ph-light.ph-chats:before{content:""}.ph-light.ph-chats-circle:before{content:""}.ph-light.ph-chats-teardrop:before{content:""}.ph-light.ph-check:before{content:""}.ph-light.ph-check-circle:before{content:""}.ph-light.ph-check-fat:before{content:""}.ph-light.ph-check-square:before{content:""}.ph-light.ph-check-square-offset:before{content:""}.ph-light.ph-checkerboard:before{content:""}.ph-light.ph-checks:before{content:""}.ph-light.ph-cheers:before{content:""}.ph-light.ph-cheese:before{content:""}.ph-light.ph-chef-hat:before{content:""}.ph-light.ph-cherries:before{content:""}.ph-light.ph-church:before{content:""}.ph-light.ph-cigarette:before{content:""}.ph-light.ph-cigarette-slash:before{content:""}.ph-light.ph-circle:before{content:""}.ph-light.ph-circle-dashed:before{content:""}.ph-light.ph-circle-half:before{content:""}.ph-light.ph-circle-half-tilt:before{content:""}.ph-light.ph-circle-notch:before{content:""}.ph-light.ph-circles-four:before{content:""}.ph-light.ph-circles-three:before{content:""}.ph-light.ph-circles-three-plus:before{content:""}.ph-light.ph-circuitry:before{content:""}.ph-light.ph-city:before{content:""}.ph-light.ph-clipboard:before{content:""}.ph-light.ph-clipboard-text:before{content:""}.ph-light.ph-clock:before{content:""}.ph-light.ph-clock-afternoon:before{content:""}.ph-light.ph-clock-clockwise:before{content:""}.ph-light.ph-clock-countdown:before{content:""}.ph-light.ph-clock-counter-clockwise:before{content:""}.ph-light.ph-clock-user:before{content:""}.ph-light.ph-closed-captioning:before{content:""}.ph-light.ph-cloud:before{content:""}.ph-light.ph-cloud-arrow-down:before{content:""}.ph-light.ph-cloud-arrow-up:before{content:""}.ph-light.ph-cloud-check:before{content:""}.ph-light.ph-cloud-fog:before{content:""}.ph-light.ph-cloud-lightning:before{content:""}.ph-light.ph-cloud-moon:before{content:""}.ph-light.ph-cloud-rain:before{content:""}.ph-light.ph-cloud-slash:before{content:""}.ph-light.ph-cloud-snow:before{content:""}.ph-light.ph-cloud-sun:before{content:""}.ph-light.ph-cloud-warning:before{content:""}.ph-light.ph-cloud-x:before{content:""}.ph-light.ph-clover:before{content:""}.ph-light.ph-club:before{content:""}.ph-light.ph-coat-hanger:before{content:""}.ph-light.ph-coda-logo:before{content:""}.ph-light.ph-code:before{content:""}.ph-light.ph-code-block:before{content:""}.ph-light.ph-code-simple:before{content:""}.ph-light.ph-codepen-logo:before{content:""}.ph-light.ph-codesandbox-logo:before{content:""}.ph-light.ph-coffee:before{content:""}.ph-light.ph-coffee-bean:before{content:""}.ph-light.ph-coin:before{content:""}.ph-light.ph-coin-vertical:before{content:""}.ph-light.ph-coins:before{content:""}.ph-light.ph-columns:before{content:""}.ph-light.ph-columns-plus-left:before{content:""}.ph-light.ph-columns-plus-right:before{content:""}.ph-light.ph-command:before{content:""}.ph-light.ph-compass:before{content:""}.ph-light.ph-compass-rose:before{content:""}.ph-light.ph-compass-tool:before{content:""}.ph-light.ph-computer-tower:before{content:""}.ph-light.ph-confetti:before{content:""}.ph-light.ph-contactless-payment:before{content:""}.ph-light.ph-control:before{content:""}.ph-light.ph-cookie:before{content:""}.ph-light.ph-cooking-pot:before{content:""}.ph-light.ph-copy:before{content:""}.ph-light.ph-copy-simple:before{content:""}.ph-light.ph-copyleft:before{content:""}.ph-light.ph-copyright:before{content:""}.ph-light.ph-corners-in:before{content:""}.ph-light.ph-corners-out:before{content:""}.ph-light.ph-couch:before{content:""}.ph-light.ph-court-basketball:before{content:""}.ph-light.ph-cow:before{content:""}.ph-light.ph-cowboy-hat:before{content:""}.ph-light.ph-cpu:before{content:""}.ph-light.ph-crane:before{content:""}.ph-light.ph-crane-tower:before{content:""}.ph-light.ph-credit-card:before{content:""}.ph-light.ph-cricket:before{content:""}.ph-light.ph-crop:before{content:""}.ph-light.ph-cross:before{content:""}.ph-light.ph-crosshair:before{content:""}.ph-light.ph-crosshair-simple:before{content:""}.ph-light.ph-crown:before{content:""}.ph-light.ph-crown-cross:before{content:""}.ph-light.ph-crown-simple:before{content:""}.ph-light.ph-cube:before{content:""}.ph-light.ph-cube-focus:before{content:""}.ph-light.ph-cube-transparent:before{content:""}.ph-light.ph-currency-btc:before{content:""}.ph-light.ph-currency-circle-dollar:before{content:""}.ph-light.ph-currency-cny:before{content:""}.ph-light.ph-currency-dollar:before{content:""}.ph-light.ph-currency-dollar-simple:before{content:""}.ph-light.ph-currency-eth:before{content:""}.ph-light.ph-currency-eur:before{content:""}.ph-light.ph-currency-gbp:before{content:""}.ph-light.ph-currency-inr:before{content:""}.ph-light.ph-currency-jpy:before{content:""}.ph-light.ph-currency-krw:before{content:""}.ph-light.ph-currency-kzt:before{content:""}.ph-light.ph-currency-ngn:before{content:""}.ph-light.ph-currency-rub:before{content:""}.ph-light.ph-cursor:before{content:""}.ph-light.ph-cursor-click:before{content:""}.ph-light.ph-cursor-text:before{content:""}.ph-light.ph-cylinder:before{content:""}.ph-light.ph-database:before{content:""}.ph-light.ph-desk:before{content:""}.ph-light.ph-desktop:before{content:""}.ph-light.ph-desktop-tower:before{content:""}.ph-light.ph-detective:before{content:""}.ph-light.ph-dev-to-logo:before{content:""}.ph-light.ph-device-mobile:before{content:""}.ph-light.ph-device-mobile-camera:before{content:""}.ph-light.ph-device-mobile-slash:before{content:""}.ph-light.ph-device-mobile-speaker:before{content:""}.ph-light.ph-device-rotate:before{content:""}.ph-light.ph-device-tablet:before{content:""}.ph-light.ph-device-tablet-camera:before{content:""}.ph-light.ph-device-tablet-speaker:before{content:""}.ph-light.ph-devices:before{content:""}.ph-light.ph-diamond:before{content:""}.ph-light.ph-diamonds-four:before{content:""}.ph-light.ph-dice-five:before{content:""}.ph-light.ph-dice-four:before{content:""}.ph-light.ph-dice-one:before{content:""}.ph-light.ph-dice-six:before{content:""}.ph-light.ph-dice-three:before{content:""}.ph-light.ph-dice-two:before{content:""}.ph-light.ph-disc:before{content:""}.ph-light.ph-disco-ball:before{content:""}.ph-light.ph-discord-logo:before{content:""}.ph-light.ph-divide:before{content:""}.ph-light.ph-dna:before{content:""}.ph-light.ph-dog:before{content:""}.ph-light.ph-door:before{content:""}.ph-light.ph-door-open:before{content:""}.ph-light.ph-dot:before{content:""}.ph-light.ph-dot-outline:before{content:""}.ph-light.ph-dots-nine:before{content:""}.ph-light.ph-dots-six:before{content:""}.ph-light.ph-dots-six-vertical:before{content:""}.ph-light.ph-dots-three:before{content:""}.ph-light.ph-dots-three-circle:before{content:""}.ph-light.ph-dots-three-circle-vertical:before{content:""}.ph-light.ph-dots-three-outline:before{content:""}.ph-light.ph-dots-three-outline-vertical:before{content:""}.ph-light.ph-dots-three-vertical:before{content:""}.ph-light.ph-download:before{content:""}.ph-light.ph-download-simple:before{content:""}.ph-light.ph-dress:before{content:""}.ph-light.ph-dresser:before{content:""}.ph-light.ph-dribbble-logo:before{content:""}.ph-light.ph-drone:before{content:""}.ph-light.ph-drop:before{content:""}.ph-light.ph-drop-half:before{content:""}.ph-light.ph-drop-half-bottom:before{content:""}.ph-light.ph-drop-simple:before{content:""}.ph-light.ph-drop-slash:before{content:""}.ph-light.ph-dropbox-logo:before{content:""}.ph-light.ph-ear:before{content:""}.ph-light.ph-ear-slash:before{content:""}.ph-light.ph-egg:before{content:""}.ph-light.ph-egg-crack:before{content:""}.ph-light.ph-eject:before{content:""}.ph-light.ph-eject-simple:before{content:""}.ph-light.ph-elevator:before{content:""}.ph-light.ph-empty:before{content:""}.ph-light.ph-engine:before{content:""}.ph-light.ph-envelope:before{content:""}.ph-light.ph-envelope-open:before{content:""}.ph-light.ph-envelope-simple:before{content:""}.ph-light.ph-envelope-simple-open:before{content:""}.ph-light.ph-equalizer:before{content:""}.ph-light.ph-equals:before{content:""}.ph-light.ph-eraser:before{content:""}.ph-light.ph-escalator-down:before{content:""}.ph-light.ph-escalator-up:before{content:""}.ph-light.ph-exam:before{content:""}.ph-light.ph-exclamation-mark:before{content:""}.ph-light.ph-exclude:before{content:""}.ph-light.ph-exclude-square:before{content:""}.ph-light.ph-export:before{content:""}.ph-light.ph-eye:before{content:""}.ph-light.ph-eye-closed:before{content:""}.ph-light.ph-eye-slash:before{content:""}.ph-light.ph-eyedropper:before{content:""}.ph-light.ph-eyedropper-sample:before{content:""}.ph-light.ph-eyeglasses:before{content:""}.ph-light.ph-eyes:before{content:""}.ph-light.ph-face-mask:before{content:""}.ph-light.ph-facebook-logo:before{content:""}.ph-light.ph-factory:before{content:""}.ph-light.ph-faders:before{content:""}.ph-light.ph-faders-horizontal:before{content:""}.ph-light.ph-fallout-shelter:before{content:""}.ph-light.ph-fan:before{content:""}.ph-light.ph-farm:before{content:""}.ph-light.ph-fast-forward:before{content:""}.ph-light.ph-fast-forward-circle:before{content:""}.ph-light.ph-feather:before{content:""}.ph-light.ph-fediverse-logo:before{content:""}.ph-light.ph-figma-logo:before{content:""}.ph-light.ph-file:before{content:""}.ph-light.ph-file-archive:before{content:""}.ph-light.ph-file-arrow-down:before{content:""}.ph-light.ph-file-arrow-up:before{content:""}.ph-light.ph-file-audio:before{content:""}.ph-light.ph-file-c:before{content:""}.ph-light.ph-file-c-sharp:before{content:""}.ph-light.ph-file-cloud:before{content:""}.ph-light.ph-file-code:before{content:""}.ph-light.ph-file-cpp:before{content:""}.ph-light.ph-file-css:before{content:""}.ph-light.ph-file-csv:before{content:""}.ph-light.ph-file-dashed:before{content:""}.ph-light.ph-file-dotted:before{content:""}.ph-light.ph-file-doc:before{content:""}.ph-light.ph-file-html:before{content:""}.ph-light.ph-file-image:before{content:""}.ph-light.ph-file-ini:before{content:""}.ph-light.ph-file-jpg:before{content:""}.ph-light.ph-file-js:before{content:""}.ph-light.ph-file-jsx:before{content:""}.ph-light.ph-file-lock:before{content:""}.ph-light.ph-file-magnifying-glass:before{content:""}.ph-light.ph-file-search:before{content:""}.ph-light.ph-file-md:before{content:""}.ph-light.ph-file-minus:before{content:""}.ph-light.ph-file-pdf:before{content:""}.ph-light.ph-file-plus:before{content:""}.ph-light.ph-file-png:before{content:""}.ph-light.ph-file-ppt:before{content:""}.ph-light.ph-file-py:before{content:""}.ph-light.ph-file-rs:before{content:""}.ph-light.ph-file-sql:before{content:""}.ph-light.ph-file-svg:before{content:""}.ph-light.ph-file-text:before{content:""}.ph-light.ph-file-ts:before{content:""}.ph-light.ph-file-tsx:before{content:""}.ph-light.ph-file-txt:before{content:""}.ph-light.ph-file-video:before{content:""}.ph-light.ph-file-vue:before{content:""}.ph-light.ph-file-x:before{content:""}.ph-light.ph-file-xls:before{content:""}.ph-light.ph-file-zip:before{content:""}.ph-light.ph-files:before{content:""}.ph-light.ph-film-reel:before{content:""}.ph-light.ph-film-script:before{content:""}.ph-light.ph-film-slate:before{content:""}.ph-light.ph-film-strip:before{content:""}.ph-light.ph-fingerprint:before{content:""}.ph-light.ph-fingerprint-simple:before{content:""}.ph-light.ph-finn-the-human:before{content:""}.ph-light.ph-fire:before{content:""}.ph-light.ph-fire-extinguisher:before{content:""}.ph-light.ph-fire-simple:before{content:""}.ph-light.ph-fire-truck:before{content:""}.ph-light.ph-first-aid:before{content:""}.ph-light.ph-first-aid-kit:before{content:""}.ph-light.ph-fish:before{content:""}.ph-light.ph-fish-simple:before{content:""}.ph-light.ph-flag:before{content:""}.ph-light.ph-flag-banner:before{content:""}.ph-light.ph-flag-banner-fold:before{content:""}.ph-light.ph-flag-checkered:before{content:""}.ph-light.ph-flag-pennant:before{content:""}.ph-light.ph-flame:before{content:""}.ph-light.ph-flashlight:before{content:""}.ph-light.ph-flask:before{content:""}.ph-light.ph-flip-horizontal:before{content:""}.ph-light.ph-flip-vertical:before{content:""}.ph-light.ph-floppy-disk:before{content:""}.ph-light.ph-floppy-disk-back:before{content:""}.ph-light.ph-flow-arrow:before{content:""}.ph-light.ph-flower:before{content:""}.ph-light.ph-flower-lotus:before{content:""}.ph-light.ph-flower-tulip:before{content:""}.ph-light.ph-flying-saucer:before{content:""}.ph-light.ph-folder:before{content:""}.ph-light.ph-folder-notch:before{content:""}.ph-light.ph-folder-dashed:before{content:""}.ph-light.ph-folder-dotted:before{content:""}.ph-light.ph-folder-lock:before{content:""}.ph-light.ph-folder-minus:before{content:""}.ph-light.ph-folder-notch-minus:before{content:""}.ph-light.ph-folder-open:before{content:""}.ph-light.ph-folder-notch-open:before{content:""}.ph-light.ph-folder-plus:before{content:""}.ph-light.ph-folder-notch-plus:before{content:""}.ph-light.ph-folder-simple:before{content:""}.ph-light.ph-folder-simple-dashed:before{content:""}.ph-light.ph-folder-simple-dotted:before{content:""}.ph-light.ph-folder-simple-lock:before{content:""}.ph-light.ph-folder-simple-minus:before{content:""}.ph-light.ph-folder-simple-plus:before{content:""}.ph-light.ph-folder-simple-star:before{content:""}.ph-light.ph-folder-simple-user:before{content:""}.ph-light.ph-folder-star:before{content:""}.ph-light.ph-folder-user:before{content:""}.ph-light.ph-folders:before{content:""}.ph-light.ph-football:before{content:""}.ph-light.ph-football-helmet:before{content:""}.ph-light.ph-footprints:before{content:""}.ph-light.ph-fork-knife:before{content:""}.ph-light.ph-four-k:before{content:""}.ph-light.ph-frame-corners:before{content:""}.ph-light.ph-framer-logo:before{content:""}.ph-light.ph-function:before{content:""}.ph-light.ph-funnel:before{content:""}.ph-light.ph-funnel-simple:before{content:""}.ph-light.ph-funnel-simple-x:before{content:""}.ph-light.ph-funnel-x:before{content:""}.ph-light.ph-game-controller:before{content:""}.ph-light.ph-garage:before{content:""}.ph-light.ph-gas-can:before{content:""}.ph-light.ph-gas-pump:before{content:""}.ph-light.ph-gauge:before{content:""}.ph-light.ph-gavel:before{content:""}.ph-light.ph-gear:before{content:""}.ph-light.ph-gear-fine:before{content:""}.ph-light.ph-gear-six:before{content:""}.ph-light.ph-gender-female:before{content:""}.ph-light.ph-gender-intersex:before{content:""}.ph-light.ph-gender-male:before{content:""}.ph-light.ph-gender-neuter:before{content:""}.ph-light.ph-gender-nonbinary:before{content:""}.ph-light.ph-gender-transgender:before{content:""}.ph-light.ph-ghost:before{content:""}.ph-light.ph-gif:before{content:""}.ph-light.ph-gift:before{content:""}.ph-light.ph-git-branch:before{content:""}.ph-light.ph-git-commit:before{content:""}.ph-light.ph-git-diff:before{content:""}.ph-light.ph-git-fork:before{content:""}.ph-light.ph-git-merge:before{content:""}.ph-light.ph-git-pull-request:before{content:""}.ph-light.ph-github-logo:before{content:""}.ph-light.ph-gitlab-logo:before{content:""}.ph-light.ph-gitlab-logo-simple:before{content:""}.ph-light.ph-globe:before{content:""}.ph-light.ph-globe-hemisphere-east:before{content:""}.ph-light.ph-globe-hemisphere-west:before{content:""}.ph-light.ph-globe-simple:before{content:""}.ph-light.ph-globe-simple-x:before{content:""}.ph-light.ph-globe-stand:before{content:""}.ph-light.ph-globe-x:before{content:""}.ph-light.ph-goggles:before{content:""}.ph-light.ph-golf:before{content:""}.ph-light.ph-goodreads-logo:before{content:""}.ph-light.ph-google-cardboard-logo:before{content:""}.ph-light.ph-google-chrome-logo:before{content:""}.ph-light.ph-google-drive-logo:before{content:""}.ph-light.ph-google-logo:before{content:""}.ph-light.ph-google-photos-logo:before{content:""}.ph-light.ph-google-play-logo:before{content:""}.ph-light.ph-google-podcasts-logo:before{content:""}.ph-light.ph-gps:before{content:""}.ph-light.ph-gps-fix:before{content:""}.ph-light.ph-gps-slash:before{content:""}.ph-light.ph-gradient:before{content:""}.ph-light.ph-graduation-cap:before{content:""}.ph-light.ph-grains:before{content:""}.ph-light.ph-grains-slash:before{content:""}.ph-light.ph-graph:before{content:""}.ph-light.ph-graphics-card:before{content:""}.ph-light.ph-greater-than:before{content:""}.ph-light.ph-greater-than-or-equal:before{content:""}.ph-light.ph-grid-four:before{content:""}.ph-light.ph-grid-nine:before{content:""}.ph-light.ph-guitar:before{content:""}.ph-light.ph-hair-dryer:before{content:""}.ph-light.ph-hamburger:before{content:""}.ph-light.ph-hammer:before{content:""}.ph-light.ph-hand:before{content:""}.ph-light.ph-hand-arrow-down:before{content:""}.ph-light.ph-hand-arrow-up:before{content:""}.ph-light.ph-hand-coins:before{content:""}.ph-light.ph-hand-deposit:before{content:""}.ph-light.ph-hand-eye:before{content:""}.ph-light.ph-hand-fist:before{content:""}.ph-light.ph-hand-grabbing:before{content:""}.ph-light.ph-hand-heart:before{content:""}.ph-light.ph-hand-palm:before{content:""}.ph-light.ph-hand-peace:before{content:""}.ph-light.ph-hand-pointing:before{content:""}.ph-light.ph-hand-soap:before{content:""}.ph-light.ph-hand-swipe-left:before{content:""}.ph-light.ph-hand-swipe-right:before{content:""}.ph-light.ph-hand-tap:before{content:""}.ph-light.ph-hand-waving:before{content:""}.ph-light.ph-hand-withdraw:before{content:""}.ph-light.ph-handbag:before{content:""}.ph-light.ph-handbag-simple:before{content:""}.ph-light.ph-hands-clapping:before{content:""}.ph-light.ph-hands-praying:before{content:""}.ph-light.ph-handshake:before{content:""}.ph-light.ph-hard-drive:before{content:""}.ph-light.ph-hard-drives:before{content:""}.ph-light.ph-hard-hat:before{content:""}.ph-light.ph-hash:before{content:""}.ph-light.ph-hash-straight:before{content:""}.ph-light.ph-head-circuit:before{content:""}.ph-light.ph-headlights:before{content:""}.ph-light.ph-headphones:before{content:""}.ph-light.ph-headset:before{content:""}.ph-light.ph-heart:before{content:""}.ph-light.ph-heart-break:before{content:""}.ph-light.ph-heart-half:before{content:""}.ph-light.ph-heart-straight:before{content:""}.ph-light.ph-heart-straight-break:before{content:""}.ph-light.ph-heartbeat:before{content:""}.ph-light.ph-hexagon:before{content:""}.ph-light.ph-high-definition:before{content:""}.ph-light.ph-high-heel:before{content:""}.ph-light.ph-highlighter:before{content:""}.ph-light.ph-highlighter-circle:before{content:""}.ph-light.ph-hockey:before{content:""}.ph-light.ph-hoodie:before{content:""}.ph-light.ph-horse:before{content:""}.ph-light.ph-hospital:before{content:""}.ph-light.ph-hourglass:before{content:""}.ph-light.ph-hourglass-high:before{content:""}.ph-light.ph-hourglass-low:before{content:""}.ph-light.ph-hourglass-medium:before{content:""}.ph-light.ph-hourglass-simple:before{content:""}.ph-light.ph-hourglass-simple-high:before{content:""}.ph-light.ph-hourglass-simple-low:before{content:""}.ph-light.ph-hourglass-simple-medium:before{content:""}.ph-light.ph-house:before{content:""}.ph-light.ph-house-line:before{content:""}.ph-light.ph-house-simple:before{content:""}.ph-light.ph-hurricane:before{content:""}.ph-light.ph-ice-cream:before{content:""}.ph-light.ph-identification-badge:before{content:""}.ph-light.ph-identification-card:before{content:""}.ph-light.ph-image:before{content:""}.ph-light.ph-image-broken:before{content:""}.ph-light.ph-image-square:before{content:""}.ph-light.ph-images:before{content:""}.ph-light.ph-images-square:before{content:""}.ph-light.ph-infinity:before{content:""}.ph-light.ph-lemniscate:before{content:""}.ph-light.ph-info:before{content:""}.ph-light.ph-instagram-logo:before{content:""}.ph-light.ph-intersect:before{content:""}.ph-light.ph-intersect-square:before{content:""}.ph-light.ph-intersect-three:before{content:""}.ph-light.ph-intersection:before{content:""}.ph-light.ph-invoice:before{content:""}.ph-light.ph-island:before{content:""}.ph-light.ph-jar:before{content:""}.ph-light.ph-jar-label:before{content:""}.ph-light.ph-jeep:before{content:""}.ph-light.ph-joystick:before{content:""}.ph-light.ph-kanban:before{content:""}.ph-light.ph-key:before{content:""}.ph-light.ph-key-return:before{content:""}.ph-light.ph-keyboard:before{content:""}.ph-light.ph-keyhole:before{content:""}.ph-light.ph-knife:before{content:""}.ph-light.ph-ladder:before{content:""}.ph-light.ph-ladder-simple:before{content:""}.ph-light.ph-lamp:before{content:""}.ph-light.ph-lamp-pendant:before{content:""}.ph-light.ph-laptop:before{content:""}.ph-light.ph-lasso:before{content:""}.ph-light.ph-lastfm-logo:before{content:""}.ph-light.ph-layout:before{content:""}.ph-light.ph-leaf:before{content:""}.ph-light.ph-lectern:before{content:""}.ph-light.ph-lego:before{content:""}.ph-light.ph-lego-smiley:before{content:""}.ph-light.ph-less-than:before{content:""}.ph-light.ph-less-than-or-equal:before{content:""}.ph-light.ph-letter-circle-h:before{content:""}.ph-light.ph-letter-circle-p:before{content:""}.ph-light.ph-letter-circle-v:before{content:""}.ph-light.ph-lifebuoy:before{content:""}.ph-light.ph-lightbulb:before{content:""}.ph-light.ph-lightbulb-filament:before{content:""}.ph-light.ph-lighthouse:before{content:""}.ph-light.ph-lightning:before{content:""}.ph-light.ph-lightning-a:before{content:""}.ph-light.ph-lightning-slash:before{content:""}.ph-light.ph-line-segment:before{content:""}.ph-light.ph-line-segments:before{content:""}.ph-light.ph-line-vertical:before{content:""}.ph-light.ph-link:before{content:""}.ph-light.ph-link-break:before{content:""}.ph-light.ph-link-simple:before{content:""}.ph-light.ph-link-simple-break:before{content:""}.ph-light.ph-link-simple-horizontal:before{content:""}.ph-light.ph-link-simple-horizontal-break:before{content:""}.ph-light.ph-linkedin-logo:before{content:""}.ph-light.ph-linktree-logo:before{content:""}.ph-light.ph-linux-logo:before{content:""}.ph-light.ph-list:before{content:""}.ph-light.ph-list-bullets:before{content:""}.ph-light.ph-list-checks:before{content:""}.ph-light.ph-list-dashes:before{content:""}.ph-light.ph-list-heart:before{content:""}.ph-light.ph-list-magnifying-glass:before{content:""}.ph-light.ph-list-numbers:before{content:""}.ph-light.ph-list-plus:before{content:""}.ph-light.ph-list-star:before{content:""}.ph-light.ph-lock:before{content:""}.ph-light.ph-lock-key:before{content:""}.ph-light.ph-lock-key-open:before{content:""}.ph-light.ph-lock-laminated:before{content:""}.ph-light.ph-lock-laminated-open:before{content:""}.ph-light.ph-lock-open:before{content:""}.ph-light.ph-lock-simple:before{content:""}.ph-light.ph-lock-simple-open:before{content:""}.ph-light.ph-lockers:before{content:""}.ph-light.ph-log:before{content:""}.ph-light.ph-magic-wand:before{content:""}.ph-light.ph-magnet:before{content:""}.ph-light.ph-magnet-straight:before{content:""}.ph-light.ph-magnifying-glass:before{content:""}.ph-light.ph-magnifying-glass-minus:before{content:""}.ph-light.ph-magnifying-glass-plus:before{content:""}.ph-light.ph-mailbox:before{content:""}.ph-light.ph-map-pin:before{content:""}.ph-light.ph-map-pin-area:before{content:""}.ph-light.ph-map-pin-line:before{content:""}.ph-light.ph-map-pin-plus:before{content:""}.ph-light.ph-map-pin-simple:before{content:""}.ph-light.ph-map-pin-simple-area:before{content:""}.ph-light.ph-map-pin-simple-line:before{content:""}.ph-light.ph-map-trifold:before{content:""}.ph-light.ph-markdown-logo:before{content:""}.ph-light.ph-marker-circle:before{content:""}.ph-light.ph-martini:before{content:""}.ph-light.ph-mask-happy:before{content:""}.ph-light.ph-mask-sad:before{content:""}.ph-light.ph-mastodon-logo:before{content:""}.ph-light.ph-math-operations:before{content:""}.ph-light.ph-matrix-logo:before{content:""}.ph-light.ph-medal:before{content:""}.ph-light.ph-medal-military:before{content:""}.ph-light.ph-medium-logo:before{content:""}.ph-light.ph-megaphone:before{content:""}.ph-light.ph-megaphone-simple:before{content:""}.ph-light.ph-member-of:before{content:""}.ph-light.ph-memory:before{content:""}.ph-light.ph-messenger-logo:before{content:""}.ph-light.ph-meta-logo:before{content:""}.ph-light.ph-meteor:before{content:""}.ph-light.ph-metronome:before{content:""}.ph-light.ph-microphone:before{content:""}.ph-light.ph-microphone-slash:before{content:""}.ph-light.ph-microphone-stage:before{content:""}.ph-light.ph-microscope:before{content:""}.ph-light.ph-microsoft-excel-logo:before{content:""}.ph-light.ph-microsoft-outlook-logo:before{content:""}.ph-light.ph-microsoft-powerpoint-logo:before{content:""}.ph-light.ph-microsoft-teams-logo:before{content:""}.ph-light.ph-microsoft-word-logo:before{content:""}.ph-light.ph-minus:before{content:""}.ph-light.ph-minus-circle:before{content:""}.ph-light.ph-minus-square:before{content:""}.ph-light.ph-money:before{content:""}.ph-light.ph-money-wavy:before{content:""}.ph-light.ph-monitor:before{content:""}.ph-light.ph-monitor-arrow-up:before{content:""}.ph-light.ph-monitor-play:before{content:""}.ph-light.ph-moon:before{content:""}.ph-light.ph-moon-stars:before{content:""}.ph-light.ph-moped:before{content:""}.ph-light.ph-moped-front:before{content:""}.ph-light.ph-mosque:before{content:""}.ph-light.ph-motorcycle:before{content:""}.ph-light.ph-mountains:before{content:""}.ph-light.ph-mouse:before{content:""}.ph-light.ph-mouse-left-click:before{content:""}.ph-light.ph-mouse-middle-click:before{content:""}.ph-light.ph-mouse-right-click:before{content:""}.ph-light.ph-mouse-scroll:before{content:""}.ph-light.ph-mouse-simple:before{content:""}.ph-light.ph-music-note:before{content:""}.ph-light.ph-music-note-simple:before{content:""}.ph-light.ph-music-notes:before{content:""}.ph-light.ph-music-notes-minus:before{content:""}.ph-light.ph-music-notes-plus:before{content:""}.ph-light.ph-music-notes-simple:before{content:""}.ph-light.ph-navigation-arrow:before{content:""}.ph-light.ph-needle:before{content:""}.ph-light.ph-network:before{content:""}.ph-light.ph-network-slash:before{content:""}.ph-light.ph-network-x:before{content:""}.ph-light.ph-newspaper:before{content:""}.ph-light.ph-newspaper-clipping:before{content:""}.ph-light.ph-not-equals:before{content:""}.ph-light.ph-not-member-of:before{content:""}.ph-light.ph-not-subset-of:before{content:""}.ph-light.ph-not-superset-of:before{content:""}.ph-light.ph-notches:before{content:""}.ph-light.ph-note:before{content:""}.ph-light.ph-note-blank:before{content:""}.ph-light.ph-note-pencil:before{content:""}.ph-light.ph-notebook:before{content:""}.ph-light.ph-notepad:before{content:""}.ph-light.ph-notification:before{content:""}.ph-light.ph-notion-logo:before{content:""}.ph-light.ph-nuclear-plant:before{content:""}.ph-light.ph-number-circle-eight:before{content:""}.ph-light.ph-number-circle-five:before{content:""}.ph-light.ph-number-circle-four:before{content:""}.ph-light.ph-number-circle-nine:before{content:""}.ph-light.ph-number-circle-one:before{content:""}.ph-light.ph-number-circle-seven:before{content:""}.ph-light.ph-number-circle-six:before{content:""}.ph-light.ph-number-circle-three:before{content:""}.ph-light.ph-number-circle-two:before{content:""}.ph-light.ph-number-circle-zero:before{content:""}.ph-light.ph-number-eight:before{content:""}.ph-light.ph-number-five:before{content:""}.ph-light.ph-number-four:before{content:""}.ph-light.ph-number-nine:before{content:""}.ph-light.ph-number-one:before{content:""}.ph-light.ph-number-seven:before{content:""}.ph-light.ph-number-six:before{content:""}.ph-light.ph-number-square-eight:before{content:""}.ph-light.ph-number-square-five:before{content:""}.ph-light.ph-number-square-four:before{content:""}.ph-light.ph-number-square-nine:before{content:""}.ph-light.ph-number-square-one:before{content:""}.ph-light.ph-number-square-seven:before{content:""}.ph-light.ph-number-square-six:before{content:""}.ph-light.ph-number-square-three:before{content:""}.ph-light.ph-number-square-two:before{content:""}.ph-light.ph-number-square-zero:before{content:""}.ph-light.ph-number-three:before{content:""}.ph-light.ph-number-two:before{content:""}.ph-light.ph-number-zero:before{content:""}.ph-light.ph-numpad:before{content:""}.ph-light.ph-nut:before{content:""}.ph-light.ph-ny-times-logo:before{content:""}.ph-light.ph-octagon:before{content:""}.ph-light.ph-office-chair:before{content:""}.ph-light.ph-onigiri:before{content:""}.ph-light.ph-open-ai-logo:before{content:""}.ph-light.ph-option:before{content:""}.ph-light.ph-orange:before{content:""}.ph-light.ph-orange-slice:before{content:""}.ph-light.ph-oven:before{content:""}.ph-light.ph-package:before{content:""}.ph-light.ph-paint-brush:before{content:""}.ph-light.ph-paint-brush-broad:before{content:""}.ph-light.ph-paint-brush-household:before{content:""}.ph-light.ph-paint-bucket:before{content:""}.ph-light.ph-paint-roller:before{content:""}.ph-light.ph-palette:before{content:""}.ph-light.ph-panorama:before{content:""}.ph-light.ph-pants:before{content:""}.ph-light.ph-paper-plane:before{content:""}.ph-light.ph-paper-plane-right:before{content:""}.ph-light.ph-paper-plane-tilt:before{content:""}.ph-light.ph-paperclip:before{content:""}.ph-light.ph-paperclip-horizontal:before{content:""}.ph-light.ph-parachute:before{content:""}.ph-light.ph-paragraph:before{content:""}.ph-light.ph-parallelogram:before{content:""}.ph-light.ph-park:before{content:""}.ph-light.ph-password:before{content:""}.ph-light.ph-path:before{content:""}.ph-light.ph-patreon-logo:before{content:""}.ph-light.ph-pause:before{content:""}.ph-light.ph-pause-circle:before{content:""}.ph-light.ph-paw-print:before{content:""}.ph-light.ph-paypal-logo:before{content:""}.ph-light.ph-peace:before{content:""}.ph-light.ph-pen:before{content:""}.ph-light.ph-pen-nib:before{content:""}.ph-light.ph-pen-nib-straight:before{content:""}.ph-light.ph-pencil:before{content:""}.ph-light.ph-pencil-circle:before{content:""}.ph-light.ph-pencil-line:before{content:""}.ph-light.ph-pencil-ruler:before{content:""}.ph-light.ph-pencil-simple:before{content:""}.ph-light.ph-pencil-simple-line:before{content:""}.ph-light.ph-pencil-simple-slash:before{content:""}.ph-light.ph-pencil-slash:before{content:""}.ph-light.ph-pentagon:before{content:""}.ph-light.ph-pentagram:before{content:""}.ph-light.ph-pepper:before{content:""}.ph-light.ph-percent:before{content:""}.ph-light.ph-person:before{content:""}.ph-light.ph-person-arms-spread:before{content:""}.ph-light.ph-person-simple:before{content:""}.ph-light.ph-person-simple-bike:before{content:""}.ph-light.ph-person-simple-circle:before{content:""}.ph-light.ph-person-simple-hike:before{content:""}.ph-light.ph-person-simple-run:before{content:""}.ph-light.ph-person-simple-ski:before{content:""}.ph-light.ph-person-simple-snowboard:before{content:""}.ph-light.ph-person-simple-swim:before{content:""}.ph-light.ph-person-simple-tai-chi:before{content:""}.ph-light.ph-person-simple-throw:before{content:""}.ph-light.ph-person-simple-walk:before{content:""}.ph-light.ph-perspective:before{content:""}.ph-light.ph-phone:before{content:""}.ph-light.ph-phone-call:before{content:""}.ph-light.ph-phone-disconnect:before{content:""}.ph-light.ph-phone-incoming:before{content:""}.ph-light.ph-phone-list:before{content:""}.ph-light.ph-phone-outgoing:before{content:""}.ph-light.ph-phone-pause:before{content:""}.ph-light.ph-phone-plus:before{content:""}.ph-light.ph-phone-slash:before{content:""}.ph-light.ph-phone-transfer:before{content:""}.ph-light.ph-phone-x:before{content:""}.ph-light.ph-phosphor-logo:before{content:""}.ph-light.ph-pi:before{content:""}.ph-light.ph-piano-keys:before{content:""}.ph-light.ph-picnic-table:before{content:""}.ph-light.ph-picture-in-picture:before{content:""}.ph-light.ph-piggy-bank:before{content:""}.ph-light.ph-pill:before{content:""}.ph-light.ph-ping-pong:before{content:""}.ph-light.ph-pint-glass:before{content:""}.ph-light.ph-pinterest-logo:before{content:""}.ph-light.ph-pinwheel:before{content:""}.ph-light.ph-pipe:before{content:""}.ph-light.ph-pipe-wrench:before{content:""}.ph-light.ph-pix-logo:before{content:""}.ph-light.ph-pizza:before{content:""}.ph-light.ph-placeholder:before{content:""}.ph-light.ph-planet:before{content:""}.ph-light.ph-plant:before{content:""}.ph-light.ph-play:before{content:""}.ph-light.ph-play-circle:before{content:""}.ph-light.ph-play-pause:before{content:""}.ph-light.ph-playlist:before{content:""}.ph-light.ph-plug:before{content:""}.ph-light.ph-plug-charging:before{content:""}.ph-light.ph-plugs:before{content:""}.ph-light.ph-plugs-connected:before{content:""}.ph-light.ph-plus:before{content:""}.ph-light.ph-plus-circle:before{content:""}.ph-light.ph-plus-minus:before{content:""}.ph-light.ph-plus-square:before{content:""}.ph-light.ph-poker-chip:before{content:""}.ph-light.ph-police-car:before{content:""}.ph-light.ph-polygon:before{content:""}.ph-light.ph-popcorn:before{content:""}.ph-light.ph-popsicle:before{content:""}.ph-light.ph-potted-plant:before{content:""}.ph-light.ph-power:before{content:""}.ph-light.ph-prescription:before{content:""}.ph-light.ph-presentation:before{content:""}.ph-light.ph-presentation-chart:before{content:""}.ph-light.ph-printer:before{content:""}.ph-light.ph-prohibit:before{content:""}.ph-light.ph-prohibit-inset:before{content:""}.ph-light.ph-projector-screen:before{content:""}.ph-light.ph-projector-screen-chart:before{content:""}.ph-light.ph-pulse:before{content:""}.ph-light.ph-activity:before{content:""}.ph-light.ph-push-pin:before{content:""}.ph-light.ph-push-pin-simple:before{content:""}.ph-light.ph-push-pin-simple-slash:before{content:""}.ph-light.ph-push-pin-slash:before{content:""}.ph-light.ph-puzzle-piece:before{content:""}.ph-light.ph-qr-code:before{content:""}.ph-light.ph-question:before{content:""}.ph-light.ph-question-mark:before{content:""}.ph-light.ph-queue:before{content:""}.ph-light.ph-quotes:before{content:""}.ph-light.ph-rabbit:before{content:""}.ph-light.ph-racquet:before{content:""}.ph-light.ph-radical:before{content:""}.ph-light.ph-radio:before{content:""}.ph-light.ph-radio-button:before{content:""}.ph-light.ph-radioactive:before{content:""}.ph-light.ph-rainbow:before{content:""}.ph-light.ph-rainbow-cloud:before{content:""}.ph-light.ph-ranking:before{content:""}.ph-light.ph-read-cv-logo:before{content:""}.ph-light.ph-receipt:before{content:""}.ph-light.ph-receipt-x:before{content:""}.ph-light.ph-record:before{content:""}.ph-light.ph-rectangle:before{content:""}.ph-light.ph-rectangle-dashed:before{content:""}.ph-light.ph-recycle:before{content:""}.ph-light.ph-reddit-logo:before{content:""}.ph-light.ph-repeat:before{content:""}.ph-light.ph-repeat-once:before{content:""}.ph-light.ph-replit-logo:before{content:""}.ph-light.ph-resize:before{content:""}.ph-light.ph-rewind:before{content:""}.ph-light.ph-rewind-circle:before{content:""}.ph-light.ph-road-horizon:before{content:""}.ph-light.ph-robot:before{content:""}.ph-light.ph-rocket:before{content:""}.ph-light.ph-rocket-launch:before{content:""}.ph-light.ph-rows:before{content:""}.ph-light.ph-rows-plus-bottom:before{content:""}.ph-light.ph-rows-plus-top:before{content:""}.ph-light.ph-rss:before{content:""}.ph-light.ph-rss-simple:before{content:""}.ph-light.ph-rug:before{content:""}.ph-light.ph-ruler:before{content:""}.ph-light.ph-sailboat:before{content:""}.ph-light.ph-scales:before{content:""}.ph-light.ph-scan:before{content:""}.ph-light.ph-scan-smiley:before{content:""}.ph-light.ph-scissors:before{content:""}.ph-light.ph-scooter:before{content:""}.ph-light.ph-screencast:before{content:""}.ph-light.ph-screwdriver:before{content:""}.ph-light.ph-scribble:before{content:""}.ph-light.ph-scribble-loop:before{content:""}.ph-light.ph-scroll:before{content:""}.ph-light.ph-seal:before{content:""}.ph-light.ph-circle-wavy:before{content:""}.ph-light.ph-seal-check:before{content:""}.ph-light.ph-circle-wavy-check:before{content:""}.ph-light.ph-seal-percent:before{content:""}.ph-light.ph-seal-question:before{content:""}.ph-light.ph-circle-wavy-question:before{content:""}.ph-light.ph-seal-warning:before{content:""}.ph-light.ph-circle-wavy-warning:before{content:""}.ph-light.ph-seat:before{content:""}.ph-light.ph-seatbelt:before{content:""}.ph-light.ph-security-camera:before{content:""}.ph-light.ph-selection:before{content:""}.ph-light.ph-selection-all:before{content:""}.ph-light.ph-selection-background:before{content:""}.ph-light.ph-selection-foreground:before{content:""}.ph-light.ph-selection-inverse:before{content:""}.ph-light.ph-selection-plus:before{content:""}.ph-light.ph-selection-slash:before{content:""}.ph-light.ph-shapes:before{content:""}.ph-light.ph-share:before{content:""}.ph-light.ph-share-fat:before{content:""}.ph-light.ph-share-network:before{content:""}.ph-light.ph-shield:before{content:""}.ph-light.ph-shield-check:before{content:""}.ph-light.ph-shield-checkered:before{content:""}.ph-light.ph-shield-chevron:before{content:""}.ph-light.ph-shield-plus:before{content:""}.ph-light.ph-shield-slash:before{content:""}.ph-light.ph-shield-star:before{content:""}.ph-light.ph-shield-warning:before{content:""}.ph-light.ph-shipping-container:before{content:""}.ph-light.ph-shirt-folded:before{content:""}.ph-light.ph-shooting-star:before{content:""}.ph-light.ph-shopping-bag:before{content:""}.ph-light.ph-shopping-bag-open:before{content:""}.ph-light.ph-shopping-cart:before{content:""}.ph-light.ph-shopping-cart-simple:before{content:""}.ph-light.ph-shovel:before{content:""}.ph-light.ph-shower:before{content:""}.ph-light.ph-shrimp:before{content:""}.ph-light.ph-shuffle:before{content:""}.ph-light.ph-shuffle-angular:before{content:""}.ph-light.ph-shuffle-simple:before{content:""}.ph-light.ph-sidebar:before{content:""}.ph-light.ph-sidebar-simple:before{content:""}.ph-light.ph-sigma:before{content:""}.ph-light.ph-sign-in:before{content:""}.ph-light.ph-sign-out:before{content:""}.ph-light.ph-signature:before{content:""}.ph-light.ph-signpost:before{content:""}.ph-light.ph-sim-card:before{content:""}.ph-light.ph-siren:before{content:""}.ph-light.ph-sketch-logo:before{content:""}.ph-light.ph-skip-back:before{content:""}.ph-light.ph-skip-back-circle:before{content:""}.ph-light.ph-skip-forward:before{content:""}.ph-light.ph-skip-forward-circle:before{content:""}.ph-light.ph-skull:before{content:""}.ph-light.ph-skype-logo:before{content:""}.ph-light.ph-slack-logo:before{content:""}.ph-light.ph-sliders:before{content:""}.ph-light.ph-sliders-horizontal:before{content:""}.ph-light.ph-slideshow:before{content:""}.ph-light.ph-smiley:before{content:""}.ph-light.ph-smiley-angry:before{content:""}.ph-light.ph-smiley-blank:before{content:""}.ph-light.ph-smiley-meh:before{content:""}.ph-light.ph-smiley-melting:before{content:""}.ph-light.ph-smiley-nervous:before{content:""}.ph-light.ph-smiley-sad:before{content:""}.ph-light.ph-smiley-sticker:before{content:""}.ph-light.ph-smiley-wink:before{content:""}.ph-light.ph-smiley-x-eyes:before{content:""}.ph-light.ph-snapchat-logo:before{content:""}.ph-light.ph-sneaker:before{content:""}.ph-light.ph-sneaker-move:before{content:""}.ph-light.ph-snowflake:before{content:""}.ph-light.ph-soccer-ball:before{content:""}.ph-light.ph-sock:before{content:""}.ph-light.ph-solar-panel:before{content:""}.ph-light.ph-solar-roof:before{content:""}.ph-light.ph-sort-ascending:before{content:""}.ph-light.ph-sort-descending:before{content:""}.ph-light.ph-soundcloud-logo:before{content:""}.ph-light.ph-spade:before{content:""}.ph-light.ph-sparkle:before{content:""}.ph-light.ph-speaker-hifi:before{content:""}.ph-light.ph-speaker-high:before{content:""}.ph-light.ph-speaker-low:before{content:""}.ph-light.ph-speaker-none:before{content:""}.ph-light.ph-speaker-simple-high:before{content:""}.ph-light.ph-speaker-simple-low:before{content:""}.ph-light.ph-speaker-simple-none:before{content:""}.ph-light.ph-speaker-simple-slash:before{content:""}.ph-light.ph-speaker-simple-x:before{content:""}.ph-light.ph-speaker-slash:before{content:""}.ph-light.ph-speaker-x:before{content:""}.ph-light.ph-speedometer:before{content:""}.ph-light.ph-sphere:before{content:""}.ph-light.ph-spinner:before{content:""}.ph-light.ph-spinner-ball:before{content:""}.ph-light.ph-spinner-gap:before{content:""}.ph-light.ph-spiral:before{content:""}.ph-light.ph-split-horizontal:before{content:""}.ph-light.ph-split-vertical:before{content:""}.ph-light.ph-spotify-logo:before{content:""}.ph-light.ph-spray-bottle:before{content:""}.ph-light.ph-square:before{content:""}.ph-light.ph-square-half:before{content:""}.ph-light.ph-square-half-bottom:before{content:""}.ph-light.ph-square-logo:before{content:""}.ph-light.ph-square-split-horizontal:before{content:""}.ph-light.ph-square-split-vertical:before{content:""}.ph-light.ph-squares-four:before{content:""}.ph-light.ph-stack:before{content:""}.ph-light.ph-stack-minus:before{content:""}.ph-light.ph-stack-overflow-logo:before{content:""}.ph-light.ph-stack-plus:before{content:""}.ph-light.ph-stack-simple:before{content:""}.ph-light.ph-stairs:before{content:""}.ph-light.ph-stamp:before{content:""}.ph-light.ph-standard-definition:before{content:""}.ph-light.ph-star:before{content:""}.ph-light.ph-star-and-crescent:before{content:""}.ph-light.ph-star-four:before{content:""}.ph-light.ph-star-half:before{content:""}.ph-light.ph-star-of-david:before{content:""}.ph-light.ph-steam-logo:before{content:""}.ph-light.ph-steering-wheel:before{content:""}.ph-light.ph-steps:before{content:""}.ph-light.ph-stethoscope:before{content:""}.ph-light.ph-sticker:before{content:""}.ph-light.ph-stool:before{content:""}.ph-light.ph-stop:before{content:""}.ph-light.ph-stop-circle:before{content:""}.ph-light.ph-storefront:before{content:""}.ph-light.ph-strategy:before{content:""}.ph-light.ph-stripe-logo:before{content:""}.ph-light.ph-student:before{content:""}.ph-light.ph-subset-of:before{content:""}.ph-light.ph-subset-proper-of:before{content:""}.ph-light.ph-subtitles:before{content:""}.ph-light.ph-subtitles-slash:before{content:""}.ph-light.ph-subtract:before{content:""}.ph-light.ph-subtract-square:before{content:""}.ph-light.ph-subway:before{content:""}.ph-light.ph-suitcase:before{content:""}.ph-light.ph-suitcase-rolling:before{content:""}.ph-light.ph-suitcase-simple:before{content:""}.ph-light.ph-sun:before{content:""}.ph-light.ph-sun-dim:before{content:""}.ph-light.ph-sun-horizon:before{content:""}.ph-light.ph-sunglasses:before{content:""}.ph-light.ph-superset-of:before{content:""}.ph-light.ph-superset-proper-of:before{content:""}.ph-light.ph-swap:before{content:""}.ph-light.ph-swatches:before{content:""}.ph-light.ph-swimming-pool:before{content:""}.ph-light.ph-sword:before{content:""}.ph-light.ph-synagogue:before{content:""}.ph-light.ph-syringe:before{content:""}.ph-light.ph-t-shirt:before{content:""}.ph-light.ph-table:before{content:""}.ph-light.ph-tabs:before{content:""}.ph-light.ph-tag:before{content:""}.ph-light.ph-tag-chevron:before{content:""}.ph-light.ph-tag-simple:before{content:""}.ph-light.ph-target:before{content:""}.ph-light.ph-taxi:before{content:""}.ph-light.ph-tea-bag:before{content:""}.ph-light.ph-telegram-logo:before{content:""}.ph-light.ph-television:before{content:""}.ph-light.ph-television-simple:before{content:""}.ph-light.ph-tennis-ball:before{content:""}.ph-light.ph-tent:before{content:""}.ph-light.ph-terminal:before{content:""}.ph-light.ph-terminal-window:before{content:""}.ph-light.ph-test-tube:before{content:""}.ph-light.ph-text-a-underline:before{content:""}.ph-light.ph-text-aa:before{content:""}.ph-light.ph-text-align-center:before{content:""}.ph-light.ph-text-align-justify:before{content:""}.ph-light.ph-text-align-left:before{content:""}.ph-light.ph-text-align-right:before{content:""}.ph-light.ph-text-b:before{content:""}.ph-light.ph-text-bolder:before{content:""}.ph-light.ph-text-columns:before{content:""}.ph-light.ph-text-h:before{content:""}.ph-light.ph-text-h-five:before{content:""}.ph-light.ph-text-h-four:before{content:""}.ph-light.ph-text-h-one:before{content:""}.ph-light.ph-text-h-six:before{content:""}.ph-light.ph-text-h-three:before{content:""}.ph-light.ph-text-h-two:before{content:""}.ph-light.ph-text-indent:before{content:""}.ph-light.ph-text-italic:before{content:""}.ph-light.ph-text-outdent:before{content:""}.ph-light.ph-text-strikethrough:before{content:""}.ph-light.ph-text-subscript:before{content:""}.ph-light.ph-text-superscript:before{content:""}.ph-light.ph-text-t:before{content:""}.ph-light.ph-text-t-slash:before{content:""}.ph-light.ph-text-underline:before{content:""}.ph-light.ph-textbox:before{content:""}.ph-light.ph-thermometer:before{content:""}.ph-light.ph-thermometer-cold:before{content:""}.ph-light.ph-thermometer-hot:before{content:""}.ph-light.ph-thermometer-simple:before{content:""}.ph-light.ph-threads-logo:before{content:""}.ph-light.ph-three-d:before{content:""}.ph-light.ph-thumbs-down:before{content:""}.ph-light.ph-thumbs-up:before{content:""}.ph-light.ph-ticket:before{content:""}.ph-light.ph-tidal-logo:before{content:""}.ph-light.ph-tiktok-logo:before{content:""}.ph-light.ph-tilde:before{content:""}.ph-light.ph-timer:before{content:""}.ph-light.ph-tip-jar:before{content:""}.ph-light.ph-tipi:before{content:""}.ph-light.ph-tire:before{content:""}.ph-light.ph-toggle-left:before{content:""}.ph-light.ph-toggle-right:before{content:""}.ph-light.ph-toilet:before{content:""}.ph-light.ph-toilet-paper:before{content:""}.ph-light.ph-toolbox:before{content:""}.ph-light.ph-tooth:before{content:""}.ph-light.ph-tornado:before{content:""}.ph-light.ph-tote:before{content:""}.ph-light.ph-tote-simple:before{content:""}.ph-light.ph-towel:before{content:""}.ph-light.ph-tractor:before{content:""}.ph-light.ph-trademark:before{content:""}.ph-light.ph-trademark-registered:before{content:""}.ph-light.ph-traffic-cone:before{content:""}.ph-light.ph-traffic-sign:before{content:""}.ph-light.ph-traffic-signal:before{content:""}.ph-light.ph-train:before{content:""}.ph-light.ph-train-regional:before{content:""}.ph-light.ph-train-simple:before{content:""}.ph-light.ph-tram:before{content:""}.ph-light.ph-translate:before{content:""}.ph-light.ph-trash:before{content:""}.ph-light.ph-trash-simple:before{content:""}.ph-light.ph-tray:before{content:""}.ph-light.ph-tray-arrow-down:before{content:""}.ph-light.ph-archive-tray:before{content:""}.ph-light.ph-tray-arrow-up:before{content:""}.ph-light.ph-treasure-chest:before{content:""}.ph-light.ph-tree:before{content:""}.ph-light.ph-tree-evergreen:before{content:""}.ph-light.ph-tree-palm:before{content:""}.ph-light.ph-tree-structure:before{content:""}.ph-light.ph-tree-view:before{content:""}.ph-light.ph-trend-down:before{content:""}.ph-light.ph-trend-up:before{content:""}.ph-light.ph-triangle:before{content:""}.ph-light.ph-triangle-dashed:before{content:""}.ph-light.ph-trolley:before{content:""}.ph-light.ph-trolley-suitcase:before{content:""}.ph-light.ph-trophy:before{content:""}.ph-light.ph-truck:before{content:""}.ph-light.ph-truck-trailer:before{content:""}.ph-light.ph-tumblr-logo:before{content:""}.ph-light.ph-twitch-logo:before{content:""}.ph-light.ph-twitter-logo:before{content:""}.ph-light.ph-umbrella:before{content:""}.ph-light.ph-umbrella-simple:before{content:""}.ph-light.ph-union:before{content:""}.ph-light.ph-unite:before{content:""}.ph-light.ph-unite-square:before{content:""}.ph-light.ph-upload:before{content:""}.ph-light.ph-upload-simple:before{content:""}.ph-light.ph-usb:before{content:""}.ph-light.ph-user:before{content:""}.ph-light.ph-user-check:before{content:""}.ph-light.ph-user-circle:before{content:""}.ph-light.ph-user-circle-check:before{content:""}.ph-light.ph-user-circle-dashed:before{content:""}.ph-light.ph-user-circle-gear:before{content:""}.ph-light.ph-user-circle-minus:before{content:""}.ph-light.ph-user-circle-plus:before{content:""}.ph-light.ph-user-focus:before{content:""}.ph-light.ph-user-gear:before{content:""}.ph-light.ph-user-list:before{content:""}.ph-light.ph-user-minus:before{content:""}.ph-light.ph-user-plus:before{content:""}.ph-light.ph-user-rectangle:before{content:""}.ph-light.ph-user-sound:before{content:""}.ph-light.ph-user-square:before{content:""}.ph-light.ph-user-switch:before{content:""}.ph-light.ph-users:before{content:""}.ph-light.ph-users-four:before{content:""}.ph-light.ph-users-three:before{content:""}.ph-light.ph-van:before{content:""}.ph-light.ph-vault:before{content:""}.ph-light.ph-vector-three:before{content:""}.ph-light.ph-vector-two:before{content:""}.ph-light.ph-vibrate:before{content:""}.ph-light.ph-video:before{content:""}.ph-light.ph-video-camera:before{content:""}.ph-light.ph-video-camera-slash:before{content:""}.ph-light.ph-video-conference:before{content:""}.ph-light.ph-vignette:before{content:""}.ph-light.ph-vinyl-record:before{content:""}.ph-light.ph-virtual-reality:before{content:""}.ph-light.ph-virus:before{content:""}.ph-light.ph-visor:before{content:""}.ph-light.ph-voicemail:before{content:""}.ph-light.ph-volleyball:before{content:""}.ph-light.ph-wall:before{content:""}.ph-light.ph-wallet:before{content:""}.ph-light.ph-warehouse:before{content:""}.ph-light.ph-warning:before{content:""}.ph-light.ph-warning-circle:before{content:""}.ph-light.ph-warning-diamond:before{content:""}.ph-light.ph-warning-octagon:before{content:""}.ph-light.ph-washing-machine:before{content:""}.ph-light.ph-watch:before{content:""}.ph-light.ph-wave-sawtooth:before{content:""}.ph-light.ph-wave-sine:before{content:""}.ph-light.ph-wave-square:before{content:""}.ph-light.ph-wave-triangle:before{content:""}.ph-light.ph-waveform:before{content:""}.ph-light.ph-waveform-slash:before{content:""}.ph-light.ph-waves:before{content:""}.ph-light.ph-webcam:before{content:""}.ph-light.ph-webcam-slash:before{content:""}.ph-light.ph-webhooks-logo:before{content:""}.ph-light.ph-wechat-logo:before{content:""}.ph-light.ph-whatsapp-logo:before{content:""}.ph-light.ph-wheelchair:before{content:""}.ph-light.ph-wheelchair-motion:before{content:""}.ph-light.ph-wifi-high:before{content:""}.ph-light.ph-wifi-low:before{content:""}.ph-light.ph-wifi-medium:before{content:""}.ph-light.ph-wifi-none:before{content:""}.ph-light.ph-wifi-slash:before{content:""}.ph-light.ph-wifi-x:before{content:""}.ph-light.ph-wind:before{content:""}.ph-light.ph-windmill:before{content:""}.ph-light.ph-windows-logo:before{content:""}.ph-light.ph-wine:before{content:""}.ph-light.ph-wrench:before{content:""}.ph-light.ph-x:before{content:""}.ph-light.ph-x-circle:before{content:""}.ph-light.ph-x-logo:before{content:""}.ph-light.ph-x-square:before{content:""}.ph-light.ph-yarn:before{content:""}.ph-light.ph-yin-yang:before{content:""}.ph-light.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/assets/Phosphor-Fill-D4CDmGRg.woff2) format("woff2"),url(/assets/Phosphor-Fill-CS2zOYDV.woff) format("woff"),url(/assets/Phosphor-Fill-N9gYSHy0.ttf) format("truetype"),url(/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!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-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
