body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#fafafa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1 1}html{scroll-behavior:smooth}a{color:#8b00ff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}@media (max-width:768px){body{font-size:14px}}.navbar{background:linear-gradient(135deg,#ff1493,#8b00ff);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.nav-logo img{height:40px;width:40px}.nav-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.nav-link.active{background:#ffffff4d;border-bottom:2px solid #fff}.nav-link.admin-link{background:#ffffff26;border:1px solid #fff}.nav-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.nav-toggle{display:block}.nav-menu{background:linear-gradient(135deg,#ff1493,#8b00ff);display:none;flex-direction:column;gap:1rem;left:0;padding:1rem;position:absolute;right:0;top:60px}.nav-menu.active{display:flex}.nav-link{text-align:center;width:100%}}.footer{background:linear-gradient(135deg,#1a0033,#8b00ff);color:#fff;margin-top:3rem;padding:3rem 1rem 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-section h3{border-bottom:2px solid #ff1493;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.footer-section p{line-height:1.6;margin-bottom:.5rem;opacity:.95}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.7rem}.footer-section a{color:#ffb3d9;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #fff3;opacity:.8;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr}}.hero{align-items:center;background:linear-gradient(135deg,#ff1493,#8b00ff 50%,#1a0033);color:#fff;display:flex;justify-content:center;min-height:500px;padding:4rem 1rem;text-align:center}.hero-content{margin:0 auto;max-width:1000px}.hero h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px #0000004d}.hero p{font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.hero-description{font-size:1.1rem!important;line-height:1.6;margin-bottom:2rem!important;opacity:.95}.hero-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;padding:2rem 1.5rem;transition:all .3s ease}.feature:hover{background:#ffffff26;transform:translateY(-5px)}.feature-icon{display:block;font-size:2.5rem;margin-bottom:.5rem}.feature h3{font-size:1.2rem;margin-bottom:.5rem}.feature p{font-size:.95rem!important;opacity:.9}@media (max-width:768px){.hero{min-height:350px;padding:2rem 1rem}.hero h1{font-size:2rem}.hero-features{grid-template-columns:1fr}}.wig-card{background:#fff;border:1px solid #e8d5f0;border-radius:10px;box-shadow:0 4px 15px #8b00ff1a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.wig-card:hover{box-shadow:0 12px 30px #8b00ff40;transform:translateY(-8px)}.wig-card-image{background:#f5f5f5;height:200px;overflow:hidden;position:relative}.wig-card img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.wig-card:hover img{transform:scale(1.05)}.wig-badge{background:linear-gradient(135deg,#ff1493,#8b00ff);border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem;position:absolute;right:10px;top:10px}.wig-card-content{padding:1.5rem}.wig-card h3{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.wig-description{color:#666;font-size:.85rem;line-height:1.4;margin-bottom:.8rem}.wig-price{color:#8b00ff;font-size:1.4rem;font-weight:700;margin:0}@media (max-width:768px){.wig-card-image{height:150px}.wig-card h3{font-size:1rem}.wig-price{font-size:1.2rem}}.home{min-height:calc(100vh - 100px)}.wigs-section{margin:0 auto;max-width:1200px;padding:3rem 1rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#8b00ff;font-size:2.5rem;margin-bottom:.5rem}.section-header p{color:#666;font-size:1.1rem}.wig-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (max-width:768px){.wigs-section{padding:2rem .5rem}.section-header h2{font-size:1.8rem}.wig-list{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #8b00ff4d;max-width:400px;padding:2rem;text-align:center;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon{color:#4caf50;font-size:3rem;font-weight:700;margin-bottom:1rem}.modal-content h2{color:#8b00ff;font-size:1.5rem;margin-bottom:.5rem}.modal-content p{color:#666;line-height:1.6;margin-bottom:.5rem}.modal-detail{background:#f0e6ff;border-radius:8px;color:#333!important;margin:1rem 0!important;padding:1rem}.modal-button{background:linear-gradient(135deg,#ff1493,#8b00ff);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:.8rem 2rem;transition:all .3s ease}.modal-button:hover{box-shadow:0 8px 20px #8b00ff4d;transform:translateY(-2px)}@media (max-width:600px){.modal-content{padding:1.5rem}.modal-icon{font-size:2rem}.modal-content h2{font-size:1.2rem}}.detail{background:#fff;border-radius:10px;box-shadow:0 4px 20px #8b00ff1a;margin:2rem auto;max-width:1000px;padding:2rem}.detail h1{color:#8b00ff;font-size:2rem;margin-bottom:1.5rem}.gallery{grid-gap:1rem;background:#f9f9f9;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem;padding:1rem}.gallery img{border-radius:6px;cursor:pointer;height:250px;object-fit:cover;transition:transform .3s ease;width:100%}.gallery img:hover{transform:scale(1.02)}.detail>p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}.price{color:#ff1493;font-size:2rem!important;font-weight:700;margin:1.5rem 0!important}.order-form{background:linear-gradient(135deg,#fff5ff,#f0e6ff);border:2px solid #e8d5f0;border-radius:10px;margin-top:2rem;padding:2rem}.order-form h2{color:#8b00ff;font-size:1.5rem;margin-bottom:1.5rem}.order-form label{color:#333;display:block;font-weight:500;margin-bottom:1rem}.order-form input,.order-form textarea{border:2px solid #d8c5e8;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:.95rem;margin-top:.4rem;padding:.75rem;transition:all .3s ease;width:100%}.order-form input:focus,.order-form textarea:focus{border-color:#8b00ff;box-shadow:0 0 10px #8b00ff33;outline:none}.order-form textarea{min-height:100px;resize:vertical}.order-form .consent{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.order-form .consent input{margin:0;width:auto}.order-form button{background:linear-gradient(135deg,#ff1493,#8b00ff);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:.9rem;transition:all .3s ease;width:100%}.order-form button:hover{box-shadow:0 8px 20px #8b00ff4d;transform:translateY(-2px)}.message{background:#e8f5e9;border-radius:6px;color:#2e7d32;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}@media (max-width:768px){.detail{margin:1rem;padding:1rem}.detail h1{font-size:1.4rem}.gallery{grid-template-columns:1fr}.gallery img{height:300px}.order-form{padding:1.5rem}}.admin{margin:0 auto;max-width:1200px;padding:2rem}.admin-header{align-items:center;background:linear-gradient(135deg,#ff1493,#8b00ff);border-radius:10px;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.admin-header h1{font-size:2rem;margin:0}.logout-btn{background:#fff3;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.7rem 1.5rem;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d}.loading{color:#8b00ff;font-size:1.2rem}.loading,.no-orders{padding:2rem;text-align:center}.no-orders{background:#f5f5f5;border-radius:8px;color:#666;font-size:1.1rem}.admin-table-wrapper{background:#fff;border-radius:10px;box-shadow:0 4px 15px #8b00ff1a;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:linear-gradient(135deg,#ff1493,#8b00ff);color:#fff}.admin-table th{border-bottom:2px solid #ddd;font-weight:700;padding:1rem;text-align:left}.admin-table td{border-bottom:1px solid #f0f0f0;padding:1rem}.admin-table tbody tr{transition:all .2s ease}.admin-table tbody tr:hover{background:#f9f9f9}.admin-table tbody tr:nth-child(2n){background:#fafafa}@media (max-width:768px){.admin{padding:1rem}.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-header h1{font-size:1.5rem}.admin-table{font-size:.9rem}.admin-table td,.admin-table th{padding:.7rem}}.admin-login{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e8d5f0);display:flex;justify-content:center;min-height:calc(100vh - 100px);padding:2rem}.login-container{background:#fff;border-radius:10px;box-shadow:0 10px 40px #8b00ff33;max-width:400px;padding:2rem;width:100%}.login-container h1{color:#8b00ff;font-size:1.8rem;margin-bottom:2rem;text-align:center}.login-container form{display:flex;flex-direction:column;gap:1.5rem}.login-container label{color:#333;display:flex;flex-direction:column;font-size:1rem;font-weight:500}.login-container input{border:2px solid #e0e0e0;border-radius:5px;font-size:.95rem;margin-top:.5rem;padding:.75rem;transition:all .3s ease}.login-container input:focus{border-color:#8b00ff;box-shadow:0 0 10px #8b00ff33;outline:none}.login-container button{background:linear-gradient(135deg,#ff1493,#8b00ff);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:all .3s ease}.login-container button:hover:not(:disabled){box-shadow:0 5px 20px #8b00ff66;transform:translateY(-2px)}.login-container button:disabled{cursor:not-allowed;opacity:.7}.error-message{background:#ffebee;border-radius:4px;color:#d32f2f;font-size:.9rem;padding:.75rem;text-align:center}@media (max-width:600px){.login-container{padding:1.5rem}.login-container h1{font-size:1.5rem}}
/*# sourceMappingURL=main.9dbc117e.css.map*/