*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;color:#333}.container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px;text-align:center}header h1{font-size:2.5em;margin-bottom:10px}header p{font-size:1.1em;opacity:.9}.navigation{background:#f8f9fa;padding:0;display:flex;justify-content:center;border-bottom:2px solid #e9ecef;flex-wrap:wrap}.nav-btn{padding:15px 30px;font-size:1.1em;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;color:#6c757d;font-weight:600;transition:all .3s ease;position:relative;flex:1;min-width:120px}.nav-btn:hover{background:#e9ecef;color:#667eea}.nav-btn.active{color:#667eea;border-bottom-color:#667eea;background:#fff}main{padding:40px 30px;position:relative}.page{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{background:#f8f9fa;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 4px 6px #0000001a}.card h2{color:#667eea;margin-bottom:20px;font-size:1.8em}.counter-display{text-align:center;margin:30px 0}.counter-display span{font-size:4em;font-weight:700;color:#667eea;display:inline-block;padding:20px;background:#fff;border-radius:15px;min-width:150px;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease}.counter-display span.animate{transform:scale(1.2)}.btn{padding:12px 30px;font-size:1.1em;border:none;border-radius:25px;cursor:pointer;margin:5px;transition:all .3s ease;font-weight:600}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268;transform:translateY(-2px)}.color-box{width:100%;height:200px;background:#e9ecef;border-radius:15px;margin-bottom:20px;transition:background-color .3s ease;box-shadow:inset 0 2px 4px #0000001a}.color-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.color-btn{padding:12px 25px;border:none;border-radius:25px;cursor:pointer;color:#fff;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px #0003;opacity:.7}.color-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.color-btn.active{opacity:1;transform:scale(1.1)}.text-input{width:100%;padding:15px;font-size:1.1em;border:2px solid #e9ecef;border-radius:10px;margin-bottom:20px;transition:border-color .3s ease}.text-input:focus{outline:none;border-color:#667eea}.output-text{font-size:1.2em;color:#495057}.text-output{color:#667eea;font-weight:700}.content-section{line-height:1.8}.content-section h3{color:#764ba2;margin-top:30px;margin-bottom:15px;font-size:1.5em;padding-bottom:10px;border-bottom:2px solid #e9ecef}.content-section h3:first-child{margin-top:0}.content-section h4{color:#667eea;margin-top:20px;margin-bottom:10px;font-size:1.2em}.content-section p{margin-bottom:15px;color:#495057}.content-section ul,.content-section ol{margin-left:30px;margin-bottom:20px;color:#495057}.content-section li{margin-bottom:10px}.content-section code{background:#f1f3f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;color:#e83e8c;font-size:.9em}.content-section pre{background:#f8f9fa;padding:20px;border-radius:10px;overflow-x:auto;border-left:4px solid #667eea;margin:20px 0}.content-section pre code{background:transparent;color:#333;padding:0;font-size:.95em;line-height:1.6}.content-section strong{color:#667eea;font-weight:600}footer{background:#f8f9fa;padding:20px;text-align:center;color:#6c757d}@media (max-width: 600px){header h1{font-size:1.8em}.counter-display span{font-size:3em}.card{padding:20px}.navigation{flex-direction:column}.nav-btn{width:100%;padding:12px 20px;border-bottom:1px solid #e9ecef;border-left:3px solid transparent}.nav-btn.active{border-left-color:#667eea;border-bottom-color:#e9ecef}.content-section{font-size:.95em}.content-section h3{font-size:1.3em}}
