body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #fff3;box-shadow:0 2px 20px #0000001a;padding:2rem;text-align:center}.App-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.App-header p{color:#666;font-size:1.1rem;font-weight:400}.category-nav{grid-gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:2rem}.category-btn{background:#fff;border:2px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 6px #0000000d;cursor:pointer;padding:1.5rem;text-align:left;transition:all .3s ease}.category-btn:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 8px 25px #667eea4d;color:#fff}.category-btn h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.category-btn p{font-size:.9rem;line-height:1.4;opacity:.8}.tutorial-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.tricks-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;padding:2rem}.tricks-container h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.section-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.example-card{background:#f8fafc;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.example-card:hover{box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.code-block{padding:1.5rem}.code-title{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.code-container{background:#1a202c;border-radius:8px;margin-bottom:1rem;overflow:hidden}.code-header{align-items:center;background:#2d3748;border-bottom:1px solid #4a5568;display:flex;justify-content:space-between;padding:.75rem 1rem}.language-tag{background:#667eea;border-radius:4px;font-weight:500;padding:.25rem .75rem}.copy-btn,.language-tag{color:#fff;font-size:.8rem}.copy-btn{background:#4a5568;border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:background .3s ease}.copy-btn:hover{background:#2d3748}.copy-btn.copied{background:#48bb78}.code-content{margin:0;overflow-x:auto;padding:1rem}.code-content code{color:#e2e8f0;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap}.result-container{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.result-container h5{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.5rem}.result{background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#2d3748;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.85rem;overflow-x:auto;padding:.75rem;white-space:pre-wrap}.explanation{background:#ebf8ff;border-left:4px solid #3182ce;border-radius:0 8px 8px 0;padding:1rem}.explanation h5{color:#2c5282;font-size:1rem;font-weight:600;margin-bottom:.5rem}.explanation p{color:#2a4365;line-height:1.6;margin:0}.tips-section{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:12px;color:#fff;margin-top:2rem;padding:2rem}.tips-section h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.tips-section ul{list-style:none;padding:0}.tips-section li{border-bottom:1px solid #fff3;padding:.5rem 0}.tips-section li:last-child{border-bottom:none}.tips-section strong{color:#fef5e7}.App-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #fff3;margin-top:auto;padding:1.5rem;text-align:center}.App-footer p{color:#666;font-size:.9rem;margin:.25rem 0}@media (max-width:768px){.App-header h1{font-size:2rem}.category-nav{grid-template-columns:1fr;padding:1rem}.tutorial-content{padding:1rem}.examples-grid{gap:1rem;grid-template-columns:1fr}.code-block,.tricks-container{padding:1rem}}@media (max-width:480px){.App-header{padding:1rem}.App-header h1,.tricks-container h2{font-size:1.5rem}.code-content code{font-size:.8rem}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.example-card{animation:fadeInUp .6s ease-out}.loading{align-items:center;color:#666;display:flex;font-size:1.2rem;height:200px;justify-content:center}.error{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#c53030;margin:1rem 0;padding:1rem}
/*# sourceMappingURL=main.bb15ac7f.css.map*/