.sitemap-generator{max-width:var(--tool-container-max-width, 1600px);margin:0 auto;padding:2rem}.sitemap-generator .tool-header{text-align:center;margin-bottom:2rem}.sitemap-generator .tool-header h1{font-size:2.5rem;color:var(--text-primary);margin-bottom:.5rem}.sitemap-generator .tool-header p{color:var(--text-secondary);font-size:1.1rem}.sitemap-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--tool-content-gap, 2rem)}@media (max-width: 1100px){.sitemap-content{grid-template-columns:1fr}}.sitemap-form .form-section{background:var(--bg-secondary);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.sitemap-form .form-section h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.form-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.website-url-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary)}.website-url-input:focus{outline:none;border-color:var(--accent-color)}.presets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 600px){.presets-grid{grid-template-columns:repeat(2,1fr)}}.preset-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:10px;cursor:pointer;transition:all .2s ease}.preset-button:hover{border-color:var(--accent-color);transform:translateY(-2px)}.preset-icon{font-size:1.5rem}.preset-name{font-size:.85rem;color:var(--text-primary);font-weight:500}.input-mode-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.mode-btn{flex:1;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .2s ease}.mode-btn.active{border-color:var(--accent-color);background:var(--accent-color);color:var(--white)}.mode-btn:hover:not(.active){border-color:var(--accent-color)}.bulk-input-section textarea{width:100%;padding:.75rem 1rem;font-size:.875rem;font-family:monospace;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);resize:vertical;margin-bottom:1rem}.bulk-input-section textarea:focus{outline:none;border-color:var(--accent-color)}.bulk-options{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.bulk-option{display:flex;align-items:center;gap:.5rem}.bulk-option label{font-size:.875rem;color:var(--text-secondary)}.bulk-option select{padding:.5rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary)}.add-bulk-btn{width:100%;padding:.75rem;background:var(--accent-color);color:var(--white);border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s ease}.add-bulk-btn:hover{background:var(--accent-hover)}.pages-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pages-header h3{margin-bottom:0!important}.add-page-btn{padding:.5rem 1rem;background:var(--accent-color);color:var(--white);border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease}.add-page-btn:hover{background:var(--accent-hover)}.pages-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;margin-bottom:.5rem}.page-item{display:grid;grid-template-columns:30px 1fr 70px 100px 130px 30px;gap:.5rem;align-items:center;padding:.5rem;background:var(--bg-primary);border-radius:8px;border:1px solid var(--border-color)}.page-item.disabled{opacity:.5}@media (max-width: 768px){.page-item{grid-template-columns:30px 1fr 30px;gap:.25rem}.page-priority,.page-changefreq,.page-lastmod{display:none}}.page-toggle input{width:18px;height:18px;cursor:pointer}.page-url input,.page-priority select,.page-changefreq select,.page-lastmod input{width:100%;padding:.4rem .5rem;font-size:.85rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary)}.page-url input{font-family:monospace}.remove-page-btn{width:28px;height:28px;background:#dc3545;color:var(--white);border:none;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.remove-page-btn:hover{background:#c82333}.column-labels{display:grid;grid-template-columns:30px 1fr 70px 100px 130px 30px;gap:.5rem;padding:.25rem .5rem;font-size:.75rem;color:var(--text-muted);text-transform:uppercase}@media (max-width: 768px){.column-labels{display:none}}.output-options{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:var(--text-primary)}.checkbox-option input{width:18px;height:18px;cursor:pointer}.sitemap-output{display:flex;flex-direction:column;gap:1.5rem}.output-section{background:var(--bg-secondary);border-radius:12px;padding:1.5rem}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.output-header h3{font-size:1.1rem;color:var(--text-primary);font-family:monospace;margin:0}.output-actions{display:flex;gap:.5rem}.copy-btn,.download-btn{padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.copy-btn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary)}.copy-btn:hover{border-color:var(--accent-color);color:var(--accent-color)}.download-btn{background:var(--accent-color);border:none;color:var(--white)}.download-btn:hover{background:var(--accent-hover)}.code-preview{background:#1e1e1e;border:2px solid #d1d5db;border-radius:8px;padding:1rem;overflow-x:auto;max-height:350px;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.code-preview code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;color:#9cdcfe;white-space:pre;line-height:1.6}.robots-preview{max-height:150px}.instructions-section{background:var(--bg-secondary);border-radius:12px;padding:1.5rem}.instructions-section h3{font-size:1.1rem;color:var(--text-primary);margin-bottom:1rem}.instructions-section ol{margin:0;padding-left:1.5rem}.instructions-section li{margin-bottom:.75rem;color:var(--text-primary);line-height:1.6}.instructions-section code{background:var(--bg-primary);padding:.2rem .5rem;border-radius:4px;font-size:.85rem;color:var(--accent-color)}.instructions-section ul{margin:.5rem 0 0 1rem;padding:0}.instructions-section ul li{margin-bottom:.25rem}.instructions-section a{color:var(--accent-color);text-decoration:none}.instructions-section a:hover{text-decoration:underline}.tips-section{margin-top:2rem;padding:2rem;background:var(--bg-secondary);border-radius:12px}.tips-section h3{text-align:center;font-size:1.3rem;color:var(--text-primary);margin-bottom:1.5rem}.tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 900px){.tips-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.tips-grid{grid-template-columns:1fr}}.tip-card{text-align:center;padding:1.5rem;background:var(--bg-primary);border-radius:10px}.tip-icon{display:inline-block;width:50px;height:50px;line-height:50px;background:var(--accent-color);color:var(--white);border-radius:10px;font-size:.875rem;font-weight:700;margin-bottom:1rem}.tip-card h4{font-size:1rem;color:var(--text-primary);margin-bottom:.5rem}.tip-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}.cta-section{text-align:center;padding:2.5rem;background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:12px;margin-top:2rem;color:var(--white)}.cta-section h3{font-size:1.5rem;margin-bottom:.5rem}.cta-section p{opacity:.9;margin-bottom:1.5rem}.cta-button{display:inline-block;padding:.75rem 2rem;background:var(--white);color:var(--accent-color);text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s ease}.cta-button:hover{transform:translateY(-2px)}
