*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700}.nav{display:flex;gap:20px}.nav-link{color:white;text-decoration:none;padding:8px 16px;border-radius:4px;transition:background-color .3s}.nav-link:hover{background-color:rgba(255,255,255,.1)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:30px}.product-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.product-image{width:100%;height:200px;object-fit:cover}.product-info{padding:16px}.product-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:24px;font-weight:700;color:#667eea;margin-bottom:12px}.product-actions{display:flex;gap:8px}.btn{flex:1 1;padding:10px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;text-align:center}.btn-primary{background-color:#667eea;color:white}.btn-primary:hover{background-color:#5568d3}.btn-secondary{background-color:#f0f0f0;color:#333}.btn-secondary:hover{background-color:#e0e0e0}.admin-container{min-height:100vh;background-color:#f5f5f5}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.admin-content{display:flex;min-height:calc(100vh - 80px)}.sidebar{width:250px;background:white;padding:20px;box-shadow:2px 0 10px rgba(0,0,0,.05)}.sidebar-item{padding:12px 16px;margin-bottom:8px;border-radius:4px;cursor:pointer;transition:background-color .3s}.sidebar-item.active,.sidebar-item:hover{background-color:#f0f0f0}.main-content{flex:1 1;padding:30px}.card{background:white;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.stat-value{font-size:32px;font-weight:700;margin-bottom:8px}.stat-label{font-size:14px;opacity:.9}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-input,.form-select,.form-textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea}.form-textarea{min-height:100px;resize:vertical}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:12px;text-align:left;border-bottom:1px solid #eee}.table th{font-weight:600}.table tbody tr:hover,.table th{background-color:#f8f8f8}.spinner{border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:40px auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center}.hero-section{background:white;padding:60px 40px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:800px;width:100%;margin-bottom:40px}.hero-title{font-size:3.5rem;font-weight:800;color:#667eea;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:30px;font-weight:400}.hero-description{font-size:1.1rem;color:#777;line-height:1.6}.footer{background:white;padding:30px 40px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:800px;width:100%}.footer-links{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;flex-wrap:wrap}.footer-link{color:#667eea;text-decoration:none;font-weight:600;font-size:1rem;transition:color .3s ease}.footer-link:hover{color:#764ba2;text-decoration:underline}.footer-separator{color:#ddd}.footer-text{color:#999;font-size:.9rem}.policy-container{min-height:100vh;padding:40px 20px}.policy-content{max-width:900px;margin:0 auto;background:white;padding:50px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.policy-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:3px solid #667eea}.policy-title{font-size:2.5rem;color:#667eea;font-weight:800;margin-bottom:10px}.policy-updated{color:#999;font-size:.9rem}.policy-section{margin-bottom:35px}.policy-section h2{font-size:1.8rem;color:#333;margin-bottom:15px;font-weight:700}.policy-section h3{font-size:1.3rem;color:#555;margin-bottom:12px;margin-top:20px;font-weight:600}.policy-section p{color:#666;line-height:1.8;margin-bottom:15px;font-size:1rem}.policy-section ul{margin-left:25px;margin-bottom:15px}.policy-section li{color:#666;line-height:1.8;margin-bottom:8px}.contact-info{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #667eea;margin:20px 0}.contact-info p{margin-bottom:5px;color:#555}.back-link{display:inline-block;margin-top:30px;padding:12px 30px;background:#667eea;color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s ease}.back-link:hover{background:#764ba2}.deletion-form{background:#f8f9fa;padding:30px;border-radius:15px;margin:30px 0;border:2px solid #667eea}.deletion-form h3{color:#667eea;margin-bottom:20px}.deletion-steps{background:white;padding:25px;border-radius:10px;margin-top:20px}.deletion-steps ol{margin-left:20px}.deletion-steps li{margin-bottom:15px;line-height:1.8}.highlight{background:#fffbea;padding:15px;border-radius:8px;border-left:4px solid #ffc107;margin:20px 0}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.policy-content{padding:30px 25px}.policy-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.admin-content{flex-direction:column}.sidebar{width:100%}.stats-grid{grid-template-columns:1fr}}