*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;color:#333}.container{max-width:1200px;margin:0 auto}header{text-align:center;color:#fff;margin-bottom:30px}header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.1rem;opacity:.9}main{display:flex;flex-direction:column;gap:20px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a}.card h2{font-size:1.5rem;margin-bottom:16px;color:#333}.description{color:#666;margin-bottom:16px;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.stat-item{padding:16px;background:#f8f9fa;border-radius:8px}.stat-item label{display:block;font-size:.85rem;color:#666;margin-bottom:8px;font-weight:500}.stat-item .value{font-size:1.5rem;font-weight:700;color:#667eea}.button-group{display:flex;flex-wrap:wrap;gap:12px}button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.btn-secondary:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}.log-container{max-height:300px;overflow-y:auto;background:#f8f9fa;border-radius:8px;padding:16px;font-family:Courier New,monospace;font-size:.9rem}.log-entry{padding:4px 0;color:#333;border-bottom:1px solid #dee2e6}.log-entry:last-child{border-bottom:none}.log-empty{color:#999;text-align:center;padding:20px}@media (max-width: 768px){header h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.button-group{flex-direction:column}button{width:100%}}
