@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#1a1a1a);padding:2rem}.login-container{background:#ffffff08;border:1px solid #222;border-radius:16px;padding:3rem;max-width:400px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000080}.login-logo{margin-bottom:2rem}.login-logo-image{height:60px;width:auto}.login-title{font-size:1.75rem;font-weight:300;color:#fff;margin:0 0 .75rem}.login-subtitle{color:#888;font-size:.95rem;margin:0 0 2rem;line-height:1.5}.login-error{background:#dc26261a;border:1px solid rgba(220,38,38,.3);color:#f87171;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.5rem;text-align:left}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;background:#ffc000;color:#000;font-weight:700;font-size:1rem;padding:1rem 1.5rem;border:2px solid #FFC000;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em}.login-button:hover:not(:disabled){background:transparent;color:#ffc000;box-shadow:0 0 20px #ffc0004d}.login-button:disabled{opacity:.7;cursor:not-allowed}.okta-icon{width:20px;height:20px}.login-loading{display:flex;align-items:center;gap:.75rem}.login-spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{color:#555;font-size:.75rem;margin:2rem 0 0}.clearable-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.clearable-input-wrapper input{width:100%;padding-right:2.5rem!important}.clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#555;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:0;transition:all .15s ease;z-index:10}.clear-btn:hover{background:#ef4444;color:#fff}.calculator-container{display:flex;flex-direction:column;gap:1.5rem}.item-details-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.05em}.calc-section{position:relative;padding:1.5rem;border-radius:.75rem;border:1px solid #333;background:#000;transition:all .3s ease}.calc-section.active{border-color:#ffc000;box-shadow:0 0 15px #ffc0004d,inset 0 0 10px #ffc0000d;background:#050505}.badge-active{position:absolute;top:-.75rem;left:1rem;background-color:#ffc000;color:#000;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:800;letter-spacing:.05em;box-shadow:0 2px 4px #00000080}.section-label{display:block;font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.input-config{width:100%;font-size:1.25rem;font-weight:700;background:transparent;border:none;border-bottom:2px solid #333;padding:.5rem 0;outline:none;color:#fff;transition:border-color .2s}.input-config:focus{border-color:#ffc000}.section-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1rem;display:flex;align-items:center}.grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.input-group label{display:block;font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem}.input-field,.select-field{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid #333;outline:none;transition:all .2s;background:#111;color:#fff;font-size:1rem}.input-field:focus,.select-field:focus{border-color:#ffc000;box-shadow:0 0 0 1px #ffc000;background:#000}.stack-vertical{display:flex;flex-direction:column;gap:1rem}.toggle-group{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#111;border-radius:.5rem;border:1px solid #333}.toggle-label{font-weight:500;color:#d1d5db;padding-left:.5rem}.toggle-buttons{display:flex;gap:.5rem}.toggle-buttons.segmented-control{gap:0;background:#111;border-radius:.5rem;border:1px solid #333;padding:.25rem;align-items:center}.vertical-divider{width:1px;height:1.5rem;background-color:#333;margin:0 .5rem}.btn-toggle{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:background .2s,color .2s}.btn-toggle.selected{background-color:#ffc000;color:#000}.btn-toggle:not(.selected){background:transparent;color:#9ca3af}.btn-toggle:not(.selected):hover{color:#fff;background:#222}.info-box{padding:.75rem;font-size:.875rem;color:#9ca3af;background:#111;border-radius:.5rem;border:1px solid #333}.checkbox-group{display:flex;align-items:center;padding:.75rem;background:#111;border-radius:.5rem;border:1px solid #333;cursor:pointer}.checkbox-group:hover{border-color:#555}.checkbox{width:1.25rem;height:1.25rem;accent-color:#FFC000;border-radius:.25rem;margin-right:.75rem;cursor:pointer}.checkbox-label{font-weight:500;color:#d1d5db;cursor:pointer}.tooltip-container{position:relative;display:inline-block;margin-left:.5rem}.icon-help{color:#666;cursor:help;vertical-align:middle}.icon-help:hover{color:#ffc000}.tooltip-content{visibility:hidden;position:absolute;z-index:10;bottom:100%;left:50%;transform:translate(-50%);width:16rem;padding:.75rem;margin-bottom:.5rem;font-size:.875rem;color:#000;background:#ffc000;border-radius:.5rem;opacity:0;font-weight:600;transition:opacity .3s;pointer-events:none;text-align:center;box-shadow:0 4px 6px #0000004d}.tooltip-container:hover .tooltip-content{visibility:visible;opacity:1}.results-card{position:sticky;top:2rem;background:#111;color:#fff;padding:2rem;border-radius:1rem;border:1px solid #333;box-shadow:0 20px 50px #00000080}.results-title{font-size:1rem;font-weight:700;margin-bottom:2rem;color:#ffc000;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #333;padding-bottom:1rem}.results-breakdown{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.result-row{display:flex;justify-content:space-between;align-items:center}.row-label{color:#888;font-size:.9rem;font-weight:500}.row-value{font-weight:600;color:#e5e7eb;font-family:Inter,sans-serif}.results-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.total-label{font-size:1.25rem;font-weight:900;color:#ffc000;text-transform:uppercase;letter-spacing:.05em}.total-value{font-size:2rem;font-weight:800;color:#ffc000;text-shadow:0 0 20px rgba(255,192,0,.2)}.disclaimer{font-size:.7rem;color:#444;text-align:center;font-style:italic}.bom-container{background:#000;border-radius:1rem;padding:0}.bom-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:0;text-transform:uppercase;letter-spacing:.05em}.btn-clear-quote{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #333;border-radius:4px;padding:4px;cursor:pointer;color:#666;transition:all .2s ease}.btn-clear-quote:hover{border-color:#ef4444;color:#ef4444;background:#ef44441a}.bom-tabs{display:flex;gap:1rem;border-bottom:1px solid #333;margin-bottom:1.5rem}.tab-btn{background:transparent;border:none;color:#666;padding:.75rem 0;font-weight:700;font-size:.85rem;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:#fff}.tab-btn.active{color:#ffc000;border-bottom-color:#ffc000}.bom-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;color:#444;border:2px dashed #333;border-radius:.75rem;text-align:center}.bom-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.bom-item{position:relative;display:flex;align-items:center;padding:1.25rem;background:#0a0a0a;border:1px solid #333;border-radius:.5rem;transition:all .3s ease;cursor:grab}.bom-item:hover{border-color:#666;background:#111;transform:translate(4px)}.bom-item.dragging{opacity:.5;border-style:dashed;border-color:#ffc000}.bom-drag-handle{color:#444;margin-right:1.25rem;cursor:grab;transition:color .2s}.bom-item:hover .bom-drag-handle{color:#888}.bom-content{flex:1}.bom-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.bom-name{font-weight:700;color:#fff;font-size:1rem}.bom-price{font-weight:700;color:#ffc000;font-size:1.1rem}.bom-details{font-size:.8rem;color:#888;font-family:monospace}.bom-specs{display:flex;align-items:center;gap:6px;color:#666;font-size:.75rem;margin-bottom:4px}.bom-specs-divider{color:#444}.test-badge{display:inline-block;background:#ffc00026;color:#ffc000;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;margin-top:4px;border:1px solid rgba(255,192,0,.3)}.bom-actions{display:flex;gap:.75rem;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid #333}.btn-icon{background:transparent;border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;transition:all .2s}.btn-icon.edit{color:#666}.btn-icon.edit:hover{color:#ffc000;background:#ffc0001a}.btn-icon.remove{color:#666}.btn-icon.remove:hover{color:#ef4444;background:#ef44441a}.editing-badge{position:absolute;top:-1px;right:-1px;background:#ffc000;color:#000;font-size:.65rem;font-weight:800;padding:.25rem .5rem;border-bottom-left-radius:.5rem;border-top-right-radius:.5rem;letter-spacing:.05em;pointer-events:none}.bom-total-summary{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid #333;font-weight:800;font-size:1.5rem;color:#ffc000}.calculations-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#888;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:1.5rem;padding:.5rem 0;transition:color .2s}.calculations-toggle:hover{color:#ffc000}.calculations-container{background:#0a0a0a;border:1px solid #333;border-radius:.5rem;margin-top:.5rem;padding:1.25rem}.calculations-item{margin-bottom:2rem}.calculations-item:last-child{margin-bottom:0}.calc-item-header{font-weight:700;color:#fff;font-size:.9rem;margin-bottom:.75rem;display:flex;justify-content:space-between;border-bottom:1px solid #222;padding-bottom:.4rem}.calc-item-details{font-family:monospace;font-size:.8rem;color:#888;background:#ffffff05;padding:.75rem;border-radius:.25rem}.calc-row{display:flex;justify-content:space-between;padding:.25rem 0}.calc-row strong{color:#bbb}.calc-subtotal{border-top:1px solid #333;margin-top:.5rem;padding-top:.5rem;color:#ffc000!important;font-weight:700}.math-detail-view{padding:1.25rem;background:#0a0a0a;border:1px solid #333;border-radius:.5rem;margin-top:.5rem}.math-item{margin-bottom:2rem}.math-item:last-child{margin-bottom:0}.math-header{font-weight:700;color:#fff;font-size:.95rem;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #222;display:flex;align-items:center}.math-formula{font-size:.75rem;color:gold;margin-bottom:.5rem;font-family:monospace;opacity:.8}.math-equation{font-family:monospace;font-size:.9rem;color:#eee;background:#ffffff05;padding:1rem;border-radius:.4rem;line-height:1.6;border-left:3px solid #FFC000}.math-result{margin-top:.75rem;border-top:1px solid #333;padding-top:.5rem;color:#ffc000;font-weight:800;font-size:1.1rem}.modal-content{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 20px 50px #00000080;animation:slideUp .15s ease}.modal-message{margin:0 0 1.5rem;color:#888;font-size:.9rem;line-height:1.5}.modal-btn-confirm{background:#ef4444;border:1px solid #ef4444;color:#fff}.modal-btn-confirm:hover{background:#dc2626;border-color:#dc2626}.toolbar{display:flex;gap:.75rem;align-items:center}.toolbar-group{display:flex;gap:.75rem}.toolbar-divider{width:1px;height:24px;background-color:#333}.btn-tool{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid transparent;color:#ccc;font-size:.85rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-tool:hover:not(:disabled){background:#222;color:#fff;border-color:#444}.btn-tool:disabled{opacity:.5;cursor:not-allowed;color:#555}.btn-tool svg{color:#ffc000}.currency-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:1px solid #333;border-radius:8px;padding:0 1.75rem 0 .75rem;height:44px;line-height:42px;color:#ccc;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;box-sizing:border-box}.currency-select:hover{border-color:#555;color:#fff}.currency-select:focus{outline:none;border-color:#555}.currency-select option{background:#1a1a1a;color:#fff}.customer-section{background:#000;padding:0;border:none}.customer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.quote-actions{display:flex;gap:8px}.btn-quote-action{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #333;border-radius:6px;padding:8px 12px;color:#ccc;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-quote-action:hover{border-color:#ffc000;color:#ffc000}.btn-quote-action.btn-quote-clear:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.btn-quote-action:disabled{opacity:.4;cursor:not-allowed}.btn-quote-action svg{flex-shrink:0}.section-h2{font-size:.85rem;font-weight:700;color:#ffc000;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #333;padding-bottom:.5rem;display:inline-block}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.input-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.input-group.span-full{grid-column:1 / -1}.input-label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em}.customer-input{width:100%;background:#111;border:1px solid #333;color:#fff;padding:.75rem;border-radius:.5rem;outline:none;font-size:.95rem;transition:all .2s}.customer-input:focus{border-color:#ffc000;background:#000;box-shadow:0 0 0 1px #ffc000}.customer-input::placeholder{color:#444}.input-with-clear{position:relative;width:100%}.input-with-clear .customer-input{padding-right:2.5rem}.input-clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#555;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:0;transition:all .15s ease;z-index:10}.input-clear-btn:hover{background:#ef4444}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem;max-width:450px;width:90%;box-shadow:0 20px 50px #00000080;animation:slideUp .15s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#fff}.modal-message{margin:0 0 1rem;color:#888;font-size:.9rem;line-height:1.5}.modal-list{margin:0 0 1rem;padding-left:1.25rem;color:#aaa;font-size:.85rem;line-height:1.8}.modal-list li{margin-bottom:.25rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.modal-btn{padding:.6rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-btn-cancel{background:transparent;border:1px solid #444;color:#ccc}.modal-btn-cancel:hover{border-color:#666;color:#fff}.modal-btn-confirm{background:#ffc000;border:1px solid #FFC000;color:#000}.modal-btn-confirm:hover{background:#e6ac00;border-color:#e6ac00}.modal-btn-danger{background:#ef4444;border:1px solid #ef4444;color:#fff}.modal-btn-danger:hover{background:#dc2626;border-color:#dc2626}.export-tools{display:flex;align-items:center;gap:1rem}.export-options{display:flex;align-items:center}.checkbox-mini{display:flex;align-items:center;font-size:.75rem;color:#d1d5db}.checkbox-mini input{margin-right:.5rem;accent-color:#FFC000}.export-actions{display:flex;gap:.5rem}.btn-export{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .2s;color:#fff}.btn-export:disabled{opacity:.5;cursor:not-allowed}.btn-export.pdf{background-color:#ef4444}.btn-export.pdf:hover:not(:disabled){background-color:#dc2626}.btn-export.csv{background-color:#10b981}.btn-export.csv:hover:not(:disabled){background-color:#059669}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #333;border-radius:8px;padding:.5rem .75rem;cursor:pointer;color:#ccc;transition:all .2s ease}.user-menu-trigger:hover{border-color:#555;color:#fff}.user-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#ffc000,#e6ac00);color:#000;font-weight:700;font-size:.75rem;border-radius:50%}.user-name{font-size:.875rem;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-chevron{transition:transform .2s ease;color:#666}.user-menu-chevron.open{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 10px 40px #00000080;overflow:hidden;z-index:100;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{display:flex;align-items:center;gap:.75rem;padding:1rem}.user-menu-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#ffc000,#e6ac00);color:#000;font-weight:700;font-size:.875rem;border-radius:50%;flex-shrink:0}.user-menu-info{display:flex;flex-direction:column;min-width:0}.user-menu-name{font-weight:600;color:#fff;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-email{color:#888;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-divider{height:1px;background:#333;margin:0}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:transparent;border:none;color:#ccc;font-size:.875rem;cursor:pointer;transition:all .15s ease;text-align:left}.user-menu-item:hover{background:#ffffff0d;color:#fff}.user-menu-logout:hover{color:#f87171}.user-menu-logout:hover svg{color:#f87171}.user-menu-item:disabled{opacity:.5;cursor:not-allowed}.app-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#000;color:#fff}.app-header{background-color:#000;border-bottom:1px solid #222;padding:1.5rem 0}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo-area{display:flex;align-items:center;gap:1rem}.header-actions{display:flex;align-items:center;gap:4px}.preview-panel{margin-top:2rem}.logo-placeholder{font-weight:900;font-size:1.75rem;color:#ffc000;letter-spacing:-.05em;text-transform:uppercase}.app-title{font-size:1.25rem;font-weight:300;color:#888;border-left:1px solid #333;padding-left:1rem}.main-content{flex:1;max-width:1400px;margin:0 auto;padding:1.5rem 2rem 3rem;width:100%}.grid-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.grid-layout{grid-template-columns:60fr 40fr;gap:4rem}}.col-left,.col-right{display:flex;flex-direction:column;gap:2.5rem;margin-top:-1.5rem}.scenario-header{grid-column:1 / -1;margin-bottom:.25rem}.customer-details-row{grid-column:1 / -1;margin-bottom:0}.section-title-row{grid-column:1 / -1;margin:0;margin-top:-1.5rem}.section-title-row .section-h2{font-size:.85rem;font-weight:700;color:#ffc000;margin:0;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #333;padding-bottom:.25rem;display:inline-block}.scenario-title-input{background:#ffffff1a;border:1px solid #444;border-radius:4px;font-size:2.5rem;font-weight:800;color:#fff;width:100%;outline:none;padding:.5rem 1rem;transition:all .2s}.scenario-title-input::placeholder{color:#333}.scenario-title-input:focus{border-bottom:2px solid #FFC000}.action-bar{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-primary{background-color:#ffc000;color:#000;font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:.5rem;border:2px solid #FFC000;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em}.btn-primary:hover{background-color:transparent;color:#ffc000;box-shadow:0 0 15px #ffc00066}.btn-secondary{background-color:transparent;border:1px solid #555;color:#ccc;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s}.btn-secondary:hover{border-color:#fff;color:#fff}.app-footer{text-align:center;padding:2rem 0;color:#444;font-size:.9rem;border-top:1px solid #222;margin-top:4rem;display:flex;justify-content:center;gap:1rem;align-items:center}.app-version{font-family:monospace;background:#222;color:#666;padding:2px 6px;border-radius:4px;font-size:.8em}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#e5e7eb;background-color:#000}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}a{color:#ffc000;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}
