@charset "UTF-8";

/* projects/arinware-app-arinof/src/styles.scss */
.arinof-advanced {
  padding: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.arinof-advanced .space-y-6 > * + * {
  margin-top: 24px;
}
.arinof-advanced .space-y-4 > * + * {
  margin-top: 16px;
}
.arinof-advanced .space-y-3 > * + * {
  margin-top: 12px;
}
.arinof-advanced .space-y-1\.5 > * + * {
  margin-top: 6px;
}
.arinof-advanced .space-y-1 > * + * {
  margin-top: 4px;
}
.arinof-advanced .flex {
  display: flex;
}
.arinof-advanced .grid {
  display: grid;
}
.arinof-advanced .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.arinof-advanced .gap-4 {
  gap: 16px;
}
.arinof-advanced .gap-2 {
  gap: 8px;
}
.arinof-advanced .items-center {
  align-items: center;
}
.arinof-advanced .items-start {
  align-items: flex-start;
}
.arinof-advanced .justify-between {
  justify-content: space-between;
}
.arinof-advanced .justify-end {
  justify-content: flex-end;
}
.arinof-advanced .p-4 {
  padding: 16px;
}
.arinof-advanced .p-5 {
  padding: 20px;
}
.arinof-advanced .p-2 {
  padding: 8px;
}
.arinof-advanced .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.arinof-advanced .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.arinof-advanced .py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.arinof-advanced .py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.arinof-advanced .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.arinof-advanced .pt-2 {
  padding-top: 8px;
}
.arinof-advanced .max-w-5xl {
  max-width: 64rem;
}
.arinof-advanced .max-w-4xl {
  max-width: 56rem;
}
.arinof-advanced .max-w-3xl {
  max-width: 48rem;
}
.arinof-advanced .max-w-2xl {
  max-width: 42rem;
}
.arinof-advanced .flex-col {
  flex-direction: column;
}
.arinof-advanced .h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}
.arinof-advanced .w-full {
  width: 100%;
}
.arinof-advanced .h-full {
  height: 100%;
}
.arinof-advanced .h-2\.5 {
  height: 10px;
}
.arinof-advanced .bg-white {
  background: var(--dx-color-main-bg, #fff);
}
.arinof-advanced .bg-slate-100 {
  background: #f1f5f9;
}
.arinof-advanced .bg-purple-600 {
  background: #9333ea;
}
.arinof-advanced .bg-purple-600:hover {
  background: #7e22ce;
}
.arinof-advanced .bg-rose-600 {
  background: #e11d48;
}
.arinof-advanced .bg-rose-600:hover {
  background: #be123c;
}
.arinof-advanced .bg-emerald-100 {
  background: #d1fae5;
}
.arinof-advanced .bg-purple-100 {
  background: #f3e8ff;
}
.arinof-advanced .bg-red-100 {
  background: #fee2e2;
}
.arinof-advanced .bg-rose-50\/60 {
  background: rgba(255, 241, 242, 0.6);
}
.arinof-advanced .bg-red-500 {
  background: #ef4444;
}
.arinof-advanced .bg-amber-500 {
  background: #f59e0b;
}
.arinof-advanced .bg-emerald-500 {
  background: #10b981;
}
.arinof-advanced .text-white {
  color: #fff;
}
.arinof-advanced .text-slate-800 {
  color: #1e293b;
}
.arinof-advanced .text-slate-700 {
  color: #334155;
}
.arinof-advanced .text-slate-600 {
  color: #475569;
}
.arinof-advanced .text-slate-500 {
  color: #64748b;
}
.arinof-advanced .text-slate-400 {
  color: #94a3b8;
}
.arinof-advanced .text-emerald-800 {
  color: #065f46;
}
.arinof-advanced .text-emerald-600 {
  color: #059669;
}
.arinof-advanced .text-purple-800 {
  color: #6b21a8;
}
.arinof-advanced .text-red-800 {
  color: #991b1b;
}
.arinof-advanced .text-xs {
  font-size: 12px;
  line-height: 1.4;
}
.arinof-advanced .text-\[10px\] {
  font-size: 10px;
}
.arinof-advanced .text-xl {
  font-size: 20px;
  line-height: 1.3;
}
.arinof-advanced .text-base {
  font-size: 16px;
}
.arinof-advanced .font-bold {
  font-weight: 700;
}
.arinof-advanced .font-medium {
  font-weight: 500;
}
.arinof-advanced .font-mono {
  font-family: ui-monospace, monospace;
}
.arinof-advanced .line-through {
  text-decoration: line-through;
}
.arinof-advanced .rounded-lg {
  border-radius: 8px;
}
.arinof-advanced .rounded-xl {
  border-radius: 12px;
}
.arinof-advanced .rounded-full {
  border-radius: 9999px;
}
.arinof-advanced .border {
  border: 1px solid #e2e8f0;
}
.arinof-advanced .border-slate-100 {
  border-color: #f1f5f9;
}
.arinof-advanced .border-rose-100 {
  border-color: #ffe4e6;
}
.arinof-advanced .shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.arinof-advanced .overflow-hidden {
  overflow: hidden;
}
.arinof-advanced .transition {
  transition: all 0.15s ease;
}
.arinof-advanced .transition-all {
  transition: all 0.3s ease;
}
.arinof-advanced .duration-300 {
  transition-duration: 300ms;
}
.arinof-advanced button {
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .arinof-advanced .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --motion-duration-fast: 120ms;
  --motion-duration-base: 200ms;
  --motion-ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: no-preference) {
  .motion-fade-in {
    animation: motion-fade-in var(--motion-duration-base) var(--motion-ease-standard) both;
  }
  .motion-slide-up {
    animation: motion-slide-up var(--motion-duration-base) var(--motion-ease-standard) both;
  }
  .motion-hover-lift {
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard);
  }
  .motion-hover-lift:hover {
    transform: translateY(-2px);
  }
}
@keyframes motion-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes motion-slide-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --color-success: #15803d;
  --color-danger: #dc2626;
  --color-warning: #c2410c;
  --color-info: #2563eb;
  --color-muted: #64748b;
  --color-chart-inflow: var(--color-success);
  --color-chart-outflow: var(--color-danger);
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-pill: 999px;
}
.text-success {
  color: var(--color-success);
}
.text-danger {
  color: var(--color-danger);
}
.text-warning {
  color: var(--color-warning);
}
.text-info {
  color: var(--color-info);
}
.text-muted {
  color: var(--color-muted);
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  font-family:
    Inter,
    Roboto,
    -apple-system,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
}
app-root {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html:has(app-login),
html:has(app-login) body,
body.arinware-login-active,
body.arinware-login-active app-root {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
app-login {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-stub {
  padding: 24px;
}
.page-stub h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
}
.page-stub p {
  margin: 0;
  color: #666;
}
.welcome-page {
  padding: 24px;
}
.welcome-page h2 {
  margin: 0 0 8px;
}
.welcome-page p {
  margin: 0 0 8px;
  color: #666;
}

/* angular:styles/global:styles */
