@tailwind base;@tailwind components;@tailwind utilities;:root{--radius:0.75rem;--background:#ffffff;--foreground:#111111;--primary:#22c55e;--primary-foreground:#ffffff;--secondary:#f4f4f5;--secondary-foreground:#111111;--muted:#f9fafb;--border:#e5e7eb;--ring:#22c55e33}body,html{height:100%;margin:0;padding:0}.layoutContainer{display:flex;flex-direction:column;min-height:100vh}.mainContent{flex:1 1}@layer base{html{@apply scroll-smooth}body{background-color:var(--background);color:var(--foreground);@apply font-sans antialiased transition-colors duration-300}h1,h2,h3,h4{@apply font-bold text-primary tracking-tight}a{@apply text-primary hover:underline underline-offset-4 transition-colors}button{@apply cursor-pointer transition-all duration-300 ease-in-out}footer{@apply text-center text-sm text-gray-500 mt-10}}@layer utilities{.bg-background{background-color:var(--background)}.text-foreground{color:var(--foreground)}.bg-primary{background-color:var(--primary)}.text-primary{color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.text-secondary{color:var(--secondary-foreground)}.border-color{border-color:var(--border)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out both}@keyframes pulseGrow{0%,to{box-shadow:0 0 0 0 rgba(34,197,94,.4)}50%{box-shadow:0 0 0 10px rgba(34,197,94,0)}}.pulse-ring{animation:pulseGrow 2s infinite}.card{@apply p-6 rounded-xl shadow-lg transition-all duration-300;background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.thought-card{@apply p-4 rounded-xl border shadow-md w-56 transition-all duration-300 cursor-pointer select-none;background-color:var(--background);color:var(--foreground);border-color:black}.thought-card.highlight{border-color:var(--primary);background-color:rgba(34,197,94,.1)}.react-flow__pane{background:none!important}.react-flow__handle{width:10px;height:10px;background-color:var(--primary);border-radius:999px;border:2px solid white}.graph-container{height:100vh;width:100vw;@apply bg-background}:root.dark{--background:#121212;--foreground:#e5e5e5;--primary:#4ade80;--primary-foreground:#000000;--secondary:#1f1f1f;--secondary-foreground:#e5e5e5;--muted:#2c2c2c;--border:#333333;--ring:#4ade8033}.Header_leftButtons__maRVI{display:flex;align-items:center;gap:.5rem}.Header_rightButtons__429Oe{display:flex;align-items:center;gap:1rem}.Header_header__b6rsY{position:-webkit-sticky;position:sticky;top:env(safe-area-inset-top,0);z-index:1000;width:100%;background-color:rgba(61,156,94,.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px rgba(35,108,110,.5)}.Header_toolbar__ujAKX{display:flex;justify-content:space-between;align-items:center;padding:10px clamp(12px,4vw,32px);min-height:56px;gap:12px}.Header_menuButton__zCiFK{padding:8px 16px;font-size:16px;font-weight:700;font-family:serif;background:linear-gradient(90deg,#43a047,#81c784);color:#fff;border-radius:12px;text-transform:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Header_menuButton__zCiFK:hover{transform:translateY(-1px);background:linear-gradient(90deg,#388e3c,#66bb6a)}.Header_dropdownMenu__78S0x{background-color:rgba(255,255,255,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:8px 0;animation:Header_fadeIn__nhrNo .18s ease-out;font-family:serif}.Header_moreIcon__759z6{background:transparent;color:#fff!important;border-radius:12px;padding:8px;transition:transform .2s ease,background-color .2s ease}.Header_moreIcon__759z6:hover{background-color:rgba(255,255,255,.12);transform:scale(1.06)}.Header_iconButton__8fGgg{background:linear-gradient(135deg,#7acf90,#3aa335);color:#fff!important;border-radius:12px;width:44px;height:44px;padding:6px;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .2s ease}.Header_iconButton__8fGgg:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(76,175,80,.35)}@keyframes Header_fadeIn__nhrNo{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header_toolbar__ujAKX{flex-wrap:wrap;row-gap:8px;column-gap:12px;padding:8px clamp(12px,4vw,16px);min-height:52px}.Header_leftButtons__maRVI,.Header_rightButtons__429Oe{flex:0 1 auto;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;width:auto}.Header_rightButtons__429Oe{margin-left:auto}.Header_menuItem__z6Sey{font-size:14px;padding:10px 18px}.Header_menuButton__zCiFK{font-size:15px;padding:6px 14px}.Header_dropdownMenu__78S0x{width:min(92vw,360px)}.Header_iconButton__8fGgg,.Header_moreIcon__759z6{width:44px;height:44px;padding:6px}}.dark .Header_header__b6rsY{background-color:rgba(23,42,34,.9);box-shadow:0 2px 10px rgba(10,255,168,.12)}.dark .Header_moreIcon__759z6:hover{background-color:rgba(255,255,255,.18)}.dark .Header_dropdownMenu__78S0x{background-color:rgba(40,60,52,.96);color:#d1fae5}.dark .Header_menuItem__z6Sey{color:#a7f3d0}.dark .Header_menuItem__z6Sey:hover{background-color:#22c55e;color:#000}.dark .Header_iconButton__8fGgg{background:linear-gradient(135deg,#15803d,#065f46);color:#d1fae5!important}.dark .Header_iconButton__8fGgg:hover{box-shadow:0 6px 14px rgba(34,197,94,.38)}