@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#e21d48;--primary-dark:#bb163c;--primary-light:#eb3a57;--primary-faded:rgba(226,29,72,.08);--primary-border:rgba(226,29,72,.18);--bg:#f8f9fa;--white:#ffffff;--text:#1a1a1a;--text-light:#555;--text-muted:#888;--border:#e0e0e0;--border-light:#eee;--success:#10b981;--warning:#f59e0b;--error:#ef4444}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7;color:var(--text);background:var(--bg);overflow-x:hidden;padding-top:0}.nav{border-bottom:1px solid #e0e0e0;background:#fff;position:sticky;top:0;z-index:100}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:Georgia,serif;font-size:1.15rem;font-weight:700;color:#0d0d0d;text-decoration:none}.nav-brand span{color:#c8102e}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-family:Helvetica Neue,Arial,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#666;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#0d0d0d}.nav-links a.active{color:#0d0d0d;font-weight:700}.nav-links a.beta{color:#c8102e}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px;z-index:1001}.menu-toggle span{width:22px;height:2px;background:#0d0d0d;border-radius:2px;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}@media (max-width: 800px){.menu-toggle{display:flex}.nav-links{display:none;position:absolute;top:56px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem 0;border-bottom:1px solid #e0e0e0;box-shadow:0 4px 12px #0000000d}.nav-links.active{display:flex}}.guide-header{max-width:1100px;margin:0 auto;padding:2rem 2rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.guide-header img{width:48px;height:48px;border-radius:8px;object-fit:contain;border:1px solid var(--border);padding:6px;background:var(--white)}.guide-header-text{display:flex;flex-direction:column}.guide-header h1{font-family:Georgia,serif;font-size:1.3rem;font-weight:700;color:var(--text);margin:0 0 .2rem;line-height:1.2}.guide-header p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.4}@media (max-width: 600px){.guide-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.container{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.section-title{font-size:1.8rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:2rem}.guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem;margin-bottom:3rem}.guide-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;border-top:4px solid var(--primary)}.guide-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #e21d481a}.guide-card-header{padding:1.5rem;text-align:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.guide-card-header .db-logo{width:52px;height:52px;border-radius:12px;object-fit:contain;margin-bottom:.75rem;padding:4px;background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.guide-card-header h3{font-size:1.35rem;font-weight:700}.guide-card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.guide-card-body p{color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.guide-card-body ul{list-style:none;margin:0 0 1.25rem}.guide-card-body li{padding:.35rem 0 .35rem 1.4rem;position:relative;color:var(--text-light);font-size:.9rem}.guide-card-body li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.badge,.guide-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem;background:var(--primary);color:#fff}.btn,.guide-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;text-align:center;width:100%}.btn-primary,.guide-link{background:var(--primary);color:#fff}.btn-primary:hover,.guide-link:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e21d4833}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary-faded)}.welcome-section,.section,.quick-start,.features,.tips-section{margin-bottom:3rem}.welcome-section h2,.section h2,.quick-start h2,.features h2,.tips-section h2{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.accent{color:var(--primary);font-weight:700}.welcome-section p,.section p,.quick-start p,.tips-section p{color:var(--text-light);line-height:1.8;margin-bottom:.75rem}.steps-container,.quickstart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1.25rem}.step{padding:1rem;text-align:center}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.step h4{color:var(--text);margin-bottom:.3rem;font-size:1rem}.step p{color:var(--text-light);font-size:.9rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.25rem}.feature-item{padding:1rem;text-align:center}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature-item h4{color:var(--primary);margin-bottom:.3rem;font-size:1.05rem}.feature-item p{color:var(--text-light);font-size:.9rem}.tips-section ul{list-style:none;margin:0}.tips-section li{padding:.6rem 0;color:var(--text-light);border-bottom:1px solid var(--border-light)}.tips-section li:last-child{border-bottom:none}.tips-section strong{color:var(--text)}.guide-nav{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin-bottom:2rem;border-left:4px solid var(--primary)}.guide-nav h3{color:var(--primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.guide-nav ol{margin-left:1.5rem;color:var(--text-light)}.guide-nav li{margin-bottom:.4rem}.guide-nav a{color:var(--primary);text-decoration:none;font-weight:500}.guide-nav a:hover{text-decoration:underline}.guide-section{padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.guide-section h3{color:var(--primary);margin-bottom:1rem;font-size:1.4rem;font-weight:700;padding-bottom:.6rem;border-bottom:2px solid var(--primary)}.guide-section h4{color:var(--primary);margin:1.25rem 0 .5rem;font-size:1.1rem;font-weight:600}.guide-section p{color:var(--text-light);line-height:1.8;margin-bottom:.75rem}.guide-section ul,.guide-section ol{margin-left:1.5rem;margin-bottom:.75rem}.guide-section li{margin-bottom:.5rem;color:var(--text-light);line-height:1.7}.guide-section strong{color:var(--text)}.guide-section a{color:var(--primary)}code{background:#e21d4814;color:var(--primary-dark);padding:.15rem .45rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}pre{background:#1a1a1a;color:#d4d4d4;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1rem 0;border-left:4px solid var(--primary);position:relative}pre code{background:transparent;color:inherit;padding:0}.copy-btn{position:absolute;top:.6rem;right:.6rem;background:var(--primary);color:#fff;border:none;border-radius:4px;padding:.3rem .65rem;font-size:.75rem;cursor:pointer;opacity:.8;transition:opacity .2s}.copy-btn:hover{opacity:1}table{width:100%;border-collapse:collapse;margin:1.25rem 0;background:var(--white);border-radius:8px;overflow:hidden;border:1px solid var(--border)}thead{background:var(--primary);color:#fff}th{padding:.85rem 1rem;text-align:left;font-weight:600;font-size:.9rem}td{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);color:var(--text-light);font-size:.9rem}tbody tr:hover{background:var(--primary-faded)}.breadcrumb{display:flex;gap:.5rem;flex-wrap:wrap;font-size:.9rem}.breadcrumb a{color:var(--primary);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--text-muted)}.footer,footer{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:2.5rem 2rem 1.5rem;margin-top:3rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:.75rem;font-size:1rem}.footer-section ul{list-style:none;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fff;opacity:.9;text-decoration:none;font-size:.9rem;transition:opacity .2s}.footer-section a:hover{opacity:1;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}.footer-bottom p{margin:.4rem 0;opacity:.9;font-size:.85rem}.footer-bottom a{color:#fff}.beta-warning{display:inline-block;background:#00000026;color:#ffeb3b;padding:.6rem 1rem;border-radius:6px;margin-top:.75rem;font-size:.85rem;font-weight:600}.beta-warning a{color:#ffeb3b;text-decoration:underline}.alert{padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid}.alert,.alert-info{background:var(--primary-faded);border-color:var(--primary);color:var(--primary-dark)}.alert-success{background:#10b98114;border-color:var(--success);color:#0a7c5c}.alert-warning{background:#f59e0b14;border-color:var(--warning);color:#92610a}.alert-error{background:#ef444414;border-color:var(--error);color:#b91c1c}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .5s ease-out both}@media (max-width:1024px){.guides-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body{padding-top:0}.container{padding:0 1rem 2rem}.guides-grid,.features-grid,.steps-container,.quickstart-grid{grid-template-columns:1fr;gap:1rem}.guide-nav{padding:1.5rem}.guide-card-header .db-logo{width:44px;height:44px}.guide-card-header h3{font-size:1.15rem}.guide-section h3{font-size:1.2rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.25rem}}@media (max-width:480px){body{padding-top:0}.container{padding:0 .75rem 1.5rem}.guide-nav,.guide-card-header{padding:1.25rem}.guide-card-body{padding:1rem}.guide-card-header .db-logo{width:38px;height:38px}.guide-card-header h3{font-size:1.05rem}pre{padding:.75rem;font-size:.8rem}.btn,.guide-link{padding:.65rem 1rem;font-size:.85rem}.footer-content{grid-template-columns:1fr}a,button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{nav,footer,.menu-toggle{display:none}body{background:#fff}.guide-card{page-break-inside:avoid}}
