Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 60 additions & 67 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,75 +17,75 @@ body {

@layer base {
:root {
/* Ultra-refined light mode - sophisticated and airy */
--background: 42 45% 98%;
--foreground: 240 8% 12%;
--card: 42 40% 99%;
--card-foreground: 240 8% 12%;
/* Minimalist light mode - pure and focused */
--background: 0 0% 100%;
--foreground: 0 0% 10%;
--card: 0 0% 100%;
--card-foreground: 0 0% 10%;
--popover: 0 0% 100%;
--popover-foreground: 240 8% 12%;
--primary: 240 6% 18%;
--primary-foreground: 42 45% 98%;
--secondary: 42 30% 94%;
--secondary-foreground: 240 6% 18%;
--muted: 42 25% 92%;
--muted-foreground: 240 4% 46%;
--accent: 42 35% 88%;
--accent-foreground: 240 6% 18%;
--popover-foreground: 0 0% 10%;
--primary: 0 0% 20%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96%;
--secondary-foreground: 0 0% 20%;
--muted: 0 0% 95%;
--muted-foreground: 0 0% 45%;
--accent: 0 0% 92%;
--accent-foreground: 0 0% 20%;
--destructive: 0 72% 51%;
--destructive-foreground: 0 0% 100%;
--border: 42 20% 88%;
--input: 42 20% 88%;
--ring: 240 6% 18%;
--border: 0 0% 90%;
--input: 0 0% 90%;
--ring: 0 0% 20%;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
--radius: 0.75rem;
--sidebar-background: 42 35% 96%;
--sidebar-foreground: 240 6% 18%;
--sidebar-primary: 240 6% 18%;
--sidebar-primary-foreground: 42 45% 98%;
--sidebar-accent: 42 30% 91%;
--sidebar-accent-foreground: 240 6% 18%;
--sidebar-border: 42 20% 86%;
--sidebar-ring: 240 6% 18%;
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 0 0% 20%;
--sidebar-primary: 0 0% 20%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 0 0% 94%;
--sidebar-accent-foreground: 0 0% 20%;
--sidebar-border: 0 0% 88%;
--sidebar-ring: 0 0% 20%;
}
.dark {
/* Deep, luxurious dark mode with subtle warmth */
--background: 240 8% 6%;
--foreground: 42 30% 92%;
--card: 240 7% 8%;
--card-foreground: 42 30% 92%;
--popover: 240 8% 9%;
--popover-foreground: 42 30% 92%;
--primary: 42 35% 88%;
--primary-foreground: 240 8% 6%;
--secondary: 240 6% 12%;
--secondary-foreground: 42 30% 92%;
--muted: 240 5% 16%;
--muted-foreground: 42 15% 58%;
--accent: 240 5% 18%;
--accent-foreground: 42 30% 92%;
/* Pure dark mode - elegant and focused */
--background: 0 0% 8%;
--foreground: 0 0% 95%;
--card: 0 0% 10%;
--card-foreground: 0 0% 95%;
--popover: 0 0% 10%;
--popover-foreground: 0 0% 95%;
--primary: 0 0% 90%;
--primary-foreground: 0 0% 10%;
--secondary: 0 0% 14%;
--secondary-foreground: 0 0% 95%;
--muted: 0 0% 18%;
--muted-foreground: 0 0% 60%;
--accent: 0 0% 20%;
--accent-foreground: 0 0% 95%;
--destructive: 0 65% 48%;
--destructive-foreground: 42 30% 98%;
--border: 240 4% 16%;
--input: 240 4% 16%;
--ring: 42 35% 88%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 18%;
--input: 0 0% 18%;
--ring: 0 0% 90%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--sidebar-background: 240 7% 8%;
--sidebar-foreground: 42 25% 86%;
--sidebar-primary: 42 35% 88%;
--sidebar-primary-foreground: 240 8% 6%;
--sidebar-accent: 240 5% 13%;
--sidebar-accent-foreground: 42 30% 92%;
--sidebar-border: 240 4% 14%;
--sidebar-ring: 42 35% 88%;
--sidebar-background: 0 0% 10%;
--sidebar-foreground: 0 0% 90%;
--sidebar-primary: 0 0% 90%;
--sidebar-primary-foreground: 0 0% 10%;
--sidebar-accent: 0 0% 15%;
--sidebar-accent-foreground: 0 0% 95%;
--sidebar-border: 0 0% 16%;
--sidebar-ring: 0 0% 90%;
}
}

Expand Down Expand Up @@ -212,41 +212,34 @@ body {
@apply top-1 right-1 w-5 h-5;
}

/* Stunning paper styles with depth and sophistication */
/* Clean, minimalist paper styles */
.paper-container {
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
position: relative;
background: hsl(var(--background));
}

.paper-default {
background:
radial-gradient(circle at 20% 20%, hsl(var(--accent) / 0.15), transparent 50%),
radial-gradient(circle at 80% 80%, hsl(var(--accent) / 0.1), transparent 50%),
hsl(var(--background));
background: hsl(var(--background));
border-radius: 0;
}

.paper-notebook {
background-color: hsl(var(--card));
background-color: hsl(var(--background));
background-image:
linear-gradient(to right, hsl(var(--primary) / 0.08) 1px, transparent 1px),
repeating-linear-gradient(to bottom, transparent, transparent 31px, hsl(var(--border) / 0.3) 32px);
linear-gradient(to right, hsl(var(--border) / 0.3) 1px, transparent 1px),
repeating-linear-gradient(to bottom, transparent, transparent 31px, hsl(var(--border) / 0.15) 32px);
background-size: 100% 32px, 100% 32px;
background-position: 56px 0, 0 0;
line-height: 32px !important;
padding-top: 8px;
padding-bottom: 8px;
border-radius: 0;
box-shadow: inset 0 0 80px hsl(var(--accent) / 0.08);
}

.paper-handwritten {
background:
radial-gradient(ellipse at 30% 40%, hsl(var(--accent) / 0.12), transparent 60%),
radial-gradient(ellipse at 70% 60%, hsl(var(--muted) / 0.15), transparent 55%),
hsl(var(--card));
background: hsl(var(--background));
border-radius: 0;
box-shadow: inset 0 0 100px hsl(var(--accent) / 0.06);
}

/* Smooth transitions for all interactive elements */
Expand Down
Loading