:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.4;font-weight:400;color:#1f2937;background-color:#f7f7f9;--bordeaux: #722f37;--bordeaux-light: rgba(114, 47, 55, .08);--dark: #111827;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-700: #374151;--green: #059669;--green-light: #ecfdf5;--red: #dc2626;--red-light: #fef2f2;--blue: #3b82f6;--radius: 12px;--transition: .2s ease}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:#f7f7f9;touch-action:pan-y}.app-shell{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}.app-main{flex:1;padding:1rem 1rem 5.5rem}.header{padding:.75rem 1rem;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:.5rem}.header-title{font-weight:800;font-size:1.1rem;color:var(--bordeaux);letter-spacing:-.02em}.header-subtitle{font-size:.75rem;color:var(--gray-500)}.header-user{font-size:.8rem;color:var(--gray-500);font-weight:500}.header-profile-btn{text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border:1px solid var(--gray-200);border-radius:999px;color:var(--gray-700);font-size:.8rem;font-weight:600;max-width:120px;transition:border-color var(--transition),color var(--transition),background var(--transition)}.header-profile-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-profile-btn:hover{color:var(--bordeaux);border-color:#722f3759;background:var(--bordeaux-light)}.header-profile-btn.active{color:var(--bordeaux);border-color:#722f3773;background:var(--bordeaux-light)}.link-button{background:none;border:none;color:var(--bordeaux);font-weight:600;cursor:pointer;padding:0;transition:opacity var(--transition)}.link-button:hover{opacity:.7}.card{background:#fff;border-radius:var(--radius);padding:1rem;box-shadow:0 1px 3px #0f172a0f,0 6px 16px #0f172a0a;margin-bottom:.75rem;transition:box-shadow var(--transition)}.section-title{font-weight:700;font-size:1rem;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.form{display:grid;gap:.75rem}.label{font-size:.85rem;color:var(--gray-700);font-weight:500;margin-bottom:.25rem;display:block}.input,.select,.textarea{width:100%;border:1px solid var(--gray-200);border-radius:10px;padding:.7rem .75rem;font-size:16px;background:#fff;transition:border-color var(--transition),box-shadow var(--transition)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--bordeaux);box-shadow:0 0 0 3px #722f371a}.textarea{min-height:90px;resize:vertical}.chip-input{display:flex;flex-wrap:wrap;gap:.5rem;border:1px solid var(--gray-200);border-radius:10px;padding:.5rem;background:#fff;transition:border-color var(--transition)}.chip-input:focus-within{border-color:var(--bordeaux);box-shadow:0 0 0 3px #722f371a}.chip{border:none;background:var(--bordeaux-light);color:var(--bordeaux);border-radius:999px;padding:.35rem .6rem;font-size:.8rem;cursor:pointer;font-weight:500;transition:background var(--transition)}.chip:hover{background:#722f3726}.chip-search{border:none;outline:none;flex:1;min-width:140px;font-size:.9rem}.chip-suggestions{margin-top:.5rem;display:grid;gap:.35rem;animation:fadeIn .15s ease}.chip-suggestion{border:1px solid var(--gray-200);background:#fafbfc;border-radius:10px;padding:.5rem .75rem;text-align:left;font-size:.85rem;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.chip-suggestion:hover{background:var(--bordeaux-light);border-color:var(--bordeaux)}.button{background:var(--bordeaux);color:#fff;border:none;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background var(--transition),transform var(--transition)}.button:hover{background:#5e252c}.button:active{transform:scale(.98)}.button:disabled{opacity:.6;cursor:not-allowed}.button.secondary{background:var(--dark)}.button.secondary:hover{background:#1e293b}.ghost-button{background:none;border:1px solid var(--gray-200);border-radius:8px;padding:.35rem .6rem;font-size:1rem;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.ghost-button:hover{background:var(--gray-100);border-color:var(--gray-400)}.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.tab{border:1px solid var(--gray-200);border-radius:10px;padding:.5rem;font-size:.85rem;background:#fff;cursor:pointer;font-weight:500;transition:all var(--transition)}.tab:hover{background:var(--gray-100)}.tab.active{background:var(--bordeaux);color:#fff;border-color:var(--bordeaux)}.agenda-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.view-toggle{display:flex;gap:.5rem}.today-button{background:var(--bordeaux-light);color:var(--bordeaux);border:1px solid rgba(114,47,55,.2);border-radius:10px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all var(--transition)}.today-button:hover{background:var(--bordeaux);color:#fff}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.calendar-title{font-weight:700;text-transform:capitalize}.calendar-title.today-label{color:var(--bordeaux)}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;width:100%}.calendar-day-label{text-align:center;font-size:.7rem;color:var(--gray-500);font-weight:600;text-transform:uppercase;min-width:0;padding-bottom:.25rem}.calendar-day{min-height:70px;border-radius:10px;border:1px solid var(--gray-200);padding:.35rem;display:flex;flex-direction:column;gap:2px;background:#fafafa;min-width:0;transition:background var(--transition),border-color var(--transition)}.calendar-day:hover{background:#f0f1f3}.calendar-day.empty{border:none;background:transparent}.calendar-day.today{border-color:var(--bordeaux);background:var(--bordeaux-light);box-shadow:0 0 0 1px var(--bordeaux)}.calendar-day.today .calendar-day-number{color:var(--bordeaux);font-weight:700}.calendar-day-number{font-size:.75rem;color:var(--gray-700);font-weight:500}.calendar-chip{font-size:.65rem;background:var(--gray-200);border:1px solid transparent;border-radius:6px;padding:1px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background var(--transition)}.calendar-chip.status-planned,.status-pill.status-pill-planned{background:#fef3f2;color:#b42318;border-color:#fda29b}.calendar-chip.status-in-progress,.status-pill.status-pill-in-progress{background:#fff7e8;color:#b54708;border-color:#fec84b}.calendar-chip.status-completed,.status-pill.status-pill-completed{background:#ecfdf3;color:#027a48;border-color:#6ce9a6}.calendar-chip.status-cancelled,.status-pill.status-pill-cancelled{background:#f2f4f7;color:#667085;border-color:#d0d5dd}.calendar-chip.status-overdue,.status-pill.status-pill-overdue{background:#fef2f2;color:#b42318;border-color:#ef4444;box-shadow:0 0 0 1px #ef444426}.calendar-more{font-size:.65rem;color:var(--gray-500);font-weight:600}.day-events-list{display:grid;gap:.5rem}.day-event-card{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border-radius:10px;background:var(--gray-100);border-left:4px solid transparent;cursor:pointer;transition:background var(--transition),transform var(--transition)}.day-event-card:hover{background:var(--gray-200)}.day-event-card:active{transform:scale(.99)}.day-event-card.overdue{background:var(--red-light);border:1.5px solid #fca5a5}.day-event-card.status-planned,.agenda-list-card.status-planned{border-left-color:#fda29b}.day-event-card.status-in-progress,.agenda-list-card.status-in-progress{border-left-color:#fec84b}.day-event-card.status-completed,.agenda-list-card.status-completed{border-left-color:#6ce9a6}.day-event-card.status-cancelled,.agenda-list-card.status-cancelled{border-left-color:#d0d5dd}.day-event-card.status-overdue,.agenda-list-card.status-overdue{border-left-color:#ef4444;background:#fef2f2}.overdue-badge{display:inline-block;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:999px;margin-top:4px}.week-grid{display:grid;gap:.25rem;width:100%;overflow-x:hidden}.week-header-row{display:grid;align-items:center;gap:.25rem}.week-header{text-align:center;font-size:.7rem;color:var(--gray-500);font-weight:500}.week-header.empty{background:transparent}.week-header.today-label{color:var(--bordeaux);font-weight:700}.week-row{display:grid;align-items:stretch;gap:.25rem}.week-time{font-size:.65rem;color:var(--gray-400);text-align:right;padding-right:.25rem;line-height:42px}.week-cell{min-height:42px;border:1px solid var(--gray-200);border-radius:8px;padding:2px;background:#fafafa;overflow:hidden;cursor:pointer;transition:background var(--transition)}.week-cell:hover{background:var(--gray-100)}.week-event{background:#722f371f;border-radius:6px;padding:2px 4px;margin-bottom:1px;transition:background var(--transition)}.week-event.work{background:#1118271f}.week-event.custom{background:#3b82f626}.week-event.overdue{border:1.5px solid #ef4444;background:var(--red-light)}.week-event-title{font-size:.65rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.range-day{border-top:1px solid var(--gray-200);padding:.75rem 0}.range-day:first-of-type{border-top:none;padding-top:0}.range-day-title{font-weight:600;margin-bottom:.4rem}.range-event{display:flex;gap:.5rem;align-items:flex-start;padding:.4rem 0}.range-title{font-weight:600;font-size:.9rem}.range-meta{font-size:.75rem;color:var(--gray-500)}.range-dot{width:10px;height:10px;border-radius:50%;margin-top:.35rem;background:var(--gray-200);flex-shrink:0}.range-dot.treatment{background:var(--bordeaux)}.range-dot.work{background:var(--dark)}.range-dot.custom{background:var(--blue)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:20;animation:fadeIn .2s ease}.modal-card{background:#fff;border-radius:16px;padding:1.25rem;width:100%;max-width:420px;display:grid;gap:.75rem;box-shadow:0 20px 40px #0f172a40;animation:slideUp .25s ease}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.modal-events{display:grid;gap:.5rem}.agenda-item{display:grid;gap:.35rem}.agenda-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--gray-500)}.status-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:var(--gray-100);border:1px solid transparent;font-weight:500}.agenda-status-row{margin-top:.45rem}.agenda-legend-card{padding-top:.75rem;padding-bottom:.75rem}.agenda-legend{display:flex;flex-wrap:wrap;gap:.5rem}.agenda-legend-item{display:inline-flex}.mobile-submit-actions{display:grid;gap:.75rem}.mobile-toast{position:sticky;top:.75rem;z-index:5}.config-search-shell{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.75rem .9rem;border:1px solid #d8e0dd;border-radius:14px;background:#f8fbf9}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--gray-200);display:grid;grid-template-columns:repeat(3,1fr);padding:.5rem 1rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));z-index:10}.bottom-nav-item{text-decoration:none;color:var(--gray-400);font-weight:500;font-size:.7rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.4rem .25rem;border-radius:10px;transition:color var(--transition),background var(--transition)}.bottom-nav-item svg{transition:transform var(--transition)}.bottom-nav-item:hover{color:var(--gray-700)}.bottom-nav-item.active{color:var(--bordeaux);font-weight:600}.bottom-nav-item.active svg{transform:scale(1.1)}.bottom-nav-create{color:var(--bordeaux)}.bottom-nav-create:hover{color:#5e252c}.bottom-nav-create.active{color:var(--bordeaux)}.message-error{background:var(--red-light);color:var(--red);border:1px solid #fca5a5;border-radius:10px;padding:.6rem .75rem;font-size:.85rem;font-weight:500}.message-success{background:var(--green-light);color:var(--green);border:1px solid #6ee7b7;border-radius:10px;padding:.6rem .75rem;font-size:.85rem;font-weight:500}.helper{font-size:.8rem;color:var(--gray-500)}.empty-state{text-align:center;color:var(--gray-500);padding:2rem 0}.login-container{max-width:380px;margin:0 auto;padding-top:2rem}.login-brand{text-align:center;margin-bottom:1.5rem}.login-title{font-size:1.75rem;font-weight:800;color:var(--bordeaux);margin:.5rem 0 0;letter-spacing:-.03em}.login-tagline{color:var(--gray-500);font-size:.9rem;margin:.25rem 0 0}.profile-card{display:flex;align-items:center;gap:1rem}.profile-avatar{width:52px;height:52px;border-radius:50%;background:var(--bordeaux);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;flex-shrink:0}.profile-info{min-width:0}.profile-name{font-weight:700;font-size:1.05rem}.profile-email{color:var(--gray-500);font-size:.85rem}.profile-company{color:var(--gray-400);font-size:.8rem}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;text-align:center}.profile-stat{padding:.75rem 0;background:var(--gray-100);border-radius:10px}.profile-stat-value{font-size:1.3rem;font-weight:700;color:var(--bordeaux)}.profile-stat-label{font-size:.75rem;color:var(--gray-500);font-weight:500}.logout-button{width:100%;background:var(--red-light);color:var(--red);border:1px solid #fca5a5;font-weight:600}.logout-button:hover{background:#fde8e8}.skeleton-group{display:grid;gap:.5rem}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,#e8e9ec 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-line{height:14px;width:100%}.skeleton-line.short{width:60%}.skeleton-block{height:200px;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.config-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.config-count{font-size:.82rem;color:var(--gray-500);font-weight:500}.config-add-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;color:#fff;background:var(--bordeaux);border:none;border-radius:20px;cursor:pointer;transition:background .2s}.config-add-btn:hover{background:var(--bordeaux-dark, #5a252c)}.config-list{display:flex;flex-direction:column;gap:8px}.config-item{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.config-item:hover{box-shadow:0 2px 8px #0000000f}.config-item-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.config-item-title{font-weight:600;font-size:.95rem;color:var(--gray-900)}.config-item-sub{font-size:.8rem;color:var(--gray-500);margin-top:2px}.config-item-chevron{color:var(--gray-400);transition:transform .2s;flex-shrink:0}.config-item-actions{display:flex;gap:8px;padding:10px 16px;border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.config-form{display:grid;gap:12px;padding:16px;border-top:1px solid var(--gray-200);background:var(--gray-50, #f9fafb);animation:slideUp .2s ease}.config-form-buttons{display:flex;gap:8px;justify-content:flex-end;padding-top:4px}.config-delete-btn{padding:6px 14px;font-size:.82rem;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .2s}.config-delete-btn:hover{background:#fee2e2}.voice-fab{position:fixed;bottom:5.5rem;right:1rem;z-index:900;width:56px;height:56px;border-radius:50%;border:none;background:var(--bordeaux);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #722f3759;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.voice-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #722f3773}.voice-fab:active{transform:scale(.95)}.voice-fab:disabled{opacity:.6;cursor:not-allowed;transform:none}.voice-fab.recording{background:#dc2626;animation:voicePulse 1.2s ease-in-out infinite}.voice-fab.processing{background:var(--gray-400)}@keyframes voicePulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 14px #dc262600}}.voice-recording-bar{position:fixed;bottom:8.5rem;left:1rem;right:1rem;z-index:899;background:#fff;border:1px solid #fecaca;border-radius:var(--radius);padding:.6rem .85rem;display:flex;align-items:center;gap:.6rem;box-shadow:0 4px 16px #dc26261f;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.voice-recording-pulse{width:10px;height:10px;border-radius:50%;background:#dc2626;animation:recPulse 1s ease-in-out infinite;flex-shrink:0}@keyframes recPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.voice-recording-text{flex:1;font-size:.85rem;font-weight:600;color:#dc2626}.voice-cancel-btn{border:none;background:var(--gray-100);color:var(--gray-700);padding:.35rem .65rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s}.voice-cancel-btn:hover{background:var(--gray-200)}.voice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000059;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.voice-processing-card{background:#fff;border-radius:var(--radius);padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 8px 32px #00000026}.voice-spinner{width:36px;height:36px;border:3px solid var(--gray-200);border-top-color:var(--bordeaux);border-radius:50%;animation:spin .8s linear infinite}.voice-processing-text{font-size:.95rem;font-weight:600;color:var(--gray-700);margin:0}.voice-result-panel{position:fixed;bottom:8.5rem;left:.75rem;right:.75rem;z-index:899;background:#fff;border-radius:var(--radius);padding:1rem;box-shadow:0 8px 28px #0000001f;border:1px solid var(--gray-200);animation:slideUp .25s ease;max-height:55vh;overflow-y:auto}.voice-result-close{position:absolute;top:.6rem;right:.6rem;border:none;background:var(--gray-100);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-500);transition:background .15s,color .15s}.voice-result-close:hover{background:var(--gray-200);color:var(--dark)}.voice-transcription{font-size:.82rem;color:var(--gray-500);margin:0 0 .5rem;font-style:italic;padding-right:2rem}.voice-label{font-weight:600;font-style:normal;color:var(--gray-700)}.voice-message{font-size:.9rem;line-height:1.5;white-space:pre-line;padding:.6rem .75rem;border-radius:10px;margin-bottom:.5rem}.voice-message.success{background:var(--green-light);color:#065f46;border:1px solid #a7f3d0}.voice-message.error{background:var(--red-light);color:#991b1b;border:1px solid #fecaca}.voice-intent-badge{display:inline-block;font-size:.7rem;font-weight:600;color:var(--gray-500);background:var(--gray-100);padding:.2rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.voice-result-panel.followup{border:2px solid var(--bordeaux);border-left:4px solid var(--bordeaux)}.voice-followup-section{margin:.75rem 0 .5rem;padding:.65rem .75rem;background:#fef3f3;border-radius:10px;border:1px solid #f5c6cb}.voice-followup-hint{font-size:.82rem;color:var(--bordeaux);font-weight:500;margin:0 0 .5rem}.voice-followup-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--bordeaux);color:#fff;border:none;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;animation:voicePulse 2s ease-in-out infinite}.voice-followup-btn:active{transform:scale(.95);background:#5a2630}.voice-followup-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.voice-followup-cancel{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 1rem;background:transparent;color:#991b1b;border:1.5px solid #fca5a5;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.voice-followup-cancel:active{transform:scale(.95);background:#fef2f2}.voice-cancel-processing{margin-top:.75rem;padding:.4rem 1.2rem;background:transparent;color:#991b1b;border:1.5px solid #fca5a5;border-radius:999px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.voice-cancel-processing:active{background:#fef2f2}.voice-timer-bar{flex:1;height:4px;background:#fff3;border-radius:999px;overflow:hidden;margin:0 .5rem}.voice-timer-fill{height:100%;background:#fff;border-radius:999px;transition:width 1s linear}.voice-error-toast{position:fixed;bottom:8.5rem;left:1rem;right:1rem;z-index:899;background:var(--red-light);color:#991b1b;border:1px solid #fecaca;border-radius:var(--radius);padding:.65rem .85rem;font-size:.85rem;font-weight:500;cursor:pointer;animation:slideUp .2s ease;box-shadow:0 4px 12px #dc26261a}.voice-result-panel.confirm-panel{border-color:#f59e0b;border-width:2px}.voice-message.confirm{background:#fef3c7;color:#92400e;border:1px solid #fbbf24;white-space:pre-line}.voice-confirm-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.voice-confirm-btn{display:flex;align-items:center;gap:.35rem;padding:.55rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;flex:1;justify-content:center;min-width:80px}.voice-confirm-btn:active{transform:scale(.96)}.voice-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.voice-confirm-btn.confirm{background:#10b981;color:#fff}.voice-confirm-btn.confirm:hover{background:#059669}.voice-confirm-btn.modify{background:#f59e0b;color:#fff}.voice-confirm-btn.modify:hover{background:#d97706}.voice-confirm-btn.cancel{background:#ef4444;color:#fff}.voice-confirm-btn.cancel:hover{background:#dc2626}.voice-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.duplicate-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1.5px solid var(--gray-300);border-radius:8px;background:var(--gray-50);color:var(--gray-600);cursor:pointer;transition:all .15s;flex-shrink:0}.duplicate-btn:active{transform:scale(.9);background:var(--gray-200);color:var(--bordeaux);border-color:var(--bordeaux)}
