@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:.5rem}*{box-sizing:border-box}body{background-color:hsl(var(--background));color:hsl(var(--foreground));margin:0;padding:0;font-family:Inter,sans-serif}.container{width:100%;max-width:1024px;margin:0 auto;padding:2rem 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-8{width:2rem}.h-8{height:2rem}.w-4{width:1rem}.h-4{height:1rem}.mt-0\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-12{margin-top:3rem}.p-0{padding:0}.p-4{padding:1rem}.p-24{padding:6rem}.pt-6{padding-top:1.5rem}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.border-b{border-bottom:1px solid hsl(var(--border))}.border-0{border-width:0}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-none{box-shadow:none}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.flex-1{flex:1}.opacity-20{opacity:.2}.tracking-tight{letter-spacing:-.025em}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-primary{color:hsl(var(--primary))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.bg-background{background-color:hsl(var(--background))}.bg-muted{background-color:hsl(var(--muted))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-primary{background-color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.card{border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000d}.card-header{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.card-title{letter-spacing:-.025em;font-size:1.5rem;font-weight:600;line-height:1}.card-description{color:hsl(var(--muted-foreground));margin-top:.375rem;font-size:.875rem}.card-content{padding:1.5rem}.btn{border-radius:calc(var(--radius) - 2px);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{opacity:.5;pointer-events:none}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-outline{border:1px solid hsl(var(--border));background-color:hsl(var(--background))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-ghost{background-color:#0000}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.upload-area{border:2px dashed hsl(var(--border));border-radius:var(--radius);cursor:pointer;background-color:hsl(var(--muted) / .3);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;transition:all .2s ease-in-out;display:flex}.upload-area:hover,.upload-area.drag-active{border-color:hsl(var(--primary) / .5);background-color:hsl(var(--muted) / .8)}.upload-input{display:none}.upload-icon{width:3rem;height:3rem;color:hsl(var(--muted-foreground))}.document-viewer{color:#000;border:1px solid hsl(var(--border));text-align:left;background-color:#fff;border-radius:2px;max-width:1024px;min-height:800px;margin:0 auto;padding:4rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.document-viewer h1{margin-bottom:.5em;font-size:2em;font-weight:700}.document-viewer h2{margin-bottom:.5em;font-size:1.5em;font-weight:700}.document-viewer h3{margin-bottom:.5em;font-size:1.17em;font-weight:700}.document-viewer p{margin-bottom:1em;line-height:1.6}.document-viewer ul{margin-bottom:1em;padding-left:2rem;list-style-type:disc}.document-viewer ol{margin-bottom:1em;padding-left:2rem;list-style-type:decimal}.document-viewer li{margin-bottom:.25em}.document-viewer table{border-collapse:collapse;width:100%;margin-bottom:1em}.document-viewer td,.document-viewer th{border:1px solid #ddd;padding:8px}.document-viewer img{max-width:100%;height:auto}.document-viewer strong{font-weight:700}.document-viewer em{font-style:italic}.document-viewer u{text-decoration:underline}.navbar{border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;align-items:center;height:4rem;padding:0 2rem;display:flex;position:sticky;top:0}.alert{border-radius:var(--radius);border:1px solid;align-items:flex-start;gap:1rem;width:100%;padding:1rem;display:flex;position:relative}.alert-destructive{border-color:hsl(var(--destructive) / .5);color:hsl(var(--destructive))}.alert-title{margin-bottom:.25rem;font-weight:500;line-height:1}.alert-description{font-size:.875rem}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}
