.meeting-planner{color:#102033}.planner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.planner-box{min-width:0;background:#f8fafc;border:1px solid #dbe7f3;border-radius:8px;padding:14px}.planner-box label{display:block;margin-bottom:7px;color:#0f172a;font-weight:900}.planner-box select,.meeting-planner button{width:100%;min-height:46px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#102033;font:inherit}.meeting-planner button{margin-top:4px;border:0;background:#0f766e;color:#fff;font-weight:900;cursor:pointer}.meeting-planner button:hover{background:#115e59}.planner-results{margin-top:22px}.planner-results h2,.world-map-card h2{color:#0f172a}.planner-summary,.notice,.world-map-card{margin:14px 0;padding:16px;background:#f8fafc;border:1px solid #dbe7f3;border-radius:8px}.slot-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px;margin:12px 0;padding:16px;border:1px solid #dbe7f3;border-radius:8px;background:#fff}.slot-row.slot-good{background:#ecfdf5;border-color:#86efac}.slot-row.slot-ok{background:#fffbeb;border-color:#facc15}.slot-row.slot-best{background:#eff6ff;border-color:#93c5fd}.slot-row.slot-poor{background:#fef2f2;border-color:#fca5a5}.quality-meter{margin:8px 0 12px}.quality-bar{height:12px;margin:6px 0;overflow:hidden;border-radius:999px;background:#e5e7eb}.quality-fill{height:100%;border-radius:999px;background:#16a34a}.quality-fill.ok{background:#f59e0b}.quality-fill.poor{background:#ef4444}.attendee-times{display:grid;gap:8px}.attendee-time{display:grid;grid-template-columns:minmax(170px,1fr) minmax(160px,1fr) 90px;gap:10px;align-items:center;padding:9px 10px;border:1px solid #dbe7f3;border-radius:6px}.attendee-time span{font-variant-numeric:tabular-nums}.attendee-good{background:#ecfdf5;border-color:#86efac}.attendee-ok{background:#fffbeb;border-color:#facc15}.attendee-poor{background:#fef2f2;border-color:#fca5a5}.time-badge{display:inline-block;padding:5px 9px;border-radius:999px;text-align:center;font-size:12px;font-weight:900}.time-badge.good{background:#16a34a;color:#fff}.time-badge.ok{background:#f59e0b;color:#111827}.time-badge.poor{background:#ef4444;color:#fff}.world-map-wrap{position:relative;width:100%;max-width:820px;margin:0 auto}.world-map-svg{display:block;width:100%;height:auto;border:1px solid #dbe7f3;border-radius:8px;background:linear-gradient(180deg,#dff6ff,#eef9ff)}.map-marker{filter:drop-shadow(0 2px 3px rgba(15,23,42,.35))}.map-label{font-size:11px;font-weight:800;fill:#0f172a;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.map-line{stroke:#0f3b7a;stroke-width:2;stroke-dasharray:5 5;opacity:.75}.map-note{margin:10px 0 0;color:#64748b;text-align:center;font-size:14px}@media(max-width:1050px){.planner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.planner-grid,.slot-row,.attendee-time{grid-template-columns:minmax(0,1fr)}.time-badge{width:max-content;text-align:left}}@media(max-width:520px){.planner-grid{grid-template-columns:minmax(0,1fr)}}