.layout{min-height:100vh}.header{display:flex;align-items:center;padding:0 50px;background:#001529}.logo{color:#fff;font-size:20px;font-weight:700;margin-right:50px;cursor:pointer}.content{padding:24px;min-height:calc(100vh - 134px)}.footer{text-align:center;background:#f0f2f5}.home{max-width:1200px;margin:0 auto}.hero{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;margin-bottom:40px}.hero h1{color:#fff!important}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{text-align:center}.products-page{max-width:1200px;margin:0 auto}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.products-header h1{margin:0}.products-filters{display:flex;gap:16px}.product-detail-page{max-width:1200px;margin:0 auto}.product-detail-container{margin:0 auto}.product-info{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}.product-image-section,.product-details-section{flex:1;min-width:300px}.product-meta{margin-bottom:16px}.product-price{margin-bottom:24px}.product-description{margin-top:24px}.order-form{max-width:600px;margin:0 auto}@media (max-width: 768px){.product-info{flex-direction:column}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:20px}.auth-card{width:100%;max-width:400px}.admin-page{max-width:1400px;margin:0 auto}*{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-color:#f5f5f5}#root{min-height:100vh}
