.bizcal-float{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans JP',sans-serif;display:flex;flex-direction:column}.bizcal-float-toggle{order:2;display:inline-flex;align-items:center;gap:8px;border:none;background:#1f2937;color:#fff;font-size:.85rem;line-height:1;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 6px 20px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.bizcal-float-toggle:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.35)}.bizcal-float-toggle:focus-visible{outline:2px solid #1976d2;outline-offset:2px}.bizcal-float-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.92);font-size:.75rem;font-weight:700;line-height:1;flex-shrink:0;color:#3a9d5d}.bizcal-float-toggle.is-closed .bizcal-float-mark{color:#d6336c}.bizcal-float-panel{order:1;position:relative;background:#f8f9fa;box-shadow:0 16px 40px rgba(0,0,0,.3);overflow:hidden}.bizcal-float-body{overflow-y:auto}.bizcal-float-close{position:absolute;top:6px;right:10px;border:none;background:0 0;font-size:1.4rem;line-height:1;color:#6b7280;cursor:pointer;padding:6px;z-index:1}.bizcal-float-close:hover{color:#d6336c}.bizcal-float-panel .bizcal-today{display:flex;margin-bottom:16px}.bizcal-float-panel .bizcal-calendar{max-width:none}@media (min-width:721px){.bizcal-float{right:20px;bottom:20px;align-items:flex-end}.bizcal-float-toggle{margin-top:12px;padding:12px 20px;border-radius:999px}.bizcal-float-panel{width:min(320px,80vw);max-height:0;border-radius:14px;transition:max-height .35s ease}.bizcal-float.is-expanded .bizcal-float-panel{max-height:70vh}.bizcal-float-body{max-height:70vh;padding:36px 18px 18px}}@media (max-width:720px){.bizcal-float{left:0;right:0;bottom:0}.bizcal-float-toggle{width:100%;justify-content:center;padding:14px;border-radius:12px 12px 0 0}.bizcal-float-panel{max-height:0;border-radius:0;transition:max-height .35s ease}.bizcal-float.is-expanded .bizcal-float-panel{max-height:60vh}.bizcal-float-body{max-height:60vh;padding:30px 16px 16px}}