@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans TC,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;line-height:1.6}.article-container{max-width:1200px;margin:0 auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.article-container{padding:15px;border-radius:8px;margin:10px}}.articles-grid .article-card .article-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:12px;line-height:1.3;transition:color .3s ease}.articles-grid .article-card .article-title:hover{color:#667eea}@media (max-width: 768px){.articles-grid .article-card .article-title{font-size:1.4rem}}.article-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:30px;padding-bottom:15px;border-bottom:3px solid #667eea;text-align:center}@media (max-width: 768px){.article-title{font-size:1.8rem;margin-bottom:20px;padding-bottom:10px}}.article-body{color:#34495e;font-size:1.1rem;line-height:1.8}.subtitle{font-size:.95rem;font-weight:400;color:#4a5568;background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border-left:4px solid #4285f4;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0 30px;line-height:1.6;font-style:normal;box-shadow:0 2px 8px #4285f41a;position:relative}.subtitle:before{content:"\1f4a1";margin-right:10px;font-size:1.1rem}.intro-text{font-size:1.2rem;color:#555;margin-bottom:25px;padding:15px;background:#f8f9fa;border-left:4px solid #667eea;border-radius:4px}.intro-text.smaller{font-size:.9rem;color:#777;background:transparent;border-left:none;padding:8px 15px}@media (max-width: 768px){.article-body{font-size:1rem}.subtitle{font-size:1.2rem;padding:15px}.intro-text{font-size:1.1rem;padding:12px}}.section-heading{font-size:1.8rem;font-weight:600;color:#2c3e50;margin:40px 0 20px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.section-heading:first-of-type{margin-top:0}@media (max-width: 768px){.section-heading{font-size:1.4rem;margin:30px 0 15px}}.advantages-list{list-style:none;padding:0;margin:20px 0}.advantage-item{display:flex;align-items:center;padding:15px;margin-bottom:12px;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.advantage-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.advantage-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.2rem;font-weight:700;border-radius:50%;margin-right:15px;flex-shrink:0}.advantage-text{color:#2c3e50;font-size:1.1rem;font-weight:500}@media (max-width: 768px){.advantage-item{padding:12px;margin-bottom:10px}.advantage-number{width:35px;height:35px;font-size:1rem;margin-right:12px}.advantage-text{font-size:1rem}}.code-block-container{margin:30px 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.code-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.code-filename{font-family:Courier New,monospace;font-size:.95rem;font-weight:600}.copy-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:6px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.copy-btn:hover{background:#ffffff40;transform:translateY(-1px);border-color:#fff9}.copy-btn:active{transform:translateY(0)}.copy-icon{font-size:1.1rem}.copy-text{font-weight:500}.code-content{margin:0;padding:20px;background:#1e1e1e;color:#d4d4d4;font-family:Courier New,Consolas,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto;white-space:pre}.code-comment{color:#6a9955;font-style:italic}.inline-code{display:inline-block;padding:2px 8px;background:#f4f4f4;border:1px solid #ddd;border-radius:4px;font-family:Courier New,Consolas,monospace;font-size:.9em;color:#e83e8c;white-space:nowrap}@media (max-width: 768px){.code-header{padding:10px 15px;flex-direction:column;gap:10px;align-items:flex-start}.copy-btn{width:100%;justify-content:center}.code-content{padding:15px;font-size:.8rem}}.notepad-container{margin:30px 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background:#fff;border:2px solid #e0e0e0}.notepad-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.notepad-copy-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#e9ecef;border:1px solid #ced4da;border-radius:6px;color:#495057;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.notepad-copy-btn:hover{background:#dee2e6;transform:translateY(-1px);border-color:#adb5bd}.notepad-copy-btn:active{transform:translateY(0)}.notepad-filename{font-family:Courier New,monospace;font-size:.95rem;font-weight:600;color:#333}.notepad-content{margin:0;padding:20px;background:#fff;color:#000;font-family:Courier New,Consolas,monospace;font-size:.95rem;line-height:1.6;overflow-x:auto;white-space:pre;border:none}@media (max-width: 768px){.notepad-header{padding:10px 15px}.notepad-content{padding:15px;font-size:.85rem}}.tbd-section{margin:40px 0;padding:30px;background:linear-gradient(135deg,#fff3cd,#ffeeba);border-radius:8px;border:2px dashed #ffc107;text-align:center;font-size:1.5rem;font-weight:700;color:#856404}@media (max-width: 768px){.tbd-section{padding:20px;margin:30px 0;font-size:1.3rem}}.next-step-hint{margin:30px 0;padding:25px 30px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;border:2px solid #90caf9;border-left:5px solid #2196f3;box-shadow:0 4px 12px #2196f326}.hint-text{font-size:1.3rem;color:#1565c0;line-height:1.8;margin:0;font-weight:500}.hint-text strong{color:#007bff;font-weight:600}@media (max-width: 768px){.next-step-hint{padding:15px;margin:20px 0}.hint-text{font-size:.95rem}}.step-list{list-style:none;margin:20px 0;background:#f8f9fa;border-radius:8px;padding:20px 25px;border-left:4px solid #2196f3}.step-list li{margin:12px 0;line-height:1.6;color:#333;font-size:1rem}.step-list li code{padding:2px 8px;background:#f4f4f4;border:1px solid #ddd;border-radius:4px;color:#333;font-size:.9rem}.step-list li:first-child{margin-top:0}.step-list li:last-child{margin-bottom:0}.image-container{margin:30px 0;text-align:center;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background:#f8f9fa;padding:15px}.content-image{max-width:100%;height:auto;border-radius:6px;display:block;margin:0 auto}.ad-banner{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.ad-banner .ad-banner-image{width:100%;height:auto;display:block;border-radius:8px}.path-diagram{font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.8;padding:20px 25px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;margin:25px 0}.path-root{font-weight:600;color:#333;margin-bottom:8px}.path-tree,.path-folder{padding-left:0;color:#555}.path-nested{padding-left:20px}.tree-line{color:#94a3b8;margin-right:8px}.tree-spacer{display:inline-block;width:20px}.file-icon,.folder-icon{margin-right:6px}.file-name{color:#2563eb;font-weight:500}.folder-name{color:#d97706;font-weight:500}.text-small{font-size:.85em;color:#777}@media (min-width: 769px) and (max-width: 1024px){.article-container{padding:18px}.article-title{font-size:2.2rem}.section-heading{font-size:1.6rem}.code-content{font-size:.85rem}}@media print{body{background:#fff}.article-container{box-shadow:none;border-radius:0}.copy-btn{display:none}.code-header{background:#f0f0f0;color:#000}.code-content{background:#fff;color:#000;border:1px solid #ccc}}.comment{color:#6b7280;font-style:italic}
