:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}@media (max-width: 768px){body{font-size:14px}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.App{min-height:100vh}.app-layout{min-height:100vh;background:transparent}.app-content{min-height:calc(100vh - 140px);padding:0}.container{max-width:1400px;margin:0 auto;padding:0 24px}.glass-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s ease}.glass-card:hover{box-shadow:0 4px 16px #0000001a}.modern-btn{background:#1677ff;border:none;border-radius:8px;color:#fff;font-weight:600;padding:10px 20px;height:auto;transition:background-color .2s ease}.modern-btn:hover{background:#0958d9}.navbar-modern{background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #00000014;position:relative;z-index:1000;height:auto;min-height:70px;line-height:normal;padding:.5rem 0;margin:0}.nav-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:.5rem 2rem;height:auto;min-height:70px;gap:2rem}.nav-brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;text-decoration:none;color:#1677ff;font-weight:700;font-size:24px}.brand-logo{font-size:32px;margin-right:8px}.brand-name{color:#1677ff}.nav-menu{order:2;flex:1;display:flex;justify-content:flex-start;margin-left:1rem}.nav-menu-items{background:transparent;border:none;justify-content:center}.nav-menu-items .ant-menu-item{margin:0 8px;border-radius:8px;transition:background-color .2s ease}.nav-menu-items .ant-menu-item:hover{background:#1677ff0d}.nav-menu-items .ant-menu-item a{color:#666;font-weight:500;text-decoration:none}.nav-menu-items .ant-menu-item-selected a{color:#1677ff}.nav-actions{display:flex;align-items:center}.nav-icon-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.nav-icon-btn:hover{background:#1677ff0d}.user-info{cursor:pointer;padding:6px 10px;border-radius:8px;transition:background-color .2s ease}.user-info:hover{background:#1677ff0d}.username{font-weight:500;color:#333}.product-card-modern{aspect-ratio:3/4;border-radius:20px;overflow:hidden;position:relative}.product-image{width:100%;height:75%;object-fit:cover;transition:transform .4s ease}.product-card-modern:hover .product-image{transform:scale(1.05)}.product-info{padding:16px;background:#fff;height:25%;display:flex;flex-direction:column;justify-content:space-between}.grid-modern{display:grid;gap:32px}.grid-2-modern{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.grid-3-modern{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4-modern{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.loading-modern{display:flex;justify-content:center;align-items:center;height:300px}.spinner-modern{width:60px;height:60px;border:4px solid rgba(102,126,234,.2);border-top:4px solid #667eea;border-radius:50%;animation:spin-modern 1s linear infinite}@keyframes spin-modern{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gradient-text{color:#1677ff;font-weight:700}.ad-slot{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:2rem;margin:2rem 0;color:#fff;text-align:center;box-shadow:0 8px 32px #667eea4d}.review-section{background:#fffc;border-radius:20px;padding:2rem;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.star-rating{color:#ffc107;font-size:20px}.main-content{padding-top:1rem!important;margin-top:0!important}.page-container{min-height:100vh;padding-top:1rem!important;margin-top:0!important}.nav-mobile{display:none}.nav-desktop{display:flex;align-items:center;justify-content:center;width:100%;gap:2rem}.nav-desktop-two-rows{width:100%;display:flex;flex-direction:column;gap:.5rem}.nav-top-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0}.nav-bottom-row{display:flex;justify-content:flex-end;width:100%;padding:.5rem 0;border-top:1px solid #f0f0f0}.nav-bottom-row .nav-actions{margin-left:auto}@media (min-width: 769px){.nav-desktop{display:flex!important}.nav-desktop-two-rows,.nav-mobile{display:none!important}}@media (max-width: 768px){.nav-desktop{display:none!important}.nav-desktop-two-rows{display:flex!important;flex-direction:column;width:100%}.nav-mobile{display:none!important}.nav-mobile-top{display:flex;justify-content:center;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.nav-mobile-bottom{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;gap:1rem}.navbar-modern{min-height:auto;padding:0;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 2px #00000008}.nav-container{padding:.5rem 1rem;min-height:auto}.brand-link{font-size:18px;font-weight:700;white-space:nowrap}.brand-logo{font-size:24px;margin-right:8px}.brand-name{font-size:18px}.nav-menu{flex:1;display:flex;justify-content:flex-start}.nav-menu-items{justify-content:flex-start;flex-wrap:wrap;background:transparent;border:none;width:100%;height:auto!important}.nav-menu-items .ant-menu{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;height:auto!important;line-height:normal!important;border:none!important;box-shadow:none!important;background:transparent!important}.nav-menu-items .ant-menu-item{margin:2px 8px 2px 0;padding:0 12px;font-size:13px;border-radius:6px;height:32px;line-height:32px}.nav-menu-items .ant-menu-item:hover{background:#1677ff08;transform:none}.nav-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-left:0}.nav-icon-btn{width:32px;height:32px;font-size:14px;background:transparent;border:none;box-shadow:none}.nav-icon-btn:hover{background:#1677ff08;transform:none;box-shadow:none}.user-info{padding:4px 8px;font-size:13px;background:transparent;border:none}.user-info:hover{background:#1677ff08;box-shadow:none}.username{display:none}.ant-col{padding:8px}.glass-card{margin:8px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f}.footer-content{padding:0 1rem}}@media (max-width: 480px){.navbar-modern{min-height:auto;padding:0;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 3px #0000000d;position:relative}.nav-container{padding:.5rem;gap:.25rem;min-height:auto;flex-direction:column;align-items:stretch}.brand-link{font-size:15px;font-weight:600}.brand-logo{font-size:18px;margin-right:3px}.brand-name{font-size:15px}.nav-menu{order:2;margin-left:0;margin-bottom:.5rem;display:flex;justify-content:center}.nav-menu-items{justify-content:center;flex-wrap:wrap;background:transparent;border:none;width:100%;height:auto!important}.nav-menu-items .ant-menu{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;height:auto!important;line-height:normal!important;border:none!important;box-shadow:none!important;background:transparent!important}.nav-menu-items .ant-menu-item{margin:2px;padding:0 8px;font-size:11px;border-radius:6px;height:28px;line-height:28px}.nav-menu-items .ant-menu-item:hover{background:#1677ff08;transform:none}.nav-actions{gap:.2rem;justify-content:center;margin-left:0}.nav-icon-btn{width:28px;height:28px;font-size:12px;background:transparent;border:none;box-shadow:none}.nav-icon-btn:hover{background:#1677ff08;transform:none;box-shadow:none}.user-info{padding:2px 6px;font-size:11px;background:transparent;border:none}.user-info:hover{background:#1677ff08;box-shadow:none}}@media (max-width: 480px){.navbar-modern{min-height:auto;padding:0;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 2px #00000008;position:relative}.nav-container{padding:.5rem;gap:.15rem;min-height:auto;justify-content:space-between;flex-direction:column;align-items:stretch}.brand-link{font-size:14px;font-weight:600;white-space:nowrap}.brand-logo{font-size:16px;margin-right:3px}.brand-name{font-size:14px}.nav-menu{order:2;margin-left:0;margin-bottom:.5rem;display:flex;justify-content:center}.nav-menu-items .ant-menu-item{margin:2px;padding:0 6px;font-size:10px;border-radius:4px;height:24px;line-height:24px}.nav-menu-items .ant-menu-item:hover{background:#1677ff05;transform:none}.nav-actions{gap:.15rem;justify-content:center;margin-left:0}.nav-icon-btn{width:24px;height:24px;font-size:10px;background:transparent;border:none;box-shadow:none}.nav-icon-btn:hover{background:#1677ff05;transform:none;box-shadow:none}.user-info{padding:1px 4px;font-size:10px;background:transparent;border:none}.user-info:hover{background:#1677ff05;box-shadow:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#1677ff,#52c41a);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#0958d9,#389e0d)}.fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .4s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.bounce-in{animation:bounceIn .6s ease-out}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
