/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --trypdf-ink: #020617;
  --trypdf-emerald: #059669;
  --trypdf-surface: rgba(255, 255, 255, 0.9);
}

.tp-ambient-bg {
  background:
    radial-gradient(circle at 14% -8%, rgba(16, 185, 129, 0.14), transparent 30rem),
    radial-gradient(circle at 86% 2%, rgba(59, 130, 246, 0.1), transparent 32rem),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
}

.tp-premium-shadow {
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.tp-surface {
  background: var(--trypdf-surface);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.tp-gradient-text {
  background: linear-gradient(135deg, #059669 0%, #0f766e 45%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
