.animated-splash{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,#900,#c33);display:flex;justify-content:center;align-items:center;z-index:9999}.splash-logo-container{display:flex;align-items:center;justify-content:center;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .6s ease-out .4s}.splash-logo-container.animating{transform:translateY(-33vh);opacity:0}.splash-logo{width:280px;height:180px;object-fit:contain}@media (max-width: 480px){.splash-logo{width:240px;height:150px}}.welcome-screen{min-height:100dvh;background:linear-gradient(180deg,#900,#c33);display:flex;flex-direction:column;position:relative}.welcome-screen .gear-icon-button{position:absolute;top:calc(env(safe-area-inset-top,0px) + 20px);right:20px;z-index:10}.welcome-content{padding:calc(env(safe-area-inset-top,0px) + 32px) 16px calc(env(safe-area-inset-bottom,0px) + 32px);flex-grow:1;display:flex;flex-direction:column;justify-content:center;min-height:100dvh}.welcome-logo{width:100%;height:180px;object-fit:contain;margin-bottom:32px}.search-container{position:relative;margin-bottom:24px}.search-container:hover{background:#ffffff2e}.search-container:active{background:#ffffff40}.search-placeholder{color:#fff;opacity:.9;font-size:16px}.search-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:16px;outline:none}.search-input::placeholder{color:#fffc}.search-overlay{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-height:320px;overflow:auto;z-index:80}.search-hint{padding:12px 16px;color:#6b7280}.search-results{display:flex;flex-direction:column}.search-result-item{text-align:left;padding:12px 16px;border:none;background:#fff;cursor:pointer;display:flex;justify-content:space-between;gap:12px}.search-result-item:hover{background:#f9fafb}.result-title{font-weight:700;color:#111}.result-sub{color:#6b7280;font-size:13px}.welcome-screen .section-title{color:#fff;font-size:22px;font-weight:700;margin-bottom:12px;text-align:center;flex:none}.category-grid{display:flex;flex-direction:column;gap:14px}.category-button{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 4px #0000001a;border:none;cursor:pointer;transition:all .2s}.category-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.category-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.category-content{display:flex;align-items:center;justify-content:space-between}.category-title{font-size:17px;font-weight:600;color:#111}.chevron-icon{width:24px;height:24px;color:#900}:root.dark-mode .welcome-screen{background:linear-gradient(180deg,#170000,#1e0808)}:root.dark-mode .search-input{background:#fff;border-color:#e5e7eb;color:#1f2933}:root.dark-mode .search-input::placeholder{color:#6b7280}:root.dark-mode .category-button{background:#fff;border-color:#e5e7eb}:root.dark-mode .category-button:hover{background:#f9fafb;border-color:#fc923c}:root.dark-mode .category-title{color:#1f2933}:root.dark-mode .chevron-icon{color:#fc923c}.welcome-footer-link{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;text-decoration:none;color:#fff;transition:opacity .2s}.welcome-footer-link:hover{opacity:.85}.welcome-footer-logo{width:20px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(100%)}.welcome-footer-text{font-size:12px;opacity:.9}@media (max-height: 800px){.welcome-content{padding:calc(env(safe-area-inset-top,0px) + 28px) 16px calc(env(safe-area-inset-bottom,0px) + 24px)}.welcome-logo{height:140px;margin-bottom:24px}.welcome-footer-link{margin-top:24px}}.breadcrumb{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;max-width:100%;overflow:hidden}.breadcrumb-item{font-size:13px;color:#ffffffe6;white-space:nowrap;flex-shrink:1;min-width:0}.breadcrumb-link{background:none;border:none;padding:4px;cursor:pointer;transition:all .2s;border-radius:4px;color:#ffffffbf;font-size:13px;font-family:inherit;white-space:nowrap}.breadcrumb-link:hover{background:#ffffff26;color:#fff}.breadcrumb-link:active{background:#fff3}.breadcrumb-current{font-weight:600;padding:4px;white-space:nowrap}.breadcrumb-separator{color:#ffffff80;flex-shrink:0;margin:0 -2px}@media (max-width: 480px){.breadcrumb{gap:0}.breadcrumb-item{font-size:11px}.breadcrumb-link,.breadcrumb-current{padding:3px 2px;font-size:11px}.breadcrumb-separator{width:12px;height:12px;margin:0 -3px}}.screen-header{background:#cb3232;color:#fff;padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 12px 16px;display:flex;align-items:center;justify-content:space-between;min-height:64px;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1100;box-shadow:0 2px 6px #0000001f}.header-left,.header-center,.header-right{display:flex;align-items:center;min-width:40px}.header-left{flex:1;justify-content:flex-start;max-width:35%}.header-center{flex:0 0 auto;justify-content:center}.header-right{flex:1;justify-content:flex-end;max-width:35%}.header-logo-button{background:none;border:none;padding:0;cursor:pointer}@media (max-width: 480px){.screen-header{padding-left:12px;padding-right:12px}}.steel-list-screen{min-height:100%}.steel-list-content{padding:28px 16px 16px;min-height:calc(100dvh - 64px - env(safe-area-inset-top,0px))}.warning-banner{background:#cb3232;display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;margin-bottom:12px;color:#fff;font-size:14px;font-weight:600}.warning-banner svg{color:#fff;flex-shrink:0}.header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.steel-list-heading{font-size:28px;font-weight:700;color:#1f2933;flex:1;margin:0}.sort-container{display:flex;align-items:center;gap:8px}.filter-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:8px;cursor:pointer;color:#1f2933}.filter-button svg{color:#1f2933}.sort-button{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:600;color:#1f2933;cursor:pointer;transition:all .2s}.sort-button:hover{border-color:#900}.sort-button svg{color:#900}.search-container{position:relative;margin-bottom:16px}.search-input{width:100%;padding:12px 40px 12px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;background:#fff;color:#1f2933}.search-input::placeholder{color:#6b7280}.clear-search{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280}.category-section{margin-bottom:16px}.category-label{display:block;font-size:14px;font-weight:600;color:#1f2933;margin-bottom:8px}.category-dropdown-container{position:relative}.category-dropdown{width:100%;padding:14px 40px 14px 16px;border:1px solid #E5E7EB;border-radius:12px;font-size:16px;font-weight:500;background:#fff;color:#1f2933;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s}.category-dropdown:focus{outline:none;border-color:#900}.dropdown-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.selection-actions{display:flex;gap:12px;margin-bottom:16px}.action-button{flex:1;background:linear-gradient(135deg,#900,#c33);color:#fff;border:none;border-radius:12px;padding:14px 18px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.action-button:hover:not(.disabled){opacity:.9}.action-button.disabled{opacity:.5;cursor:not-allowed}.action-button.secondary{background:#6b7280}.steels-list{display:flex;flex-direction:column;gap:10px}.steel-card{display:flex;align-items:center;background:#fff;padding:14px 16px;border-radius:12px;border:1px solid #E5E7EB;cursor:pointer;transition:all .2s;gap:12px}.steel-card:hover{border-color:#cb3232;box-shadow:0 2px 8px #cb32321a}.steel-card.selected{background:#cb323214;border:2px solid #cb3232;box-shadow:0 2px 4px #cb32324d}.steel-card-checkbox{display:flex;align-items:center;color:#6b7280}.steel-card.selected .steel-card-checkbox{color:#900}.steel-card-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.steel-card-name{font-size:16px;font-weight:600;color:#1f2933;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.steel-card-category{font-size:13px;color:#6b7280;font-weight:500;background:#f3f4f6;padding:4px 12px;border-radius:20px;white-space:nowrap}.steel-card-chevron{color:#900;flex-shrink:0;margin-left:8px}.heat-step-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;border:1px solid #E5E7EB;position:relative;overflow:hidden}.heat-step-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.08;pointer-events:none;z-index:0}.heat-step-card.normalize:before{background:linear-gradient(135deg,#3498db,#2980b9)}.heat-step-card.harden:before{background:linear-gradient(135deg,#e74747,#c0392b)}.heat-step-card.temper:before{background:linear-gradient(135deg,#f39c12,#e67e22)}.heat-step-card.cryo:before{background:linear-gradient(135deg,#1abc9c,#16a085)}.heat-step-card>*{position:relative;z-index:1}.heat-step-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.heat-step-title{font-size:18px;font-weight:700;margin:0}.heat-step-card.normalize .heat-step-title{color:#3498db}.heat-step-card.harden .heat-step-title{color:#e74747}.heat-step-card.temper .heat-step-title{color:#f39c12}.heat-step-card.cryo .heat-step-title{color:#1abc9c}.expand-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;transition:opacity .2s}.expand-button:hover{opacity:.7}.heat-step-card.normalize .expand-button svg{color:#3498db}.heat-step-card.harden .expand-button svg{color:#e74747}.heat-step-card.temper .expand-button svg{color:#f39c12}.heat-step-card.cryo .expand-button svg{color:#1abc9c}.heat-step-description{font-size:14px;line-height:1.5;color:#1f2933;margin:0 0 12px}.heat-step-divider{height:1px;margin-bottom:12px}.heat-step-card.normalize .heat-step-divider{background:#2980b9}.heat-step-card.harden .heat-step-divider{background:#c0392b}.heat-step-card.temper .heat-step-divider{background:#e67e22}.heat-step-card.cryo .heat-step-divider{background:#16a085}.heat-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.heat-step-left{display:flex;flex-direction:column;gap:4px}.heat-step-label{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.5px}.heat-step-value{font-size:20px;font-weight:700;color:#1f2933}.heat-step-right{display:flex;flex-direction:column;gap:8px}.heat-step-info-item{display:flex;flex-direction:column;gap:2px}.heat-step-small-label{font-size:10px;font-weight:700;color:#6b7280;letter-spacing:.5px}.heat-step-small-value{font-size:14px;font-weight:600;color:#1f2933}.heat-step-target-value{font-size:14px;font-weight:700;color:#d7263d}.heat-step-notes{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #E5E7EB;font-size:13px;color:#6b7280;line-height:1.5}.heat-step-notes svg{color:#6b7280;flex-shrink:0;margin-top:2px}:root.dark-mode .heat-step-card{background:#fff;border-color:#e5e7eb}:root.dark-mode .step-header-title{color:#1f2933}:root.dark-mode .step-header-subtitle{color:#6b7280}:root.dark-mode .step-detail-label{color:#6b7280}:root.dark-mode .step-detail-value{color:#1f2933}@media (max-width: 380px){.heat-step-grid{grid-template-columns:1fr}}.tempering-guide-container{background:#fff;border-radius:12px;margin:10px 0;overflow:hidden;border:1px solid #e0e0e0}.tempering-guide-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:none;width:100%;cursor:pointer;transition:background-color .2s}.tempering-guide-header:hover{background:#f9fafb}.tempering-guide-header-left{display:flex;align-items:center;flex:1}.tempering-guide-icon{font-size:24px;margin-right:12px}.tempering-guide-title{font-size:16px;font-weight:700;color:#111;text-align:left}.tempering-guide-expand{color:#d7263d;margin-left:8px;flex-shrink:0}.tempering-guide-content{padding:0 16px 16px}.tempering-optimal-section{margin-bottom:20px}.tempering-optimal-badge{background-color:#e74747;padding:6px 12px;border-radius:16px;display:inline-block;margin-bottom:12px}.tempering-optimal-badge span{color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px}.tempering-optimal-card{background:linear-gradient(135deg,#e7474714,#c0392b14);border:1px solid #e0e0e0;border-radius:8px;padding:16px}.tempering-temp-value{font-size:22px;font-weight:700;color:#e74747;margin-bottom:4px}.tempering-hardness-value{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.tempering-characteristics{font-size:14px;color:#666;line-height:20px}.tempering-alternatives-box{background-color:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid #e0e0e0}.tempering-alternatives-header{display:flex;align-items:center;margin-bottom:12px}.tempering-alt-icon{font-size:20px;margin-right:8px}.tempering-alternatives-title{font-size:15px;font-weight:700;color:#333}.tempering-alt-item{padding:8px 0}.tempering-alt-divider{height:1px;background-color:#e0e0e0;margin:8px 0}.tempering-alt-temp-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.tempering-alt-temp{font-size:16px;font-weight:700;color:#e74747}.tempering-alt-hardness{font-size:15px;font-weight:600;color:#333}.tempering-alt-characteristics{font-size:13px;color:#666;line-height:18px}.tempering-applications-box{background-color:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid #e0e0e0}.tempering-applications-title{font-size:15px;font-weight:700;color:#333;margin-bottom:12px}.tempering-bullet-item{display:flex;margin-bottom:8px}.tempering-bullet{font-size:14px;color:#e74747;margin-right:10px;font-weight:700}.tempering-bullet-text{font-size:14px;color:#333;flex:1;line-height:20px}.tempering-tips-box{background-color:#f39c1214;padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid #F39C12}.tempering-tips-header{display:flex;align-items:center;margin-bottom:12px}.tempering-tip-icon{font-size:20px;margin-right:8px}.tempering-tips-title{font-size:15px;font-weight:700;color:#333}.tempering-tip-item{display:flex;margin-bottom:8px}.tempering-tip-bullet{font-size:14px;color:#f39c12;margin-right:10px;font-weight:700}.tempering-tip-text{font-size:13px;color:#333;flex:1;line-height:19px}.tempering-reminder-card{background-color:#fef2f2;padding:14px;border-radius:8px;border:1px solid #fca5a5}.tempering-reminder-title{font-size:14px;font-weight:700;color:#991b1b;margin-bottom:6px}.tempering-reminder-text{font-size:13px;color:#7f1d1d;line-height:19px}.tempering-curve-interactive{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px;margin:20px 0}.curve-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 20px}.chart-wrapper{background:#fafafa;border-radius:8px;padding:15px 10px;margin-bottom:20px}.curve-controls{display:flex;flex-direction:column;gap:20px}.curve-values{display:flex;align-items:center;justify-content:center;gap:30px;padding:20px;background:#fef2f2;border-radius:8px}.curve-value-item{display:flex;flex-direction:column;align-items:center;gap:8px}.curve-value-label{font-size:11px;font-weight:600;letter-spacing:.5px;color:#64748b;text-transform:uppercase}.curve-value-display{font-size:32px;font-weight:700;color:#d7263d;line-height:1}.curve-value-divider{width:1px;height:50px;background:#cbd5e1}.slider-container{display:flex;flex-direction:column;gap:10px;padding:0 10px}.tempering-slider{width:100%;height:8px;border-radius:4px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:background .05s ease}.tempering-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;background:#d7263d;border:4px solid white;box-shadow:0 2px 8px #0003;cursor:pointer;transition:transform .1s ease}.tempering-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.tempering-slider::-webkit-slider-thumb:active{transform:scale(1.05)}.tempering-slider::-moz-range-thumb{width:32px;height:32px;border-radius:50%;background:#d7263d;border:4px solid white;box-shadow:0 2px 8px #0003;cursor:pointer;transition:transform .1s ease}.tempering-slider::-moz-range-thumb:hover{transform:scale(1.1)}.tempering-slider::-moz-range-thumb:active{transform:scale(1.05)}.slider-label{text-align:center;font-size:14px;color:#94a3b8;font-style:italic}.tempering-slider{--slider-value: 50%}@media (max-width: 640px){.curve-values{gap:15px;padding:15px}.curve-value-display{font-size:24px}.curve-value-divider{height:40px}}.element-bar-chart{width:100%}.chart-heading{font-size:16px;font-weight:600;color:#1f2933;text-align:center;margin-bottom:16px}.chart-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#6b7280;border:1px solid #E5E7EB;border-radius:8px;background:#f9fafb;padding:16px}.chart-empty p{margin:0;text-align:center}.steel-detail-screen{background:#f3f4f6}.steel-detail-content{padding:36px 24px 48px;min-height:calc(100dvh - 64px - env(safe-area-inset-top,0px))}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:16px}.steel-title{font-size:26px;font-weight:800;color:#1f2933;flex:1;margin:0}.steel-picker-button{display:flex;align-items:center;gap:6px;background:#fff;padding:8px 12px;border-radius:8px;border:1px solid #E5E7EB;color:#cb3232;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.steel-picker-button:hover{border-color:#fc923c;box-shadow:0 2px 4px #fc923c1a}.steel-picker-button svg{color:#fc923c}.steel-picker-container{background:#fff;border-radius:12px;padding:12px;margin-bottom:16px;border:1px solid #E5E7EB;max-height:300px;overflow-y:auto}.steel-picker-category{font-size:12px;font-weight:700;color:#6b7280;margin-bottom:12px;letter-spacing:.5px}.steel-picker-list{display:flex;flex-direction:column;gap:6px}.steel-picker-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px;background:#fff;border:1px solid transparent;cursor:pointer;font-size:15px;font-weight:600;color:#1f2933;transition:all .2s;text-align:left;width:100%}.steel-picker-item:hover{background:#f9fafb}.steel-picker-item.active{background:#cb32320f;border-color:#cb3232;color:#cb3232;font-weight:700}.steel-subtitle{font-size:16px;color:#6b7280;margin-bottom:8px;line-height:1.5}.divider{height:1px;background:#e5e7eb;margin:24px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-top:12px;margin-bottom:16px}.section-title{font-size:18px;font-weight:700;color:#1f2933;margin:16px 0;flex:1}.temp-toggle{display:flex;align-items:center;gap:6px;background:#fff;padding:6px 12px;border-radius:20px;border:1px solid #E5E7EB;cursor:pointer;font-size:14px;font-weight:600;color:#cb3232;transition:all .2s}.temp-toggle:hover{border-color:#fc923c;box-shadow:0 2px 4px #fc923c1a}.temp-toggle svg{color:#fc923c}.chart-container{background:#fff;border-radius:12px;padding:20px;margin:20px 0;border:1px solid #E5E7EB}.chart-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 20px}.element-accordion{background:#fff;border-radius:12px;border:1px solid #E5E7EB;margin-bottom:10px;overflow:hidden}.element-header{display:flex;align-items:center;justify-content:space-between;padding:16px;width:100%;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s}.element-header:hover{background:#f9fafb}.element-left{display:flex;align-items:center;gap:12px;flex:1}.element-symbol{width:40px;height:40px;border-radius:8px;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}.element-percentage{font-size:16px;font-weight:600;color:#1f2933}.element-header svg{color:#cb3232;flex-shrink:0}.element-content{padding:4px 16px 16px;border-top:1px solid #E5E7EB}.element-content p{font-size:15px;line-height:1.5;color:#1f2933;margin:0}.empty-state{display:flex;justify-content:center;align-items:center;padding:48px 24px;color:#6b7280}.tempering-curve-container{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;border:1px solid #E5E7EB;box-shadow:0 2px 4px #0000000d}.curve-title{font-size:18px;font-weight:700;color:#1f2933;margin:0 0 16px}.tempering-tooltip{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:8px 12px;box-shadow:0 2px 8px #0000001a}.tooltip-temp{font-weight:600;color:#1f2933;margin:0 0 4px;font-size:14px}.tempering-tooltip p{margin:2px 0;font-size:13px}.comparison-content{padding:28px 16px 16px;min-height:calc(100dvh - 64px - env(safe-area-inset-top,0px))}.chips-container{margin-bottom:20px;background:#fff;border-radius:12px;padding:16px}.chips-grid{display:flex;gap:12px;flex-wrap:wrap}.chip-wrapper{flex:0 0 calc(50% - 6px)}.chip{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f9fafb;border:2px solid;border-radius:10px;font-size:15px;font-weight:600;min-height:48px;width:100%}.color-indicator{width:20px;height:20px;border-radius:4px;flex-shrink:0}.chip-text{flex:1;color:#1f2933}.remove-button{background:#f9fafb;border:none;padding:4px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:background .2s}.remove-button:hover{background:#0000000d}.add-chip{display:flex;align-items:center;justify-content:center;background:#f9fafb;border:2px dashed #D1D5DB;border-radius:10px;padding:10px 12px;min-height:48px;width:100%;cursor:pointer;color:#6b7280;transition:all .2s}.add-chip:hover{border-color:#fc923c;color:#fc923c}.clear-button{background:none;border:none;color:#fff;font-size:16px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s}.clear-button:hover{background:#ffffff1a}.chart-container{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.table-container{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{display:flex;flex-direction:column;gap:0;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;min-width:max-content}.table-header-row,.table-row{display:flex;align-items:center}.table-row{border-bottom:1px solid #E5E7EB}.table-row:last-child{border-bottom:none}.table-row.even{background:#f9fafb}.table-cell{flex:1;padding:12px 8px;display:flex;align-items:center;justify-content:center;min-width:80px;background:inherit}.table-cell.header-cell{font-weight:600;background:#f3f4f6;padding:10px 8px}.element-name-cell{min-width:60px;justify-content:flex-start;background:#f9fafb;font-weight:600}.element-name{font-size:14px;color:#1f2933;font-weight:600}.header-text{font-size:14px;color:#1f2933;text-align:center}.cell-text{font-size:14px;color:#4b5563}.element-info-container{background:#fff;border-radius:12px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.element-info-header{width:100%;padding:16px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;transition:background .2s}.element-info-header:hover{background:#f9fafb}.element-info-header-left{display:flex;align-items:center;gap:10px;color:#fc923c}.element-info-title{font-size:16px;font-weight:600;color:#1f2933}.element-info-content{padding:0 16px 16px;border-top:1px solid #E5E7EB}.element-info-subtitle{font-size:14px;color:#6b7280;margin:16px 0 12px}.element-card{background:#f9fafb;border-radius:8px;padding:12px;margin-bottom:8px}.element-card:last-child{margin-bottom:0}.element-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.element-badge{background:#fc923c;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700;min-width:32px;text-align:center}.element-card-title{font-size:14px;font-weight:600;color:#1f2933}.element-card-description{font-size:13px;color:#4b5563;line-height:1.5;margin:0}.app-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent;min-height:100%;color:#1f2933}html,#root{min-height:100%;background:transparent}.screen{min-height:100dvh;display:flex;flex-direction:column;--header-height: 64px;padding-top:calc(var(--header-height) + env(safe-area-inset-top,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#f3f4f6}.screen-header{background:linear-gradient(180deg,#900,#c33);color:#fff;padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 16px 16px;display:flex;align-items:center;justify-content:space-between;min-height:calc(64px + env(safe-area-inset-top,0px));box-sizing:border-box;position:fixed;top:0;left:0;right:0;max-width:430px;margin:0 auto;z-index:1100;box-shadow:0 2px 6px #0000001f;padding-top:calc(env(safe-area-inset-top,0px) + 12px)}.screen-header:before{content:"";position:absolute;top:0;left:0;right:0;height:env(safe-area-inset-top,0px);background:linear-gradient(180deg,#900,#c33);z-index:-1}.screen-header-logo{height:28px;width:auto;display:block}.header-logo-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;transition:opacity .2s}.header-logo-button:hover{opacity:.8}.screen-content{flex:1;min-height:calc(100dvh - 64px - env(safe-area-inset-top,0px))}.back-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.back-button:hover{background:#ffffff1a}.back-button:active{background:#fff3}.icon{display:inline-block;width:24px;height:24px}.button{background:linear-gradient(135deg,#cb3232,#9b1c1c);color:#fff;border:none;border-radius:14px;padding:14px 18px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px #d7263d4d}.button:hover{opacity:.9;transform:translateY(-1px)}.button:active{transform:translateY(0);opacity:.8}.button-secondary{background:#6b7280;box-shadow:0 2px 8px #6b72804d}.card{background:#fff;border-radius:12px;border:1px solid #E5E7EB;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px}.card:hover{border-color:#fc923c;box-shadow:0 2px 8px #fc923c1a}.card:active{opacity:.8}.card.selected{background:#fc923c14;border:2px solid #FC923C;box-shadow:0 2px 4px #fc923c4d}.loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#6b7280}@media (max-width: 480px){.screen-header{padding-left:12px;padding-right:12px;padding-bottom:14px}.screen-content{padding-top:28px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 12px)}}:root.dark-mode{color-scheme:dark}:root.dark-mode .screen-header{background:linear-gradient(180deg,#170000,#1e0808)}:root.dark-mode .screen-header:before{background:linear-gradient(180deg,#170000,#1e0808)}.app-footer{background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;padding:calc(env(safe-area-inset-bottom,0px) + 12px) 16px;box-sizing:border-box}.footer-powered-by{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit;transition:opacity .18s}.footer-powered-by:hover{opacity:.85}.footer-aki-logo{width:20px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(37%) sepia(87%) saturate(1087%) hue-rotate(190deg) brightness(91%) contrast(88%)}.footer-powered-text{font-size:12px;opacity:.9;color:#336db6}@media (min-width: 720px){.footer-powered-text{font-size:13px}}.gear-icon-button{position:absolute;top:calc(env(safe-area-inset-top,0px) + 20px);right:20px;z-index:1099;background:transparent;border:none;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gear-icon-img{width:35px;height:35px;color:#ffffffe6}.gear-icon-button:active{opacity:.7}.gear-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1100;display:flex;justify-content:flex-end;animation:gear-fade-in .3s ease;-webkit-overflow-scrolling:touch}@keyframes gear-fade-in{0%{opacity:0}to{opacity:1}}.gear-panel{width:100%;max-width:480px;height:100%;background:linear-gradient(180deg,#900,#c33);box-shadow:-4px 0 24px #00000080;display:flex;flex-direction:column;animation:gear-slide-in .3s ease;position:relative;overflow-y:auto}@keyframes gear-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}:root.dark-mode .gear-panel{background:linear-gradient(180deg,#170000,#1e0808)}.gear-close-button{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;z-index:10;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gear-close-button:hover{background:#ffffff1a;transform:scale(1.1)}.gear-close-button:active{transform:scale(.95)}.gear-header{padding:40px 32px 32px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.gear-logo-img{max-width:200px;height:auto;margin:0 auto 16px;cursor:pointer;transition:opacity .2s ease;display:block}.gear-logo-img:hover{opacity:.8}.gear-logo-img:active{opacity:.6}.gear-subtitle{font-size:14px;color:#ffffffb3;margin:0}.gear-content{padding:24px 0;flex:1}.gear-section{border-bottom:1px solid rgba(255,255,255,.1)}.gear-section-header{width:100%;background:none;border:none;color:#fff;padding:20px 32px;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s ease;text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gear-section-header:hover{background:#ffffff0d}.gear-section-icon{width:20px;height:20px;flex-shrink:0;color:#ffffffe6}.gear-section-header span:nth-child(2){flex:1}.gear-chevron{transition:transform .3s ease;flex-shrink:0}.gear-section-header.expanded .gear-chevron{transform:rotate(180deg)}.gear-section-content{padding:0 32px 24px;color:#ffffffe6;font-size:14px;line-height:1.6;animation:gear-expand .3s ease}@keyframes gear-expand{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gear-section-content p{margin:0 0 12px}.gear-section-content p:last-child{margin-bottom:0}.gear-credit-item{margin-bottom:24px}.gear-credit-item:last-child{margin-bottom:0}.gear-credit-item h4{color:#fff9;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin:0 0 8px}.gear-link{color:#fc923c;text-decoration:none;font-weight:600;transition:color .2s ease;display:inline-block;margin-bottom:4px}.gear-link:hover{color:#ff9d5c;text-decoration:underline}.gear-credit-item ul{list-style:none;padding:0;margin:8px 0 0}.gear-credit-item li{padding:4px 0;color:#fffc}.gear-credit-item li:before{content:"•";color:#fc923c;margin-right:8px}.gear-disclaimer-content{margin-bottom:0}.gear-disclaimer-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#ffffffe6;margin:0 0 12px}.gear-disclaimer-text{font-size:13px;line-height:1.6;color:#fff9;margin:0}:root.dark-mode .gear-disclaimer-title{color:#ffffffd9}:root.dark-mode .gear-disclaimer-text{color:#ffffff80}.gear-setting-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.gear-setting-label{display:flex;align-items:center;gap:12px;flex:1}.gear-setting-icon{width:20px;height:20px;flex-shrink:0;color:#ffffffe6}.gear-setting-label h4{color:#fff;font-size:14px;font-weight:600;margin:0 0 4px}.gear-setting-label p{color:#fff9;font-size:12px;margin:0}.gear-toggle-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;padding:4px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gear-toggle-track{width:52px;height:28px;background:#fff3;border-radius:14px;position:relative;transition:background .3s ease}.gear-toggle-button.active .gear-toggle-track{background:#fc923c}.gear-toggle-thumb{width:22px;height:22px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.gear-toggle-button.active .gear-toggle-thumb{transform:translate(24px)}.gear-toggle-label{color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.gear-panel{max-width:100%}.gear-icon-button{width:44px;height:44px;top:16px;right:16px}.gear-header{padding:32px 24px 24px}.gear-title{font-size:18px}.gear-section-header{padding:16px 24px}.gear-section-content{padding:0 24px 20px}}.gear-icon-button:focus-visible,.gear-close-button:focus-visible,.gear-section-header:focus-visible,.gear-toggle-button:focus-visible{outline:2px solid #D7263D;outline-offset:2px}body:has(.gear-overlay){overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#900,#c33)!important;background-attachment:fixed;overflow:auto}html.dark-mode body,:root.dark-mode body{background:linear-gradient(180deg,#170000,#1e0808)!important;background-attachment:fixed}:root{--safe-top: env(safe-area-inset-top);--safe-bottom: env(safe-area-inset-bottom);--vh: 1vh}#root{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background:transparent;padding:0}.device-frame{width:100%;max-width:430px;min-height:100dvh;background:transparent;border-radius:0;box-shadow:none;overflow:visible;position:relative}.app-container{width:100%;min-height:100dvh;overflow:visible;position:relative;background:#f3f4f6;padding-top:var(--safe-top, 0);padding-bottom:var(--safe-bottom, 0)}@media (max-width: 480px){#root{padding:0}.device-frame{max-width:100vw;min-height:100dvh;border-radius:0;box-shadow:none}}
