*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-color: #9b59b6;--primary-dark: #8e44ad;--primary-light: #e8daef;--secondary-color: #6c3483;--accent-color: #d7bde2;--text-color: #333;--text-light: #666;--border-color: #e8daef;--background: #ffffff;--background-light: #f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-color);background-color:var(--background)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}a{color:var(--primary-color);text-decoration:none}a:hover{opacity:.8}#root{width:100%}button{font-family:inherit}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.language-switcher{display:flex;gap:.25rem;align-items:center}.lang-btn{padding:.5rem .75rem;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.lang-btn:hover{background:#ffffff1a;border-color:#ffffff80}.lang-btn.active{background:#fff;color:#9b59b6;border-color:#fff;cursor:default}.admin-lang-switcher{display:flex;gap:.25rem;align-items:center}.admin-lang-switcher .lang-btn{border-color:#ffffff4d;background:#fff;color:#9b59b6}.admin-lang-switcher .lang-btn:hover{background:#ffffff1a}.admin-lang-switcher .lang-btn.active{background:#fff;color:gray}.layout{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-image{height:40px;width:auto;max-width:200px;object-fit:contain;transition:opacity .3s ease}.logo-image:hover{opacity:.9}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav a:hover{opacity:.8}.cart-link{position:relative}.cart-badge{position:absolute;top:-8px;right:-12px;background:var(--error-color);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.main-content{flex:1;padding:2rem 0}.footer{background:var(--background-dark);color:#fff;padding:2rem 0;text-align:center;margin-top:4rem}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--accent-color);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer p{margin:0;font-size:.9rem;color:#fffc}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.nav{gap:1rem}.logo{font-size:1.25rem}}.hero{background:var(--hero-background, linear-gradient(135deg, #e8daef 0%, #f4ecf7 100%));padding:4rem 0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3.5rem;color:var(--secondary-color, #6c3483);margin-bottom:1rem;line-height:1.2;transition:all .3s ease}.hero-text h1:hover{color:var(--primary-color, #9b59b6);transform:translate(5px)}.hero-subtitle{font-size:1.5rem;color:var(--primary-color, #9b59b6);margin-bottom:1rem;font-style:italic}.hero-description{font-size:1.125rem;color:var(--text-light, #666);line-height:1.8;margin-bottom:2rem}.hero-image{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000026}.hero-image img{width:100%;height:auto;display:block}@media(max-width:768px){.hero-content{grid-template-columns:1fr}.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}.card{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 16px #00000026}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--button-text-primary)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-dark) 100%)}.btn-secondary{background:var(--primary-light);color:var(--button-text-secondary)}.btn-secondary:hover:not(:disabled){background:var(--accent-color)}.btn-danger{background:var(--error-color);color:var(--button-text-danger)}.btn-danger:hover:not(:disabled){background:var(--error-color);filter:brightness(.9)}.btn-full-width{width:100%}.product-card{height:100%;display:flex;flex-direction:column}.product-image{width:100%;height:250px;overflow:hidden;border-radius:8px;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-image.image-error{display:flex;align-items:center;justify-content:center;background-color:var(--background-light);color:var(--text-muted);font-size:.9rem}.product-image.image-error:before{content:"📷 Image not available"}.product-details{flex:1;display:flex;flex-direction:column}.product-name{font-size:1.5rem;margin-bottom:.5rem;color:var(--secondary-color)}.product-description{color:var(--text-light);margin-bottom:1rem;flex:1;line-height:1.6}.product-price{font-size:1.75rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.product-actions{display:flex;flex-direction:column;gap:1rem}.quantity-selector{display:flex;align-items:center;gap:.5rem;justify-content:center}.quantity-btn{width:40px;height:40px;border:2px solid var(--primary-color);background:var(--background);color:var(--primary-color);font-size:1.25rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease}.quantity-btn:hover{background:var(--primary-color);color:var(--button-text-primary)}.quantity-input{width:60px;height:40px;text-align:center;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-weight:600}.quantity-input:focus{outline:none;border-color:var(--primary-color)}.button-group{display:flex;gap:.5rem}.button-group button{flex:1}.success-message{color:var(--success-color);font-weight:600;text-align:center;margin-top:.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.button-group{flex-direction:column}}.products-section{padding:4rem 0}.section-title{font-size:2.5rem;color:var(--secondary-color, #6c3483);text-align:center;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.loading-text{text-align:center;color:var(--text-light, #666);font-size:1.125rem}.no-products{text-align:center;padding:3rem;color:var(--text-light, #666)}.no-products p{font-size:1.125rem;margin-bottom:.5rem}.no-products .note{color:var(--primary-color, #9b59b6);font-style:italic}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}.features-section{background:var(--section-background, #f9f9f9);padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{font-size:1.5rem;color:var(--secondary-color, #6c3483);margin-bottom:.5rem}.feature p{color:var(--text-light, #666);line-height:1.6}.newsletter{background:linear-gradient(135deg,var(--section-background) 0%,var(--accent-color) 100%);padding:3rem 0;margin-top:4rem}.newsletter-content{max-width:600px;margin:0 auto;text-align:center;padding:0 1.5rem}.newsletter h3{font-size:2rem;color:var(--secondary-color);margin-bottom:.5rem}.newsletter p{color:var(--text-light);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:.75rem 1rem;border:2px solid var(--accent-color);border-radius:8px;font-size:1rem;transition:border-color .3s ease}.newsletter-input:focus{outline:none;border-color:var(--primary-color)}.newsletter-message{margin-top:1rem;font-weight:600}.newsletter-message.success{color:var(--success-color)}.newsletter-message.error{color:var(--error-color)}@media(max-width:768px){.newsletter-form{flex-direction:column}}.custom-home-content{line-height:1.6;color:var(--text-color, #333)}.custom-home-content h1,.custom-home-content h2,.custom-home-content h3,.custom-home-content h4,.custom-home-content h5,.custom-home-content h6{color:var(--secondary-color, #6c3483);margin-bottom:1rem}.custom-home-content h1{font-size:3rem;text-align:center;margin-bottom:2rem}.custom-home-content h2{font-size:2.5rem;text-align:center;margin:3rem 0 2rem}.custom-home-content p{margin-bottom:1rem;font-size:1.125rem}.custom-home-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.custom-home-content ul,.custom-home-content ol{margin-bottom:1rem;padding-left:2rem}.custom-home-content a{color:var(--primary-color, #9b59b6);text-decoration:none}.custom-home-content a:hover{text-decoration:underline}@media(max-width:768px){.custom-home-content h1{font-size:2.5rem}.custom-home-content h2{font-size:2rem}}.cart-page{padding:2rem 0}.cart-page h1{color:#6c3483;margin-bottom:2rem}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart h2{color:#6c3483;font-size:2rem;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;align-items:center}.cart-item-image{width:120px;height:120px;overflow:hidden;border-radius:8px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h3{color:#6c3483;margin-bottom:.5rem}.cart-item-price{color:#9b59b6;font-weight:600;margin-bottom:1rem}.cart-item-quantity{display:flex;gap:.5rem;align-items:center}.quantity-btn{width:32px;height:32px;border:2px solid #9b59b6;background:#fff;color:#9b59b6;font-size:1.125rem;font-weight:700;border-radius:6px;cursor:pointer;transition:all .3s ease}.quantity-btn:hover{background:#9b59b6;color:#fff}.quantity-input{width:50px;height:32px;text-align:center;border:2px solid #e8daef;border-radius:6px;font-size:.875rem;font-weight:600}.quantity-input:focus{outline:none;border-color:#9b59b6}.cart-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.cart-item-subtotal{font-size:1.25rem;font-weight:700;color:#6c3483}.cart-summary h2{color:#6c3483;margin-bottom:1.5rem;font-size:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e8daef}.summary-row.total{font-size:1.25rem;font-weight:700;color:#6c3483;border-bottom:none;margin-top:.5rem;padding-top:1rem;border-top:2px solid #9b59b6}.cart-summary button,.cart-summary a{margin-top:1rem;display:block}@media(max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{order:-1}}@media(max-width:640px){.cart-item{grid-template-columns:1fr;text-align:center}.cart-item-image{margin:0 auto}.cart-item-actions{align-items:center}}.checkout-page{padding:2rem 0}.checkout-page h1{color:#6c3483;margin-bottom:2rem}.empty-checkout{text-align:center;padding:4rem 2rem}.empty-checkout h2{color:#6c3483;font-size:2rem;margin-bottom:1rem}.empty-checkout p{color:#666;margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-form-card h2{color:#6c3483;margin-bottom:1.5rem;font-size:1.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e8daef;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#9b59b6}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#e74c3c}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem}.recaptcha-container{margin:.5rem 0;display:inline-block}.order-summary h2{color:#6c3483;margin-bottom:1.5rem;font-size:1.5rem}.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e8daef}.summary-item-info{display:flex;flex-direction:column;gap:.25rem}.summary-item-name{color:#6c3483;font-weight:600}.summary-item-qty{color:#666;font-size:.875rem}.summary-item-price{color:#9b59b6;font-weight:600}.summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:#6c3483;padding-top:1rem;border-top:2px solid #9b59b6}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.order-summary{order:-1}}.order-confirmation{padding:4rem 0;display:flex;justify-content:center}.confirmation-card{max-width:600px;text-align:center}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.confirmation-card h1{color:#6c3483;margin-bottom:1rem;font-size:2rem}.order-id{color:#666;margin-bottom:1.5rem;font-size:1.125rem}.order-id strong{color:#9b59b6;font-family:monospace}.confirmation-message{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.next-steps{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.next-steps h3{color:#6c3483;margin-bottom:1rem;font-size:1.25rem}.next-steps ul{list-style:none;padding:0}.next-steps li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.next-steps li:before{content:"→";position:absolute;left:0;color:#9b59b6;font-weight:700}.confirmation-actions{margin-top:2rem}.legal-page{padding:3rem 1rem;max-width:900px;margin:0 auto}.legal-content{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.legal-content h1{color:#6c3483;font-size:2.5rem;margin-bottom:.5rem}.legal-content .last-updated{color:#666;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#8e44ad;font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e8daef}.legal-content h3{color:#9b59b6;font-size:1.25rem;margin:1.5rem 0 .75rem}.legal-content p{line-height:1.8;margin-bottom:1rem;color:#333}.legal-content ul{margin:1rem 0 1rem 1.5rem;line-height:1.8}.legal-content li{margin-bottom:.75rem;color:#444}.legal-content strong{color:#6c3483;font-weight:600}.legal-content a{color:#9b59b6;text-decoration:none;border-bottom:1px solid #d7bde2}.legal-content a:hover{color:#6c3483;border-bottom-color:#6c3483}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-content{padding:1.5rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.1rem}}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.not-found-content{text-align:center;max-width:600px;margin:0 auto}.not-found-visual{margin-bottom:2rem}.error-code{font-size:6rem;font-weight:700;color:#9b59b6;opacity:.3;margin-bottom:1rem;font-family:Georgia,serif}.error-illustration{margin:1rem 0}.lavender-icon{font-size:4rem;opacity:.7;animation:gentle-sway 3s ease-in-out infinite}@keyframes gentle-sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.not-found-text h1{color:#6c3483;font-size:2.5rem;margin-bottom:1rem;font-weight:600}.error-message{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.suggestions{margin:2rem 0}.suggestions h3{color:#6c3483;font-size:1.2rem;margin-bottom:1rem}.suggestion-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.suggestion-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #e8daef;border-radius:8px;text-decoration:none;color:#6c3483;font-weight:500;transition:all .2s}.suggestion-link:hover{border-color:#9b59b6;background:#f8f5ff;transform:translateY(-2px);box-shadow:0 4px 12px #9b59b626}.suggestion-link .icon{font-size:1.2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:2rem}.not-found-actions a{text-decoration:none}@media(max-width:768px){.not-found-page{padding:1rem 0;min-height:60vh}.error-code{font-size:4rem}.not-found-text h1{font-size:2rem}.error-message{font-size:1rem}.suggestion-links{flex-direction:column;align-items:center}.suggestion-link{width:100%;max-width:250px;justify-content:center}.not-found-actions{flex-direction:column;width:100%}.not-found-actions button,.not-found-actions a{width:100%;max-width:200px}}@media(max-width:480px){.error-code{font-size:3rem}.not-found-text h1{font-size:1.5rem}.lavender-icon{font-size:3rem}}.not-found-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-page{min-height:calc(100vh - 140px);padding:2rem 0}.custom-page .container{max-width:800px;margin:0 auto}.loading{text-align:center;padding:4rem 0;font-size:1.1rem;color:var(--text-light, #666)}.custom-page-content{background:var(--background, #ffffff);border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.custom-page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--primary-light, #f5f3ff)}.custom-page-header h1{margin:0;font-size:2.5rem;font-weight:700;color:var(--text-color, #333);line-height:1.2}.custom-page-body{margin-bottom:2rem;line-height:1.7;color:var(--text-color, #333)}.custom-page-body h1,.custom-page-body h2,.custom-page-body h3,.custom-page-body h4,.custom-page-body h5,.custom-page-body h6{color:var(--text-color, #333);margin:1.5rem 0 1rem;font-weight:600}.custom-page-body h1{font-size:2rem;border-bottom:2px solid var(--primary-light, #f5f3ff);padding-bottom:.5rem}.custom-page-body h2{font-size:1.75rem;color:var(--primary-color, #9c88d4)}.custom-page-body h3{font-size:1.5rem}.custom-page-body h4{font-size:1.25rem}.custom-page-body h5{font-size:1.1rem}.custom-page-body h6{font-size:1rem}.custom-page-body p{margin:1rem 0}.custom-page-body ul,.custom-page-body ol{margin:1rem 0;padding-left:2rem}.custom-page-body li{margin:.5rem 0}.custom-page-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-color, #9c88d4);background:var(--background-light, #fafafa);font-style:italic;color:var(--text-light, #666)}.custom-page-body code{background:var(--background-light, #f5f5f5);padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem}.custom-page-body pre{background:var(--background-light, #f5f5f5);padding:1rem;border-radius:4px;overflow-x:auto;margin:1rem 0}.custom-page-body pre code{background:none;padding:0}.custom-page-body a{color:var(--primary-color, #9c88d4);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.custom-page-body a:hover{border-bottom-color:var(--primary-color, #9c88d4)}.custom-page-body img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.custom-page-body table{width:100%;border-collapse:collapse;margin:1rem 0}.custom-page-body th,.custom-page-body td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color, #eee)}.custom-page-body th{background:var(--background-light, #fafafa);font-weight:600;color:var(--text-color, #333)}.custom-page-body hr{border:none;height:2px;background:var(--border-color, #eee);margin:2rem 0}.custom-page-footer{padding-top:1rem;border-top:1px solid var(--border-color, #eee)}.page-meta{display:flex;justify-content:flex-end;font-size:.9rem;color:var(--text-light, #666)}.page-meta time{font-style:italic}@media(max-width:768px){.custom-page{padding:1rem 0}.custom-page-content{padding:1.5rem 1rem;margin:0 1rem}.custom-page-header h1{font-size:2rem}.custom-page-body h1{font-size:1.75rem}.custom-page-body h2{font-size:1.5rem}.custom-page-body h3{font-size:1.25rem}.custom-page-body ul,.custom-page-body ol{padding-left:1.5rem}.custom-page-body blockquote{padding:.75rem 1rem}.custom-page-body table{font-size:.9rem}.custom-page-body th,.custom-page-body td{padding:.5rem}}@media print{.custom-page{padding:0}.custom-page-content{box-shadow:none;padding:0}.page-meta{display:none}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8daef,#d7bde2);padding:2rem}.admin-login-container{width:100%;max-width:450px}.login-card{padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#6c3483;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#666}.form-group label{display:block;color:#6c3483;font-weight:600;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e8daef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#9b59b6}.error-message{color:#e74c3c;margin-bottom:1rem;text-align:center}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:260px;background:linear-gradient(180deg,#6c3483,#8e44ad);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;transition:width .3s ease;overflow:hidden}.admin-sidebar.collapsed{width:70px}.admin-logo{padding:2rem 1.5rem;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.2);white-space:nowrap;transition:padding .3s ease}.admin-sidebar.collapsed .admin-logo{padding:2rem .75rem;justify-content:center}.logo-icon{font-size:2rem}.sidebar-toggle{position:absolute;top:1.5rem;right:.5rem;background:#fff3;border:none;color:#fff;width:30px;height:30px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.sidebar-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.sidebar-toggle:active{transform:scale(.95)}.toggle-icon{font-size:1rem;line-height:1}.admin-nav{flex:1;padding:1.5rem 0}.admin-nav-link{display:block;padding:1rem 1.5rem;color:#fff;text-decoration:none;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-align:left}.admin-sidebar.collapsed .admin-nav-link{padding:1rem 0;text-align:center;font-size:1.5rem}.admin-nav-link:hover{background:#ffffff26;padding-left:2rem;border-left:4px solid #e8daef}.admin-sidebar.collapsed .admin-nav-link:hover{padding-left:0;border-left:none;background:#ffffff26}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.admin-sidebar.collapsed .admin-sidebar-footer{padding:1rem .5rem;display:flex;justify-content:center}.logout-icon-button{background:#fff3;border:none;color:#fff;width:45px;height:45px;border-radius:8px;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.logout-icon-button:hover{background:#ffffff4d;transform:scale(1.05)}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column;transition:margin-left .3s ease}.admin-main.sidebar-collapsed{margin-left:70px}.admin-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end;align-items:center}.admin-content{flex:1;padding:2rem;max-width:1400px}@media(max-width:768px){.admin-sidebar{width:200px}.admin-sidebar.collapsed{width:60px}.admin-main{margin-left:200px}.admin-main.sidebar-collapsed{margin-left:60px}.admin-logo{font-size:1.25rem;padding:1.5rem 1rem}.admin-sidebar.collapsed .admin-logo{padding:1.5rem .5rem}.admin-header{padding:.75rem 1rem}}.admin-page{padding:2rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-page-header h1{color:#6c3483;font-size:2.5rem;margin:0}.admin-page-header.no-action{justify-content:flex-start}.admin-form-card{margin-bottom:2rem}.admin-form-card h2{color:#6c3483;margin-bottom:1.5rem;font-size:1.5rem}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{display:block;color:#6c3483;font-weight:600;margin-bottom:.5rem}.admin-form-group input,.admin-form-group textarea,.admin-form-group select{width:100%;padding:.75rem;border:2px solid #e8daef;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.admin-form-group input:focus,.admin-form-group textarea:focus,.admin-form-group select:focus{outline:none;border-color:#9b59b6}.admin-form-actions{display:flex;gap:1rem;margin-top:2rem}.admin-form-actions.top{margin-bottom:2rem;margin-top:0}.admin-filters{display:flex;gap:1rem;margin-bottom:2rem;align-items:center}.admin-filters label{font-weight:500;color:#6c3483}.admin-filters select{padding:.5rem;border:1px solid #d7bde2;border-radius:4px;font-size:.9rem}.admin-grid{display:grid;gap:1rem}.admin-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.admin-list-item{background:#fff;border:1px solid #e8daef;border-radius:8px;padding:1.5rem;transition:all .2s}.admin-list-item:hover{border-color:#9b59b6;box-shadow:0 2px 8px #9b59b61a}.admin-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.admin-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.admin-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.admin-loading{text-align:center;padding:2rem;color:#6c3483;font-size:1.1rem}.admin-no-data{text-align:center;padding:3rem 2rem;color:#6c757d}.admin-no-data h3{color:#6c3483;margin-bottom:1rem}@media(max-width:768px){.admin-page{padding:1rem}.admin-page-header{flex-direction:column;gap:1rem;text-align:center}.admin-page-header h1{font-size:2rem}.admin-form-row{grid-template-columns:1fr}.admin-form-actions{flex-direction:column}}.admin-dashboard h1{color:#6c3483;margin-bottom:2rem;font-size:2.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{display:flex;align-items:center;gap:1.5rem}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem}.stat-icon.products{background:linear-gradient(135deg,#3498db,#2980b9)}.stat-icon.orders{background:linear-gradient(135deg,#e74c3c,#c0392b)}.stat-content h3{color:#666;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.stat-number{font-size:2rem;font-weight:700;color:#6c3483;margin-bottom:.25rem}.stat-detail{color:#9b59b6;font-size:.875rem}.dashboard-quick-links h2{color:#6c3483;margin-bottom:1.5rem;font-size:1.75rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.quick-link-card h3{color:#6c3483;margin-bottom:.5rem;font-size:1.25rem}.quick-link-card p{color:#666;margin-bottom:1rem}.quick-link-btn{color:#9b59b6;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.quick-link-btn:hover{gap:1rem}.image-upload{width:100%}.upload-area{border:2px dashed var(--border-color, #e0e0e0);border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--background-light, #fafafa);position:relative;min-height:150px;display:flex;align-items:center;justify-content:center}.upload-area:hover:not(.disabled){border-color:var(--primary-color, #9c88d4);background:var(--background, #ffffff)}.upload-area.drag-over{border-color:var(--primary-color, #9c88d4);background:var(--primary-light, #f5f3ff);transform:scale(1.02)}.upload-area.disabled{opacity:.6;cursor:not-allowed;background:var(--background-light, #f5f5f5)}.upload-area.has-image{padding:0;border:none;background:transparent}.image-preview{position:relative;width:100%;height:200px;border-radius:8px;overflow:hidden;background-image:linear-gradient(45deg,#cccccc 25%,transparent 25%),linear-gradient(-45deg,#cccccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#cccccc 75%),linear-gradient(-45deg,transparent 75%,#cccccc 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;background-color:#fff;display:flex;align-items:center;justify-content:center}.image-preview img{width:auto;height:100%;max-width:100%;max-height:100%;display:block}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.image-preview:hover .image-overlay{opacity:1}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}.upload-icon{font-size:48px;opacity:.6}.upload-text{text-align:center}.primary-text{margin:0 0 8px;font-size:16px;font-weight:500;color:var(--text-color, #333)}.secondary-text{margin:0;font-size:14px;color:var(--text-light, #666)}.upload-progress{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--primary-color, #9c88d4);font-weight:500}.spinner{width:20px;height:20px;border:2px solid var(--border-color, #e0e0e0);border-top:2px solid var(--primary-color, #9c88d4);border-radius:50%;animation:spin 1s linear infinite}.upload-hint{text-align:center}.upload-hint span{background:#000000b3;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500}@media(max-width:768px){.upload-area{min-height:120px;padding:16px}.upload-icon{font-size:36px}.primary-text{font-size:14px}.secondary-text{font-size:12px}.image-preview{height:150px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;gap:1rem}.products-list{display:flex;flex-direction:column;gap:1rem}.product-item{display:grid;grid-template-columns:150px 1fr auto;gap:1.5rem;align-items:center}.product-item-image{width:150px;height:150px;overflow:hidden;border-radius:8px;position:relative}.product-item-image img{width:100%;height:100%;object-fit:cover}.inactive-badge{position:absolute;top:.5rem;right:.5rem;background:#e74c3c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.product-item-details h3{color:#6c3483;margin-bottom:.5rem}.product-item-details p{color:#666;margin-bottom:.5rem}.product-price{font-size:1.25rem;font-weight:700;color:#9b59b6}.product-item-actions{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}.product-item{grid-template-columns:1fr;text-align:center}.product-item-image{margin:0 auto}}.admin-orders h1{color:#6c3483;margin-bottom:2rem;font-size:2.5rem}.orders-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.orders-list{display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 200px);overflow-y:auto}.order-card{cursor:pointer;transition:all .3s ease}.order-card:hover{transform:translateY(-2px)}.order-card.selected{border:2px solid #9b59b6}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-header h3{color:#6c3483;margin-bottom:.25rem}.order-date{color:#999;font-size:.875rem}.order-status-badge{padding:.25rem .75rem;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase}.order-info p{color:#666;margin-bottom:.5rem}.order-details{position:sticky;top:1rem}.order-details h2{color:#6c3483;margin-bottom:1.5rem}.details-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e8daef}.details-section:last-child{border-bottom:none}.details-section h3{color:#6c3483;margin-bottom:1rem;font-size:1.125rem}.details-section p{color:#666;margin-bottom:.5rem;line-height:1.6}.order-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.order-total{display:flex;justify-content:space-between;padding-top:1rem;margin-top:1rem;border-top:2px solid #9b59b6;color:#6c3483;font-size:1.125rem}.status-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.status-buttons button{text-transform:capitalize}.no-data{text-align:center;color:#666;padding:2rem}@media(max-width:968px){.orders-container{grid-template-columns:1fr}.orders-list{max-height:none}}.content-item{background:#fff;border:1px solid #e8daef;border-radius:8px;padding:1.5rem;transition:all .2s}.content-item:hover{border-color:#9b59b6;box-shadow:0 2px 8px #9b59b61a}.content-item-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.content-item-key{font-family:Courier New,monospace;font-size:.9rem;color:#8e44ad;font-weight:600}.content-item-category{display:inline-block;padding:.25rem .75rem;background:#e8daef;color:#6c3483;border-radius:12px;font-size:.8rem;font-weight:500}.content-item-languages{display:grid;gap:1rem;margin-bottom:1rem}.content-language{border-left:3px solid #9b59b6;padding-left:1rem}.content-language-label{font-weight:600;color:#6c3483;margin-bottom:.5rem;text-transform:uppercase;font-size:.85rem}.content-language-text{color:#2c3e50;line-height:1.6}.content-language-text.empty{color:#95a5a6;font-style:italic}.content-item-description{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem;font-style:italic}.content-item-actions{display:flex;gap:.5rem}.content-form{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e8daef;margin-bottom:2rem}.content-form h2{color:#6c3483;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#6c3483}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d7bde2;border-radius:4px;font-size:1rem;font-family:inherit}.form-group textarea{min-height:100px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#9b59b6;box-shadow:0 0 0 3px #9b59b61a}.form-group small{display:block;margin-top:.25rem;color:#7f8c8d;font-size:.85rem}.form-group small.i18n-default{color:#9b59b6;font-style:italic;margin-top:.5rem;padding:.5rem;background:#f4ecf7;border-radius:4px;border-left:3px solid #9b59b6}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.no-content{text-align:center;padding:3rem;color:#7f8c8d}.no-content p{margin-bottom:1.5rem}@media(max-width:768px){.admin-content-header{flex-direction:column;align-items:flex-start;gap:1rem}.content-filters{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}}.admin-custom-pages{padding:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{margin:0;color:var(--text-color, #333)}.message{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.page-form{margin-bottom:2rem}.page-form h2{margin:0 0 1.5rem;color:var(--text-color, #333)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:var(--text-color, #333);display:flex;align-items:center;gap:.5rem}.form-group input[type=checkbox]{margin:0;width:auto}.form-group input,.form-group textarea{padding:.75rem;border-radius:4px;border:1px solid var(--border-color, #ddd);font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color, #9c88d4)}.form-group textarea{resize:vertical;min-height:60px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color, #eee)}.form-actions.top{padding-bottom:1rem;margin-bottom:2rem;margin-top:0;border-top:none;border-bottom:1px solid var(--border-color, #eee)}.no-data{text-align:center;color:var(--text-light, #666);font-style:italic;padding:2rem}.pages-list{display:flex;flex-direction:column;gap:1rem}.page-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border:1px solid var(--border-color, #eee);border-radius:8px;background:var(--background-light, #fafafa)}.page-info{flex:1}.page-info h3{margin:0 0 .5rem;color:var(--text-color, #333);display:flex;align-items:center;gap:.5rem}.unpublished-badge{background:var(--warning-color, #ffc107);color:var(--text-color, #333);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.page-path{margin:0 0 .5rem;font-family:Courier New,monospace;background:var(--background, #fff);padding:.25rem .5rem;border-radius:4px;font-size:.9rem;color:var(--primary-color, #9c88d4);display:inline-block}.page-labels{margin:0 0 .5rem;font-size:.9rem;color:var(--text-light, #666)}.page-meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.nav-badge{background:var(--success-color, #28a745);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.footer-badge{background:var(--secondary-color, #6c757d);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.date{font-size:.8rem;color:var(--text-light, #666)}.page-actions{display:flex;gap:.5rem;flex-shrink:0}.ql-editor{min-height:150px}.ql-toolbar{border-top:1px solid var(--border-color, #ccc);border-left:1px solid var(--border-color, #ccc);border-right:1px solid var(--border-color, #ccc)}.ql-container{border-bottom:1px solid var(--border-color, #ccc);border-left:1px solid var(--border-color, #ccc);border-right:1px solid var(--border-color, #ccc);border-top:none}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;align-items:stretch}.form-row{grid-template-columns:1fr}.page-item{flex-direction:column;gap:1rem}.page-actions{align-self:stretch}.form-actions{flex-direction:column}}.admin-textarea{padding:.75rem;border-radius:4px;border:1px solid var(--border-color, #ddd);font-size:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background-color:#f8f9fa;transition:border-color .3s ease;resize:vertical;line-height:1.4}.admin-textarea:focus{outline:none;border-color:var(--primary-color, #9c88d4);background-color:#fff}.admin-textarea::placeholder{color:#999;font-style:italic}.page-item.home-page{border:2px solid var(--primary-color, #9b59b6);background:linear-gradient(135deg,#f8f3ff,#f0e8ff)}.home-badge{background:var(--primary-color, #9b59b6);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;margin-left:.5rem}.home-note{color:var(--primary-color, #9b59b6);font-style:italic;font-size:.875rem;margin-top:.5rem;padding:.5rem;background:#9b59b61a;border-radius:4px;border-left:3px solid var(--primary-color, #9b59b6)}@media(prefers-reduced-motion:reduce){.form-group input,.form-group textarea,.admin-textarea{transition:none}}.rich-text-editor{background:#fff;border-radius:4px;transition:border-color .3s ease}.rich-text-editor:focus-within{border-color:var(--primary-color, #9c88d4)}.rich-text-editor .tox-tinymce{border:1px solid var(--border-color, #ddd);border-radius:4px}.rich-text-editor .tox-toolbar{background:#f8f9fa;border-bottom:1px solid var(--border-color, #ddd)}.rich-text-editor .tox-edit-area{border:none}.rich-text-editor .tox-edit-area iframe{min-height:200px}.component-placeholder{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:2px dashed var(--primary-color, #9b59b6);padding:20px;margin:15px 0;text-align:center;color:var(--primary-color, #9b59b6);font-weight:700;border-radius:8px;font-family:Courier New,monospace;font-size:14px;position:relative;cursor:default}.component-placeholder:hover{background:linear-gradient(135deg,#bbdefb,#e1bee7);border-color:var(--secondary-color, #6c3483)}.component-placeholder:before{content:"🧩";display:block;font-size:24px;margin-bottom:8px}.tox .tox-tbtn{background:var(--background-color, white)}.tox .tox-tbtn:hover{background:var(--hover-color, #f5f5f5)}
