*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:root{--red:#e30a17;--red-light:#ff4d6d;--red-dark:#8b0000;--navy:#0e5a6e;--navy-light:#147a94;--blue:#4a90d9;--blue-light:#87ceeb;--gold:#d4af37;--gold-light:#f5d87e;--green:#2d6a4f;--green-light:#52b788;--purple:#7b2fbe;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 8px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #00000024;--radius:12px;--radius-sm:8px;--radius-lg:20px;--nav-height:68px}html,body{background:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}#root{background:var(--white);max-width:480px;min-height:100vh;margin:0 auto;position:relative;box-shadow:0 0 40px #00000014}.page{min-height:100vh;padding-bottom:calc(var(--nav-height) + 16px)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade{animation:.3s forwards fadeIn}.animate-slide{animation:.4s forwards slideUp}.badge{letter-spacing:.02em;border-radius:99px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.badge-red{color:#991b1b;background:#fee2e2}.badge-blue{color:#1e40af;background:#dbeafe}.badge-green{color:#065f46;background:#d1fae5}.badge-yellow{color:#92400e;background:#fef3c7}.badge-gray{background:var(--gray-100);color:var(--gray-700)}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-confirmed{background:var(--green-light)}.status-pending{background:var(--gold)}.status-urgent{background:var(--red);animation:1.5s infinite pulse}.btn{cursor:pointer;border:none;border-radius:99px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-outline{color:var(--navy);border:1.5px solid var(--gray-200);background:0 0}.btn-outline:hover{border-color:var(--navy)}.btn-ghost{background:var(--gray-100);color:var(--gray-700)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.divider{background:var(--gray-100);height:1px;margin:0}.tag-strip{flex-wrap:wrap;gap:8px;padding:0;display:flex}.timeline-line{background:var(--gray-100);width:2px;position:absolute;top:36px;bottom:0;left:17px}
