*{box-sizing:border-box;margin:0;padding:0}body{background-color:#eaeded;color:#0f1111;font-family:Amazon Ember,Arial,sans-serif;line-height:1.6}code{font-family:Courier New,monospace}.App{background-color:#eaeded;display:flex;flex-direction:column;min-height:100vh}.App-header{align-items:center;background-color:#232f3e;box-shadow:0 2px 5px #0000001a;color:#fff;display:flex;justify-content:center;padding:1rem 2rem;text-align:center}.App-header h1{font-size:1.8rem;font-weight:700;margin:0}.App-main{flex:1 1;margin:1rem auto;max-width:1400px;padding:0 1rem;width:100%}.App-footer{background-color:#232f3e;color:#ddd;font-size:.9rem;margin-top:auto;padding:1rem;text-align:center}.loading-container{background:#fff;border-radius:8px;margin:2rem auto;max-width:500px;padding:3rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#f90;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{background-color:#fef5e7;border:2px solid #e67e22;border-radius:8px;margin:2rem auto;max-width:600px;padding:2rem;text-align:center}.error-container h3{color:#c0392b;margin-bottom:1rem}.error-container p{color:#5a5a5a;margin-bottom:1.5rem}.history-container,.results-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.history-header,.results-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.history-header h2,.results-header h2{color:#0f1111;font-size:1.5rem;font-weight:700}button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;transition:all .2s ease}.btn-new,.btn-reset{background-color:#f90;color:#fff}.btn-new:hover,.btn-reset:hover{background-color:#e88b00}.btn-history{background-color:#007185;color:#fff}.btn-history:hover{background-color:#005a6e}.btn-back{background-color:#232f3e;color:#fff}.btn-back:hover{background-color:#37475a}button:disabled{background-color:#b0b0b0;cursor:not-allowed}@media (max-width:768px){.App-header{padding:.75rem 1rem}.App-header h1{font-size:1.4rem}.history-header,.results-header{align-items:flex-start;flex-direction:column;gap:1rem}.button-group{flex-direction:column;width:100%}.button-group button{width:100%}}.asin-input-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.two-column-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.input-card{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.info-section{background:#f7f8f8;border-left:3px solid #007185;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.info-section h3{color:#007185;font-size:1rem;font-weight:700;margin-bottom:.5rem}.info-section p{color:#0f1111;font-size:.85rem;line-height:1.5}.asin-form{gap:1rem}.asin-form,.input-group{display:flex;flex-direction:column}.input-group label{color:#0f1111;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.asin-input{background:#fff;border:1px solid #888c8c;border-radius:8px;font-size:.95rem;padding:.7rem;text-transform:uppercase;width:100%}.asin-input:focus{border-color:#007185;box-shadow:0 0 0 3px #0071851a;outline:none}.asin-input.input-error{border-color:#c0392b}.asin-input:disabled{background:#f7f8f8;cursor:not-allowed}.error-message{color:#c0392b;font-size:.8rem;margin-top:.4rem}.button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.btn-optimize{background:#f90;border:none;border-radius:8px;color:#0f1111;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem;transition:background .2s}.btn-optimize:hover:not(:disabled){background:#e88b00}.btn-optimize:disabled{background:#b0b0b0;cursor:not-allowed}.btn-view-history{background:#fff;border:1px solid #d5d9d9;border-radius:8px;color:#0f1111;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem;transition:all .2s}.btn-view-history:hover:not(:disabled){background:#f7f8f8;border-color:#888c8c}.supported-card{background:linear-gradient(135deg,#e7f6f5,#f0f8ff);border:2px solid #067d62;border-radius:8px;padding:1.5rem}.supported-card h3{color:#067d62;font-size:1rem;font-weight:700;margin-bottom:.75rem}.auto-detect-text{color:#0f1111;font-size:.85rem;font-weight:600;margin-bottom:1rem}.marketplace-links{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.marketplace-links a{background:#fff;border:1px solid #d5d9d9;border-radius:6px;color:#007185;font-size:.9rem;font-weight:600;padding:.6rem .8rem;text-decoration:none;transition:all .2s}.marketplace-links a:hover{background:#f7f8f8;border-color:#007185;transform:translateX(3px)}.notice{background:#fff4e6;border-left:3px solid #f90;border-radius:4px;color:#565959;font-size:.85rem;padding:.8rem}.notice strong{color:#c0392b}@media (max-width:768px){.two-column-layout{grid-template-columns:1fr}.input-card,.supported-card{padding:1.25rem}.info-section{padding:.8rem}.info-section h3{font-size:.95rem}.info-section p{font-size:.8rem}.marketplace-links a{font-size:.85rem}}.comparison-view{width:100%}.comparison-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.comparison-column{background-color:#f7f8f8;border:1px solid #d5d9d9;border-radius:8px;padding:1.5rem}.comparison-column.original{border-top:3px solid #f90}.comparison-column.optimized{border-top:3px solid #067d62}.column-header{border-bottom:1px solid #d5d9d9;margin-bottom:1.5rem;padding-bottom:1rem}.column-header h3{color:#0f1111;font-size:1.3rem;font-weight:700}.section{margin-bottom:1.5rem}.section h4{color:#565959;font-size:1rem;font-weight:600;margin-bottom:.75rem}.content{background-color:#fff;border:1px solid #d5d9d9;border-radius:4px;color:#0f1111;line-height:1.6;padding:.75rem}.bullet-list{list-style:none;padding:0}.bullet-list li{background-color:#fff;border:1px solid #d5d9d9;border-radius:4px;color:#0f1111;line-height:1.6;margin-bottom:.5rem;padding:.75rem .75rem .75rem 2rem;position:relative}.bullet-list li:before{color:#007185;content:"•";font-size:1.2rem;left:.75rem;position:absolute}.keywords-section{background-color:#e7f6f5;border:1px solid #067d62;border-radius:4px;padding:1rem}.keywords-container{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background-color:#007185;border-radius:4px;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .75rem}.no-data{color:#888c8c;font-style:italic}@media (max-width:1024px){.comparison-grid{grid-template-columns:1fr}}.history-list{width:100%}.history-count{color:#565959;font-size:1rem;font-weight:600;margin-bottom:1.5rem}.no-history{background-color:#f7f8f8;border-radius:8px;color:#565959;padding:3rem;text-align:center}.history-item{background-color:#fff;border:1px solid #d5d9d9;border-radius:8px;margin-bottom:1rem;overflow:hidden}.history-item-header{align-items:center;background-color:#f7f8f8;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s}.history-item-header:hover{background-color:#eaeded}.history-info h4{color:#0f1111;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.timestamp{color:#565959;font-size:.85rem}.expand-btn{background-color:#007185;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;height:36px;transition:background-color .2s;width:36px}.expand-btn:hover{background-color:#005a6e}.history-details{border-top:1px solid #d5d9d9;padding:1rem}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.detail-column{background-color:#f7f8f8;border:1px solid #d5d9d9;border-radius:4px;padding:1rem}.detail-column h5{border-bottom:1px solid #d5d9d9;color:#0f1111;font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.optimized-column{background-color:#e7f6f5;border:1px solid #067d62}.detail-section{margin-bottom:1rem}.label{color:#565959;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.text{background-color:#fff;border-radius:4px;color:#0f1111;line-height:1.6;padding:.5rem}.detail-list{list-style:none;padding:0}.detail-list li{background-color:#fff;border-radius:4px;color:#0f1111;line-height:1.6;margin-bottom:.5rem;padding:.5rem .5rem .5rem 1.5rem;position:relative}.detail-list li:before{color:#007185;content:"•";left:.5rem;position:absolute}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-badge{background-color:#007185;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:.35rem .65rem}@media (max-width:1024px){.details-grid{grid-template-columns:1fr}}@media (max-width:768px){.history-item-header{padding:.75rem}.expand-btn{height:32px;width:32px}}
/*# sourceMappingURL=main.9201b364.css.map*/