:root{--primary:#13a4ec;--secondary:#64748b;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--primary-rgb:19,164,236;--bg-body:#f9fafb;--bg-surface:#fff;--bg-hover:#f3f4f6;--bg-active:#e5e7eb;--text-main:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-on-primary:#fff;--border-color:#e5e7eb}.dark{--bg-body:#111827;--bg-surface:#1f2937;--bg-hover:#374151;--bg-active:#4b5563;--text-main:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--border-color:#374151}body{color:var(--text-main);background-color:var(--bg-body);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .2s,color .2s}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-4{flex-direction:column;gap:1rem;display:flex}.space-y-6{flex-direction:column;gap:1.5rem;display:flex}.space-y-8{flex-direction:column;gap:2rem;display:flex}.fixed{position:fixed}.inset-0{inset:0}.left-0{left:0}.left-3{left:.75rem}.left-4{left:1rem}.inset-y-0{top:0;bottom:0}.hidden{display:none}.block{display:block}@media (min-width:768px){.md\:hidden{display:none}}.w-full{width:100%}.h-full{height:100%}.min-w-0{min-width:0}.h-4,.w-4{width:1rem;height:1rem}.h-5,.w-5{width:1.25rem;height:1.25rem}.h-6,.w-6{width:1.5rem;height:1.5rem}.h-8,.w-8{width:2rem;height:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-4{padding-left:1rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pr-10{padding-right:2.5rem}.m-0{margin:0}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.ml-2{margin-left:.5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-gray-900{color:var(--text-main)}.text-gray-600{color:var(--text-secondary)}.text-gray-500{color:var(--text-muted)}.text-primary{color:var(--primary)}.text-red-600{color:#dc2626}.dark .text-red-400{color:#f87171}.bg-white{background-color:var(--bg-surface)}.bg-primary{background-color:var(--primary)}.cursor-pointer{cursor:pointer}.hover\:bg-gray-200:hover{background-color:var(--bg-hover)}.hover\:bg-red-100:hover{background-color:#fee2e2}.dark .hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.transition-colors{transition:background-color .2s,color .2s}.rounded,.rounded-md,.rounded-lg{border-radius:10px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.border{border:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-b-2{border-bottom-width:2px}.border-white{border-color:#fff}.divide-y>*+*{border-top:1px solid var(--border-color)}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:opacity .2s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--bg-hover);border-color:var(--text-secondary)}.dark .btn-secondary{color:#fff;background-color:#374151;border-color:#4b5563}.dark .btn-secondary:hover{background-color:#4b5563}.btn-danger{background-color:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 5px #ef44444d}.btn-danger:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.input-field{border:1px solid var(--border-color);background-color:var(--bg-surface);width:100%;color:var(--text-main);border-radius:10px;padding:.75rem;transition:border-color .2s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #13a4ec1a}.card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:10px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.logo-image{width:auto;height:40px;transition:filter .15s,opacity .15s}.dark .logo-image{filter:invert()brightness(2)saturate(1.2)}.notification-backdrop{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;position:fixed;inset:0}.notifications-panel{z-index:10001;background:var(--bg-surface);width:100%;height:100%;box-shadow:none;border:none;position:fixed;inset:0}.dark .notifications-panel{background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:0 10px 40px #00000080}@media (max-width:640px){.notifications-panel{border-radius:10px;width:calc(100% - 1rem);height:auto;max-height:90vh;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%)}}.notification-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.notification-header-btn{color:var(--text-secondary);cursor:pointer;background-color:#0000;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.notification-header-btn:hover{background-color:var(--bg-hover);color:var(--text-main)}.dark .notification-header-btn:hover{background-color:#ffffff1a}.notification-content{flex-grow:1;padding:.5rem;overflow-y:auto}.notification-item{cursor:pointer;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:all .15s;display:flex}.notification-item.unread{background-color:#13a4ec1a;box-shadow:0 0 0 1px #13a4ec4d}.notification-item:hover{background-color:var(--bg-hover)}.notification-icon-container{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.5rem;display:flex}.font-display{font-family:Inter,sans-serif}.line-clamp-1{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.toggle-switch{background-color:var(--bg-active);cursor:pointer;border:1px solid var(--border-color);border-radius:9999px;width:50px;height:28px;transition:background-color .3s;position:relative}.toggle-switch.checked{background-color:var(--primary);border-color:var(--primary)}.toggle-thumb{color:#fbbf24;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000001a}.toggle-switch.checked .toggle-thumb{color:var(--primary);transform:translate(22px)}.dark .toggle-switch{background-color:#374151}.dark .toggle-switch.checked{background-color:var(--primary)}.toggle-icon{width:14px;height:14px}@keyframes staggerIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animations-enabled .fade-in{animation:.4s ease-out forwards fadeIn}.animations-enabled .stagger-1{opacity:0;animation:.5s ease-out 60ms forwards staggerIn}.animations-enabled .stagger-2{opacity:0;animation:.5s ease-out .12s forwards staggerIn}.animations-enabled .stagger-3{opacity:0;animation:.5s ease-out .18s forwards staggerIn}.animations-enabled .stagger-4{opacity:0;animation:.5s ease-out .24s forwards staggerIn}.animations-enabled .stagger-5{opacity:0;animation:.5s ease-out .3s forwards staggerIn}.animations-enabled .slide-up{animation:.4s ease-out forwards slideUp}.animations-enabled .scale-in{animation:.3s cubic-bezier(.34,1.56,.64,1) forwards scaleIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.animations-enabled .modal-content{animation:.3s cubic-bezier(.34,1.56,.64,1) forwards scaleIn}@keyframes bounceSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce-slow{animation:3s ease-in-out infinite bounceSlow}.empty-state-container{text-align:center;border:1px dashed var(--border-color);background:var(--bg-secondary);opacity:.8;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;padding:3rem;display:flex}.empty-state-icon-wrapper{margin-bottom:1rem}.empty-state-icon-wrapper svg{width:48px;height:48px}.empty-state-description{color:var(--text-secondary);max-width:400px;margin:0 auto 1.5rem;font-size:.875rem;line-height:1.5}.empty-state-action{margin-top:.5rem}.animations-enabled .notifications-panel{animation:.4s ease-out forwards slideUp}.animations-enabled body{transition:background-color .3s,color .3s}.animations-enabled *{transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s}.dark .shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff0d 50%,#fff0 100%) 0 0/200% 100%}.link-menu-dropdown{overflow:hidden;background:rgba(var(--bg-surface-rgb),.8)!important;-webkit-backdrop-filter:blur(16px)saturate(180%)!important;border:1px solid rgba(var(--primary-rgb),.1)!important;border-radius:14px!important;box-shadow:0 10px 40px -10px #0000004d!important}.dark .link-menu-dropdown{background:#1e293bcc!important;border-color:#ffffff14!important}.menu-item{transition:all .2s cubic-bezier(.4,0,.2,1)!important}.menu-item:hover{transform:translate(4px);background:rgba(var(--primary-rgb),.1)!important}@keyframes quickFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.animations-enabled .disintegrate{pointer-events:none;z-index:10000;animation:.4s ease-out forwards quickFadeOut;position:relative}.animations-enabled .hover-inset:hover{border-color:#0000000d;transform:scale(.99);box-shadow:inset 0 1px 3px #00000008}.dark.animations-enabled .hover-inset:hover{border-color:#ffffff08;box-shadow:inset 0 1px 3px #00000026}@keyframes highlight-pulse{0%{box-shadow:0 0 0 0 rgba(var(--primary-rgb),.4);transform:scale(1.02)}70%{box-shadow:0 0 0 10px rgba(var(--primary-rgb),0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(var(--primary-rgb),0);transform:scale(1)}}.animations-enabled .newly-added{animation:2s ease-out highlight-pulse}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{background:linear-gradient(90deg,var(--bg-active)25%,var(--bg-hover)50%,var(--bg-active)75%);background-size:200% 100%;animation:1.5s linear infinite shimmer}.glass-card{background:rgba(var(--bg-surface-rgb,255,255,255),.7);-webkit-backdrop-filter:blur(12px);border:1px solid #fff3}.dark .glass-card{background:#1f2937b3;border:1px solid #ffffff1a}@keyframes success-bounce{0%,to{transform:scale(1)}50%{color:#10b981;transform:scale(1.2)}}.success-bounce{animation:.5s success-bounce}.glass-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-hover:hover{background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary-rgb),.3);transform:translateY(-2px)}.active-press:active{transform:scale(.96)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.dark ::-webkit-scrollbar-thumb{background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#0003}.dark ::-webkit-scrollbar-thumb:hover{background:#fff3}.animations-enabled .hover-scale:hover{transform:scale(1.02)}.animations-enabled .hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.animations-enabled .btn-primary:active,.animations-enabled .btn-secondary:active,.animations-enabled .btn-danger:active{transform:scale(.95)}.landing1{margin-right:20px}body{color:#2c3e50;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Poppins,sans-serif;line-height:1.6}.dark body{color:#e8ecf1;background:linear-gradient(135deg,#1a1f2e 0%,#0f1419 100%)}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s}button:disabled{opacity:.5;cursor:not-allowed}input,textarea{font-family:inherit;transition:all .3s}.modern-search-bar{width:100%;margin-top:15px;position:relative}.modern-search-input{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.675rem 1.125rem .675rem 2.75rem;font-size:.9375rem;font-weight:400;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008}.modern-search-input::placeholder{color:#94a3b8;font-weight:400}.modern-search-input:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000a}.modern-search-input:focus{border-color:var(--primary,#6366f1);box-shadow:0 0 0 3px rgba(var(--primary-rgb,99,102,241),.08),0 2px 8px rgba(var(--primary-rgb,99,102,241),.12);background:#fff}.modern-search-icon{color:#94a3b8;pointer-events:none;transition:color .25s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.modern-search-input:focus~.modern-search-icon{color:#6366f1}.dark .modern-search-input{color:#e2e8f0;background:#1e293b;border-color:#334155}.dark .modern-search-input::placeholder{color:#64748b}.dark .modern-search-input:hover{border-color:#475569;box-shadow:0 2px 4px #0003}.dark .modern-search-input:focus{background:#1e293b;border-color:#818cf8;box-shadow:0 0 0 3px #818cf81f,0 2px 8px #818cf833}.dark .modern-search-icon{color:#64748b}.dark .modern-search-input:focus~.modern-search-icon{color:#818cf8}.modern-search-header{border-radius:10px;padding:.625rem .875rem .625rem 2.5rem;font-size:.875rem}.modern-search-header~.modern-search-icon{left:.75rem}.container-details-page{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)!important;border-bottom:1px solid #00000014!important;box-shadow:0 2px 15px #0000000f!important}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.dark .header{background:linear-gradient(#162032)!important;border-bottom-color:#00000014!important;box-shadow:0 2px 15px #0000000f!important}.container{width:100%;max-width:1220px;margin:0 auto;padding:0 1.5rem}@media (min-width:1600px){.container{max-width:1600px}}.header-content{justify-content:space-between;align-items:center;gap:2rem;height:4.5rem;display:flex}.header-left{align-items:center;gap:1rem;display:flex}.back-link{background:rgba(var(--primary-rgb,99,102,241),.1);width:2.5rem;height:2.5rem;color:var(--primary,#6366f1);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.back-link:hover{background:rgba(var(--primary-rgb,99,102,241),.2);transform:translate(-2px)}.dark .back-link{background:#6366f126}.dark .back-link:hover{background:#6366f140}.logo{color:var(--primary,#6366f1);justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.header-left h1{background:var(--primary,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header-right{align-items:center;gap:.75rem;display:flex}.mobile-menu-toggle{color:#64748b;cursor:pointer;background:#6366f10d;border:1px solid #6366f11a;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dark .mobile-menu-toggle{color:#cbd5e1;background:#6366f114;border-color:#ffffff0d}@media (min-width:768px){.mobile-menu-toggle{display:none}}.theme-toggle{color:#64748b;cursor:pointer;background:#6366f10d;border:none;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dark .theme-toggle{color:#cbd5e1;background:#6366f114;border-color:#ffffff0d}.theme-toggle:hover{color:#6366f1;background:#6366f11a;border-color:#6366f133;transform:translateY(-2px)}.dark .theme-toggle:hover{color:#818cf8;background:#ffffff0d}.h-5{height:1.25rem}.w-5{width:1.25rem}.relative{position:relative}.absolute{position:absolute}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.bg-red-500{background-color:#ef4444}.text-white{color:#fff}.text-xs{font-size:.75rem}.rounded-full{border-radius:9999px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.font-bold{font-weight:700}.notification-bubble{color:#fff;pointer-events:none;z-index:10;background-color:#ef4444;border:2px solid #f8f9fa;border-radius:9999px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0000001a}.dark .notification-bubble{border-color:#162032}@media (max-width:767.98px){.mediaforbuttons{display:none!important}}.mobile-nav-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;background:#00000080;animation:.2s fadeIn;position:fixed;inset:0}.mobile-nav-menu{background:#fff;flex-direction:column;width:280px;height:100vh;animation:.3s slideInRight;display:flex;position:absolute;top:0;right:0;box-shadow:-4px 0 20px #0000001a}.dark .mobile-nav-menu{background:#1a1f2e;box-shadow:-4px 0 20px #0000004d}.mobile-nav-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.dark .mobile-nav-header{border-bottom-color:#ffffff0f}.mobile-logo{width:auto;height:32px}.mobile-nav-close{color:#64748b;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.mobile-nav-close:hover{color:#6366f1;background:#6366f11a;transform:scale(1.05)}.mobile-nav-links{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.mobile-nav-link{color:#2c3e50;background:0 0;border-radius:12px;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.dark .mobile-nav-link{color:#e8ecf1}.mobile-nav-link:hover{color:#6366f1;background:#6366f114;transform:translate(4px)}.mobile-nav-link.active{color:#6366f1;background:#6366f11a;font-weight:600}.mobile-nav-actions{border-top:1px solid #0000000f;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.dark .mobile-nav-actions{border-top-color:#ffffff0f}.mobile-action-btn{color:#64748b;background:#6366f10d;border:1px solid #6366f11a;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dark .mobile-action-btn{color:#cbd5e1;background:#6366f114;border-color:#6366f126}.mobile-action-btn:hover{color:#6366f1;background:#6366f11f;border-color:#6366f140;box-shadow:0 2px 8px #6366f126}.dark .mobile-action-btn:hover{color:#818cf8;background:#6366f126;border-color:#6366f14d}.mobile-action-btn svg{flex-shrink:0}.mobile-action-btn span{flex:1}.notification-badge{color:#fff;background:#ef4444;border-radius:9999px;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;font-size:.75rem;font-weight:700;display:flex}.add-button{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #6366f14d}.add-button:hover{box-shadow:0 6px 20px #6366f166}.add-button:active{transform:scale(.98)}.theme-toggle,.settings-link,.logout-button{color:#495057;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.dark .theme-toggle,.dark .settings-link,.dark .logout-button{color:#fff!important}.theme-toggle:hover,.settings-link:hover,.logout-button:hover,.back-link:hover{box-shadow:0 4px 12px #0000000d;color:var(--primary)!important;background:#fffc!important;border:1px solid #fff!important}.dark .theme-toggle:hover,.dark .settings-link:hover,.dark .logout-button:hover,.dark .back-link:hover{color:#fff!important;background:#ffffff1a!important;border:1px solid #fff3!important}.animations-enabled .theme-toggle:hover,.animations-enabled .settings-link:hover,.animations-enabled .logout-button:hover,.animations-enabled .back-link:hover{transform:none}.user-avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:10px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #6366f140}main.container{flex:1;padding:1rem 1.5rem}@media (min-width:768px){main.container{padding:1.5rem}}.container-header{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:10px;margin:0 auto 1.5rem;padding:1.25rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;box-shadow:0 4px 24px #0000000f,0 0 0 1px #00000005}.dark .container-header{-webkit-backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff1a;box-shadow:0 4px 24px #0000004d,0 0 0 1px #ffffff0d}.container-header h2{letter-spacing:-.02em;color:var(--text-main);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;margin:0;font-size:1.875rem;font-weight:700;line-height:1.3}.container-header{margin-bottom:1.5rem}.container-header-info{flex-direction:column;gap:.375rem;display:flex}.container-name-title{letter-spacing:-.02em;color:#1e293b;margin:0;font-size:1.75rem;font-weight:700}.dark .container-name-title{color:#f1f5f9}.container-description-text{color:#64748b;max-width:700px;margin:0;font-size:.9375rem;line-height:1.5}.dark .container-description-text{color:#94a3b8}.search-links-wrapper{margin-bottom:1.5rem}.empty-links-state,.empty-search-state{text-align:center;color:#64748b;background:#00000005;border:2px dashed #0000000d;border-radius:20px;padding:3rem 1.5rem}.dark .empty-links-state,.dark .empty-search-state{color:#94a3b8;background:#ffffff05;border-color:#ffffff14}.links-cards-grid{flex-direction:column;gap:1rem;display:flex}.collaborators-actions{gap:.75rem;margin-top:1.25rem;display:flex}.collaborators-actions .manage-collaborators-button{flex:1}.search-tags-wrapper{margin-top:1.5rem}.tag-link-title-group{flex:1;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.tag-link-card-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.125rem;font-weight:600;overflow:hidden}.dark .tag-link-card-title{color:#f1f5f9}.tag-pinned-icon{color:var(--primary,#6366f1);flex-shrink:0;margin-top:.25rem}.tag-link-description{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:.75rem 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.dark .tag-link-description{color:#94a3b8}.empty-state-icon{color:#cbd5e1;margin-bottom:1.5rem}.go-to-dashboard-btn{margin-top:1.5rem}.container-content{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:768px){.container-content{flex-direction:row;align-items:flex-start;gap:2.5rem}}.links-section{flex:1}.links-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.links-header h3{color:#2c3e50;font-size:1.5rem;font-weight:700}.dark .links-header h3{color:#e8ecf1}.add-link-button{color:#fff;background:var(--primary,#6366f1);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.add-link-button:hover,.manage-collaborators-button:hover{opacity:.9;transform:translateY(-1px)}.links-list{flex-direction:column;gap:1rem;display:flex}.link-item{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:10px;align-items:center;gap:1.25rem;padding:1rem 1.25rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 4px #00000008}.link-item-content{flex:1;align-items:flex-start;gap:1.25rem;min-width:0;display:flex}.link-item-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.action-pill{color:#64748b;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.dark .action-pill{color:#94a3b8;background:#ffffff0d;border-color:#ffffff14}.action-pill:hover{color:#1e293b;background:#f1f5f9;border-color:#cbd5e1}.dark .action-pill:hover{color:#f1f5f9;background:#ffffff1a}.copy-pill:hover{border-color:var(--primary);color:var(--primary)}.more-pill{padding:.5rem}.more-pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.more-menu-container{display:flex;position:relative}.link-menu-dropdown{z-index:1000;border-radius:12px;width:180px;padding:.5rem;animation:.2s menuAppear;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a;-webkit-backdrop-filter:none!important;opacity:1!important;background:#fff!important;border:1px solid #e2e8f0!important}.dark .link-menu-dropdown{box-shadow:0 20px 25px -5px #00000080;-webkit-backdrop-filter:none!important;background:#1e293b!important;border-color:#334155!important}@keyframes menuAppear{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.menu-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.dark .menu-item{color:#cbd5e1}.menu-item:hover{color:#1e293b;background:#f1f5f9}.dark .menu-item:hover{color:#f1f5f9;background:#ffffff0d}.menu-item.pinned-active{color:var(--primary)}.menu-item.delete-item{color:#ef4444}.menu-item.delete-item:hover{background:#fef2f2}.dark .menu-item.delete-item:hover{background:#ef44441a}.menu-divider{background:#0000000d;height:1px;margin:.4rem 0}.dark .menu-divider{background:#ffffff0d}.drag-handle-new{color:#94a3b8;cursor:grab;align-items:center;padding:4px;transition:color .2s;display:flex}.drag-handle-new:hover{color:#64748b}.dark .link-item{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 8px #0003}.link-item:hover{border-color:#8d8ff533;box-shadow:0 0 12px #6366f140}.pinned-link{border-color:#6366f133!important;border-left:3px solid var(--accent-color,#6366f1)!important;background:#6366f10a!important}.dark .pinned-link{background:#6366f114!important;border-color:#6366f14d!important}.drag-handle{opacity:0;cursor:grab;border-radius:4px;padding:4px;transition:all .2s}@media (max-width:768px){.drag-handle{display:none!important}}.link-item:hover .drag-handle{opacity:.5}.drag-handle:hover{background:#0000000d;opacity:1!important}.dark .drag-handle:hover{background:#ffffff1a}.link-item.dragging{cursor:grabbing!important;z-index:9999!important;opacity:1!important;background:#fff!important;box-shadow:0 15px 45px #0003!important}.dark .link-item.dragging{background:#1e293b!important;border-color:#fff3!important;box-shadow:0 15px 45px #00000080!important}.link-item.dragging *{pointer-events:none}.dark .link-item:hover{box-shadow:0 0 3px #8d8ff526}.link-icon{color:#64748b;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;display:flex}.dark .link-icon{color:#94a3b8;background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%)}.link-item:hover .link-icon{background:var(--accent-color,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%));color:#fff;transform:scale(1.05)}.link-favicon{object-fit:cover;border-radius:4px;width:24px;height:24px;display:block}.link-info{flex:1;min-width:0;overflow:hidden}.link-info h4{color:#2c3e50;word-break:break-word;overflow-wrap:break-word;margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.dark .link-info h4{color:#e8ecf1}.link-info p{color:#64748b;word-break:break-word;overflow-wrap:break-word;margin-bottom:.25rem;font-size:.9rem}.dark .link-info p{color:#94a3b8}.link-info a{word-break:break-all;overflow-wrap:anywhere;white-space:normal;max-width:100%;font-size:.85rem;line-height:1.4;display:inline-block}.link-info p:first-child{color:#2c3e50;margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.dark .link-info p:first-child{color:#e8ecf1}.link-info p:last-child{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.dark .link-info p:last-child{color:#94a3b8}.copy-button{color:#64748b;opacity:0;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0;transition:all .3s;display:flex}.copy-button svg,.copy-button .lucide{flex-shrink:0;width:1rem;height:1rem}.dark .copy-button{color:#94a3b8}.link-item:hover .copy-button{opacity:1}.link-item-actions .copy-button{transition:all .2s}.copy-button:hover{color:#fff;background:#6366f126;transform:scale(1.05)}.dark .copy-button:hover{background:#ffffff1a}.sidebar{flex-shrink:0;width:100%}@media (min-width:768px){.sidebar{width:20rem}}@media (min-width:1024px){.sidebar{width:22rem}}.collaborators-widget,.actions-widget{background:#fff;border:1px solid #0000000f;border-radius:10px;padding:1.5rem;box-shadow:0 1px 4px #00000008}.dark .collaborators-widget,.dark .actions-widget{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}.collaborators-widget h3,.actions-widget h3{color:#2c3e50;font-size:1.25rem;font-weight:700}.dark .collaborators-widget h3,.dark .actions-widget h3{color:#e8ecf1}.collaborators-list{align-items:center;gap:-.75rem;margin-bottom:1.5rem;display:flex}.sharingcollabtitle{margin-top:20px}.collaborators-list .avatar{color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-left:-.75rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.collaborators-list .avatar:first-child{margin-left:0}.dark .collaborators-list .avatar{border-color:#1a1f2ef2}.collaborators-list .avatar:hover{z-index:10;transform:translateY(-4px)scale(1.05)}.collaborators-list .avatar:first-child{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.collaborators-list .avatar:nth-child(2){background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.collaborators-list .avatar:nth-child(3){background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}.add-collaborator{color:#6366f1;cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-left:-.75rem;transition:all .3s;display:flex}.dark .add-collaborator{color:#a5b4fc;background:linear-gradient(135deg,#ffffff14 0%,#ffffff0a 100%);border-color:#1a1f2ef2}.add-collaborator:hover{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);transform:translateY(-4px)scale(1.05)}.manage-collaborators-button{background:var(--primary,#6366f1);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.625rem;width:100%;height:3rem;padding:0 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;color:#fff!important}.manage-collaborators-button:hover{opacity:.9;transform:translateY(-1px)}.actions-widget{margin-top:1.5rem}.actions-list{flex-direction:column;gap:.5rem;display:flex}.action-button{text-align:left;color:#2c3e50;background:0 0;border:1.5px solid #c8c8c81a;border-radius:10px;align-items:center;gap:1rem;width:100%;padding:.875rem 1rem;font-weight:500;transition:all .3s;display:flex}.dark .action-button{color:#e8ecf1}.action-button:hover{background:#ffffff1a;border-color:#ffffff4d}.action-button.delete-button{color:#ef4444;background:#ef44441a;border:1.5px solid #dd000080}.action-button.delete-button:hover{background:#ef44443b;color:#ef4444!important}.error-message{color:#b91c1c;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #fca5a5;border-radius:16px;margin-top:2rem;padding:1.25rem 1.5rem;font-weight:500;box-shadow:0 2px 8px #ef44441a}.dark .error-message{color:#fca5a5;background:linear-gradient(135deg,#ef444426 0%,#ef44441a 100%);border-color:#ef44444d}.landing-page{flex-direction:column;min-height:100vh;display:flex}.landing-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000000f;padding:1rem}.dark .landing-header{background:#1a1f2ef2;border-bottom-color:#ffffff0f}.hero-section{text-align:center;flex:1;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.hero-content{max-width:900px;margin:0 auto}.hero-content h1{letter-spacing:-.03em;background:linear-gradient(135deg,#2c3e50 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:900}.dark .hero-content h1{background:linear-gradient(135deg,#e8ecf1 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (min-width:768px){.hero-content h1{font-size:4.5rem}}.hero-content p{color:#64748b;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.dark .hero-content p{color:#94a3b8}.hero-buttons{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}@media (max-width:1024px){.hero-buttons{justify-content:center}}.btn-primary{box-shadow:0 4px 12px rgba(var(--primary-rgb,99,102,241),.2);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;color:#fff!important;background:var(--primary,#6366f1)!important}.btn-primary:hover{box-shadow:0 6px 18px rgba(var(--primary-rgb,99,102,241),.3);opacity:.95}.btn-secondary{color:var(--primary,#6366f1);background:rgba(var(--primary-rgb,99,102,241),.1);border-radius:10px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:rgba(var(--primary-rgb,99,102,241),.2)}.landing-footer{text-align:center;color:#64748b;border-top:1px solid #0000000f;padding:2rem 1.5rem;font-size:.9rem}.dark .landing-footer{color:#94a3b8;border-top-color:#ffffff0f}.auth-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-container{transform-origin:50%;background:#fff;border:1px solid #0000000a;border-radius:10px;width:100%;max-width:480px;padding:3rem;transform:scale(.9);box-shadow:0 4px 24px #0000000f}.dark .auth-container{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 4px 24px #0000004d}.auth-header{text-align:center;margin-bottom:.5rem}.auth-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.auth-logo img{filter:brightness(0);transition:filter .3s}.dark .auth-logo img{filter:brightness(0)invert()}.auth-logo svg{width:3rem;height:3rem;color:var(--primary,#6366f1)}.auth-logo h1{background:var(--primary,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.auth-header h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.dark .auth-header h2{color:#e8ecf1}.auth-header p{color:#64748b;font-size:.95rem}.dark .auth-header p{color:#94a3b8}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.auth-divider{text-align:center;color:#94a3b8;align-items:center;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #94a3b833;flex:1}.auth-divider:not(:empty):before{margin-right:.75em}.auth-divider:not(:empty):after{margin-left:.75em}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#2c3e50;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.dark .form-label{color:#e8ecf1}.char-counter{color:#94a3b8;margin-left:auto;font-size:.75rem;font-weight:400}.dark .char-counter{color:#64748b}.form-input{color:#2c3e50;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.875rem 1rem;font-size:1rem;line-height:normal;transition:all .3s}.dark .form-input{color:#e8ecf1;background:#ffffff0d;border-color:#ffffff1a}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(var(--primary-rgb,99,102,241),.1);background:#fff;outline:none}.dark .form-input:focus{background:#ffffff14}.form-input::placeholder{color:#94a3b8}.checkbox-group{flex-direction:row;align-items:flex-start;gap:10px;margin:5px 0 .5rem;transition:opacity .2s;display:flex}.checkbox-group input[type=checkbox]{accent-color:var(--primary)}.checkbox-group label{color:#64748b;-webkit-user-select:none;user-select:none;font-weight:400}.dark .checkbox-group label{color:#94a3b8}.checkbox-group a{transition:all .2s}.checkbox-group a:hover{opacity:.8;text-decoration:underline}.checkbox-group.error{animation:.4s cubic-bezier(.36,.07,.19,.97) both shake}.checkbox-group.error label{color:var(--danger)!important}.checkbox-group.error input[type=checkbox]{box-shadow:0 0 0 2px var(--danger)!important;outline:none!important}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}}.legal-page-container{max-width:800px;margin:100px auto 0;padding:20px;position:relative}.legal-card{background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-color);border-radius:20px;padding:40px;line-height:1.8;box-shadow:0 4px 24px #0000000f}.dark .legal-card{box-shadow:0 4px 24px #0000004d}.legal-card h1{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.legal-card h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.legal-card p{color:var(--text-secondary);margin-bottom:1.25rem}.legal-card .last-updated{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.back-btn-legal{background:var(--bg-surface);border:1px solid var(--border-color);cursor:pointer;width:45px;height:45px;color:var(--text-secondary);z-index:10;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;top:30px;left:30px;box-shadow:0 2px 10px #0000000d}.back-btn-legal:hover{color:var(--primary);border-color:var(--primary);transform:translate(-4px);box-shadow:0 4px 15px #0000001a}.url-input-wrapper{width:100%;position:relative}.loading-bar-container{background:0 0;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;height:3px;position:absolute;bottom:0;left:0;overflow:hidden}.loading-bar{background:var(--primary);width:100%;height:100%;animation:1.5s ease-in-out infinite loading-bar-progress;transform:translate(-100%)}@keyframes loading-bar-progress{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.form-group-relative{flex-direction:column;gap:.75rem;display:flex;position:relative}.input-with-icon{position:relative}.input-magic-icon{color:var(--primary);pointer-events:none;animation:1.5s infinite sparkle;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-with-magic .form-input{padding-left:2.75rem}.input-with-clear .form-input{padding-right:2.75rem}.input-clear-btn{color:#64748b;cursor:pointer;background:#64748b1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.input-clear-btn:hover{color:#ef4444;background:#ef44441a}@keyframes sparkle{0%,to{opacity:.5;transform:translateY(-50%)scale(1)}50%{opacity:1;transform:translateY(-50%)scale(1.2)}}.auto-filled-hint{color:var(--primary);opacity:.8;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.7rem;font-weight:500;display:flex}.form-input.pr-10{padding-right:2.75rem}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 4px #ef44441a}.error-alert{color:#b91c1c;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #fca5a5;border-radius:12px;padding:1rem 1.25rem;font-size:.9rem;font-weight:500}.dark .error-alert{color:#fca5a5;background:linear-gradient(135deg,#ef444426 0%,#ef44441a 100%);border-color:#ef44444d}.success-alert{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #6ee7b7;border-radius:12px;padding:1rem 1.25rem;font-size:.9rem;font-weight:500}.dark .success-alert{color:#6ee7b7;background:linear-gradient(135deg,#10b98126 0%,#10b9811a 100%);border-color:#10b9814d}.submit-button{color:#fff;background:var(--primary,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%));border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #00000026}.submit-button:hover:not(:disabled){opacity:.9;box-shadow:0 6px 20px #6366f166}.submit-button:active:not(:disabled){transform:scale(.98)}.auth-footer{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.95rem}.dark .auth-footer{color:#94a3b8}.auth-footer a{color:var(--primary,#6366f1);font-weight:600;transition:color .3s}.auth-footer a:hover{color:var(--primary,#8b5cf6);opacity:.8}.dashboard-page{flex-direction:column;min-height:100vh;display:flex}.dashboard-header{margin-bottom:2.5rem}.dashboard-header h1{letter-spacing:-.02em;background:linear-gradient(135deg,#2c3e50 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.dark .dashboard-header h1{background:linear-gradient(135deg,#e8ecf1 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (min-width:768px){.dashboard-header h1{font-size:3rem}}.container-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.container-card{aspect-ratio:1;cursor:pointer;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.container-card-overlay{z-index:1;transition:all .3s;position:absolute;inset:0}.container-card:hover .container-card-overlay{opacity:.9}.dark .container-card{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0000004d}.container-card:hover{box-shadow:0 12px 24px -6px color-mix(in srgb,var(--container-color,#6366f1),transparent 70%)}.container-card-image{background-position:50%;background-size:cover;transition:transform .3s;position:absolute;inset:0}.container-card:hover .container-card-image{transform:scale(1.05)}.container-card-content{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0006 100%);flex-direction:column;gap:.375rem;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.container-card.light-color .container-card-content{background:linear-gradient(#0000 0%,#0000000d 100%)}.container-card-title{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-height:3.25rem;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.container-card-description{opacity:.85;color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:100%;margin:0;font-size:.75rem;line-height:1.2;overflow:hidden}.container-card-meta{opacity:.9;font-size:.9rem}.section-title{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.dark .section-title{color:#e8ecf1}.empty-state{text-align:center;background:#f9fafb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;padding:2rem;display:flex}.dark .empty-state{background:#ffffff08;border-color:#ffffff1a}.empty-state-icon{color:#94a3b8;opacity:.6;margin-bottom:1.5rem}.dark .empty-state-icon{color:#64748b}.empty-state-title{color:#2c3e50;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.dark .empty-state-title{color:#e8ecf1}.empty-state-description{color:#64748b;max-width:400px;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.dark .empty-state-description{color:#94a3b8}.empty-state-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.empty-state-button:hover,.dark .empty-state-button:hover{opacity:.9;transform:translateY(-1px)}.dark .empty-state-button{background:var(--primary)}.settings-page{flex-direction:column;min-height:100vh;display:flex}.settings-content{width:100%;max-width:800px;margin:0 auto}.settings-section{background:#fff;border:1px solid #0000000a;border-radius:10px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 12px #0000000a}.dark .settings-section{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}.settings-section h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.dark .settings-section h3{color:#e8ecf1}.settings-item{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}@media (max-width:768px){.settings-item-media{flex-direction:column;gap:15px;display:flex;border-bottom:none!important;align-items:stretch!important}.settings-item{flex-direction:column;gap:15px;padding:1.25rem 0;border-bottom:none!important;align-items:stretch!important}.settings-item button,.settings-item a.btn-secondary,.settings-item a.btn-primary,.data-management-button{justify-content:center!important;width:100%!important}.settings-item-non-mobile{display:none!important}}.dark .settings-item{border-bottom-color:#ffffff0f}.settings-item:last-child{border-bottom:none}.settings-item-info h4{color:#2c3e50;margin-bottom:.25rem;font-size:1rem;font-weight:600}.dark .settings-item-info h4{color:#e8ecf1}.settings-item-info p{color:#64748b;font-size:.9rem}.dark .settings-item-info p{color:#94a3b8}@media (max-width:768px){.settings-action-row{flex-direction:column;align-items:flex-start;gap:1.25rem}.settings-action-row button,.update-account-btn{width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@media (max-height:700px),(max-width:768px){.modal-overlay{align-items:center;padding:1rem}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content{border-top:4px solid var(--primary,#6366f1);background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:700px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.dark .modal-content{background:#1a1f2e;box-shadow:0 20px 60px #0009}.modal-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex}@media (max-width:768px){.modal-header{padding:0 0 1.5rem}}.dark .modal-header{border-bottom-color:#ffffff0f}.modal-header h2{color:#2c3e50;font-size:1.5rem;font-weight:700}.dark .modal-header h2{color:#e8ecf1}.container-select-item-selected{background-color:#10b9810d!important;border-color:#10b981!important}.dark .container-select-item-selected{background-color:#34d3990d!important;border-color:#34d399!important}.modal-close{color:#64748b;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.dark .modal-close{color:#94a3b8}.modal-close:hover{background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);transform:scale(1.05)}.modal-body{flex-direction:column;flex:1;gap:1.25rem;padding:2rem 2.5rem;display:flex;overflow-y:auto}.color-picker-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.color-option{cursor:pointer;border:4px solid #0000;border-radius:50%;width:40px;height:40px;padding:0;transition:all .2s}.color-option:hover{transform:scale(1.1)}.color-option.selected{border-color:#0003;box-shadow:0 0 0 2px #fff}.dark .color-option.selected{border-color:#fff6;box-shadow:0 0 0 2px #1a1f2e}.container-card.light-color .container-card-title,.container-card.light-color .container-card-description,.container-card.light-color .container-card-meta{color:#1a1f2e!important}.container-card.light-color .container-card-overlay{opacity:.9}@media (max-width:768px){.modal-body{gap:.75rem;padding:1rem 0}}.modal-footer{border-top:1px solid #0000000f;justify-content:center;gap:1rem;padding:1.5rem 2.5rem;display:flex}@media (max-width:768px){.modal-footer{flex-direction:column;gap:.75rem;padding:1.5rem 0}.modal-footer button{width:100%;margin-left:0!important;margin-right:0!important}}.dark .modal-footer{border-top-color:#ffffff0f}.btn-cancel{color:#64748b;background:#64748b14;border:1px solid #0000;border-radius:10px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-cancel:hover{background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);border-color:rgba(var(--primary-rgb,99,102,241),.2)}.btn-danger{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #ef444433;color:#fff!important;background:#ef4444!important}.btn-danger:hover{box-shadow:0 6px 18px #ef44444d;background:#dc2626!important}.dark .btn-danger{box-shadow:0 4px 12px #ef444426}.dark .btn-cancel{color:#94a3b8;background:#ffffff0d}.dark .btn-cancel:hover{background:rgba(var(--primary-rgb,99,102,241),.15);color:var(--primary,#6366f1)}.loading-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite spin}.loading-text{color:#64748b;margin-top:1rem;font-size:.95rem}.dark .loading-text{color:#94a3b8}.skeleton-box{background:linear-gradient(90deg,#e2e8f0cc 0%,#e2e8f066 50%,#e2e8f0cc 100%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-shimmer}.dark .skeleton-box{background:linear-gradient(90deg,#334155cc 0%,#47556999 50%,#334155cc 100%) 0 0/200% 100%}.skeleton-box--rounded{border-radius:10px}.skeleton-box--circle{border-radius:50%;width:60px;height:60px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-fullscreen{background:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.dark .skeleton-fullscreen{background:#0f172a}.skeleton-fullscreen__content{width:100%;max-width:1400px;margin:0 auto}.skeleton-fullscreen__logo{justify-content:center;align-items:center;margin-bottom:3rem;animation:1.5s ease-in-out infinite skeleton-fade;display:flex}@keyframes skeleton-fade{0%,to{opacity:.6}50%{opacity:1}}.skeleton-fullscreen__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1rem;display:grid}@media (max-width:768px){.skeleton-fullscreen{padding:1.5rem}.skeleton-fullscreen__grid{grid-template-columns:1fr;gap:1rem;padding:0}.skeleton-fullscreen__logo{margin-bottom:2rem}}.skeleton-fullscreen__card{background:#fff;border:1px solid #0000000a;border-radius:10px;padding:1.5rem;animation:.6s ease-out backwards skeleton-card-appear;box-shadow:0 2px 12px #0000000a}.dark .skeleton-fullscreen__card{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}@keyframes skeleton-card-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skeleton-fullscreen__card:first-child{animation-delay:.1s}.skeleton-fullscreen__card:nth-child(2){animation-delay:.2s}.skeleton-fullscreen__card:nth-child(3){animation-delay:.3s}.skeleton-fullscreen__card:nth-child(4){animation-delay:.4s}.skeleton-fullscreen__card:nth-child(5){animation-delay:.5s}.skeleton-fullscreen__card:nth-child(6){animation-delay:.6s}.container-skeleton{background:#fff;border:1px solid #0000000a;border-radius:10px;padding:1.5rem;box-shadow:0 2px 12px #0000000a}.dark .container-skeleton{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}.card-skeleton{background:#fff;border:1px solid #0000000a;border-radius:10px;padding:1.5rem;box-shadow:0 2px 12px #0000000a}.dark .card-skeleton{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}.card-skeleton__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.table-container{background:#fff;border:1px solid #0000000a;border-radius:10px;overflow-x:auto;box-shadow:0 2px 12px #0000000a}.dark .table-container{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 2px 12px #0003}table{border-collapse:collapse;width:100%}thead{background:#6366f10d}.dark thead{background:#6366f11a}th{text-align:left;color:#2c3e50;text-transform:uppercase;letter-spacing:.05em;padding:1rem 1.5rem;font-size:.9rem;font-weight:600}.dark th{color:#e8ecf1}td{color:#2c3e50;border-top:1px solid #0000000f;padding:1rem 1.5rem}.dark td{color:#e8ecf1;border-top-color:#ffffff0f}tr:hover{background:#6366f108}.dark tr:hover{background:#6366f10d}.badge{border-radius:8px;align-items:center;padding:.375rem .875rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.badge-primary{color:#6366f1;background:#6366f11a}.badge-success{color:#10b981;background:#10b9811a}.badge-warning{color:#f59e0b;background:#f59e0b1a}.badge-danger{color:#ef4444;background:#ef44441a}.tooltip{position:relative}.tooltip:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#2c3e50;border-radius:8px;padding:.5rem .875rem;font-size:.85rem;transition:all .3s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px)}.tooltip:hover:after{opacity:1;transform:translate(-50%)translateY(-4px)}.error-boundary{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-boundary-content{text-align:center;background:#fff;border-radius:10px;max-width:600px;padding:3rem;box-shadow:0 4px 24px #0000001a}.dark .error-boundary-content{background:#ffffff08;box-shadow:0 4px 24px #0000004d}.error-icon{margin-bottom:1.5rem;font-size:4rem}.error-boundary-content h1{color:#2c3e50;margin-bottom:1rem;font-size:2rem;font-weight:700}.dark .error-boundary-content h1{color:#e8ecf1}.error-boundary-content p{color:#64748b;margin-bottom:1.5rem}@media (max-width:768px){.desktop-only,.google-btn.desktop-only{display:none!important}}.google-btn{color:#333;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #00000026;background-color:#fff!important;border:1px solid #ddd!important;margin-top:1rem!important;display:flex!important}.google-btn:hover{background-color:#f5f5f5!important}.dark .google-btn{color:#fff!important;background-color:#1e293b!important;border-color:#475569!important}.dark .google-btn:hover{background-color:#222b38!important;border:1px solid #7a7a7a!important}.dark .error-boundary-content p{color:#94a3b8}.error-details{text-align:left;background:#ef44441a;border-radius:12px;margin-bottom:2rem;padding:1rem}.error-details p{color:#ef4444;margin:0;font-size:.9rem}.skeleton-text,.skeleton-avatar,.skeleton-image,.skeleton-header{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/1000px 100%;border-radius:8px;animation:2s infinite shimmer}.dark .skeleton-text,.dark .skeleton-avatar,.dark .skeleton-image,.dark .skeleton-header{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/1000px 100%}.skeleton-text{height:1rem;margin-bottom:.75rem}.skeleton-avatar{border-radius:50%;width:3rem;height:3rem}.skeleton-image{border-radius:10px;width:100%;height:200px}.container-skeleton{aspect-ratio:1;border-radius:10px;padding:1rem;overflow:hidden}.card-skeleton{background:#fff;border-radius:10px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.dark .card-skeleton{background:#ffffff08;box-shadow:0 2px 8px #0003}.skeleton-header{align-items:center;gap:1rem;height:3rem;margin-bottom:1rem;display:flex}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;max-width:420px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.3s cubic-bezier(.4,0,.2,1) toastSlideIn;display:flex;box-shadow:0 4px 6px #0000000d,0 10px 25px -5px #0000001a,0 0 0 1px #0000000d}@keyframes toastSlideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.toast-content{flex:1;align-items:center;gap:.75rem;display:flex}.toast-icon{flex-shrink:0}.toast-message{margin:0;font-size:.9375rem;font-weight:500;line-height:1.5}.toast-close{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.toast-close:hover{opacity:1;background:#0000001a}.toast-success{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981}.toast-success .toast-close:hover{background:#10b98126}.toast-error{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-error .toast-close:hover{background:#ef444426}.toast-warning{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-warning .toast-close:hover{background:#f59e0b26}.toast-info{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-info .toast-close:hover{background:#3b82f626}.dark .toast-success{color:#6ee7b7;background:linear-gradient(135deg,#10b98126 0%,#10b98140 100%)}.dark .toast-error{color:#fca5a5;background:linear-gradient(135deg,#ef444426 0%,#ef444440 100%)}.dark .toast-warning{color:#fcd34d;background:linear-gradient(135deg,#f59e0b26 0%,#f59e0b40 100%)}.dark .toast-info{color:#93c5fd;background:linear-gradient(135deg,#3b82f626 0%,#3b82f640 100%)}.dark .toast-close:hover{background:#ffffff1a}@media (max-width:640px){.toast-container{max-width:none;top:1rem;left:1rem;right:1rem}.toast{padding:.875rem 1rem}.toast-message{font-size:.875rem}}.permission-card{display:block;position:relative}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.permission-card-content{background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.dark .permission-card-content{background:#ffffff08;border-color:#374151}.permission-card:hover .permission-card-content{border-color:var(--primary,#6366f1);box-shadow:0 4px 12px rgba(var(--primary-rgb,99,102,241),.15);transform:translateY(-2px)}.permission-card input:checked+.permission-card-content{border-color:var(--primary,#6366f1)!important;background:linear-gradient(135deg,rgba(var(--primary-rgb,99,102,241),.05)0%,rgba(var(--primary-rgb,99,102,241),.02)100%)!important;box-shadow:0 4px 16px rgba(var(--primary-rgb,99,102,241),.2)!important}.permission-card input:checked+.permission-card-content .permission-icon-wrapper{background:rgba(var(--primary-rgb,99,102,241),.1)!important}.permission-card input:checked+.permission-card-content .permission-icon{color:var(--primary,#6366f1)!important}.dark .permission-card input:checked+.permission-card-content{background:linear-gradient(135deg,rgba(var(--primary-rgb,99,102,241),.15)0%,rgba(var(--primary-rgb,99,102,241),.08)100%)!important}.dark .permission-card input:checked+.permission-card-content .permission-icon-wrapper{background:rgba(var(--primary-rgb,99,102,241),.2)!important}.permission-card-selected{border-color:var(--primary,#6366f1)!important;background:linear-gradient(135deg,rgba(var(--primary-rgb,99,102,241),.05)0%,rgba(var(--primary-rgb,99,102,241),.02)100%)!important;box-shadow:0 4px 16px rgba(var(--primary-rgb,99,102,241),.2)!important}.dark .permission-card-selected{background:linear-gradient(135deg,rgba(var(--primary-rgb,99,102,241),.15)0%,rgba(var(--primary-rgb,99,102,241),.08)100%)!important}.permission-icon-wrapper{color:#64748b;background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.dark .permission-icon-wrapper{color:#94a3b8;background:#ffffff0d}.permission-card-selected .permission-icon-wrapper{background:rgba(var(--primary-rgb,99,102,241),.1)!important;color:var(--primary,#6366f1)!important}.dark .permission-card-selected .permission-icon-wrapper{background:rgba(var(--primary-rgb,99,102,241),.2)!important}.permission-icon{width:20px;height:20px;color:inherit}.permission-title{color:#111827;margin:0 0 .25rem;font-size:.9375rem;font-weight:600}.dark .permission-title{color:#f9fafb}.permission-description{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.4}.dark .permission-description{color:#9ca3af}.permission-radio{flex-shrink:0;margin-left:auto}.permission-radio-outer{background:#fff;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.dark .permission-radio-outer{background:#1f2937;border-color:#4b5563}.permission-card input:checked~.permission-card-content .permission-radio-outer,.permission-card-selected .permission-radio-outer{background:#6366f1;border-color:#6366f1}.permission-radio-inner{background:#fff;border-radius:50%;width:8px;height:8px;transition:transform .2s;transform:scale(0)}.permission-card input:checked~.permission-card-content .permission-radio-inner,.permission-card-selected .permission-radio-inner{transform:scale(1)}.invitation-badge{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:10px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #f59e0b4d}.invitation-item{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.dark .invitation-item{background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border-color:#374151}.invitation-item:hover{border-color:var(--primary,#6366f1);box-shadow:0 4px 12px #00000014}.dark .invitation-item:hover{box-shadow:0 4px 12px #0000004d}.invitation-avatar{background:var(--primary,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%));color:#fff;width:40px;height:40px;box-shadow:0 2px 8px rgba(var(--primary-rgb,99,102,241),.3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.invitation-email{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:600;overflow:hidden}.dark .invitation-email{color:#f9fafb}.permission-badge{border-radius:6px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex}.permission-badge-view{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.dark .permission-badge-view{color:#93c5fd;background:linear-gradient(135deg,#3b82f633 0%,#3b82f626 100%)}.permission-badge-comment{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.dark .permission-badge-comment{color:#6ee7b7;background:linear-gradient(135deg,#10b98133 0%,#10b98126 100%)}.permission-badge-edit{color:#6b21a8;background:linear-gradient(135deg,#e9d5ff 0%,#d8b4fe 100%)}.dark .permission-badge-edit{color:#c084fc;background:linear-gradient(135deg,#a855f733 0%,#a855f726 100%)}.invitation-item .link-item-content{flex:1}.invitation-item .link-item-actions{flex-shrink:0}.invitation-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.invitation-btn:disabled{opacity:.5;cursor:not-allowed}.invitation-btn svg{flex-shrink:0;width:1rem;height:1rem}.invitation-btn-accept{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px #10b9814d}.invitation-btn-accept:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.invitation-btn-accept:active:not(:disabled){transform:translateY(0)}.invitation-btn-decline{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 2px 8px #ef44444d}.invitation-btn-decline:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.invitation-btn-decline:active:not(:disabled){transform:translateY(0)}.invitation-cancel-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.dark .invitation-cancel-btn{color:#9ca3af;border-color:#374151}.invitation-cancel-btn:hover{color:#dc2626;background:#fee2e2;border-color:#ef4444;transform:rotate(90deg)}.dark .invitation-cancel-btn:hover{color:#fca5a5;background:#ef444433;border-color:#ef4444}.collaborators-modal{border-radius:12px;width:95%;max-width:600px}.collaborators-modal-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex}.dark .collaborators-modal-header{border-bottom-color:#ffffff0f}.collaborators-modal-header h2{color:#2c3e50;margin:0;font-size:1.5rem;font-weight:700}.dark .collaborators-modal-header h2{color:#e8ecf1}.collaborators-modal-close{color:#64748b;cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.dark .collaborators-modal-close{color:#94a3b8}.collaborators-modal-close:hover{background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);transform:scale(1.05)}.collaborators-modal-body{flex:1;padding:2rem 2.5rem;overflow-y:auto}.collaborators-list-modern{flex-direction:column;gap:.75rem;display:flex}.collaborator-card{background:#00000005;border:1px solid #0000000f;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.dark .collaborator-card{background:#ffffff08;border-color:#ffffff14}.collaborator-card:hover{background:#0000000a;border-color:#0000001a}.dark .collaborator-card:hover{background:#ffffff0d;border-color:#ffffff1f}.collaborator-card-main{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.collaborator-avatar-modern{color:#fff;background:#64748b;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9375rem;font-weight:600;display:flex}.dark .collaborator-avatar-modern{color:#fff;background:#475569}.collaborator-info{flex:1;min-width:0}.collaborator-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.collaborator-name-modern{color:#1e293b;margin:0;font-size:.9375rem;font-weight:500}.dark .collaborator-name-modern{color:#f1f5f9}.collaborator-email-modern{color:#64748b;margin:0;font-size:.8125rem}.dark .collaborator-email-modern{color:#94a3b8}.collaborator-badges{flex-wrap:wrap;gap:.375rem;display:flex}.badge-modern{text-transform:uppercase;letter-spacing:.02em;border-radius:6px;align-items:center;padding:.125rem .5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.badge-owner{color:#475569;background:#0000000f}.dark .badge-owner{color:#cbd5e1;background:#ffffff1a}.badge-you{color:#475569;background:#0000000f}.dark .badge-you{color:#cbd5e1;background:#ffffff1a}.badge-pending{color:#475569;background:#0000000f}.dark .badge-pending{color:#cbd5e1;background:#ffffff1a}.collaborator-card-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.permission-display{color:#64748b;background:#0000000a;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:flex}.dark .permission-display{color:#94a3b8;background:#ffffff0f}.permission-display svg{color:#94a3b8}.dark .permission-display svg{color:#cbd5e1}.permission-select-modern{color:#1e293b;cursor:pointer;background:#00000005;border:1px solid #0000001a;border-radius:8px;outline:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s}.dark .permission-select-modern{color:#f1f5f9;background:#ffffff0a;border-color:#ffffff1a}.permission-select-modern:hover{background:#0000000a;border-color:#00000026}.dark .permission-select-modern:hover{background:#ffffff0f;border-color:#ffffff26}.permission-select-modern:focus{background:#0000000a;border-color:#0003}.dark .permission-select-modern:focus{background:#ffffff14;border-color:#fff3}.remove-btn-modern{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.dark .remove-btn-modern{color:#64748b}.remove-btn-modern:hover{color:#ef4444;background:#ef44441a;border-color:#ef444433}.dark .remove-btn-modern:hover{color:#f87171;background:#ef444426;border-color:#ef444440}.collaborators-modal-footer{border-top:1px solid #0000000f;justify-content:center;gap:1rem;padding:1.5rem 2.5rem;display:flex}.dark .collaborators-modal-footer{border-top-color:#ffffff0f}.close-btn-modern{color:#64748b;background:#64748b14;border:1px solid #0000;border-radius:10px;width:100%;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.close-btn-modern:hover{background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);border-color:rgba(var(--primary-rgb,99,102,241),.2)}@media (max-width:768px){.collaborators-modal{width:95%;max-width:95%}.collaborators-modal-header{padding:0 0 1.5rem}.collaborators-modal-header h2{font-size:1.25rem}.collaborators-modal-body{padding:1rem 0}.collaborator-card{flex-direction:column;align-items:flex-start;gap:.875rem;padding:.875rem}.collaborator-card-main{gap:.75rem;width:100%}.collaborator-avatar-modern{width:36px;height:36px;font-size:.875rem}.collaborator-name-modern{font-size:.875rem}.collaborator-email-modern{font-size:.75rem}.badge-modern{padding:.125rem .375rem;font-size:.625rem}.collaborator-card-actions{justify-content:space-between;width:100%}.permission-select-modern,.permission-display{flex:1;padding:.375rem .625rem;font-size:.75rem}.collaborators-modal-footer{flex-direction:column;gap:.75rem;padding:1.5rem 0}.close-btn-modern{width:100%;padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:480px){.collaborators-modal{width:100%;max-width:100%;max-height:100vh}.collaborators-modal-header{padding:0 0 1rem}.collaborators-modal-header h2{font-size:1.125rem}.collaborators-modal-close{width:2rem;height:2rem}.collaborators-list-modern{gap:.625rem}.collaborator-card{gap:.75rem;padding:.75rem}.collaborator-avatar-modern{width:32px;height:32px;font-size:.8125rem}.collaborator-name-modern{font-size:.8125rem}.collaborator-email-modern{font-size:.6875rem}.badge-modern{padding:.1rem .35rem;font-size:.5625rem}.permission-select-modern,.permission-display{padding:.3125rem .5rem;font-size:.6875rem}.permission-display svg{width:.875rem;height:.875rem}.remove-btn-modern{width:28px;height:28px}.remove-btn-modern svg{width:.875rem;height:.875rem}.collaborators-modal-footer{padding:1rem 0}.close-btn-modern{padding:.5625rem 1rem;font-size:.8125rem}}.collaborator-item{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-top:5px;margin-bottom:5px;padding:1rem;transition:all .2s;display:flex}.dark .collaborator-item{background:linear-gradient(135deg,#ffffff0f 0%,#ffffff08 100%);border-color:#374151}.collaborator-item:hover{border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dark .collaborator-item:hover{box-shadow:0 4px 12px #0000004d}.collaborator-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:600;display:flex;box-shadow:0 2px 10px #8b5cf64d}.collaborator-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:600;overflow:hidden}.dark .collaborator-name{color:#f9fafb}.collaborator-email{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:.25rem 0 0;font-size:.8125rem;overflow:hidden}.dark .collaborator-email{color:#9ca3af}.status-badge{text-transform:uppercase;letter-spacing:.025em;border-radius:6px;align-items:center;padding:.1875rem .5rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.status-badge-owner{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.dark .status-badge-owner{color:#fbbf24;background:linear-gradient(135deg,#f59e0b40 0%,#f59e0b26 100%)}.status-badge-you{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.dark .status-badge-you{color:#6ee7b7;background:linear-gradient(135deg,#10b98140 0%,#10b98126 100%)}.status-badge-pending{color:#7c2d12;background:linear-gradient(135deg,#fed7aa 0%,#fdba74 100%)}.dark .status-badge-pending{color:#fdba74;background:linear-gradient(135deg,#fb923c40 0%,#fb923c26 100%)}.permission-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;transition:all .2s}.dark .permission-select{color:#f9fafb;background:#1f2937;border-color:#4b5563}.permission-select:hover{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.permission-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.collaborator-remove-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.dark .collaborator-remove-btn{color:#9ca3af;border-color:#374151}.collaborator-remove-btn:hover{color:#dc2626;background:#fee2e2;border-color:#ef4444;transform:scale(1.05)}.dark .collaborator-remove-btn:hover{color:#fca5a5;background:#ef444433;border-color:#ef4444}@media (max-width:1024px) and (min-width:768px){.invitation-item{flex-direction:column}.invitation-item .link-item-content{width:100%}.invitation-item .link-item-actions{border-top:1px solid #0000000f;width:100%;padding-top:1rem}.dark .invitation-item .link-item-actions{border-top-color:#ffffff0f}.invitation-btn{flex:1}}@media (max-width:767px){.header-content{height:4rem}.drag-handle-new{display:none!important}.container-header{border-radius:10px;margin:0 auto 1.5rem;padding:1.25rem}.container-header h2{font-size:1.5rem}.container-header p{font-size:.8125rem}.link-item{flex-direction:column;gap:1rem;padding:1.5rem 1.25rem}.link-item-content{gap:1rem;width:100%}.link-icon{width:3rem;height:3rem}.link-info{flex:1}.link-info h4{margin-bottom:.375rem;font-size:1rem}.link-info p{margin-bottom:.375rem;font-size:.85rem}.link-info a{font-size:.75rem;line-height:1.4}.copy-button{background:#6366f114;width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;padding:0;font-size:1rem;opacity:1!important}.copy-button svg,.copy-button .lucide{flex-shrink:0;width:1.125rem;height:1.125rem}.dark .copy-button{background:#6366f11f}.copy-button:active{background:#6366f133;transform:scale(.95)}.dark .copy-button:active{background:#6366f140}.link-item-actions{border-top:1px solid #0000000f;justify-content:flex-end;gap:.625rem;width:100%;padding-top:1rem}.dark .link-item-actions{border-top-color:#ffffff0f}.invitation-actions{justify-content:stretch;gap:.75rem}.invitation-btn{flex:1;padding:.875rem 1rem;font-size:.875rem}.invitation-btn svg{width:1.125rem;height:1.125rem}.invitation-btn span{display:inline}.collaborators-widget,.actions-widget{padding:1.5rem}.auth-container,.modal-content{padding:2rem}.container-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.error-boundary-content{padding:2rem}}.tags-input-wrapper{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag-badge{background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);border-radius:9999px;align-items:center;gap:.375rem;padding:.35rem .875rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.remove-tag{color:currentColor;opacity:.7;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.125rem;padding:.1rem;transition:all .2s;display:flex}.remove-tag:hover{opacity:1;transform:scale(1.1)}.dark .remove-tag{color:#fff;opacity:.8}.dark .remove-tag:hover{opacity:1}.tag-input-field-wrapper{align-items:center;width:100%;display:flex;position:relative}.tag-input-icon{color:#94a3b8;pointer-events:none;z-index:2;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.tag-input-padding{padding-left:2.75rem!important;padding-right:2.75rem!important}.tag-add-btn{color:var(--primary,#6366f1);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.tag-add-btn:hover{background:rgba(var(--primary-rgb,99,102,241),.1)}.tag-add-btn svg{width:1.125rem;height:1.125rem}.link-tags-display{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.link-tag-chip{color:#94a3b8;background:#f1f5f9;border-radius:4px;padding:.125rem .5rem;font-size:.7rem;font-weight:500}.dark .link-tag-chip{color:#64748b;background:#1e293b}.tags-explorer-layout{grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem;display:grid}.tags-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:fit-content;overflow:hidden}.dark .tags-sidebar{background:#1e293b;border-color:#334155}.sidebar-header{color:var(--primary,#6366f1);border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.dark .sidebar-header{border-bottom-color:#334155}.sidebar-tags-list{max-height:600px;overflow-y:auto}.sidebar-tag-item{text-align:left;background:0 0;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:all .2s;display:flex;position:relative}.sidebar-tag-item:hover{background:#f8fafc}.dark .sidebar-tag-item:hover{background:#ffffff08}.sidebar-tag-item.active{background:rgba(var(--primary-rgb,99,102,241),.05);color:var(--primary,#6366f1)}.sidebar-tag-item .tag-name{flex:1;font-weight:500}.dark .sidebar-tag-item .tag-name{color:#fff}.sidebar-tag-item .tag-count{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem}.dark .sidebar-tag-item .tag-count{color:#94a3b8;background:#334155}.sidebar-tag-item .chevron{opacity:.4;color:#94a3b8;transition:all .2s}.dark .sidebar-tag-item .chevron{color:#64748b}.sidebar-tag-item:hover .chevron,.sidebar-tag-item.active .chevron{opacity:1;color:var(--primary,#6366f1)}.tags-content{min-height:400px}.content-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.tags-links-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.tag-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-width:0;padding:1.25rem;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 4px #00000005}.dark .tag-link-card{box-shadow:none;background:#1e293b;border-color:#334155}.tag-link-card:hover{border-color:var(--primary,#6366f1);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.container-indicator{text-transform:uppercase;letter-spacing:.025em;color:#fff;border-radius:4px;margin-bottom:.75rem;padding:.125rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.tag-link-url{color:var(--primary,#6366f1);align-items:center;gap:.5rem;width:100%;min-width:0;margin-bottom:1rem;font-size:.75rem;text-decoration:none;display:flex}.tag-link-url span{min-width:0}.card-bottom{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.dark .card-bottom{border-top-color:#ffffff0d}.view-container-link{color:#64748b;font-size:.75rem;font-weight:500;transition:color .2s}.view-container-link:hover{color:var(--primary,#6366f1)}.empty-selection-state{text-align:center;background:#ffffff80;border:2px dashed #e2e8f0;border-radius:20px;padding:5rem 2rem}.dark .empty-selection-state{background:#ffffff05;border-color:#334155}@media (max-width:991px){.tags-explorer-layout{grid-template-columns:1fr}}.theme-toggle,.settings-link{color:#64748b;background:#6366f10d;border:1px solid #6366f11a;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.dark .theme-toggle,.dark .settings-link{color:#cbd5e1;background:#6366f114;border-color:#6366f126}.theme-toggle:hover,.settings-link:hover{color:#6366f1;background:#6366f11f;border-color:#6366f140;box-shadow:0 4px 12px #6366f126}.dark .theme-toggle:hover,.dark .settings-link:hover{color:#818cf8;background:#6366f126;border-color:#6366f14d;box-shadow:0 4px 12px #6366f140}.theme-toggle:active,.settings-link:active{transform:translateY(0);box-shadow:0 2px 6px #6366f11a}.theme-toggle svg,.settings-link svg{width:1.25rem;height:1.25rem;transition:transform .3s}.user-avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:2px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #6366f133}.premium-stats-modal{background:#fff;border:1px solid #0000000d;border-radius:24px;width:95%;max-width:580px;margin:1rem;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (max-width:480px){.premium-stats-modal{border-radius:20px;margin:.5rem}.premium-stats-header{padding:1.25rem 1.5rem!important}.stats-cards-row{grid-template-columns:1fr!important;gap:.75rem!important;padding:1rem 1.5rem!important}.premium-chart-area{padding:0 1.5rem!important}}.dark .premium-stats-modal{background:#0f172a;border-color:#ffffff14;box-shadow:0 25px 50px -12px #0009}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.premium-stats-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.75rem 2rem;display:flex}.dark .premium-stats-header{border-bottom-color:#ffffff0d}.header-info{align-items:center;gap:1.25rem;display:flex}.header-icon-box{border-radius:16px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .3s;display:flex}.header-favicon-img{object-fit:contain;border-radius:4px;width:1.75rem;height:1.75rem}.header-titles h2{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.dark .header-titles h2{color:#f1f5f9}.header-titles span{color:#64748b;font-size:.85rem;font-weight:500}.header-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.dark .header-close-btn{color:#94a3b8;background:#ffffff0d}.header-close-btn:hover{color:#ef4444;background:#fee2e2;transform:rotate(90deg)}.stats-cards-row{grid-template-columns:1fr 1fr;gap:1.25rem;padding:2rem;display:grid}.premium-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.dark .premium-stat-card{background:#ffffff05;border-color:#ffffff0d}.premium-stat-card:hover{border-color:var(--primary);box-shadow:0 10px 20px -5px #0000000d}.stat-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.stat-icon-green{color:#10b981;background:#10b9811a}.stat-icon-blue{color:#3b82f6;background:#3b82f61a}.stat-card-data{flex-direction:column;display:flex}.stat-card-label{color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.stat-card-number{color:#1e293b;font-size:1.75rem;font-weight:800;line-height:1}.dark .stat-card-number{color:#f1f5f9}.premium-chart-area{margin-bottom:2rem;padding:0 2rem}.chart-section-title{color:#475569;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:700;display:flex}.dark .chart-section-title{color:#94a3b8}.chart-wrapper-inner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;width:100%;height:240px;padding:1.25rem 1.25rem .5rem 1rem}.dark .chart-wrapper-inner{background:#0003;border-color:#ffffff0d}.premium-modal-footer{background:#f8fafc;border-top:1px solid #0000000d;justify-content:flex-end;padding:1.5rem 2rem;display:flex}.dark .premium-modal-footer{background:#0003;border-top-color:#ffffff0d}.premium-btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s}.dark .premium-btn-secondary{color:#cbd5e1;background:#1e293b;border-color:#ffffff1a}.premium-btn-secondary:hover{color:#1e293b;background:#f1f5f9;border-color:#cbd5e1}.dark .premium-btn-secondary:hover{color:#f1f5f9;background:#334155;border-color:#fff3}.bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#ffffffe6;border-top:1px solid #0000000d;justify-content:space-around;align-items:center;height:70px;padding:0 10px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.dark .bottom-nav{background:#1a1f2ee6;border-top-color:#ffffff0d;box-shadow:0 -2px 10px #0000004d}.bottom-nav-item{color:#64748b;flex-direction:column;align-items:center;gap:4px;width:20%;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.bottom-nav-item.active{color:#6366f1}.bottom-nav-item:active{transform:translateY(1px)}.center-item{z-index:1000;position:relative}.center-item-inner{background:var(--primary,#6366f1);color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-top:-30px;display:flex;box-shadow:0 4px 12px #6366f14d}.dark .center-item-inner{border-color:#1a1f2e}@media (max-width:767px){.bottom-nav{display:flex}body{padding-bottom:70px}}@media (min-width:768px){.bottom-nav{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}.about-page{color:#1e293b;background:#fff;min-height:100vh}.dark .about-page{color:#fff;background:linear-gradient(to bottom right,#0f172a,#1e293b,#0f172a)}.about-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background:#ebebeb;border-bottom:1px solid #475569;position:sticky;top:0}.about-navbar-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex}.about-logo{align-items:center;text-decoration:none;display:flex}.about-logo-img{width:auto;height:40px}.about-nav-back{color:#292929;cursor:pointer;text-decoration:none;transition:color .3s}.about-nav-back:hover{color:#0082be}.about-hero{max-width:1280px;margin:0 auto;padding:5rem 1.5rem}.about-hero-container{text-align:center;margin-bottom:4rem}.about-hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}@media (max-width:768px){.about-hero-title{font-size:2.5rem}}.about-hero-highlight{background:linear-gradient(90deg,#60a5fa,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero-subtitle{color:#4b5563;max-width:42rem;margin:0 auto 2rem;font-size:1.25rem}.about-features{max-width:1280px;margin:0 auto;padding:4rem 1.5rem}.about-section-title{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700}.about-features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.about-feature-card{background:#fff;border:1px solid #00000014;border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000008}.dark .about-feature-card{background:#1e293b!important;border:1px solid #ffffff1a!important;box-shadow:0 10px 25px #0003!important}.about-feature-card:hover{border-color:#3b82f6}.about-feature-icon{border-radius:10px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;display:flex}.about-icon-blue{background:#3b82f633}.about-icon-green{background:#22c55e33}.about-icon-purple{background:#a855f733}.about-icon-pink{background:#ec489933}.about-icon-yellow{background:#eab30833}.about-icon-cyan{background:#06b6d433}.about-icon-svg{width:1.75rem;height:1.75rem}.about-feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.about-feature-text{color:#4b5563}.dark .about-feature-text{color:#94a3b8}.about-usecases{background:0 0;border-radius:10px;max-width:1280px;margin:4rem auto 0;padding:4rem 1.5rem}.about-usecases-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.about-usecase-card{border-left:4px solid;padding-left:1.5rem}.about-usecase-blue{border-left-color:#60a5fa}.about-usecase-green{border-left-color:#22c55e}.about-usecase-purple{border-left-color:#a855f7}.about-usecase-pink{border-left-color:#ec4899}.about-usecase-title{margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.about-usecase-text{color:#4b5563}.dark .about-usecase-text{color:#cbd5e1}.about-techstack{justify-content:center;max-width:1280px;margin:4rem auto;padding:4rem 1.5rem;display:flex}.about-techstack-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.about-tech-badge{text-align:center;background:#1e293b80;border:1.5px solid #475569;border-radius:10px;padding:1rem;transition:all .3s}.about-tech-badge:hover{border-color:#3b82f6}.about-tech-name{color:#e2e8f0;font-weight:600}.about-cta{text-align:center;max-width:1280px;margin:0 auto;padding:1rem}.about-cta-container{flex-direction:column;align-items:center;display:flex}.about-cta-title{margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.about-cta-subtitle{color:#cbd5e1;max-width:42rem;margin-bottom:2rem;font-size:1.125rem}.about-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.about-btn-primary{color:#fff;background:#13a4ec;border:1px solid #13a4ec}.about-btn-primary:hover,.btn-primary:hover{color:#13a4ec!important;box-shadow:none!important;background:0 0!important;border-color:#13a4ec!important;transform:none!important}.about-btn-secondary{color:#fff;border:1px solid #64748b}.about-btn-secondary:hover{border-color:#cbd5e1}.about-btn-icon{width:1.25rem;height:1.25rem}.about-footer{border-top:1px solid #475569;margin-top:4rem;padding:2rem}.about-footer-container{text-align:center;color:#64748b;max-width:1280px;margin:0 auto}.about-footer-text{margin-bottom:.5rem}.about-footer-subtext{font-size:.875rem}.about-footer-heart{color:#f87171}@media (max-width:768px){.about-hero{padding:3rem 1rem}.about-features{padding:2rem 1rem}.about-features-grid{gap:1.5rem}.about-cta-buttons{flex-direction:column;width:100%}.about-btn{justify-content:center;width:100%}}.landing-page,.landing-page *{box-sizing:border-box;max-width:100%}html,body,#root{overflow-x:hidden!important}.container{padding-left:1rem!important;padding-right:1rem!important}.about-features .about-feature-card,.about-tech-badge,.about-usecase-card{color:#111827;background:#fff;transition:all .3s;box-shadow:0 4px 12px #0000000d}.dark .about-features .about-feature-card,.dark .about-tech-badge,.dark .about-usecase-card{box-shadow:0 10px 30px #0000004d;color:#f9fafb!important;background:#1e293b!important;border:1px solid #ffffff1a!important}.about-tech-name,.about-feature-title,.about-usecase-title,.about-feature-text,.about-usecase-text{color:#0f172a}.dark .about-tech-name,.dark .about-feature-title,.dark .about-usecase-title{color:#f9fafb!important}.dark .about-feature-text,.dark .about-usecase-text{color:#d1d5db!important}.about-hero-title,.about-hero-subtitle,.hero-content p,.hero-content h1{color:#0f172a}.dark .about-hero-title,.dark .about-hero-subtitle,.dark .hero-content p,.dark .hero-content h1{color:#f9fafb!important}.dark .about-hero-subtitle{color:#9ca3af!important}.about-btn-primary,.btn-primary{color:#fff;background:#13a4ec;border:1px solid #13a4ec}.about-btn-secondary,.btn-secondary{color:#0f172a;background:0 0;border:1px solid #0f172a14}.dark .about-btn-secondary,.dark .btn-secondary{border-color:#fff3;color:#f9fafb!important}.dark .about-btn-secondary:hover,.dark .btn-secondary:hover{background-color:#ffffff0d;border-color:#fff}.landing-auth-btn{text-align:center;justify-content:center;min-width:100px}@media (max-width:480px){.about-hero-container,.about-features-container,.about-usecases-container,.about-techstack-container,.about-cta-container{padding-left:.5rem!important;padding-right:.5rem!important}.about-features-grid,.about-usecases-grid,.about-techstack-grid{grid-template-columns:1fr!important}.landing-header .container{padding-left:.75rem!important;padding-right:.75rem!important}.about-hero,.about-features,.about-usecases,.about-techstack,.about-cta{margin-left:0!important;margin-right:0!important;padding-left:.75rem!important;padding-right:.75rem!important}}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.hero-image-wrapper{border-radius:12px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-image-wrapper:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.hero-screenshot{border:4px solid #ffffff1a;border-radius:12px;width:100%;height:auto;display:block}.feature-section-alternating{max-width:1280px;margin:0 auto;padding:6rem 1.5rem}.feature-row{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.feature-row:nth-child(2n){flex-direction:row-reverse}.feature-text{flex:1}.feature-image-container{flex:1;position:relative}.feature-screenshot{border:1px solid #0000001a;border-radius:12px;width:100%;height:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark .feature-screenshot{border:1px solid #ffffff1a;box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #0000001a}.feature-section-title{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:700}.dark .feature-section-title{color:#f9fafb}.feature-section-desc{color:#64748b;font-size:1.125rem;line-height:1.6}.dark .feature-section-desc{color:#9ca3af}@media (max-width:1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem;padding-top:2rem}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.about-hero-title{margin-bottom:1.5rem;font-size:3rem}.about-hero-subtitle{margin:0 auto 2.5rem}.hero-buttons{justify-content:center;width:100%}.hero-image-wrapper{max-width:100%;margin:0 auto;transform:none;box-shadow:0 10px 30px #0000001a}.feature-row{text-align:center;gap:2.5rem;margin-bottom:5rem;flex-direction:column!important}.feature-text{flex-direction:column;align-items:center;display:flex}.feature-section-title{font-size:1.75rem}.feature-image-container{order:2;width:100%}}@media (max-width:768px){.about-hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.about-btn{width:100%}}.landing-logo{width:auto;height:40px;transition:filter .3s}.dark .landing-logo{filter:brightness(0)invert()}.theme-toggle-btn{cursor:pointer;color:#0f172a;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:.5rem;transition:all .3s;display:flex}.theme-toggle-btn:hover{color:#3b82f6;background-color:#0000000d}.dark .theme-toggle-btn{color:#f9fafb}.dark .theme-toggle-btn:hover{color:#60a5fa;background-color:#ffffff1a}.nav-github-link,.nav-support-link{color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:.5rem;transition:all .3s;display:flex}.nav-github-link:hover,.nav-support-link:hover{color:#3b82f6;background-color:#0000000d}.dark .nav-github-link,.dark .nav-support-link{color:#f9fafb}.dark .nav-github-link:hover,.dark .nav-support-link:hover{color:#60a5fa;background-color:#ffffff1a}@media (max-width:768px){.theme-toggle-btn,.nav-github-link,.nav-support-link,.nav-login-btn{display:none;display:none!important}}.landing-auth-btn:hover{color:#13a4ec!important;background-color:#0000!important;border-color:#13a4ec!important}.nav-login-btn:hover{background-color:#ffffff1a!important;border-color:#fff!important}.color-demo-palette{flex-wrap:wrap;gap:.5rem;display:flex}.language-dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;border:1px solid #00000014;border-radius:12px;flex-direction:column;gap:2px;min-width:140px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 10px 25px #0000001a}.dark .language-dropdown{background:#1e293be6;border-color:#ffffff1a;box-shadow:0 10px 25px #0006}.language-option{color:#1e293b;text-align:left;background:0 0;border-radius:8px;align-items:center;width:100%;padding:.625rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.dark .language-option{color:#f1f5f9}.language-option:hover{color:#3b82f6;background:#3b82f61a}.dark .language-option:hover{color:#60a5fa;background:#ffffff0d}.language-option.active{color:#3b82f6;background:#3b82f626}.dark .language-option.active{color:#60a5fa;background:#ffffff1a}.animate-appear{animation:.3s cubic-bezier(0,0,.2,1) forwards dropdownAppear}@keyframes dropdownAppear{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.color-demo-option{cursor:pointer;border:3px solid #0000;border-radius:50%;outline:none;width:48px;height:48px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.color-demo-option:hover{transform:scale(1.15)}.color-demo-option:active{transform:scale(.95)}.demo-container-card{aspect-ratio:1;border-radius:12px;max-width:300px;margin:0 auto;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.demo-container-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000004d}.demo-container-overlay{opacity:.85;z-index:1;transition:opacity .3s;position:absolute;inset:0}.demo-container-card:hover .demo-container-overlay{opacity:.95}.demo-container-content{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#00000080 100%);flex-direction:column;gap:.5rem;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.demo-container-title{color:#fff;text-shadow:0 2px 4px #0000004d;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.demo-container-description{opacity:.9;color:#fffffff2;text-shadow:0 1px 2px #0000004d;margin:0;font-size:.875rem;line-height:1.4}.demo-container-meta{opacity:.85;color:#ffffffe6;text-shadow:0 1px 2px #0000004d;font-size:1rem;font-weight:500}@media (max-width:768px){.color-demo-palette{justify-content:center}.demo-container-card{max-width:300px}.demo-container-content{padding:1.5rem}.demo-container-title{font-size:1.25rem}}.feature-row-firefox{justify-content:center;margin-top:4rem;margin-bottom:8rem;display:flex!important}@media (max-width:1023px){.feature-row-firefox{display:none!important}}.feature-text-firefox{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border:1px solid #0000000d;border-radius:24px;align-items:center;gap:3rem;width:100%;max-width:900px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d;flex-direction:row!important;display:flex!important}.dark .feature-text-firefox{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-color:#ffffff1a;box-shadow:0 20px 40px #0006}.firefox-content-wrapper{flex:1}.firefox-image-wrapper{flex:0 0 150px}.firefox-image-wrapper img{border-radius:12px;width:100%;height:auto;transition:transform .3s;transform:rotate(-2deg)}.feature-text-firefox:hover .firefox-image-wrapper img{transform:rotate(0)scale(1.05)}.firefox-download-btn{background-color:#ff3750;border:2px solid #ff3750;border-radius:12px;justify-content:center;align-items:center;margin-top:1.5rem;padding:12px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 15px #ff375033;color:#fff!important}.dark .firefox-download-btn{background-color:#ff375022}.firefox-download-btn:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 12px 20px #ff37504d}.firefox-icon{width:22px;height:22px;margin-right:10px}.firefox-title{color:#1e293b;margin-bottom:1rem;font-weight:700;font-size:2.25rem!important}.dark .firefox-title{color:#fff}.firefox-desc{color:#4b5563;font-size:1.1rem;line-height:1.6}.dark .firefox-desc{color:#cbd5e1!important}.header-getstarted-footer{background-color:#13a4ec;border:2px solid #13a4ec;border-radius:15px;padding:1rem 1.5rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff!important}.dark .header-getstarted-footer{background-color:#9e9e9e22;border-color:#6e6e6e}.header-getstarted-footer:hover{filter:brightness(1.5);border-color:#fff}@media (max-width:640px){.about-features-grid{gap:1.5rem;grid-template-columns:1fr!important}.about-feature-card{padding:1.5rem}}.language-dropdown-container{flex-direction:column;gap:.5rem;display:flex}.language-select{appearance:none;color:#1e293b;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.language-select:hover{background-color:#f8fafc;border-color:#cbd5e1}.language-select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.dark .language-select{color:#e2e8f0;background-color:#1e293b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");border-color:#334155}.dark .language-select:hover{background-color:#334155;border-color:#475569}.dark .language-select:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.language-select option{color:#1e293b;background-color:#fff;padding:.5rem}.dark .language-select option{color:#e2e8f0;background-color:#1e293b}
