:root{--color-background: #F7F9FB;--color-surface: #FFFFFF;--color-surface-secondary: #F9FAFB;--color-border: #E5E7EB;--color-primary: #2F80ED;--color-primary-hover: #60A5FA;--color-text-primary: #1E1E1E;--color-text-secondary: #6B7280;--color-text-tertiary: #9CA3AF;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-creative: #8B5CF6;--color-flow: #14B8A6;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 20px;--text-3xl: 24px;--text-4xl: 32px;--font-regular: 400;--font-medium: 500;--font-semibold: 600}[data-theme=dark]{--color-background: #0D1117;--color-surface: #161B22;--color-surface-secondary: #1C2128;--color-border: #30363D;--color-text-primary: #EDEDED;--color-text-secondary: #9CA3AF;--color-text-tertiary: #6B7280}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,[class*=bg-],[class*=text-],[class*=border-]{transition:background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:var(--text-base);font-weight:var(--font-regular);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text-primary)}code,pre,.credential-field,.code-block{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,Courier New,monospace}.code-block{font-variant-ligatures:common-ligatures}.credential-field{font-variant-ligatures:none}.text-h1{font-size:var(--text-4xl);font-weight:var(--font-semibold);line-height:1.2}.text-h2{font-size:var(--text-3xl);font-weight:var(--font-semibold);line-height:1.3}.text-h3{font-size:var(--text-2xl);font-weight:var(--font-medium);line-height:1.4}.text-h4{font-size:var(--text-xl);font-weight:var(--font-medium);line-height:1.4}.text-body{font-size:var(--text-base);font-weight:var(--font-regular);line-height:1.6}.text-small{font-size:var(--text-sm);font-weight:var(--font-regular);line-height:1.5}.text-tiny{font-size:var(--text-xs);font-weight:var(--font-medium);line-height:1.4}.text-label{font-size:var(--text-sm);font-weight:var(--font-medium);line-height:1.4}h1,h2,h3,h4,h5,h6{font-weight:var(--font-semibold);line-height:1.3;color:var(--color-text-primary)}input::placeholder,textarea::placeholder,select::placeholder{color:var(--color-text-tertiary);opacity:1}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:100%;transition:grid-template-columns .25s ease-out,max-width .25s ease-out}.tile-grid>*{min-width:280px;transition:transform .25s ease-out}@media(max-width:768px){.tile-grid{grid-template-columns:1fr}}.dashboard-grid{display:grid;grid-template-columns:1fr}@media(min-width:1024px)and (max-width:1439px){.dashboard-grid{grid-template-columns:1fr 1fr}.dashboard-grid .project-stats-panel{grid-column:1;grid-row:1}.dashboard-grid .recently-accessed-panel{grid-column:2;grid-row:1}.dashboard-grid .column-three-container{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;gap:24px}.dashboard-grid .quick-actions-panel{grid-column:1 / -1;grid-row:3}}@media(min-width:1440px){.dashboard-grid{grid-template-columns:1fr 1fr 1fr!important;grid-template-rows:auto auto}.dashboard-grid .project-stats-panel{grid-column:1 / 2;grid-row:1}.dashboard-grid .recently-accessed-panel{grid-column:2 / 3;grid-row:1}.dashboard-grid .column-three-container{grid-column:3 / 4;grid-row:1;display:flex;flex-direction:column;gap:24px}.dashboard-grid .quick-actions-panel{grid-column:1 / 4;grid-row:2}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}#root{width:100%;min-height:100vh}
