.tool-header{text-align:center;margin-bottom:40px}.header-badge{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.badge{background:linear-gradient(135deg, #f43f5e, #e11d48);color:white;padding:6px 18px;border-radius:40px;font-size:0.75rem;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.tool-header h1{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg, #1e293b, #f43f5e);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:12px}.tool-header p{color:var(--gray-500);font-size:1rem}.core-stats{display:flex;justify-content:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.core-stat{background:white;border-radius:60px;padding:16px 28px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--gray-200)}.core-stat-icon{width:48px;height:48px;background:linear-gradient(135deg, #fff0f2, #ffe4e8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f43f5e;font-size:1.3rem}.core-stat-info{text-align:left}.core-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-800)}.core-stat-label{font-size:0.7rem;color:var(--gray-500)}.config-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:24px}.config-card{background:white;border-radius:20px;padding:16px;border:1px solid var(--gray-200)}.config-header{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-weight:600;color:var(--gray-700);font-size:0.85rem}.config-header i{color:#f43f5e}.platform-buttons,.product-buttons,.style-buttons{display:flex;flex-wrap:wrap;gap:10px}.platform-btn,.product-btn,.style-btn{background:var(--gray-100);border:1px solid var(--gray-200);padding:8px 16px;border-radius:40px;font-size:0.8rem;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;gap:6px}.platform-btn.active,.product-btn.active,.style-btn.active{background:linear-gradient(135deg, #f43f5e, #e11d48);border-color:#f43f5e;color:white}.platform-btn:hover,.product-btn:hover,.style-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,0.1)}.input-card{background:var(--gray-50);border-radius:24px;padding:20px;margin-bottom:24px}.input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-weight:600;color:var(--gray-700)}.input-hint{font-size:0.7rem;font-weight:normal;color:var(--gray-400)}.product-textarea{width:100%;min-height:150px;padding:16px;border:1px solid var(--gray-200);border-radius:16px;font-family:'Inter',monospace;font-size:0.9rem;line-height:1.6;resize:vertical;background:white}.product-textarea:focus{outline:none;border-color:#f43f5e;box-shadow:0 0 0 3px rgba(244,63,94,0.1)}.input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:0.7rem;color:var(--gray-400)}.clear-btn{background:transparent;border:none;color:var(--gray-500);cursor:pointer;font-size:0.7rem}.clear-btn:hover{color:#f43f5e}.generate-btn{width:100%;background:linear-gradient(135deg, #f43f5e, #e11d48);border:none;padding:16px;border-radius:60px;color:white;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:10px}.generate-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(244,63,94,0.4)}.loading-state{text-align:center;padding:40px;background:var(--gray-50);border-radius:24px;margin-bottom:24px}.loading-spinner{width:50px;height:50px;border:3px solid var(--gray-200);border-top-color:#f43f5e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-progress{max-width:300px;margin:20px auto 0}.progress-bar{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg, #f43f5e, #e11d48);width:0%;transition:width 0.3s}.loading-tips{margin-top:16px;color:var(--gray-500);font-size:0.8rem}.script-result{background:white;border-radius:24px;overflow:hidden;border:1px solid var(--gray-200);margin-bottom:24px;animation:fadeIn 0.4s ease}.result-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg, #f8fafc, #fff);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:12px}.result-title{display:flex;align-items:center;gap:10px;font-weight:600}.script-badge{background:linear-gradient(135deg, #f43f5e, #e11d48);color:white;padding:4px 12px;border-radius:30px;font-size:0.7rem}.result-actions{display:flex;gap:8px}.action-btn{background:transparent;border:1px solid var(--gray-200);padding:6px 14px;border-radius:30px;font-size:0.75rem;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;gap:6px;color:var(--gray-600)}.action-btn:hover{background:#f43f5e;border-color:#f43f5e;color:white}.script-content{padding:24px;font-family:'Inter',monospace;font-size:0.9rem;line-height:1.8;background:#1a1a2e;color:#e0e0e0;max-height:500px;overflow-y:auto;white-space:pre-wrap}.script-content h3{color:#f43f5e;margin:16px 0 8px;font-size:1rem}.script-content .script-part{margin-bottom:20px}.script-content .part-title{color:#fbbf24;font-weight:600;margin-bottom:8px;border-left:3px solid #f43f5e;padding-left:12px}.result-footer{padding:12px 24px;background:var(--gray-50);border-top:1px solid var(--gray-200)}.footer-stats{display:flex;gap:24px;font-size:0.7rem;color:var(--gray-500)}.footer-stats i{margin-right:4px}.history-section{margin-top:16px}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:0.85rem;font-weight:500;color:var(--gray-600)}.clear-history-btn{background:transparent;border:none;color:var(--gray-400);cursor:pointer;font-size:0.7rem}.history-list{max-height:200px;overflow-y:auto}.history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:var(--gray-50);border-radius:12px;margin-bottom:8px;cursor:pointer;transition:all 0.2s}.history-item:hover{background:var(--gray-100);transform:translateX(4px)}.history-info{display:flex;flex-direction:column;gap:4px}.history-title{font-weight:500;font-size:0.8rem}.history-time{font-size:0.65rem;color:var(--gray-400)}.history-badge{font-size:0.65rem;color:#f43f5e}.tips-section{margin-top:40px;background:linear-gradient(135deg, #fff0f2, #ffe4e8);border-radius:28px;padding:24px}.tips-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-weight:600;color:#e11d48}.tips-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.tip-card{background:white;border-radius:20px;padding:20px;text-align:center;transition:all 0.3s}.tip-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.tip-icon{width:50px;height:50px;background:linear-gradient(135deg, #f43f5e, #e11d48);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:white;font-size:1.2rem}.tip-card h4{font-size:0.9rem;margin-bottom:8px}.tip-card p{font-size:0.7rem;color:var(--gray-500)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.config-grid{grid-template-columns:1fr}.tips-grid{grid-template-columns:repeat(2, 1fr)}.result-header{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.tips-grid{grid-template-columns:1fr}.platform-buttons,.product-buttons,.style-buttons{justify-content:center}.core-stats{gap:12px}.core-stat{padding:12px 20px}}