::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#2E7D8A;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1B5E6B}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2E7D8A;outline-offset:2px}::selection{background-color:#2E7D8A;color:white}::-moz-selection{background-color:#2E7D8A;color:white}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.gradient-text{background:linear-gradient(135deg,#2E7D8A,#1B5E6B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-hover{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card-hover:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(46,125,138,.15)}.btn-therapy-ally{background:linear-gradient(135deg,#2E7D8A,#1B5E6B);border:none;color:white;transition:all .3s ease}.btn-therapy-ally:hover{background:linear-gradient(135deg,#1B5E6B,#0F4A57);transform:translateY(-1px);box-shadow:0 4px 12px rgba(46,125,138,.3)}.status-confirmed{color:#4CAF50}.status-pending{color:#FF9800}.status-cancelled{color:#F44336}.text-primary-theme{color:#2E7D8A}.text-secondary-theme{color:#1B5E6B}.text-accent-theme{color:#4A9BA8}.bg-primary-theme{background-color:#2E7D8A}.bg-secondary-theme{background-color:#1B5E6B}.bg-accent-theme{background-color:#4A9BA8}.bg-gradient-theme{background:linear-gradient(135deg,#2E7D8A,#1B5E6B)}.border-primary-theme{border-color:#2E7D8A}.border-secondary-theme{border-color:#1B5E6B}.shadow-theme{box-shadow:0 4px 12px rgba(46,125,138,.15)}.shadow-theme-hover:hover{box-shadow:0 8px 25px rgba(46,125,138,.25)}