@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--accent-primary:#2563eb;--accent-hover:#1d4ed8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border-color:#e2e8f0;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", system-ui, -apple-system, sans-serif;--sidebar-width:280px;--header-height:70px;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-float:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}::selection{background-color:var(--accent-primary);color:#fff}body{font-family:var(--font-sans);background-color:var(--bg-tertiary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:600}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.glass-panel{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#1e293bb3;border:1px solid #ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--sidebar-width:260px;--topbar-height:56px;--bottomnav-height:64px;--border-color:#e2e8f0;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#64748b;--transition:all .2s ease;--radius-md:12px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a}.layout-container{width:100%;height:100dvh;font-family:var(--font-sans);background-color:#f8fafc;display:flex;position:relative;overflow:hidden}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border-color);z-index:20;background:#fff;flex-direction:column;flex-shrink:0;transition:width .25s;display:flex}.sidebar-logo{flex-shrink:0;width:auto;height:32px}.sidebar-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:70px;padding:0 1.25rem;display:flex}.brand-group{align-items:center;gap:.625rem;display:flex}.logo-text h2{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.logo-text p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.7rem}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex;overflow-y:auto}.nav-item{color:var(--text-secondary);transition:var(--transition);border-radius:10px;align-items:center;gap:.875rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{color:var(--text-primary);background-color:#f1f5f9}.nav-item.active{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);font-weight:600;box-shadow:0 4px 12px #2563eb4d}.sidebar-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.user-profile{align-items:center;gap:.75rem;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.user-info h4{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:600}.user-info p{color:var(--text-secondary);margin:0;font-size:.75rem}.sidebar.collapsed{width:72px}.sidebar.collapsed .logo-text,.sidebar.collapsed .user-info,.sidebar.collapsed .nav-item span{display:none}.sidebar.collapsed .sidebar-header,.sidebar.collapsed .brand-group{justify-content:center}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem}.sidebar.collapsed .user-profile,.sidebar.collapsed .sidebar-footer{justify-content:center}.sidebar.collapsed .logout-btn{display:none}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.desktop-header{border-bottom:1px solid var(--border-color);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.desktop-header h2{color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:700}.header-actions{align-items:center;gap:1rem;display:flex}.icon-btn{width:38px;height:38px;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn:hover{color:var(--primary-color);background:#f1f5f9}.logout-btn{color:#ef4444!important}.logout-btn:hover{background:#fef2f2!important;border-color:#fecaca!important}.portal-content{flex:1;padding:1.5rem;overflow-y:auto}.mobile-topbar,.mobile-bottom-nav{display:none}@media (width<=768px){.sidebar,.desktop-header{display:none!important}.layout-container{background:#f0f2f5;flex-direction:column}.mobile-topbar{min-height:var(--topbar-height);height:auto;padding:env(safe-area-inset-top,0px) 1rem 0;z-index:100;background:linear-gradient(135deg,#1e3a8a,#2563eb);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.mobile-topbar-brand{align-items:center;gap:.625rem;display:flex}.mobile-topbar-logo{border-radius:6px;width:auto;height:30px}.mobile-topbar-title{color:#fff;letter-spacing:-.3px;font-size:1.1rem;font-weight:700}.mobile-topbar-btn{color:#fff;cursor:pointer;width:38px;height:38px;transition:var(--transition);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-topbar-btn:hover,.mobile-topbar-btn:active{background:#ffffff40}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.portal-content{padding:0;padding-bottom:calc(var(--bottomnav-height) + env(safe-area-inset-bottom,20px) + 20px);-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.mobile-bottom-nav{height:calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px));z-index:100;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e2e8f0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014}.bottom-nav-item{color:#94a3b8;transition:var(--transition);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 0;text-decoration:none;display:flex;position:relative}.bottom-nav-icon-wrap{width:48px;height:28px;transition:var(--transition);border-radius:14px;justify-content:center;align-items:center;display:flex}.bottom-nav-icon-wrap.active{background:#dbeafe}.bottom-nav-item span{letter-spacing:.2px;font-size:.65rem;font-weight:500}.bottom-nav-item.active{color:var(--primary-color)}.bottom-nav-item.active span{font-weight:700}}.public-layout{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.public-navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#ffffffe6;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.brand-logo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.desktop-menu{align-items:center;gap:2rem;display:flex}.desktop-menu a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.desktop-menu a:hover,.desktop-menu a.active{color:var(--text-primary)}.desktop-menu .btn-portal{background:var(--primary-color);color:#fff;border-radius:6px;padding:.5rem 1rem}.desktop-menu .btn-portal:hover{background:var(--primary-hover);color:#fff}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-direction:column;padding:1rem;display:none}.mobile-menu a{color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:1rem;text-decoration:none}.public-content{flex:1}.public-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:4rem;padding:4rem 2rem 2rem}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-links h4,.footer-contact h4{color:#fff;margin-bottom:1rem;font-weight:600}.footer-links a{color:var(--text-secondary);margin-bottom:.5rem;text-decoration:none;display:block}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-color);padding-top:2rem;font-size:.875rem}@media (width<=768px){.desktop-menu{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}.footer-container{grid-template-columns:1fr;gap:2rem}}.login-container{background-color:#f1f5f9;background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:20px 20px;justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:440px;padding:2.5rem 1.5rem;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo{height:60px;margin-bottom:1.5rem}.login-header h2{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-header p{color:#64748b;font-size:.95rem}.login-error{color:#ef4444;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:500;display:flex}.login-form{flex-direction:column;gap:1.5rem;display:flex}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;position:absolute;left:1rem}.input-with-icon input{padding-left:2.75rem}.login-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.login-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a33}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.login-footer p{color:#94a3b8;font-size:.8rem}.hero-section{text-align:center;background:linear-gradient(#f8fafcd9,#f8fafcf2),url(https://images.unsplash.com/photo-1586528116311-ad8ed7c663be?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80) 50%/cover;justify-content:center;align-items:center;min-height:80vh;padding:8rem 2rem;display:flex}.hero-content{max-width:800px}.badge{color:var(--primary-color);background:#3b82f633;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-weight:600;display:inline-block}.hero-content h1{background:linear-gradient(90deg,#0f172a,#334155);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-content p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-section{margin-top:-4rem;padding:5rem 0}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2.5rem;transition:transform .3s}.feature-card:hover{border-color:var(--primary-color);transform:translateY(-5px)}.feature-card h3{color:var(--text-primary);margin-bottom:1rem}.trusted-section{text-align:center;background:var(--bg-tertiary);padding:4rem 0}.trusted-section h2{color:var(--text-secondary);margin-bottom:3rem}.brands-grid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.brand-placeholder{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-size:1.5rem;font-weight:700}.page-header{text-align:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:6rem 2rem}.page-header h1{color:var(--text-primary);margin-bottom:1rem;font-size:3rem}.page-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.page-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}@media (width<=768px){.hero-content h1{font-size:2.5rem}.feature-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}}.dash-mobile-container{min-height:100%;font-family:var(--font-sans);-webkit-overflow-scrolling:touch;background:#f0f2f5;padding:1.25rem 1.25rem 6rem;display:block;overflow-y:auto}.dash-welcome{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-greeting{color:#64748b;margin:0;font-size:.9rem;font-weight:600}.dash-name{color:#0f172a;letter-spacing:-.5px;margin:2px 0 0;font-size:1.4rem;font-weight:800}.dash-refresh-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000000d}.dash-refresh-btn:active{background:#f8fafc;transform:scale(.9)}.spinning{animation:1s linear infinite spin;color:#2563eb!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dash-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:8px;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.dash-avatar img{object-fit:contain;width:100%;height:100%}.dash-fab-main{text-align:left;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:16px;align-items:center;width:100%;margin-bottom:1.5rem;padding:1.25rem;transition:transform .2s;display:flex;box-shadow:0 8px 24px #2563eb40}.dash-fab-main:active{transform:scale(.98)}.fab-icon{color:#fff;background:#fff3;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-right:1rem;display:flex}.fab-text{flex:1}.fab-text h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.fab-text p{color:#fffc;margin:2px 0 0;font-size:.8rem}.dash-stats-scroll{scrollbar-width:none;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.dash-stats-scroll::-webkit-scrollbar{display:none}.dash-stat-pill{background:#fff;border-radius:14px;flex:none;align-items:center;gap:.75rem;min-width:140px;padding:.75rem 1rem;display:flex;box-shadow:0 2px 8px #0000000a}.dash-stat-pill.blue{color:#2563eb}.dash-stat-pill.green{color:#10b981}.dash-stat-pill.purple{color:#8b5cf6}.dash-stat-pill h4{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.dash-stat-pill p{color:#64748b;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.dash-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dash-section-header h3{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.text-btn{color:#2563eb;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.dash-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.dash-list-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:flex}.dash-list-item:last-child{border-bottom:none}.dash-list-item:active{background:#f8fafc}.dash-item-icon{background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dash-item-content{flex:1}.dash-item-row{justify-content:space-between;margin-bottom:2px;display:flex}.dash-item-title{color:#0f172a;font-size:.95rem;font-weight:700}.dash-item-date{color:#94a3b8;font-size:.75rem;font-weight:500}.dash-item-subtitle{color:#64748b;font-size:.8rem}.dash-empty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.dash-empty p{margin-top:.5rem;font-weight:500}.dashboard-container{flex-direction:column;gap:2rem;padding:1.5rem;display:flex}.dashboard-header{justify-content:space-between;align-items:flex-end;display:flex}.dashboard-header h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.dashboard-header p{color:var(--text-secondary);font-size:1rem}.status-badge{border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.status-badge.success{color:#16a34a;background-color:#22c55e1a}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.stat-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;gap:1.25rem;padding:1.5rem;display:flex}.stat-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.bg-blue{background-color:#3b82f6}.bg-green{background-color:#10b981}.bg-purple{background-color:#8b5cf6}.stat-info h3{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.stat-value{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.stat-trend{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.8rem;display:flex}.stat-trend.positive{color:#16a34a}.dashboard-layout{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.card{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.card-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.card-header h3{color:var(--text-primary);font-size:1.125rem;font-weight:600}.btn-text{color:var(--primary-color);cursor:pointer;background:0 0;border:none;font-weight:500}.btn-text:hover{text-decoration:underline}.table-responsive{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{background-color:var(--bg-tertiary);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);padding:.75rem 1.5rem;font-size:.75rem;font-weight:600}.data-table td{border-top:1px solid var(--border-color);color:var(--text-primary);padding:1rem 1.5rem;font-size:.9rem}.font-medium{font-weight:500}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-success{color:#16a34a;background-color:#22c55e1a}.alerts-list{flex-direction:column;display:flex}.alert-item{border-bottom:1px solid var(--border-color);gap:1rem;padding:1.25rem 1.5rem;display:flex}.alert-item:last-child{border-bottom:none}.alert-content strong{color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;display:block}.alert-content p{color:var(--text-secondary);font-size:.85rem}.text-warning{color:#f59e0b}.text-info{color:#3b82f6}@media (width<=1024px){.dashboard-layout{grid-template-columns:1fr}}.lr-generator-container{max-width:1000px;margin:0 auto;padding:1rem 1rem 5rem}.lr-generator-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;display:flex}.back-btn{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.back-btn:hover{color:#0f172a;background:#f8fafc}.page-title{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.page-subtitle{color:#64748b;margin:.25rem 0 0;font-size:.9rem}.lr-actions-desktop{align-items:center;gap:1rem;display:flex}.lr-actions-mobile{bottom:calc(var(--bottomnav-height,64px) + env(safe-area-inset-bottom,0px));z-index:100;background:#fff;border-top:1px solid #e2e8f0;gap:1rem;padding:1rem;display:none;position:fixed;left:0;right:0;box-shadow:0 -4px 12px #00000014}@media (width<=768px){.lr-actions-desktop{display:none}.lr-actions-mobile{display:flex}.lr-generator-container{padding:1rem 1rem 8rem}}.btn-primary,.btn-secondary{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb40}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.btn-secondary:disabled{opacity:.7;cursor:not-allowed}.lr-actions-mobile .btn-primary,.lr-actions-mobile .btn-secondary{flex:1}.save-badge{color:#16a34a;background:#dcfce7;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.lr-form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.lr-form-grid{grid-template-columns:1fr}}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}.form-card.full-width{grid-column:1/-1}.form-card-header{background:#2563eb;border-bottom:1px solid #1d4ed8;padding:1rem 1.25rem}.form-card-header h3{color:#fff;margin:0;font-size:1.05rem}.form-card-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#475569;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.65rem .875rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.settings-container{padding:1.5rem}.settings-header{margin-bottom:2rem}.settings-header .header-title{align-items:center;gap:1rem;display:flex}.settings-header h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.settings-header p{color:var(--text-secondary);font-size:.875rem}.settings-layout{align-items:flex-start;gap:2rem;display:flex}.settings-sidebar{flex-direction:column;gap:.5rem;width:250px;display:flex}.tab-btn{border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:var(--transition);text-align:left;background:#fff;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-weight:500;display:flex}.tab-btn:hover{background:var(--bg-tertiary);color:var(--primary-color)}.tab-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.settings-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.card{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;flex-shrink:0;padding:1.5rem}.card h3{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.record-form .form-group{margin-bottom:1.25rem}.record-form label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.record-form input,.record-form textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:var(--transition);padding:.75rem 1rem;font-family:inherit}.record-form input:focus,.record-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0ea5e91a}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.records-list{flex-direction:column;gap:1rem;display:flex}.record-item{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.record-info{flex-direction:column;gap:.25rem;display:flex}.record-info strong{color:var(--text-primary);font-weight:600}.record-info span{color:var(--text-secondary);font-size:.875rem}.record-actions{gap:.5rem;display:flex}.edit-btn{color:var(--primary-color)}.delete-btn{color:#ef4444}.list-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.list-header h3{border-bottom:none;margin-bottom:0;padding-bottom:0}.search-box{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.5rem;width:250px;padding:.5rem 1rem;display:flex}.search-box input{background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.loading-state{text-align:center;color:var(--text-secondary);padding:2rem}.empty-state{text-align:center;color:var(--text-secondary);background:var(--bg-tertiary);border-radius:var(--radius-md);padding:3rem;font-style:italic}@media (width<=768px){.settings-layout{flex-direction:column}.settings-sidebar{flex-direction:row;width:100%;padding-bottom:.5rem;overflow-x:auto}.tab-btn{white-space:nowrap;padding:.75rem 1rem}}: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();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.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{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;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(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.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]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.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{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.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{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.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%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-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{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@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{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.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:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.splash-container{z-index:99999;background-color:#f0f2f5;justify-content:center;align-items:center;transition:opacity .5s ease-out;display:flex;position:fixed;inset:0}.splash-container.fade-out{opacity:0;pointer-events:none}.splash-content{flex-direction:column;align-items:center;gap:32px;display:flex}.splash-logo{object-fit:contain;border-radius:20px;width:180px;height:auto;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.logo-pulse{animation:2.5s ease-in-out infinite logoPulse}@keyframes logoPulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(.95)}}.loader-bar{background-color:#e2e8f0;border-radius:4px;width:150px;height:4px;position:relative;overflow:hidden}.loader-progress{background-color:#2563eb;border-radius:4px;width:50%;height:100%;animation:1.5s ease-in-out infinite loadingBar;position:absolute}@keyframes loadingBar{0%{left:-50%}to{left:100%}}
