.dcal-grid[data-astro-cid-c4ynmaly]{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#1f3a3f1a;border:1px solid rgba(31,58,63,.15);border-radius:6px;overflow:hidden}.dcal-head[data-astro-cid-c4ynmaly]{background:#eaf4f1;padding:.5rem 0;text-align:center;font-size:.72rem;font-weight:600;color:#1f3a3f}.dcal-head[data-astro-cid-c4ynmaly].sun{color:#d04040}.dcal-head[data-astro-cid-c4ynmaly].sat{color:#3672a6}.dcal-cell[data-astro-cid-c4ynmaly]{background:#fff;padding:.45rem .3rem;min-height:54px;display:flex;flex-direction:column;align-items:center;gap:.15rem;font-variant-numeric:tabular-nums}.dcal-cell[data-astro-cid-c4ynmaly].empty{background:#fafbfa;cursor:default}.dcal-cell[data-astro-cid-c4ynmaly].closed{background:#fafbfa;color:#1f3a3f59;cursor:not-allowed}.dcal-cell[data-astro-cid-c4ynmaly].full{background:#fafbfa;color:#1f3a3f73;cursor:not-allowed;opacity:.65}.dcal-cell[data-astro-cid-c4ynmaly].today{background:#b8d5cc;color:#1f3a3f;font-weight:700;box-shadow:inset 0 0 0 2px #1f3a3f}.dcal-cell[data-astro-cid-c4ynmaly].priority:not(.today){background:#eaf4f1}.dcal-cell[data-astro-cid-c4ynmaly].ai-recommended{box-shadow:inset 0 0 0 2px #1f3a3f;background:#b8d5cc;animation:dental-pulse 1.4s ease-in-out 2}@keyframes dental-pulse{0%,to{box-shadow:inset 0 0 0 2px #1f3a3f,0 0 #1f3a3f00}50%{box-shadow:inset 0 0 0 2px #1f3a3f,0 0 0 6px #1f3a3f2e}}.dcal-cell[data-astro-cid-c4ynmaly].selected:not(.empty):not(.closed):not(.full){outline:2px solid #1F3A3F;outline-offset:-2px}.dcal-cell[data-astro-cid-c4ynmaly]:not(.empty):not(.closed):not(.full){cursor:pointer}.dcal-cell[data-astro-cid-c4ynmaly]:not(.empty):not(.closed):not(.full):hover{background:#eaf4f1}.dcal-day[data-astro-cid-c4ynmaly]{font-size:.82rem;font-weight:600}.dcal-mark[data-astro-cid-c4ynmaly]{font-size:.88rem;line-height:1}.dcal-mark[data-astro-cid-c4ynmaly].ok{color:#2e8b5a}.dcal-mark[data-astro-cid-c4ynmaly].few{color:#c89a2e}.dcal-mark[data-astro-cid-c4ynmaly].full{color:#d04040}.dslot[data-astro-cid-c4ynmaly]{padding:.5rem;border:1px solid rgba(31,58,63,.2);background:#fff;color:#1f3a3f;font-size:.82rem;font-weight:500;font-variant-numeric:tabular-nums;border-radius:6px;cursor:pointer;text-align:center}.dslot[data-astro-cid-c4ynmaly]:hover:not(.disabled):not(:disabled){background:#eaf4f1}.dslot[data-astro-cid-c4ynmaly].highlight{border-color:#1f3a3f;background:#1f3a3f;color:#fff}.dslot[data-astro-cid-c4ynmaly].is-selected{border-color:#1f3a3f;background:#1f3a3f!important;color:#fff!important}.dslot[data-astro-cid-c4ynmaly].disabled,.dslot[data-astro-cid-c4ynmaly]:disabled{background:#fafbfa;color:#1f3a3f59;text-decoration:line-through;cursor:not-allowed}.dslot[data-astro-cid-c4ynmaly].ai-recommended:not(.disabled):not(:disabled){animation:dental-slot-pulse 1.4s ease-in-out 2}@keyframes dental-slot-pulse{0%,to{box-shadow:0 0 #1f3a3f00}50%{box-shadow:0 0 0 4px #1f3a3f2e}}.dental-hidden-required[data-astro-cid-c4ynmaly]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0;pointer-events:none}.chat-panel{background:#fff;border:1px solid rgba(31,58,63,.15);border-radius:16px;overflow:hidden}.chat-panel .chat-head{background:#1f3a3f;color:#fff;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.chat-panel .chat-avatar{width:32px;height:32px;border-radius:50%;background:#b8d5cc;color:#1f3a3f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;letter-spacing:.02em}.chat-panel .chat-log{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;min-height:400px;max-height:520px;overflow-y:auto}.chat-panel .chat-msg{display:flex}.chat-panel .chat-msg.bot{justify-content:flex-start}.chat-panel .chat-msg.user{justify-content:flex-end}.chat-panel .chat-msg.chat-choices-msg{justify-content:flex-start;width:100%}.chat-panel .chat-bubble{max-width:82%;padding:.65rem .95rem;font-size:.88rem;line-height:1.75;word-break:keep-all;overflow-wrap:anywhere;line-break:strict}.chat-panel .chat-bubble.bot{background:#eaf4f1;color:#1f3a3f;border-radius:14px 14px 14px 4px}.chat-panel .chat-bubble.user{background:#1f3a3f;color:#fff;border-radius:14px 14px 4px}.chat-panel .chat-slots{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:82%}.chat-panel .chat-slot{padding:.55rem 1rem;border:1px solid #B8D5CC;background:#fff;color:#1f3a3f;font-size:.85rem;cursor:pointer;border-radius:999px;transition:background .15s ease,color .15s ease,border-color .15s ease;text-align:left}.chat-panel .chat-slot:hover,.chat-panel .chat-slot:focus-visible{background:#1f3a3f;color:#fff;border-color:#1f3a3f}.chat-panel .chat-input{display:flex;gap:.5rem;padding:.85rem 1.25rem;border-top:1px solid rgba(31,58,63,.12);background:#fafbfa}.chat-panel .chat-input input{flex:1;padding:.55rem .8rem;border:1px solid rgba(31,58,63,.2);background:#fff;color:#1f3a3f;font-size:.85rem;border-radius:8px}.chat-panel .chat-input button{padding:.55rem 1.1rem;background:#1f3a3f;color:#fff;font-size:.78rem;letter-spacing:.1em;font-weight:600;border:none;border-radius:8px;cursor:pointer}.chat-panel .chat-input button:hover{background:#b8d5cc;color:#1f3a3f}.chat-panel .chat-bubble--notice{color:#1f3a3f}.chat-panel .chat-bubble--notice .chat-cta{color:#1f3a3f;font-weight:700}
