.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-container{width:100%;max-width:400px}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-top:1rem;margin-bottom:.5rem}.login-subtitle{font-size:.875rem;color:#6b7280;margin:0}.login-form{space-y:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.form-input:focus{outline:none;border-color:#667eea;ring:2px;ring-color:rgba(102,126,234,.2);box-shadow:0 0 0 3px #667eea1a}.form-input::placeholder{color:#9ca3af}.password-input-container{position:relative}.password-input{padding-right:2.5rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease-in-out}.password-toggle:hover{color:#374151}.password-toggle:focus{outline:none;color:#667eea}.login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;margin-top:1.5rem}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-loader{width:20px;height:20px;animation:spin 1s linear infinite}.login-footer{margin-top:2rem;text-align:center}.demo-credentials{padding:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.demo-title{font-size:.75rem;font-weight:600;color:#475569;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.demo-info{font-size:.875rem;color:#64748b;margin:0}.demo-info strong{color:#1e293b;font-weight:600}@media (max-width: 480px){.login-page{padding:.5rem}.login-card{padding:1.5rem}.login-title{font-size:1.5rem}}.login-card{animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-input:focus,.login-button:focus,.password-toggle:focus{outline:2px solid transparent;outline-offset:2px}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.link-button{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0 0 0 5px}.link-button:hover{color:#5a67d8}.multi-upload-page{display:flex;min-height:100vh;width:100%;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.upload-page-header{position:absolute;left:1rem;top:1rem;border:none}.upload-page-header img{width:50px;height:50px;object-fit:contain}.upload-page-main{display:flex;width:100%;flex-direction:column;align-items:center;text-align:center}.upload-page-features{margin-top:1.5rem;max-width:42rem;list-style-type:none;padding:0;color:var(--muted-foreground);display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width: 768px){.upload-page-features{grid-template-columns:1fr}}.upload-page-feature-item{display:flex;align-items:flex-start;gap:.5rem}.upload-page-feature-icon{margin-top:.25rem;height:1rem;width:1rem;flex-shrink:0;color:var(--primary)}.upload-cards-container{margin-top:2.5rem;width:100%;max-width:75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.upload-cards-container{grid-template-columns:1fr;max-width:28rem}}.upload-card{position:relative;cursor:pointer;transition:all .3s ease-in-out;border:2px solid var(--border);border-radius:1rem;background:#fff;overflow:hidden;min-height:240px}.upload-card:hover{border-color:var(--primary);box-shadow:0 8px 25px #2435f11a;transform:translateY(-2px)}.upload-card.dragging{border-color:var(--primary);box-shadow:0 0 0 4px #2435f11a;background:#2435f105}.upload-card.has-files{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.upload-card.error{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.upload-input{display:none}.upload-card-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.upload-card-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0;display:flex;align-items:center;gap:.25rem}.required-indicator{color:#ef4444;font-size:1rem}.upload-card-description{margin:.5rem 0 0;font-size:.875rem;color:var(--muted-foreground)}.upload-card-content{padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:160px}.upload-icon-container{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:50%;border:2px dashed #2435F1;background-color:#2435f10d}.upload-icon{height:2rem;width:2rem;color:#2435f1}.upload-text-container{text-align:center}.upload-text-container p{margin:0;font-size:.9rem;color:var(--muted-foreground)}.max-files-text{font-size:.75rem!important;color:var(--muted-foreground);opacity:.7;margin-top:.25rem!important}.uploaded-files{width:100%;display:flex;flex-direction:column;gap:.75rem}.uploaded-file{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:.5rem;transition:all .2s ease}.uploaded-file:hover{background:#22c55e26}.file-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.success-icon{height:1rem;width:1rem;color:#22c55e;flex-shrink:0}.file-name{font-size:.875rem;font-weight:500;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.file-size{font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.remove-file-btn{padding:.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.25rem;color:#ef4444;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-file-btn:hover{background:#ef444433}.add-more-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#2435f10d;border:2px dashed rgba(36,53,241,.3);border-radius:.5rem;color:#2435f1;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.add-more-btn:hover{background:#2435f11a;border-color:#2435f180}.upload-error{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#ef4444;background:#ef44441a;padding:.5rem;border-radius:.375rem;border:1px solid rgba(239,68,68,.2)}.upload-error-icon{height:1rem;width:1rem;flex-shrink:0}.upload-summary{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid var(--border);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.upload-summary-text{margin:0;font-size:.875rem;color:var(--muted-foreground);text-align:center}.continue-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#2435f1,#1e40af);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:200px}.continue-button.enabled:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);transform:translateY(-1px);box-shadow:0 10px 25px #2435f14d}.continue-button.disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.continue-button.disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.loader{height:1rem;width:1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.upload-cards-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 640px){.multi-upload-page{padding:.5rem}.upload-page-main{max-width:100%}.upload-cards-container{margin-top:1.5rem;gap:1rem}.upload-card-content{padding:1rem;min-height:140px}.upload-icon-container{height:3rem;width:3rem}.upload-icon{height:1.5rem;width:1.5rem}}.chat-window{display:flex;height:100%;flex-direction:column;background-color:#fff;overflow:hidden}.chat-header{display:flex;height:4rem;flex-shrink:0;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1rem;z-index:10}.mode-dropdown{position:relative;display:inline-block}.mode-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#495057;transition:all .2s ease}.mode-dropdown-trigger:hover{background-color:#e9ecef;border-color:#dee2e6}.mode-dropdown-label{min-width:2rem;text-align:left}.mode-dropdown-chevron{transition:transform .2s ease}.mode-dropdown-chevron.rotated{transform:rotate(180deg)}.mode-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50;overflow:hidden}.mode-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.9rem;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.mode-dropdown-item:not(.disabled):hover{background-color:#f8f9fa}.mode-dropdown-item.selected{background-color:#e3f2fd;color:#1976d2;font-weight:500}.mode-dropdown-item.disabled{cursor:not-allowed;color:#6c757d;opacity:.6}.mode-variant{font-style:italic}.coming-soon-badge{font-size:.54rem;padding:.4rem .5rem;background-color:#ffc107;color:#212529;border-radius:9999px;font-weight:800}.pro{display:flex;flex-direction:column}.chat-header img{height:auto}.chat-content{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-scroll-area{flex:1;overflow-y:auto;padding-bottom:1rem}.chat-messages{padding:1rem;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:120px}.chat-message{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:90%}.chat-message.user{margin-left:auto}.chat-message.assistant{margin-right:auto}.chat-message-content{border-radius:1.5rem;padding:.625rem 1rem;font-size:.875rem}.chat-message-content.user{background-color:var(--primary);color:#fff;border-bottom-right-radius:0}.chat-message-content.assistant{background-color:#e9ecef;color:var(--foreground);border-bottom-left-radius:0}.chat-message-content p{white-space:pre-wrap}.annotation-suggestion-separator{margin:.75rem 0;background-color:#0000000d}.annotation-suggestion{display:flex;align-items:center;gap:.5rem}.annotation-suggestion-icon{height:1rem;width:1rem;color:#007bffcc}.annotation-suggestion-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.annotation-suggestion-text{white-space:pre-wrap;font-size:.75rem;margin-top:.5rem}.mto-download-card{margin-top:.5rem;width:100%;max-width:24rem;cursor:pointer;border-radius:.5rem;background-color:#198754;padding:.75rem;color:#fff;transition:background-color .2s}.mto-download-card:hover{background-color:#157347}.mto-download-content{display:flex;align-items:center;gap:.75rem}.mto-download-icon-container{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;background-color:#107e49}.mto-download-icon{height:1.5rem;width:1.5rem}.mto-download-info{min-width:0;flex-grow:1}.mto-download-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500}.mto-download-meta{font-size:.75rem;color:#a3d9b8}.mto-download-arrow{flex-shrink:0}.mto-download-arrow-icon{height:1.25rem;width:1.25rem;color:#c4e6d3}.thinking-indicator{display:flex;align-items:center;gap:.75rem;justify-content:flex-start}.thinking-bubble{max-width:80%;border-radius:1.5rem;background-color:#e9ecef;padding:.75rem 1rem;font-size:.875rem;border-bottom-left-radius:0}.thinking-text-container{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground)}.thinking-text{font-size:.75rem}.thinking-dot{height:.375rem;width:.375rem;border-radius:9999px;background-color:var(--primary);animation:pulse 1s infinite}.chat-input-container{position:absolute;left:0;right:0;padding:1rem;transition:all .3s ease-out;z-index:10;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-input-container.top{top:33.3333%;transform:translateY(-50%);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.chat-input-container.bottom{bottom:0;border-top:1px solid rgba(0,0,0,.1)}.chat-input-form-container{display:flex;flex-direction:column;align-items:center}.chat-input-icon-container{margin-bottom:1rem;display:flex;justify-content:center;transition:all .3s ease-out}.chat-input-icon-container.hidden{opacity:0;height:0;transform:scale(.5);margin-bottom:0}.chat-input-icon-container img{width:100%;height:30px}.chat-input-form{position:relative;margin:0 auto;width:100%;max-width:28rem}.chat-input-textarea-wrapper{position:relative;border-radius:9999px;padding:1px;background-color:linear-gradient(to right,#38bdf8,#3b82f6);background-size:200% 200%}.chat-input-textarea-wrapper.animate-border-flow{animation:border-flow 2s linear infinite}.chat-input-textarea{min-height:12px;width:80%;resize:none;border-radius:9999px;border:1px solid #3b82f6;background:linear-gradient(to right,#38bff838);padding:1rem 4rem 1rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-input-textarea:focus{outline:none}.chat-input-send-button{position:absolute;right:.75rem;top:48%;height:2rem;width:2rem;transform:translateY(-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;overflow:visible;background:transparent;border:none}.send-icon,.chat-input-send-button svg{display:block;flex-shrink:0;width:1rem;height:1rem;pointer-events:none}@keyframes border-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mto-download-cards{display:flex;flex-direction:column;gap:8px;margin-top:12px}.mto-download-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000000d}.mto-download-card:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.mto-download-card:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.mto-download-content{display:flex;align-items:center;gap:12px}.mto-download-icon-container{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f6;border-radius:8px;flex-shrink:0}.mto-download-icon{color:#fff;width:20px;height:20px}.mto-download-info{flex:1;min-width:0}.mto-download-filename{font-weight:500;color:#1e293b;margin:0 0 4px;font-size:14px;line-height:1.2;word-break:break-word}.mto-download-meta{color:#64748b;font-size:12px;margin:0;line-height:1.2}.mto-download-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0}.mto-download-arrow-icon{color:#64748b;width:18px;height:18px;transition:color .2s ease-in-out}.mto-download-card:hover .mto-download-arrow-icon{color:#3b82f6}@media (max-width: 768px){.mto-download-cards{gap:6px}.mto-download-card{padding:12px}.mto-download-content{gap:10px}.mto-download-icon-container{width:36px;height:36px}.mto-download-icon{width:18px;height:18px}.mto-download-filename{font-size:13px}.mto-download-meta{font-size:11px}.mto-download-arrow-icon{width:16px;height:16px}.chat-messages{padding-bottom:140px}}.progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;margin-top:8px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease;border-radius:2px}.card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;width:100%}.card-header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.card-title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em;margin:0;color:#1f2937}.card-content{padding:1.5rem;padding-top:0}@media (max-width: 768px){.card-header,.card-content{padding:1rem}.card-content{padding-top:0}.card-title{font-size:1.25rem}}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;font-weight:600;line-height:1;transition:all .2s ease}.badge-default{color:#fff}.badge-destructive{background-color:#ef4444;color:#fff}.badge-outline{border:1px solid #d1d5db;background-color:transparent;color:#374151}.badge-secondary{background-color:#f3f4f6;color:#1f2937}.badge-destructive:hover{background-color:#dc2626}.badge-outline:hover{background-color:#f9fafb;border-color:#9ca3af}.badge-secondary:hover{background-color:#e5e7eb}@media (max-width: 768px){.badge{font-size:.6875rem;padding:.125rem .5rem}}.progress-container{position:relative;height:.5rem;width:100%;overflow:hidden;border-radius:9999px;background-color:#e5e7eb}.progress-bar{height:100%;background-color:#3b82f6;transition:width .3s ease-in-out;border-radius:9999px}.progress-container.gradient .progress-bar{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa)}.progress-container.success .progress-bar{background-color:#10b981}.progress-container.warning .progress-bar{background-color:#f59e0b}.progress-container.danger .progress-bar{background-color:#ef4444}.progress-container.animated .progress-bar{animation:progressPulse 2s ease-in-out infinite}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width: 768px){.progress-container{height:.375rem}}.credit-display-loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.credit-display-loading-skeleton{height:5rem;background-color:#e5e7eb;border-radius:.5rem}.credit-display-compact{display:flex;align-items:center;gap:.5rem}.credit-display-amount{font-weight:500;font-size:1.05rem;display:flex;align-items:center;gap:.25rem}.credit-icon{width:1.35rem;height:1.35rem;object-fit:contain}.credit-card{width:100%;max-width:28rem}.credit-card-header{padding-bottom:.75rem}.credit-card-title{display:flex;align-items:center;justify-content:space-between}.credit-title-left{display:flex;align-items:center}.credit-coins-icon{height:1.25rem;width:1.25rem;margin-right:.5rem;color:#eab308}.credit-card-content{display:flex;flex-direction:column;gap:1rem}.credit-progress-section{display:flex;flex-direction:column;gap:.5rem}.credit-progress-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563}.credit-progress-bar{height:.5rem}.credit-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:.5rem}.credit-stat-item{text-align:center}.credit-stat-value{font-size:1.5rem;font-weight:700}.credit-stat-value-available{color:#16a34a}.credit-stat-value-used{color:#4b5563}.credit-stat-label{font-size:.75rem;color:#6b7280}.credit-warning{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem}.credit-warning-content{display:flex;align-items:center}.credit-warning-icon{height:1rem;width:1rem;color:#ef4444;margin-right:.5rem}.credit-warning-text{font-size:.875rem;color:#b91c1c}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.pdf-viewer-container{display:flex;flex-direction:column;height:100%;background:#f8fafc}.pdf-viewer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;gap:1rem}.empty-icon{color:#9ca3af}.pdf-tabs-container{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 1rem}.pdf-tabs{display:flex;gap:.25rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.pdf-tabs::-webkit-scrollbar{display:none}.pdf-tab{position:relative;display:flex;align-items:center;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;border-radius:.5rem .5rem 0 0;min-width:120px;max-width:200px}.pdf-tab:hover{background:#f3f4f6}.pdf-tab.active{background:#fff;border-bottom:2px solid var(--tab-color, #2563eb)}.pdf-tab-indicator{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--tab-color, #2563eb);opacity:0;transition:opacity .2s ease}.pdf-tab.active .pdf-tab-indicator{opacity:1}.pdf-tab-content{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;min-width:0;text-align:left}.pdf-tab-name{font-weight:600;font-size:.875rem;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.pdf-tab-category{font-size:.75rem;color:#6b7280;font-weight:500}.pdf-tab-pages{font-size:.6875rem;color:#9ca3af}.pdf-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.pdf-toolbar-tools{display:flex;gap:.5rem}.pdf-toolbar-tool{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .2s ease;color:#6b7280}.pdf-toolbar-tool:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.pdf-toolbar-tool.active{background:#2563eb;border-color:#2563eb;color:#fff}.pdf-toolbar-info{display:flex;align-items:center;gap:1rem}.pdf-info-text{font-size:.875rem;color:#6b7280;font-weight:500}.pdf-viewer{position:relative;flex:1;overflow:auto;background:#f1f5f9;display:flex;flex-direction:column;align-items:center;padding:1rem}.pdf-viewer-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:10}.pdf-viewer-thinking-indicator{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.pdf-viewer-thinking-text{font-size:.875rem;color:#6b7280;margin:0}.pdf-viewer-thinking-dot{width:.375rem;height:.375rem;background:#2563eb;border-radius:50%;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pdf-viewer-document{display:flex;flex-direction:column;align-items:center;gap:1rem}.pdf-viewer-page{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:.375rem;overflow:hidden;background:#fff}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.pdf-viewer-controls{position:fixed;display:flex;flex-direction:column;gap:.75rem;z-index:20;bottom:33%}.pdf-viewer-controls-container{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e5e7eb}.pdf-viewer-control-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:#6b7280}.pdf-viewer-control-button:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151;transform:translateY(-1px)}.pdf-zoom-indicator{background:#fff;padding:.5rem .75rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151;text-align:center;min-width:4rem}.always-visible-status-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem;margin:.75rem;box-shadow:0 2px 4px #0000000d;font-family:system-ui,-apple-system,sans-serif;flex-shrink:0;max-height:200px;display:flex;flex-direction:column}.status-icon.idle{color:#6b7280}.logs-container{margin-top:.75rem;flex:1;min-height:150px;display:flex;flex-direction:column}.logs-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#374151;border-bottom:1px solid #f3f4f6;padding-bottom:.5rem}.logs-content{flex:1;background:#f8fafc;border-radius:.5rem;padding:.75rem;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.4;max-height:120px}.log-entry{display:flex;gap:.5rem;margin-bottom:.25rem;color:#374151}.log-timestamp{color:#6b7280;font-size:.6875rem;min-width:65px;flex-shrink:0}.log-message{flex:1;word-break:break-word}.log-entry:has(.log-message:contains("✅")),.log-entry:has(.log-message:contains("successful")){color:#059669}.log-entry:has(.log-message:contains("❌")),.log-entry:has(.log-message:contains("Error")){color:#dc2626}.log-entry:has(.log-message:contains("📄")),.log-entry:has(.log-message:contains("Processing")){color:#2563eb}.status-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.status-icon-container{display:flex;align-items:center;justify-content:center}.status-icon.success{color:#10b981}.status-icon.processing{color:#3b82f6;animation:statusPulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.status-text-container{flex:1}.status-title{font-size:.875rem;font-weight:600;margin:0;color:#1f2937}.status-subtitle{font-size:.75rem;color:#6b7280;margin:.25rem 0 0}.status-percentage{font-size:.875rem;font-weight:600;color:#2563eb}.progress-bar-container{width:100%;height:.5rem;background-color:#f3f4f6;border-radius:.25rem;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);border-radius:.25rem;transition:width .3s ease}.page-details{border-top:1px solid #f3f4f6;padding-top:.75rem}.page-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.page-icon{color:#6b7280}.page-text{font-size:.875rem;color:#374151}.extraction-summary{background:#f8fafc;border-radius:.5rem;padding:.75rem}.component-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.component-item{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.component-label{color:#6b7280;font-weight:500}.component-count{color:#1f2937;font-weight:600;background:#e5e7eb;padding:.125rem .375rem;border-radius:.25rem}.final-stats{border-top:1px solid #f3f4f6;padding-top:.75rem}.stats-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stats-icon{color:#16a34a}.stats-title{font-size:.875rem;font-weight:600;color:#16a34a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.stat-item{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;padding:.375rem .5rem;background:#f0fdf4;border-radius:.375rem}.stat-item.error{background:#fef3c7}.stat-label{color:#374151;font-weight:500}.stat-value{color:#059669;font-weight:600}.stat-item.error .stat-value{color:#d97706}.error-summary{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem;background:#fef3c7;border-radius:.375rem}.error-icon{color:#eab308}.error-text{font-size:.75rem;color:#92400e;font-weight:500}@media (max-width: 768px){.pdf-tabs-container{padding:0 .5rem}.pdf-tab{min-width:100px;max-width:150px;padding:.5rem .75rem}.pdf-tab-name{font-size:.8125rem}.pdf-tab-category{font-size:.6875rem}.pdf-toolbar{padding:.5rem;flex-wrap:wrap;gap:.5rem}.pdf-toolbar-tools{order:2}.pdf-toolbar-info{order:1;flex:1}.pdf-toolbar-tool{width:2rem;height:2rem}.pdf-viewer{padding:.5rem}.pdf-viewer-controls{bottom:1rem;right:1rem}.pdf-viewer-controls-container{flex-direction:column;gap:.25rem;padding:.375rem}.pdf-viewer-control-button{width:2rem;height:2rem}.pdf-zoom-indicator{font-size:.8125rem;padding:.375rem .5rem;min-width:3rem}.extraction-status-panel{margin:.5rem;padding:.75rem}.component-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.25rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.25rem}}@media (max-width: 480px){.pdf-tab{min-width:80px;max-width:120px;padding:.375rem .5rem}.pdf-tab-pages{display:none}.pdf-info-text{font-size:.8125rem}.extraction-status-panel{margin:.25rem;padding:.5rem}.status-header{gap:.5rem}.component-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr}}.pdf-tab[style*="--tab-color: #2563eb"] .pdf-tab-category{color:#2563eb}.pdf-tab[style*="--tab-color: #16a34a"] .pdf-tab-category{color:#16a34a}.pdf-tab[style*="--tab-color: #6b7280"] .pdf-tab-category{color:#6b7280}.pdf-tab:focus{outline:2px solid var(--tab-color, #2563eb);outline-offset:2px}.pdf-toolbar-tool:focus{outline:2px solid #2563eb;outline-offset:2px}.pdf-viewer-control-button:focus{outline:2px solid #2563eb;outline-offset:2px}.pdf-switch-animation{animation:fadeInSlide .3s ease-out}@keyframes fadeInSlide{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (prefers-contrast: high){.pdf-tab{border:1px solid #6b7280}.pdf-tab.active{border-bottom-width:3px}.pdf-toolbar-tool,.pdf-viewer-control-button,.extraction-status-panel{border-width:2px}}@media (prefers-reduced-motion: reduce){.pdf-tab,.pdf-toolbar-tool,.pdf-viewer-control-button{transition:none}.pdf-viewer-control-button:hover{transform:none}.pdf-viewer-thinking-dot,.skeleton,.pdf-switch-animation,.status-icon.processing{animation:none}.progress-bar{transition:none}}.component-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:.5rem}.component-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb}.component-icon{font-size:1.25rem;margin-bottom:.25rem}.component-count{font-size:1.125rem;font-weight:700;color:#2435f1;margin-bottom:.125rem}.component-label{font-size:.625rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.status-subtitle{font-size:.75rem;color:#6b7280;margin-top:.25rem;font-weight:400}.highlight-log{font-weight:600;color:#2435f1;background:#eff6ff;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.workspace-page{display:flex;height:100vh;width:100vw;flex-direction:column;background-color:var(--background)}.workspace-header{display:flex;height:4rem;flex-shrink:0;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:0 1.5rem}.workspace-header img{width:45px;height:45px;object-fit:contain}.workspace-file-info{display:none;align-items:center;gap:1rem}@media (min-width: 768px){.workspace-file-info{display:flex}}.workspace-file-label{font-size:.875rem;color:var(--muted-foreground)}.workspace-file-name{font-weight:500;color:var(--foreground)}.new-upload-button{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:transparent;padding:.5rem 1rem;border:1px solid #ced4da;color:#333;font-size:.925rem;font-weight:500;cursor:pointer;transition:background-color .2s;gap:10px}.new-upload-button:hover{background-color:#2435f1;color:#fff}.new-upload-icon{margin-right:.5rem;height:1rem;width:1rem}.workspace-main{display:flex;flex-grow:1;flex-direction:column;overflow:hidden}@media (min-width: 768px){.workspace-main{flex-direction:row}}.pdf-viewer-section{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.pdf-viewer-container{flex-grow:1;overflow:auto}.status-bar{margin-top:20px}.status-bar-title{font-size:1rem;color:var(--muted-foreground)}.status-bar-content{background-color:#d3d3d3;border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:4px;padding:8px 16px;flex-shrink:0;min-height:60px}.status-item-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid #e9ecef}.status-item-row:last-child{border-bottom:none}.status-text{font-size:.75rem;color:#495057;flex-grow:1}.status-actions{display:flex;align-items:center;gap:8px}.status-action-btn{width:20px;height:20px;border:1px solid #ced4da;background-color:#fff;border-radius:3px;font-size:.7rem;color:#6c757d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.status-action-btn:hover{background-color:#e9ecef;border-color:#adb5bd}.separator{display:none}@media (min-width: 768px){.separator{display:block;border-left:1px solid var(--border)}}.chat-window-container{height:50%;width:100%;flex-shrink:0;border-top:1px solid var(--border)}@media (min-width: 768px){.chat-window-container{height:100%;width:450px;border-left:1px solid var(--border);border-top:0}}@media (min-width: 1024px){.chat-window-container{width:500px}}.workspace-header-actions{display:flex;align-items:center;gap:1rem}.workspace-user-info{color:#64748b;font-size:.875rem;font-weight:500}.logout-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.logout-button:hover{background-color:#dc2626;transform:translateY(-1px)}.logout-icon{width:16px;height:16px}.skeleton{border-radius:.375rem;background-color:#e5e7eb;animation:skeletonPulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton.wave{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonWave 1.5s infinite}@keyframes skeletonWave{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton.circle{border-radius:50%}.skeleton.text{height:1rem;margin-bottom:.5rem}.skeleton.text:last-child{width:80%}.skeleton.title{height:2rem;margin-bottom:1rem}.skeleton.avatar{width:2.5rem;height:2.5rem;border-radius:50%}.skeleton.button{height:2.5rem;width:6rem;border-radius:.375rem}@media (prefers-reduced-motion: reduce){.skeleton{animation:none}}:root{--background: #ffffff;--foreground: #000000;--muted-foreground: #6c757d;--primary: #007bff;--primary-50: rgba(0, 123, 255, .5);--border: #dee2e6;--destructive: #dc3545}body{font-family:sans-serif;margin:0;background-color:var(--background);color:var(--foreground)}#root{display:flex;flex-direction:column;min-height:100vh}header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border)}main{flex-grow:1;padding:1rem}footer{padding:1rem;border-top:1px solid var(--border);text-align:center}.button{background-color:var(--primary);color:#fff;padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer}.buttons{background-color:#2435f1;color:#fff;padding:1rem 1.5rem;border:none;border-radius:2rem;cursor:pointer}.buttonss{background-color:#2435f1;color:#fff;padding:.5rem 1rem;border:none;border-radius:50%;cursor:pointer}.button:hover{background-color:#0056b3}input,textarea{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:.25rem}.text-center{text-align:center}.text-red{color:var(--destructive)}
