*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#e60012,#c50010);padding:0 2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header-content{max-width:1400px;margin:0 auto;height:70px;justify-content:space-between}.header-content,.logo{display:flex;align-items:center}.logo{gap:.25rem;font-weight:700;font-size:1.5rem;color:#fff}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{color:#fff}.logo-accent{color:gold}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;opacity:.9;transition:opacity .2s ease}.nav-link:hover{opacity:1}.nav-btn{background:none;border:none;cursor:pointer;font-family:inherit}.lang-switch{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.lang-switch:hover{background:hsla(0,0%,100%,.3)}.main-content{flex:1 1;max-width:1400px;width:100%;margin:0 auto;padding:3rem 2rem}.hero-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:4rem}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.1;color:#1a1a1a}.site-purpose{background:#f8f9fa;border-left:4px solid #e60012;padding:1rem 1.25rem;border-radius:0 8px 8px 0}.site-purpose p{font-size:.95rem;color:#555;line-height:1.7}.search-container{margin-top:.5rem}.search-form{display:flex;gap:.75rem;max-width:600px}.search-input-wrapper{flex:1 1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:#999}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease;font-family:inherit}.search-input:focus{outline:none;border-color:#e60012;box-shadow:0 0 0 3px rgba(230,0,18,.1)}.search-button{padding:1rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#e60012,#c50010);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(230,0,18,.3)}.hero-right{display:flex;justify-content:center}.product-display,.product-image-placeholder{display:flex;justify-content:center;align-items:center}.product-image-placeholder{width:100%;max-width:400px;aspect-ratio:1;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:16px;box-shadow:0 20px 40px rgba(34,197,94,.2)}.placeholder-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.placeholder-icon{width:80px;height:80px;background:hsla(0,0%,100%,.3);border-radius:16px}.placeholder-badge{padding:.5rem 1rem;background:hsla(0,0%,100%,.95);color:#16a34a;border-radius:20px;font-weight:600;font-size:.9rem}.carousel-wrapper{max-width:400px;padding:0 50px 50px}.carousel,.carousel-wrapper{width:100%;position:relative}.carousel{overflow:hidden;border-radius:16px}.carousel-track{display:flex}.carousel-slide{min-width:100%;aspect-ratio:1}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.carousel-btn:hover{background:#f5f5f5;border-color:#d5d5d5}.carousel-btn svg{width:18px;height:18px;color:#666}.carousel-btn-prev{left:0}.carousel-btn-next{right:0}.carousel-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#e5e5e5;border:none;cursor:pointer;transition:all .2s ease}.carousel-dot.active{background:#e60012;transform:scale(1.1)}.carousel-dot:hover{background:#ccc}.result-section{margin-bottom:4rem}.result-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;animation:fadeIn .5s ease;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-intro{text-align:center;margin-bottom:1.5rem}.result-intro-text{font-size:.95rem;color:#666}.result-code-display{text-align:center;margin-bottom:2rem}.result-code-box{display:inline-block;padding:1rem 3rem;border:4px solid #e60012;border-radius:8px}.result-code-text{font-size:1.5rem;font-weight:700;color:#1a1a1a}.result-name-large{font-size:1.75rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:2rem}.result-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.result-stat-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;text-align:center}.stat-label{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.stat-value.price{color:#e60012}.result-image-section{display:flex;justify-content:center;margin-bottom:3rem}.result-image-large{width:100%;max-width:400px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.result-info-section{margin-bottom:2rem}.info-section-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.info-grid{display:flex;flex-direction:column;gap:1rem}.info-row{display:grid;grid-template-columns:150px 1fr;grid-gap:1rem;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.info-label{font-size:1rem;font-weight:500;color:#666}.info-value{font-size:1rem;font-weight:600;color:#1a1a1a}.correction-note{font-size:.9rem;color:#666;text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.no-result{text-align:center;padding:4rem 2rem;background:#fafafa;border-radius:16px}.no-result-icon{width:60px;height:60px;background:#e5e7eb;border-radius:50%;margin:0 auto 1rem}.no-result p{font-size:1.1rem;color:#666}.note-section{margin-top:4rem;padding:1.5rem 2rem;background:#fafafa;border-radius:12px;border:1px solid #eee}.note-title{font-size:.85rem;font-weight:600;color:#888;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.note-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.note-item{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.note-item h4{font-size:.8rem;font-weight:600;color:#999;margin-bottom:.4rem}.note-item p{font-size:.75rem;color:#888;line-height:1.5}.app-footer{background:#1a1a1a;color:#fff;padding:2rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer-content p{color:#999;font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal{background:#fff;border-radius:16px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease}.modal,.modal-rating{max-width:600px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1a1a1a}.modal-close{width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease}.modal-close:hover{background:#e5e5e5;color:#333}.modal-body{padding:2rem;overflow-y:auto}.about-intro{font-size:1rem;color:#555;line-height:1.7}.about-intro,.about-section{margin-bottom:1.5rem}.about-section h3{font-size:1.1rem;font-weight:600;color:#e60012;margin-bottom:.5rem}.about-section p{font-size:.95rem;color:#666;line-height:1.6}.collection-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.collection-item{background:#f8f9fa;border-radius:8px;padding:.75rem;transition:transform .2s ease;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.collection-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.collection-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#e60012,#c50010);border-radius:6px;display:flex;justify-content:center;align-items:center}.placeholder-text{padding:.5rem 1rem;background:hsla(0,0%,100%,.95);color:#e60012;border-radius:20px;font-weight:600;font-size:.8rem}.collection-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.rating-table{margin-bottom:1.5rem}.rating-row{display:grid;grid-template-columns:80px 100px 1fr;grid-gap:1rem;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0;align-items:center}.rating-row:last-child{border-bottom:none}.rating-score{font-weight:700;color:#e60012;font-size:.9rem}.rating-level{font-weight:600;color:#333;font-size:.9rem}.rating-desc{color:#666;font-size:.85rem}.rating-notes{background:#f8f9fa;padding:1rem;border-radius:8px}.rating-notes h3{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.75rem}.rating-notes ul{list-style:none;padding:0}.rating-notes li{font-size:.85rem;color:#666;line-height:1.6;padding:.25rem 0 .25rem 1rem;position:relative}.rating-notes li:before{content:"•";position:absolute;left:0;color:#e60012}.modal-footer{padding:1rem 2rem;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end}.modal-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#e60012,#c50010);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(230,0,18,.3)}@media (max-width:1024px){.hero-section{grid-template-columns:1fr;gap:3rem}.hero-right{order:-1}.result-body{grid-template-columns:1fr}.result-image-container{justify-content:center}.note-content{grid-template-columns:1fr}}@media (max-width:768px){.app-header{padding:0 1rem}.header-content{height:auto;padding:1rem 0;flex-direction:column;gap:1rem}.nav-links{gap:1.5rem}.main-content{padding:2rem 1rem}.hero-title{font-size:2rem}.search-form{flex-direction:column}.detail-grid{grid-template-columns:1fr}.carousel-wrapper{max-width:100%;padding:0 40px 45px}.carousel-btn{width:32px;height:32px}.carousel-btn svg{width:16px;height:16px}.detail-grid{grid-template-columns:1fr 1fr}.rating-row{grid-template-columns:1fr;gap:.25rem;padding:1rem 0}.modal{width:95%;max-height:90vh}.result-card{padding:1rem}.result-code-box{padding:.75rem 1.5rem}.result-code-text,.result-name-large{font-size:1.25rem}.info-row,.result-stats-grid{grid-template-columns:1fr}.info-row{gap:.5rem}.info-label{font-size:.9rem}.info-value{font-size:1rem}}