:root{--color-primary:#7fa8b1;--color-primary-rgb:127,168,177;--color-primary-light:#94b7be;--color-primary-dark:#6c8f99;--color-secondary:#8ba3ac;--color-secondary-rgb:139,163,172;--color-secondary-light:#9bb0b7;--color-secondary-dark:#6c7e85;--color-accent:#6c63ff;--color-accent-rgb:108,99,255;--color-blue-gray:#8ba3ac;--color-warm-beige:#d9c3a8;--color-muted-teal:#7fa8b1;--color-charcoal-blue:#2f4352;--color-ivory:#f5ede3;--color-soft-dusty-blue:#8cafb6;--color-cream:#e8e5dd;--color-background:var(--color-ivory);--color-surface:var(--color-cream);--color-surface-light:#fff;--color-text-primary:var(--color-charcoal-blue);--color-text-secondary:#6c757d;--color-text-muted:#adb5bd;--color-text-white:#fff;--color-border:#e9ecef;--color-border-light:#f1f3f4;--color-border-dark:#dee2e6;--color-success:#28a745;--color-success-rgb:40,167,69;--color-warning:#ffc107;--color-warning-rgb:255,193,7;--color-error:#dc3545;--color-error-rgb:220,53,69;--color-info:#17a2b8;--color-info-rgb:23,162,184;--color-background-dark:#2f4352;--color-surface-dark:#1e2832;--color-text-primary-dark:#e8e5dd;--color-text-secondary-dark:#a0a0a0;--color-text-muted-dark:#8a8a8a;--color-border-dark:#3a4a55;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-2xl:1.5rem;--border-radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--card-padding:var(--space-6);--card-radius:var(--border-radius-lg);--card-image-radius:var(--border-radius-md)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.devices-page{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f5ede3 10%,#7fa8b1 90%)}@media(max-width:768px){.devices-page{padding:1rem .5rem}}.devices-page__back-btn{margin-bottom:1.5rem!important}.devices-page__back-btn.btn--ghost{color:var(--text-secondary);background:transparent;border:1px solid var(--border-color)}.devices-page__back-btn.btn--ghost:hover{color:var(--primary-color);background:var(--primary-color-light);border-color:var(--primary-color);transform:translateY(-1px)}.devices-page__back-btn.btn--ghost .btn__icon{margin-right:.5rem}.devices-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.devices-header{margin-bottom:2rem}}.devices-header .back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#2d3748;border:2px solid #e2e8f0;border-radius:8px;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:all .3s ease}@media(max-width:768px){.devices-header .back-button{padding:.5rem 1rem;font-size:.9rem;margin-bottom:1.5rem}}.devices-header .back-button:hover{background:#e2e8f0;transform:translateY(-2px)}.devices-header .back-button svg{width:20px;height:20px}@media(max-width:768px){.devices-header .back-button svg{width:18px;height:18px}}.devices-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.devices-header h1{font-size:2rem}}@media(max-width:480px){.devices-header h1{font-size:1.75rem}}.devices-header p{font-size:1.2rem;color:#2d3748;opacity:.8}@media(max-width:768px){.devices-header p{font-size:1.1rem}}@media(max-width:480px){.devices-header p{font-size:1rem}}.devices-error,.devices-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.devices-error .loading-spinner,.devices-loading .loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media(max-width:768px){.devices-error .loading-spinner,.devices-loading .loading-spinner{width:40px;height:40px;border-width:3px}}.devices-error h2,.devices-loading h2{color:#2d3748;margin-bottom:1rem;font-size:1.5rem}@media(max-width:768px){.devices-error h2,.devices-loading h2{font-size:1.25rem}}.devices-error p,.devices-loading p{color:#2d3748;opacity:.7;margin-bottom:2rem}@media(max-width:768px){.devices-error p,.devices-loading p{font-size:.9rem}}.devices-error .btn-primary,.devices-loading .btn-primary{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.devices-error .btn-primary,.devices-loading .btn-primary{padding:.625rem 1.5rem;font-size:.9rem}}.devices-error .btn-primary:hover,.devices-loading .btn-primary:hover{background:#3958e4;transform:translateY(-2px)}.brands-grid,.categories-grid,.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.brands-grid,.categories-grid,.models-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media(max-width:480px){.brands-grid,.categories-grid,.models-grid{grid-template-columns:1fr;gap:1rem}}.brand-card,.category-card,.model-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;border:2px solid transparent}@media(max-width:768px){.brand-card,.category-card,.model-card{padding:1.5rem;border-radius:12px}}@media(max-width:480px){.brand-card,.category-card,.model-card{padding:1.25rem}}.brand-card:hover,.category-card:hover,.model-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.15);border-color:#667eea}.brand-card .card-icon,.category-card .card-icon,.model-card .card-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#a0aec0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}@media(max-width:768px){.brand-card .card-icon,.category-card .card-icon,.model-card .card-icon{width:70px;height:70px;font-size:1.75rem;margin-bottom:1.25rem}}@media(max-width:480px){.brand-card .card-icon,.category-card .card-icon,.model-card .card-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:1rem}}.brand-card .card-logo,.category-card .card-logo,.model-card .card-logo{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:12px;object-fit:contain;background:#e2e8f0;padding:.5rem}@media(max-width:768px){.brand-card .card-logo,.category-card .card-logo,.model-card .card-logo{width:70px;height:70px;margin-bottom:1.25rem}}@media(max-width:480px){.brand-card .card-logo,.category-card .card-logo,.model-card .card-logo{width:60px;height:60px;margin-bottom:1rem}}.brand-card .card-image,.category-card .card-image,.model-card .card-image{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:12px;object-fit:cover;background:#e2e8f0}@media(max-width:768px){.brand-card .card-image,.category-card .card-image,.model-card .card-image{width:100px;height:100px;margin-bottom:1.25rem}}@media(max-width:480px){.brand-card .card-image,.category-card .card-image,.model-card .card-image{width:80px;height:80px;margin-bottom:1rem}}.brand-card h3,.category-card h3,.model-card h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}@media(max-width:768px){.brand-card h3,.category-card h3,.model-card h3{font-size:1.25rem}}@media(max-width:480px){.brand-card h3,.category-card h3,.model-card h3{font-size:1.1rem}}.brand-card p,.category-card p,.model-card p{color:#2d3748;opacity:.7;line-height:1.5}@media(max-width:768px){.brand-card p,.category-card p,.model-card p{font-size:.9rem}}@media(max-width:480px){.brand-card p,.category-card p,.model-card p{font-size:.85rem}}.brand-card .card-meta,.category-card .card-meta,.model-card .card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.9rem;color:#2d3748;opacity:.6}@media(max-width:768px){.brand-card .card-meta,.category-card .card-meta,.model-card .card-meta{font-size:.8rem}}@media(max-width:480px){.brand-card .card-meta,.category-card .card-meta,.model-card .card-meta{flex-direction:column;gap:.25rem;font-size:.75rem}}.brand-card .card-meta .popular-badge,.category-card .card-meta .popular-badge,.model-card .card-meta .popular-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}@media(max-width:480px){.brand-card .card-meta .popular-badge,.category-card .card-meta .popular-badge,.model-card .card-meta .popular-badge{font-size:.7rem;padding:.2rem .5rem}}.faults-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}@media(max-width:768px){.faults-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}}@media(max-width:480px){.faults-grid{grid-template-columns:1fr}}.fault-card{box-shadow:0 2px 10px rgba(0,0,0,.1)}@media(max-width:768px){.fault-card{padding:1.25rem}}@media(max-width:480px){.fault-card{padding:1rem}}.fault-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(0,0,0,.15)}.fault-card.selected{border-color:#667eea;background:#fff}.fault-card .fault-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}@media(max-width:480px){.fault-card .fault-header{gap:.75rem}}.fault-card .fault-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#a0aec0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}@media(max-width:768px){.fault-card .fault-icon{width:45px;height:45px;font-size:1.25rem}}@media(max-width:480px){.fault-card .fault-icon{width:40px;height:40px;font-size:1.1rem}}.fault-card .fault-checkbox{position:absolute;top:1rem;right:1rem;width:24px;height:24px;cursor:pointer}@media(max-width:768px){.fault-card .fault-checkbox{width:22px;height:22px;top:.875rem;right:.875rem}}@media(max-width:480px){.fault-card .fault-checkbox{width:20px;height:20px;top:.75rem;right:.75rem}}.fault-card .fault-info{flex:1 1;min-width:0}.fault-card .fault-name{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;line-height:1.3}@media(max-width:768px){.fault-card .fault-name{font-size:1.1rem}}@media(max-width:480px){.fault-card .fault-name{font-size:1rem}}.fault-card .fault-description{color:#2d3748;opacity:.7;font-size:.9rem;line-height:1.4;margin-bottom:1rem}@media(max-width:768px){.fault-card .fault-description{font-size:.85rem}}@media(max-width:480px){.fault-card .fault-description{font-size:.8rem}}.fault-card .fault-details{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}@media(max-width:480px){.fault-card .fault-details{flex-direction:column;align-items:flex-start;gap:.25rem}}.fault-card .fault-price{font-size:1.3rem;font-weight:700;color:#667eea}@media(max-width:768px){.fault-card .fault-price{font-size:1.2rem}}@media(max-width:480px){.fault-card .fault-price{font-size:1.1rem}}.fault-card .fault-duration{background:#e2e8f0;color:#2d3748;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}@media(max-width:480px){.fault-card .fault-duration{font-size:.75rem;padding:.2rem .5rem}}.fault-card .popular-badge{position:absolute;top:-8px;left:1rem;background:#d69e2e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}@media(max-width:768px){.fault-card .popular-badge{font-size:.65rem;padding:.2rem .5rem}}@media(max-width:480px){.fault-card .popular-badge{font-size:.6rem;left:.75rem}}@media(max-width:768px){.additional-notes{margin:1.5rem 0}}.additional-notes h3{font-size:1.3rem;color:#2d3748;margin-bottom:1rem}@media(max-width:768px){.additional-notes h3{font-size:1.2rem}}@media(max-width:480px){.additional-notes h3{font-size:1.1rem}}.additional-notes textarea{border:2px solid #e2e8f0;transition:border-color .3s ease}@media(max-width:768px){.additional-notes textarea{min-height:100px;padding:.875rem;font-size:.9rem}}@media(max-width:480px){.additional-notes textarea{min-height:80px;padding:.75rem;font-size:.85rem}}.additional-notes textarea:focus{border-color:#667eea}.additional-notes textarea::placeholder{color:#2d3748;opacity:.5}.repair-summary{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-top:2rem}@media(max-width:768px){.repair-summary{padding:1.5rem;margin-top:1.5rem}}@media(max-width:480px){.repair-summary{padding:1.25rem;margin-top:1rem}}.repair-summary h3{color:#2d3748;margin-bottom:1.5rem}@media(max-width:768px){.repair-summary h3{font-size:1.3rem;margin-bottom:1.25rem}}@media(max-width:480px){.repair-summary h3{font-size:1.2rem;margin-bottom:1rem}}.repair-summary .summary-details{margin-bottom:2rem}@media(max-width:768px){.repair-summary .summary-details{margin-bottom:1.5rem}}.repair-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}@media(max-width:480px){.repair-summary .summary-item{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0}}.repair-summary .summary-item:last-child{border-bottom:none}.repair-summary .summary-item .item-name{font-weight:500;color:#2d3748}@media(max-width:768px){.repair-summary .summary-item .item-name{font-size:.9rem}}@media(max-width:480px){.repair-summary .summary-item .item-name{font-size:.85rem}}.repair-summary .summary-item .item-price{font-weight:600;color:#667eea}@media(max-width:768px){.repair-summary .summary-item .item-price{font-size:.9rem}}@media(max-width:480px){.repair-summary .summary-item .item-price{font-size:.85rem}}.repair-summary .summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:2px solid #e2e8f0;font-size:1.3rem;font-weight:700}@media(max-width:768px){.repair-summary .summary-total{font-size:1.2rem}}@media(max-width:480px){.repair-summary .summary-total{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.1rem}}.repair-summary .summary-total .total-label{color:#2d3748}.repair-summary .summary-total .total-amount{color:#667eea}.repair-summary .proceed-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#a0aec0);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.repair-summary .proceed-button{padding:.875rem 1.5rem;font-size:1rem}}@media(max-width:480px){.repair-summary .proceed-button{padding:.75rem 1rem;font-size:.9rem}}.repair-summary .proceed-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.repair-summary .proceed-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.devices-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 0}@media(max-width:1023px){.devices-filters{grid-template-columns:1fr 1fr;gap:.5rem}}@media(max-width:767px){.devices-filters{grid-template-columns:1fr;gap:.5rem}}@media(max-width:1023px){.devices-filters__search{grid-column:1/-1}}.devices-filters__select{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:var(--border-radius-md);font-size:1rem;font-family:inherit;background:var(--color-background);color:var(--color-text-primary);transition:all .3s ease}.devices-filters__select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.devices-filters__select::placeholder{color:var(--color-text-muted)}.devices-filters__select{font-size:.875rem;height:2.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.2em 1.2em;padding:.5rem 2.5rem .5rem 1rem;cursor:pointer}.devices-filters__select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2387ceeb' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")}.price-dropdown{position:relative}.price-dropdown__trigger{display:inline-flex;justify-content:center;border:none;border-radius:var(--border-radius-md);font-family:inherit;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.price-dropdown__trigger:focus{outline:2px solid var(--color-primary);outline-offset:2px}.price-dropdown__trigger:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.price-dropdown__trigger{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:var(--color-background);border:2px solid var(--color-border);border-radius:12px;font-size:.875rem;height:2.5rem;min-width:140px;transition:all .3s ease}.price-dropdown__trigger:hover{border-color:var(--color-primary)}.price-dropdown__icon{color:var(--color-primary);font-size:.875rem}.price-dropdown__text{flex:1 1;text-align:left;font-weight:500}.price-dropdown__arrow{color:var(--color-text-muted);font-size:.875rem;transition:transform .3s ease}.price-dropdown__arrow--open{transform:rotate(180deg)}.price-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:var(--color-background);border:2px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-lg);z-index:1000;margin-top:.25rem;overflow:hidden}.price-dropdown__item{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius-md);font-family:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.price-dropdown__item:focus{outline:2px solid var(--color-primary);outline-offset:2px}.price-dropdown__item:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.price-dropdown__item{width:100%;padding:.5rem 1rem;text-align:left;font-size:.875rem;background:transparent;transition:all .2s ease}.price-dropdown__item:hover{background:var(--color-surface)}.price-dropdown__item--active{background:var(--color-primary);color:#fff}.price-dropdown__item--active:hover{background:var(--color-primary-dark)}.device-categories{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.device-categories__item{display:inline-flex;border:none;border-radius:var(--border-radius-md);font-family:inherit;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.device-categories__item:focus{outline:2px solid var(--color-primary);outline-offset:2px}.device-categories__item:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.device-categories__item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;padding:.5rem 1rem;background:transparent;border:2px solid var(--color-border);border-radius:20px;color:var(--color-text-secondary);transition:all .3s ease;min-width:100px}.device-categories__item:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.device-categories__item--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media(max-width:767px){.device-categories__item{min-width:80px;padding:.25rem .5rem}}.device-categories__icon{font-size:1.125rem}@media(max-width:767px){.device-categories__icon{font-size:1rem}}.device-categories__name{font-size:.75rem;font-weight:500}@media(max-width:767px){.device-categories__name{font-size:.75rem}}.devices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(min-width:1024px){.devices-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}@media(max-width:1023px){.devices-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media(max-width:767px){.devices-grid{grid-template-columns:1fr;gap:1rem}}.device-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);padding:0;overflow:hidden;transition:all .3s ease;cursor:pointer;height:-moz-fit-content;height:fit-content}.device-card:hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-primary)}.device-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.device-card__header{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-secondary-rgb),.05))}.device-card__icon{font-size:1.25rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0}.device-card__info{flex:1 1;min-width:0}.device-card__name{font-size:1rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem;line-height:1.3}.device-card__brand{font-size:.875rem;color:var(--color-primary);font-weight:500}.device-card__popularity{gap:.25rem;font-size:.875rem;font-weight:600;background:hsla(0,0%,100%,.2);padding:.25rem .75rem;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.device-card__image,.device-card__popularity{display:flex;align-items:center;justify-content:center}.device-card__image{height:120px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.device-card__placeholder{font-size:3rem;opacity:.3}.device-card__content{padding:0 1rem 1rem}.device-card__description{color:var(--color-text-secondary);font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.device-card__details{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}@media(max-width:767px){.device-card__details{grid-template-columns:1fr}}.device-card__detail{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;padding:.5rem;background:var(--color-surface);border-radius:8px}.device-card__detail-icon{font-size:.875rem;color:var(--color-primary)}.device-card__detail-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.device-card__detail-value{font-size:.75rem;color:var(--color-text-primary);font-weight:600;text-align:center}.device-card__issues{margin-bottom:1.5rem}.device-card__issues-title{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.device-card__issues-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.device-card__issue{font-size:.75rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.25rem;line-height:1.4}.device-card__actions{padding:1rem;border-top:1px solid var(--color-border);background:var(--color-surface)}.devices-loading__spinner{width:3rem;height:3rem;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.devices-empty__icon{font-size:3rem;margin-bottom:1.5rem}.devices-empty__title{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}.devices-empty__description{color:var(--color-text-secondary);margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}[data-theme=dark] .devices-page{background:linear-gradient(135deg,var(--color-background-dark) 0,var(--color-surface-dark) 100%)}[data-theme=dark] .devices-page__title{color:var(--color-text-primary-dark)}[data-theme=dark] .devices-page__subtitle{color:var(--color-text-secondary-dark)}[data-theme=dark] .devices-page__filters{background:var(--color-surface-dark);border-color:var(--color-border-dark)}[data-theme=dark] .devices-page__categories{background:var(--color-background-dark)}[data-theme=dark] .devices-page__loading p{color:var(--color-text-secondary-dark)}[data-theme=dark] .devices-filters__select{background:var(--color-background-dark);border-color:var(--color-border-dark);color:var(--color-text-primary-dark)}[data-theme=dark] .device-categories__item{border-color:var(--color-border-dark);color:var(--color-text-secondary-dark)}[data-theme=dark] .device-categories__item:hover{color:var(--color-primary)}[data-theme=dark] .devices-header .back-button{background:var(--color-surface-dark);color:var(--color-text-primary-dark);border:2px solid var(--color-border-dark)}[data-theme=dark] .devices-header .back-button:hover{background:var(--color-background-dark)}[data-theme=dark] .devices-header h1{color:var(--color-text-primary-dark)}[data-theme=dark] .devices-header p{color:var(--color-text-secondary-dark)}[data-theme=dark] .brand-card,[data-theme=dark] .category-card,[data-theme=dark] .model-card{background:var(--color-surface-dark);border-color:var(--color-border-dark)}[data-theme=dark] .brand-card .card-icon,[data-theme=dark] .category-card .card-icon,[data-theme=dark] .model-card .card-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary))}[data-theme=dark] .brand-card .model-card__name,[data-theme=dark] .brand-card h3,[data-theme=dark] .category-card .model-card__name,[data-theme=dark] .category-card h3,[data-theme=dark] .model-card .model-card__name,[data-theme=dark] .model-card h3{color:var(--color-text-primary-dark)}[data-theme=dark] .brand-card .model-card__detail,[data-theme=dark] .brand-card p,[data-theme=dark] .category-card .model-card__detail,[data-theme=dark] .category-card p,[data-theme=dark] .model-card .model-card__detail,[data-theme=dark] .model-card p{color:var(--color-text-secondary-dark)}[data-theme=dark] .fault-card{background:var(--color-surface-dark);border-color:var(--color-border-dark)}[data-theme=dark] .fault-card .fault-name{color:var(--color-text-primary-dark)}[data-theme=dark] .fault-card .fault-description{color:var(--color-text-secondary-dark)}[data-theme=dark] .fault-card .fault-duration{background:var(--color-background-dark);color:var(--color-text-secondary-dark)}[data-theme=dark] .device-card{background:var(--color-surface-dark);border-color:var(--color-border-dark)}[data-theme=dark] .device-card__image{background:var(--color-background-dark);border-color:var(--color-border-dark)}[data-theme=dark] .device-card__name{color:var(--color-text-primary-dark)}[data-theme=dark] .device-card__description{color:var(--color-text-secondary-dark)}[data-theme=dark] .device-card__detail{background:var(--color-background-dark)}[data-theme=dark] .device-card__detail-label{color:var(--color-text-muted-dark)}[data-theme=dark] .device-card__detail-value,[data-theme=dark] .device-card__issues-title{color:var(--color-text-primary-dark)}[data-theme=dark] .device-card__issue{color:var(--color-text-secondary-dark)}[data-theme=dark] .device-card__actions{background:var(--color-background-dark);border-color:var(--color-border-dark)}[data-theme=dark] .devices-empty__title{color:var(--color-text-primary-dark)}[data-theme=dark] .devices-empty__description{color:var(--color-text-secondary-dark)}[data-theme=dark] .devices-loading__spinner{border-color:var(--color-border-dark);border-top-color:var(--color-primary)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(max-width:768px){.models-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.model-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;border:2px solid transparent}.model-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:#3b82f6}.model-card__image{width:100%;height:200px;background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.model-card__image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;image-rendering:auto}.model-card__image svg{font-size:3rem;color:#cbd5e1}.model-card__info{text-align:center}.model-card__name{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.model-card__details{display:flex;justify-content:center;gap:1rem;margin-top:.75rem}.model-card__detail{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b}.model-card__detail svg{font-size:1rem}.model-card__badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.faults-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(max-width:768px){.faults-grid{grid-template-columns:1fr;gap:1rem}}.fault-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;border:2px solid transparent;position:relative}.fault-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border-color:#e2e8f0}.fault-card--selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.fault-card--selected .fault-card__checkbox input{background:#3b82f6;border-color:#3b82f6}.fault-card--selected .fault-card__checkbox input:after{opacity:1}.fault-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.fault-card__icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.fault-card__icon svg{font-size:1.5rem}.fault-card__checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}.fault-card__checkbox input[type=checkbox]:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700;opacity:0;transition:opacity .2s ease}.fault-card__checkbox input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.fault-card__checkbox input[type=checkbox]:checked:after{opacity:1}.fault-card__info{margin-bottom:1rem}.fault-card__name{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.fault-card__description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.fault-card__details{display:flex;justify-content:space-between;gap:1rem}.fault-card__detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;font-weight:500}.fault-card__detail-icon{font-size:1rem;color:#6b7280}.fault-card__detail-value{color:#059669;font-weight:600}.fault-card__badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.additional-notes{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.additional-notes h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 1rem}.additional-notes textarea{width:100%;min-height:120px;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}.additional-notes textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.additional-notes textarea::placeholder{color:#9ca3af}.repair-summary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #3b82f6;border-radius:12px;padding:2rem;margin:2rem 0}.repair-summary h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;text-align:center}.summary-details{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.summary-details{grid-template-columns:repeat(3,1fr)}}.summary-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.summary-item .summary-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.summary-item .summary-value{font-size:1.25rem;font-weight:600;color:#059669}.proceed-button{width:100%;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.proceed-button:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 10px 25px -5px rgba(5,150,105,.4)}@media(max-width:767px){.device-card__details{grid-template-columns:1fr}.device-card__actions,.device-card__content,.device-card__header{padding:1rem}}