*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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;line-height:1.6;color:#333;background-color:#fafafa}.App{min-height:100vh;display:flex;flex-direction:column}.App-header{background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;padding:.5rem 16px;box-shadow:0 2px 10px #ff6b354d;position:sticky;top:0;z-index:100;width:100%;display:flex;align-items:center;justify-content:space-between}.header-center{flex:1;display:flex;justify-content:center}.header-search{display:flex;gap:8px;align-items:center}.input-wrapper{position:relative;display:inline-block}.header-search input[type=text]{min-width:340px;padding:10px 38px 10px 14px;border-radius:20px}.clear-btn{position:absolute;top:50%;right:8px;transform:translateY(-50%);background:transparent;color:#ff6b35;border:none;width:24px;height:24px;line-height:22px;text-align:center;font-size:18px;cursor:pointer;border-radius:50%}.clear-btn:hover{background:#fee2e2;color:#dc2626}.logo-icon-img{width:28px;height:28px;display:block}.login-btn{background:white;color:#ff6b35;border:none;padding:6px 12px;border-radius:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000026}main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 20px;width:100%}.hero-section{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero-title{font-size:3rem;font-weight:700;color:#ff6b35;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.search-section{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem}.search-title{font-size:1.5rem;color:#333;margin-bottom:1rem;text-align:center}form{display:flex;gap:15px;margin:20px 0;justify-content:center;align-items:center;flex-wrap:wrap}input[type=text]{padding:15px 20px;border:2px solid #e0e0e0;border-radius:25px;font-size:16px;min-width:350px;transition:all .3s ease;background:#f8f9fa}input[type=text]:focus{outline:none;border-color:#ff6b35;background:white;box-shadow:0 0 0 3px #ff6b351a}button[type=submit]{padding:15px 30px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;border:2px solid #ffffff;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3573;filter:brightness(1.03)}button[type=submit]:active{transform:translateY(0)}.results-section{margin-top:2rem}.results-title{font-size:1.5rem;color:#333;margin-bottom:1.5rem;text-align:center}ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px;margin-top:30px}li{background:white;border:1px solid #e0e0e0;border-radius:15px;padding:24px;text-align:left;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;position:relative;overflow:hidden}li:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%)}li:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3533;border-color:#ff6b35}li h3{color:#ff6b35;font-size:1.2rem;margin-bottom:10px;font-weight:600}li p{color:#666;margin-bottom:8px;font-size:.95rem}li p strong{color:#333;font-weight:600}.rating-stars{display:inline-flex;gap:2px}.rating-stars .star{color:#e5e7eb;font-size:1.05rem}.rating-stars .star.filled{color:#f59e0b;text-shadow:0 1px 0 rgba(0,0,0,.06)}.loading,.error,.no-results{text-align:center;padding:3rem 2rem;background:white;border-radius:15px;box-shadow:0 2px 10px #0000000d;margin:2rem 0}.loading p,.no-results p{font-size:1.1rem;color:#666;margin:0}.error{background:#fff5f5;border:1px solid #fed7d7}.error p{color:#e53e3e;font-weight:500}.App-footer{background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer-section p,.footer-section a{color:#fff;text-decoration:none;line-height:1.8;transition:opacity .3s ease}.footer-section a:hover{opacity:.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.3);padding-top:1rem;color:#fff;font-size:.9rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;width:95%;max-width:420px;border-radius:12px;box-shadow:0 20px 60px #00000040;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff}.modal-close{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer}.modal-body{padding:20px;display:grid;gap:14px}.modal-body label span{display:block;font-size:.9rem;color:#555;margin-bottom:6px}.modal-body input{width:100%;padding:12px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px}.login-submit{margin-top:8px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;border:none;padding:12px 16px;border-radius:10px;font-weight:600;cursor:pointer}@media (max-width: 768px){.App-header h1{font-size:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}form{flex-direction:column;align-items:stretch}input[type=text]{min-width:auto;width:100%}ul{grid-template-columns:1fr;gap:20px}.search-section{padding:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.search-section{padding:1rem}li{padding:20px}}
