.protocol-tabs-container{background:#fff;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;max-width:900px;margin:0 auto;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tabs-header{display:flex;background:#f8fafc;padding:.5rem;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #e2e8f0}.tab-btn{flex:1;padding:1rem 1.5rem;border:none;background:transparent;color:#64748b;font-weight:600;font-size:.95rem;cursor:pointer;border-radius:12px;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-btn:hover{color:#3cbced;background:#3cbced0d}.tab-btn.active{background:#fff;color:#3cbced;box-shadow:0 2px 4px #0000000d;font-weight:700}.tab-badge{background:#3cbced;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:700;margin-left:6px}.tabs-content{padding:3rem 2rem;min-height:400px;display:flex;flex-direction:column;align-items:center}.content-title{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:2rem;text-align:center}.steps-grid{display:grid;gap:1rem;width:100%;max-width:700px}.step-card{background:#f8fafc;padding:1.25rem;border-radius:12px;display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.step-card:hover{transform:translate(4px);background:#f1f5f9}.check-icon{width:24px;height:24px;background:#3cbced;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem}.step-text{font-size:1.05rem;color:#334155;line-height:1.5}.protocol-footer{margin-top:auto;padding-top:3rem;display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.9rem;font-weight:500}@media (max-width: 640px){.tabs-header{flex-wrap:nowrap;justify-content:flex-start}.tab-btn{flex:0 0 auto}.content-title{font-size:1.4rem}}.ps-bento-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem}.ps-bento-col{display:flex;flex-direction:column;gap:1.5rem}.ps-card-base{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.ps-card-base:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #1e293b26}.ps-header-card{padding:1.5rem;display:flex;align-items:center;gap:1rem}.ps-header-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.ps-title{font-size:1.25rem;font-weight:700;margin:0;line-height:1.2}.problem-theme .ps-header-card{background:linear-gradient(135deg,#fff1f2,#fff);border-color:#fecdd3}.problem-theme .ps-header-icon{background:#fee2e2;color:#ef4444}.problem-theme .ps-title{color:#991b1b}.solution-theme .ps-header-card{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#bbf7d0}.solution-theme .ps-header-icon{background:#dcfce7;color:#16a34a}.solution-theme .ps-title{color:#166534}.schedule-theme .ps-header-card{background:linear-gradient(135deg,#eff6ff,#fff);border-color:#bfdbfe}.schedule-theme .ps-header-icon{background:#dbeafe;color:#2563eb}.schedule-theme .ps-title{color:#1e40af}.ps-image-card{height:280px;position:relative;transition:height .3s ease}@media (max-width: 1024px){.ps-image-card{height:220px}}@media (max-width: 640px){.ps-image-card{height:180px}}.ps-image-card img{width:100%;height:100%;object-fit:cover}.ps-image-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1rem;color:#fff;font-weight:600}.ps-alert-card{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;font-weight:500}.ps-stat-number{font-weight:800;margin-bottom:.25rem}.problem-theme .ps-alert-card{background:#fef2f2;color:#b91c1c;border-left:4px solid #ef4444}.solution-theme .ps-alert-card{background:#f0fdf4;color:#15803d;border-left:4px solid #22c55e}.calendar-visual{padding:1.5rem;background:#fff;display:flex;flex-direction:column}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:700;color:#1e293b;font-size:.9rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;font-size:.8rem;color:#64748b}.cal-day{padding:4px;font-weight:600;color:#94a3b8}.cal-num{padding:6px;border-radius:6px;cursor:default}.cal-num.today{background:#2563eb;color:#fff;font-weight:700}.cal-num.available{background:#eff6ff;color:#2563eb;cursor:pointer;transition:background .2s}.cal-num.available:hover{background:#dbeafe}@media (max-width: 1024px){.ps-bento-container{grid-template-columns:1fr;max-width:600px}}.cal-num.selected{background:#1e40af!important;color:#fff;transform:scale(1.1);box-shadow:0 4px 6px #2563eb4d}.schedule-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;width:100%}.schedule-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.schedule-btn.disabled{background:#94a3b8;cursor:not-allowed;pointer-events:none;opacity:.7}
