.search-form{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.asin-input,.region-select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .2s}.asin-input:focus,.region-select:focus{outline:none;border-color:#351c75}.asin-input:disabled,.region-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.search-button{padding:.875rem 1.5rem;background-color:#351c75;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.search-button:hover:not(:disabled){background-color:#4a2a8f}.search-button:disabled{background-color:#999;cursor:not-allowed}@media (max-width: 768px){.search-form{padding:1.5rem}}.prez-output{display:flex;flex-direction:column;gap:1rem;width:100%}.prez-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.prez-header h2{margin:0;color:#333;font-size:1.5rem}.copy-button{padding:.625rem 1.25rem;background-color:#351c75;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s}.copy-button:hover{background-color:#4a2a8f}.prez-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;overflow-x:auto}.prez-text{margin:0;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#333}.loading,.error,.placeholder{padding:2rem;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.loading{color:#666}.error{color:#d32f2f;font-weight:600}.placeholder{color:#999;font-style:italic}@media (max-width: 768px){.prez-header{flex-direction:column;gap:1rem;align-items:stretch}.copy-button{width:100%}.prez-content{padding:1rem}.prez-text{font-size:.8rem}}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.app-header{text-align:center;color:#fff;margin-bottom:3rem}.app-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.app-header p{margin:0;font-size:1.1rem;opacity:.9}.app-main{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto;width:100%;align-items:start}@media (max-width: 768px){.app{padding:1rem}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.app-main{grid-template-columns:1fr;gap:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}button,input,select,textarea{font-family:inherit}
