.split-push-guide{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.guide-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.guide-header h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#4d88ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guide-subtitle{font-size:1.25rem;color:#a0a0a0;max-width:700px;margin:0 auto 1.5rem}.guide-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:3rem;gap:3rem}.guide-sidebar{position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.guide-content{min-width:0}.guide-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05)}.guide-section:last-of-type{border-bottom:none}.guide-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff}.guide-section h3{font-size:1.25rem;margin:1.5rem 0 1rem;color:#e0e0e0}.guide-section h4{font-size:1.1rem;margin:1rem 0 .5rem;color:#d0d0d0}.guide-section p{color:#b0b0b0;line-height:1.7;margin-bottom:1rem}.guide-section ol,.guide-section ul{color:#b0b0b0;margin:1rem 0;padding-left:1.5rem}.guide-section li{margin-bottom:.5rem;line-height:1.6}.info-box,.mechanic-box,.warning-box{padding:1.5rem;border-radius:8px;margin:1.5rem 0}.info-box{background:rgba(77,136,255,.1);border-left:4px solid #4d88ff}.warning-box{background:rgba(255,107,107,.1);border-left:4px solid #ff6b6b}.mechanic-box{background:rgba(168,85,247,.1);border-left:4px solid #a855f7}.info-box h3,.mechanic-box h3,.warning-box h3{margin-top:0;color:#fff}.info-box p:last-child,.mechanic-box p:last-child,.warning-box p:last-child{margin-bottom:0}.decision-table,.escape-table{margin:1.5rem 0;overflow-x:auto}.decision-table table,.escape-table table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.02);border-radius:8px;overflow:hidden}.decision-table td,.decision-table th,.escape-table td,.escape-table th{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.decision-table th,.escape-table th{background:rgba(77,136,255,.1);color:#4d88ff;font-weight:600}.decision-table td,.escape-table td{color:#b0b0b0}.decision-table tr:last-child td,.escape-table tr:last-child td{border-bottom:none}.hero-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.hero-card{background:rgba(255,255,255,.02);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);transition:transform .2s,border-color .2s}.hero-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.1)}.hero-card h3{margin:0 0 .5rem;color:#fff;font-size:1.2rem}.tier-label{font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem;border-radius:4px;display:inline-block}.tier-s .tier-label{background:rgba(255,215,0,.2);color:#ffd700}.tier-a .tier-label{background:rgba(77,136,255,.2);color:#4d88ff}.tier-b .tier-label{background:rgba(168,85,247,.2);color:#a855f7}.hero-card ul{margin:.5rem 0;padding-left:1.25rem}.hero-card li{font-size:.9rem;margin-bottom:.4rem}.hero-tip{font-size:.85rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05);color:#8a8a8a}.hero-tip strong{color:#4d88ff}.item-grid{display:flex;flex-direction:column;gap:2rem;margin:1.5rem 0}.item-category h3{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.item-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.item-card{background:rgba(255,255,255,.02);border-radius:8px;padding:1rem;border:1px solid rgba(255,255,255,.05)}.item-card h4{margin:0 0 .5rem;color:#4d88ff;font-size:1rem}.item-card p{margin:0;font-size:.9rem;color:#a0a0a0;line-height:1.5}.awareness-tips{background:rgba(255,255,255,.02);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.awareness-tips h3{margin-top:0}.awareness-tips li strong{color:#4d88ff}.mistakes-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.mistake{background:rgba(255,107,107,.05);border-radius:8px;padding:1rem 1.5rem;border-left:3px solid #ff6b6b}.mistake h4{margin:0 0 .5rem;color:#ff6b6b}.mistake p{margin:0;font-size:.95rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.faq-item{background:rgba(255,255,255,.02);border-radius:8px;padding:1.5rem}.faq-item h3{margin:0 0 1rem;font-size:1.1rem;color:#fff}.faq-item p{margin:0;font-size:.95rem}.guide-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,rgba(77,136,255,.1),rgba(168,85,247,.1));border-radius:12px;margin-top:3rem}.guide-cta p{font-size:1.1rem;margin-bottom:1.5rem}.cta-button{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#4d88ff,#a855f7);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(77,136,255,.3)}@media (max-width:1024px){.guide-layout{grid-template-columns:1fr}.guide-sidebar{display:none}}@media (max-width:768px){.split-push-guide{padding:1rem}.guide-header h1{font-size:2rem}.guide-subtitle{font-size:1.1rem}.hero-grid,.item-list{grid-template-columns:1fr}.decision-table td,.decision-table th,.escape-table td,.escape-table th{padding:.75rem;font-size:.9rem}}