.gw-callout{padding:1.25rem 1.5rem;margin:1.5rem 0;border-left:4px solid;border-radius:4px;background-color:#f8f9fa;font-size:.95rem;line-height:1.6}.gw-callout strong{font-weight:600}.gw-callout-icon{font-size:1.2em;margin-right:.5rem;display:inline-block;vertical-align:middle}.gw-callout-info{background-color:#e7f3ff;border-left-color:#06c;color:#003d7a}.gw-callout-info strong{color:#002952}.gw-callout-warning{background-color:#fff4e6;border-left-color:#f80;color:#630}.gw-callout-warning strong{color:#4d2600}.gw-callout-tip{background-color:#e8f5e9;border-left-color:#2e7d32;color:#1b5e20}.gw-callout-tip strong{color:#0d3d10}.gw-callout-success{background-color:#e0f2f1;border-left-color:#00897b;color:#004d40}.gw-callout-success strong{color:#00251a}@media (prefers-color-scheme:dark){.gw-callout{background-color:#1a1a1a}.gw-callout-info{background-color:#0a1929;color:#90caf9}.gw-callout-warning{background-color:#1a0f00;color:#ffb74d}.gw-callout-tip{background-color:#0d1f0d;color:#81c784}.gw-callout-success{background-color:#002020;color:#4db6ac}}.gw-callout-related-card{margin:1.5rem 0;border-radius:6px;overflow:hidden;border-left:4px solid #06c;background:linear-gradient(135deg,#f8f9fa 0%,#e7f3ff 100%);transition:box-shadow 0.2s ease,transform 0.2s ease}.gw-callout-related-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,102,204,.15)}.gw-callout-related-link{display:block;padding:1.25rem 1.5rem;text-decoration:none;color:inherit;position:relative}.gw-callout-related-label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#06c;margin-bottom:.4rem}.gw-callout-related-text{display:block;font-size:.95rem;line-height:1.6;color:#2a2a2a;margin-bottom:.5rem}.gw-callout-related-cta{display:block;text-align:right;font-size:.85rem;font-weight:600;color:#06c}.gw-callout-related-link:hover .gw-callout-related-cta{text-decoration:underline}@media (prefers-color-scheme:dark){.gw-callout-related-card{background:linear-gradient(135deg,#1a1a1a 0%,#0a1929 100%);border-left-color:#4d94ff}.gw-callout-related-label{color:#4d94ff}.gw-callout-related-text{color:#e0e0e0}.gw-callout-related-cta{color:#4d94ff}}.gw-step-list{counter-reset:step-counter;list-style:none;padding-left:0;margin:1.5rem 0}.gw-step-list .gw-step-item{position:relative;padding:1.25rem 1.5rem 1.25rem 4rem;margin-bottom:1.5rem;background:#f8f9fa;border-left:3px solid #06c;border-radius:6px;counter-increment:step-counter}.gw-step-list .gw-step-item::before{content:counter(step-counter);position:absolute;left:1rem;top:1.25rem;width:2rem;height:2rem;background:linear-gradient(135deg,#0066cc,#004d99);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px rgba(0,102,204,.3)}.gw-step-content{display:block}.gw-step-title{display:block;font-size:1.05rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4}.gw-step-description{margin:0;color:#4a4a4a;line-height:1.6;font-size:.95rem}.gw-step-list .gw-step-item:not(:last-child)::after{content:'';position:absolute;left:2rem;top:3.5rem;bottom:-1.5rem;width:2px;background:linear-gradient(to bottom,#0066cc,rgba(0,102,204,.2))}@media (prefers-color-scheme:dark){.gw-step-list .gw-step-item{background:#1a1a1a;border-left-color:#4d94ff}.gw-step-title{color:#e0e0e0}.gw-step-description{color:#b0b0b0}.gw-step-list .gw-step-item::before{background:linear-gradient(135deg,#4d94ff,#0066cc)}}@media (max-width:640px){.gw-step-list .gw-step-item{padding-left:3.5rem}.gw-step-list .gw-step-item::before{width:1.75rem;height:1.75rem;font-size:.85rem;left:.875rem}.gw-step-list .gw-step-item::after{left:1.75rem}}.gw-comparison-table{margin:2rem 0;overflow-x:auto}.gw-comparison-table table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);border-radius:8px;overflow:hidden}.gw-comparison-table thead th{background:linear-gradient(135deg,#0066cc,#004d99);color:#fff;font-weight:600;text-align:left;padding:1rem 1.25rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.gw-comparison-table thead th:first-child{border-top-left-radius:8px}.gw-comparison-table thead th:last-child{border-top-right-radius:8px}.gw-comparison-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color 0.2s ease}.gw-comparison-table tbody tr:hover{background-color:#f8f9fa}.gw-comparison-table tbody tr:last-child{border-bottom:none}.gw-comparison-table tbody td{padding:1rem 1.25rem;color:#2a2a2a;font-size:.95rem;line-height:1.5}.gw-comparison-table tbody td:first-child{font-weight:600;color:#1a1a1a;background-color:#fafafa}.gw-comparison-table.striped tbody tr:nth-child(even){background-color:#f8f9fa}.gw-comparison-table.striped tbody tr:nth-child(even):hover{background-color:#f0f0f0}.gw-comparison-table td.highlight{background-color:#e7f3ff;font-weight:600}.gw-comparison-table td.positive{color:#2e7d32}.gw-comparison-table td.negative{color:#c62828}.gw-comparison-table td.neutral{color:#757575}@media (prefers-color-scheme:dark){.gw-comparison-table table{background:#1a1a1a;box-shadow:0 2px 12px rgba(0,0,0,.4)}.gw-comparison-table thead th{background:linear-gradient(135deg,#4d94ff,#0066cc)}.gw-comparison-table tbody tr{border-bottom-color:#333}.gw-comparison-table tbody tr:hover{background-color:#252525}.gw-comparison-table tbody td{color:#e0e0e0}.gw-comparison-table tbody td:first-child{color:#f0f0f0;background-color:#222}.gw-comparison-table.striped tbody tr:nth-child(even){background-color:#1f1f1f}.gw-comparison-table td.highlight{background-color:#0a1929}.gw-comparison-table td.positive{color:#81c784}.gw-comparison-table td.negative{color:#e57373}}@media (max-width:768px){.gw-comparison-table{font-size:.9rem}.gw-comparison-table thead th,.gw-comparison-table tbody td{padding:.75rem .875rem;font-size:.85rem}@media (max-width:480px){.gw-comparison-table table,.gw-comparison-table thead,.gw-comparison-table tbody,.gw-comparison-table th,.gw-comparison-table td,.gw-comparison-table tr{display:block}.gw-comparison-table thead tr{position:absolute;top:-9999px;left:-9999px}.gw-comparison-table tbody tr{margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:6px}.gw-comparison-table tbody td{border:none;position:relative;padding-left:40%}.gw-comparison-table tbody td::before{content:attr(data-label);position:absolute;left:.75rem;width:35%;padding-right:.5rem;font-weight:600;color:#1a1a1a}.gw-comparison-table tbody td:first-child{background:transparent;font-weight:700;font-size:1rem;padding-left:.875rem}.gw-comparison-table tbody td:first-child::before{display:none}}}.gw-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.gw-procon{padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:6px;border-left:4px solid}.gw-procon-pro{background-color:#e8f5e9;border-left-color:#2e7d32}.gw-procon-con{background-color:#fce4ec;border-left-color:#c62828}.gw-procon-heading{margin-top:0}.gw-procon-list{margin-bottom:0}@media (prefers-color-scheme:dark){.gw-procon-pro{background-color:#0d1f0d;border-left-color:#4caf50}.gw-procon-con{background-color:#1f0d0d;border-left-color:#e57373}}.gw-faq{margin:1.5rem 0;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.gw-faq-title{margin:0;padding:1rem 1.5rem;background-color:#f8f9fa;font-size:1.1rem;font-weight:700;border-bottom:1px solid #e0e0e0}.gw-faq-item{border-bottom:1px solid #e0e0e0;padding:0}.gw-faq-item:last-child{border-bottom:none}.gw-faq-item summary{padding:1rem 1.5rem;font-weight:600;cursor:pointer;transition:background-color 0.2s ease}.gw-faq-item summary:hover{background-color:#f8f9fa}.gw-faq-item p{padding:0 1.5rem 1rem;margin:0;line-height:1.6}@media (prefers-color-scheme:dark){.gw-faq{border-color:#333}.gw-faq-title{background-color:#1a1a1a;border-bottom-color:#333}.gw-faq-item{border-bottom-color:#333}.gw-faq-item summary:hover{background-color:#252525}}.gw-related{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;margin:1.5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e7f3ff 100%);border-left:4px solid #06c;border-radius:6px;transition:transform 0.2s ease,box-shadow 0.2s ease}.gw-related:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,102,204,.15)}.gw-related-thumb{flex-shrink:0;width:80px;height:80px;object-fit:cover;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform 0.2s ease}.gw-related:hover .gw-related-thumb{transform:scale(1.05)}.gw-related-text{flex:1;min-width:0}.gw-related-title{margin:0 0 .5rem 0;font-size:1.05rem;line-height:1.4;color:#1a1a1a}.gw-related-title strong{color:#06c;font-weight:600}.gw-related-teaser{margin:0 0 .75rem 0;font-size:.9rem;line-height:1.5;color:#4a4a4a}.gw-related-link{margin:0;font-size:.9rem}.gw-related-link a{color:#06c;font-weight:600;text-decoration:none;transition:color 0.2s ease}.gw-related-link a:hover{color:#004d99;text-decoration:underline}@media (prefers-color-scheme:dark){.gw-related{background:linear-gradient(135deg,#1a1a1a 0%,#0a1929 100%);border-left-color:#4d94ff}.gw-related-thumb{box-shadow:0 2px 8px rgba(0,0,0,.3)}.gw-related-title{color:#e0e0e0}.gw-related-title strong{color:#4d94ff}.gw-related-teaser{color:#b0b0b0}.gw-related-link a{color:#4d94ff}.gw-related-link a:hover{color:#80b3ff}}@media (max-width:640px){.gw-related{flex-direction:column;align-items:center;text-align:center}.gw-related-thumb{width:100px;height:100px;margin-bottom:.5rem}.gw-related-text{width:100%}}@media (max-width:480px){.gw-related-thumb{width:70px;height:70px}.gw-related{padding:1rem}}.gw-related-posts-widget{background:#f8f9fa;border-radius:8px;padding:1.25rem;border:1px solid #e0e0e0}.gw-rp-heading{margin:0 0 1rem 0;padding-bottom:.75rem;border-bottom:2px solid #06c;font-size:1rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em}.gw-rp-list{list-style:none;margin:0;padding:0}.gw-rp-item{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e8e8e8}.gw-rp-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.gw-rp-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity 0.2s ease}.gw-rp-link:hover{opacity:.8}.gw-rp-thumb{flex-shrink:0;width:56px;height:56px;object-fit:cover;border-radius:4px}.gw-rp-title{font-size:.9rem;font-weight:500;line-height:1.4;color:#06c}.gw-rp-link:hover .gw-rp-title{text-decoration:underline}@media (prefers-color-scheme:dark){.gw-related-posts-widget{background:#1a1a1a;border-color:#333}.gw-rp-heading{color:#e0e0e0;border-bottom-color:#4d94ff}.gw-rp-item{border-bottom-color:#333}.gw-rp-title{color:#4d94ff}}@media print{.gw-callout,.gw-step-list .gw-step-item{page-break-inside:avoid}.gw-step-list .gw-step-item::before{background:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.gw-comparison-table thead th{background:#333!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.gw-callout{border:2px solid #000}}