@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary-yellow: #ffd700;--primary-yellow-light: #ffed4e;--primary-yellow-dark: #e6c200;--text-dark: #1a1a1a;--text-gray: #4a4a4a;--text-light: #666666;--background-light: #fffbea;--border-color: #f0f0f0}*{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:var(--text-dark);background-color:#fff;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh}.ant-btn-primary{background:linear-gradient(135deg,var(--primary-yellow) 0%,var(--primary-yellow-light) 100%);border:none;color:var(--text-dark);font-weight:600}.ant-btn-primary:hover{background:linear-gradient(135deg,var(--primary-yellow-light) 0%,var(--primary-yellow) 100%)!important;color:var(--text-dark)!important}.ant-input:focus,.ant-input-focused{border-color:var(--primary-yellow);box-shadow:0 0 0 2px #ffd7001a}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--primary-yellow)}.ant-select-focused:not(.ant-select-disabled).ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--primary-yellow);box-shadow:0 0 0 2px #ffd7001a}.ant-tag{border-radius:4px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--text-dark)}a{color:var(--primary-yellow-dark);text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-yellow)}::selection{background:var(--primary-yellow);color:var(--text-dark)}::-moz-selection{background:var(--primary-yellow);color:var(--text-dark)}.navigation{background:linear-gradient(135deg,gold,#ffed4e);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;padding:0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px}.nav-logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;color:#1a1a1a;cursor:pointer}.logo-icon{font-size:32px;color:#1a1a1a}.logo-text{background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-desktop{display:flex}.nav-menu{background:transparent!important;border-bottom:none!important;font-weight:600;font-size:16px}.nav-menu .ant-menu-item{color:#1a1a1a!important;border-bottom:3px solid transparent!important;transition:all .3s ease}.nav-menu .ant-menu-item:hover{color:#fff!important;border-bottom:3px solid #ffffff!important;background-color:#fff3!important}.nav-menu .ant-menu-item-selected{color:#fff!important;border-bottom:3px solid #ffffff!important;background-color:#ffffff26!important}.nav-menu .ant-menu-item .anticon{font-size:18px}.nav-mobile-btn{display:none;font-size:24px;color:#1a1a1a}.nav-mobile-btn:hover{color:#fff!important;background-color:#fff3!important}.nav-drawer .ant-drawer-header{background:linear-gradient(135deg,gold,#ffed4e);border-bottom:1px solid rgba(0,0,0,.1)}.nav-drawer .ant-drawer-title{color:#1a1a1a;font-weight:700;font-size:20px}.nav-drawer .ant-drawer-body{padding:0}.nav-menu-mobile{border-right:none!important}.nav-menu-mobile .ant-menu-item{font-size:16px;font-weight:600;padding:16px 24px!important;height:auto!important;line-height:1.5!important;margin:0!important;color:#1a1a1a}.nav-menu-mobile .ant-menu-item:hover{background-color:#fff9e6!important;color:gold!important}.nav-menu-mobile .ant-menu-item-selected{background-color:#ffed4e!important;color:#1a1a1a!important}@media(max-width:768px){.nav-desktop{display:none}.nav-mobile-btn{display:block}.nav-container{padding:0 16px}.logo-text{font-size:20px}.logo-icon{font-size:28px}}.hero{background:linear-gradient(135deg,#fffbea,#fff9e6,#ffed4e);padding:120px 24px 80px;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative}.hero-content{flex:1;z-index:2}.hero-title{font-size:56px;font-weight:800;line-height:1.2;color:#1a1a1a;margin-bottom:24px;animation:fadeInUp .8s ease-out}.hero-title-highlight{background:linear-gradient(135deg,gold,#ff9800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:20px;line-height:1.6;color:#4a4a4a;margin-bottom:32px;max-width:600px;animation:fadeInUp .8s ease-out .2s both}.hero-cta{background:linear-gradient(135deg,gold,#ffed4e);border:none;color:#1a1a1a;font-weight:700;font-size:18px;height:56px;padding:0 40px;border-radius:28px;box-shadow:0 4px 16px #ffd70066;transition:all .3s ease;animation:fadeInUp .8s ease-out .4s both}.hero-cta:hover{background:linear-gradient(135deg,#ffed4e,gold)!important;color:#1a1a1a!important;transform:translateY(-2px);box-shadow:0 6px 24px #ffd70080!important}.hero-decoration{flex:1;position:relative;height:400px}.floating-book{position:absolute;font-size:64px;animation:float 3s ease-in-out infinite}.book-1{top:20%;left:20%;animation-delay:0s}.book-2{top:50%;right:20%;animation-delay:1s;font-size:80px}.book-3{bottom:20%;left:40%;animation-delay:2s;font-size:48px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media(max-width:968px){.hero-container{flex-direction:column;text-align:center}.hero-content{align-items:center;display:flex;flex-direction:column}.hero-subtitle{max-width:100%}.hero-decoration{height:200px}}@media(max-width:768px){.hero{padding:80px 16px 60px}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-cta{font-size:16px;height:48px;padding:0 32px}.floating-book{font-size:48px}.book-2{font-size:56px}.book-3{font-size:36px}}.book-card{height:100%;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid #f0f0f0}.book-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #ffd7004d;border-color:gold}.book-card .ant-card-body{padding:20px;display:flex;flex-direction:column;gap:12px}.book-cover{height:280px;background:linear-gradient(135deg,#fff9e6,#ffed4e);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.book-cover-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.book-card:hover .book-cover-image{transform:scale(1.05)}.book-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#ffd7001a,#ffed4e33);transition:all .3s ease}.book-card:hover .book-placeholder{transform:scale(1.1)}.book-icon{font-size:120px;opacity:.6}.book-category{margin-bottom:8px}.book-category .ant-tag{font-weight:600;border:none;padding:4px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.book-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.4;min-height:50px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-author{font-size:14px;color:#666;font-style:italic;margin:0}.book-description{font-size:14px;color:#4a4a4a;line-height:1.6;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.book-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.book-price{font-size:20px;font-weight:800;color:gold;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.book-btn{background:linear-gradient(135deg,gold,#ffed4e);border:none;color:#1a1a1a;font-weight:600;height:40px;border-radius:20px;transition:all .3s ease}.book-btn:hover{background:linear-gradient(135deg,#ffed4e,gold)!important;color:#1a1a1a!important;transform:scale(1.05);box-shadow:0 4px 12px #ffd70066!important}@media(max-width:768px){.book-cover{height:220px}.book-icon{font-size:80px}.book-title{font-size:16px;min-height:44px}.book-description{font-size:13px}.book-price{font-size:20px}}.catalog{background:#fff;padding:80px 24px}.catalog-container{max-width:1200px;margin:0 auto}.catalog-header{text-align:center;margin-bottom:48px}.catalog-title{font-size:42px;font-weight:800;color:#1a1a1a;margin-bottom:16px;background:linear-gradient(135deg,#1a1a1a,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.catalog-subtitle{font-size:18px;color:#666;max-width:600px;margin:0 auto}.catalog-filters{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.search-input{flex:1;min-width:250px;border-radius:8px;border:2px solid #f0f0f0;transition:all .3s ease}.search-input:hover,.search-input:focus{border-color:gold;box-shadow:0 0 0 2px #ffd7001a}.search-input .ant-input{font-size:16px}.category-select{width:200px;border-radius:8px}.category-select .ant-select-selector{border:2px solid #f0f0f0!important;border-radius:8px!important;height:48px!important;display:flex;align-items:center;font-size:16px;transition:all .3s ease}.category-select:hover .ant-select-selector,.category-select.ant-select-focused .ant-select-selector{border-color:gold!important;box-shadow:0 0 0 2px #ffd7001a!important}.catalog-results{margin-bottom:24px}.results-count{font-size:16px;color:#666;font-weight:600}.no-results{text-align:center;padding:80px 24px;color:#999}.no-results p{font-size:18px;margin:8px 0}.no-results p:first-child{font-weight:600;font-size:24px;color:#666}@media(max-width:768px){.catalog{padding:60px 16px}.catalog-title{font-size:32px}.catalog-subtitle{font-size:16px}.catalog-filters{flex-direction:column}.search-input,.category-select{width:100%}.results-count{font-size:14px}}.footer{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:60px 24px 24px}.footer-container{max-width:1200px;margin:0 auto}.footer-heading{font-size:20px;font-weight:700;color:gold;margin-bottom:20px;position:relative;padding-bottom:12px}.footer-heading:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background:linear-gradient(90deg,#ffd700 0%,transparent 100%)}.footer-text{font-size:15px;line-height:1.8;color:#ccc;margin:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;font-size:15px;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:gold;transform:translate(5px)}.footer-social{display:flex;gap:16px}.social-link{width:44px;height:44px;border-radius:50%;background:#ffd7001a;border:2px solid #ffd700;display:flex;align-items:center;justify-content:center;color:gold;font-size:20px;transition:all .3s ease;text-decoration:none}.social-link:hover{background:gold;color:#1a1a1a;transform:translateY(-4px);box-shadow:0 4px 12px #ffd70066}.footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,215,0,.2);text-align:center}.footer-copyright{font-size:14px;color:#999;margin:0}@media(max-width:768px){.footer{padding:40px 16px 16px}.footer-heading{font-size:18px;margin-bottom:16px}.footer-text,.footer-links a{font-size:14px}.social-link{width:40px;height:40px;font-size:18px}.footer-bottom{margin-top:32px}.footer-copyright{font-size:13px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,gold,#ffed4e);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ffed4e,gold)}
