:root{font-family:-apple-system,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;background:#f2f5f9}.app-shell{padding:48px 8vw 80px;max-width:1200px;margin:0 auto}.app-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.app-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#64748b;font-size:12px;margin:0 0 8px}.app-subtitle{color:#475569;max-width:520px}.grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 40px rgba(15,23,42,.08);display:flex;flex-direction:column;gap:16px}.span-2{grid-column:span 2}.card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.pill{background:#e0f2fe;color:#0284c7;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}textarea{min-height:120px;border-radius:16px;border:1px solid #e2e8f0;padding:12px;font-size:14px;resize:none}.primary-button,.secondary-button{border:none;border-radius:16px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer}.primary-button{background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#fff}.secondary-button{background:#e2e8f0;color:#0f172a}.primary-button:disabled{opacity:.5;cursor:not-allowed}.audio-player{width:100%}.helper{color:#64748b;font-size:13px;margin:0}.wave{display:flex;gap:8px;align-items:flex-end;height:56px}.wave span{display:block;width:10px;height:16px;background:#94a3b8;border-radius:8px}.wave.active span{animation:wave 1s ease-in-out infinite;background:#38bdf8}.wave.active span:nth-child(2){animation-delay:.1s}.wave.active span:nth-child(3){animation-delay:.2s}.wave.active span:nth-child(4){animation-delay:.3s}@keyframes wave{0%,to{height:16px}50%{height:48px}}.dropzone{border:1px dashed #cbd5f5;border-radius:20px;padding:24px;text-align:center;background:#f8fafc}.dropzone,.timeline{display:flex;flex-direction:column;gap:12px}.timeline-row{display:flex;align-items:center;gap:16px;padding:12px;border-radius:16px;background:#f1f5f9}.time-badge{background:#0f172a;color:#fff;padding:6px 12px;border-radius:12px;font-size:12px;min-width:64px;text-align:center}.timeline-title{font-weight:600;margin:0 0 4px}.locations{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.locations li{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:16px;background:#f8fafc}.status{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}.status.online{background:#dcfce7;color:#16a34a}.status.offline{background:#fee2e2;color:#dc2626}@media (max-width:768px){.app-shell{padding:32px 6vw 60px}.span-2{grid-column:span 1}}