@charset "UTF-8";.hero-section{padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-30px,-30px) rotate(180deg)}}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-button{padding:.875rem 2rem;border-radius:2rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.hero-button-primary{background:#fff;color:#667eea;box-shadow:0 4px 14px #0000001a}.hero-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.hero-button-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-button-secondary:hover{background:#ffffff4d;border-color:#fff6}.stats-section{padding:3rem 1rem;background:var(--bg-primary)}.stats-container{max-width:1200px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border-light);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.stat-value{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.features-section{padding:3rem 1rem;background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 16px #00000014;border:1px solid var(--border-light);transition:all .3s ease;text-decoration:none;color:inherit;display:block;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026;border-color:#10b981}.feature-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.feature-link{color:#10b981;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.feature-card:hover .feature-link{color:#059669}.feature-badge{display:inline-block;padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;font-size:.875rem;border-radius:2rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.025em}.feature-badge.live{background:#10b981;color:#fff}.feature-badge.beta{background:#f59e0b;color:#fff}.community-section{padding:3rem 1rem;background:var(--bg-primary)}.community-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}.community-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border-light)}.community-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.community-icon{width:2.5rem;height:2.5rem;background:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#667eea;font-size:1.25rem}.community-title{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.community-content{color:var(--text-secondary);line-height:1.6;font-size:.875rem}@media (min-width: 768px){.hero-section{padding:4rem 2rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.community-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.hero-section{padding:5rem 2rem}.hero-title{font-size:4rem}.stats-grid{grid-template-columns:repeat(4,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.feature-card{padding:3rem}.feature-icon{width:5rem;height:5rem;font-size:2rem}.feature-title{font-size:1.75rem}.feature-description{font-size:1.125rem}.community-grid{grid-template-columns:repeat(3,1fr)}}.dark .hero-section,[data-theme=dark] .hero-section,html.dark .hero-section{background:linear-gradient(135deg,#4c5aec,#5a3d8f)}.dark .stat-card,.dark .feature-card,.dark .community-card,[data-theme=dark] .stat-card,[data-theme=dark] .feature-card,[data-theme=dark] .community-card,html.dark .stat-card,html.dark .feature-card,html.dark .community-card{background:#2a2c37!important;border-color:#374151!important}.dark .feature-card:before,[data-theme=dark] .feature-card:before,html.dark .feature-card:before{background:linear-gradient(90deg,#10b981,#3b82f6,#8b5cf6)}.dark .feature-card:hover,[data-theme=dark] .feature-card:hover,html.dark .feature-card:hover{border-color:#10b981;box-shadow:0 12px 32px #0000004d}.dark .feature-title,[data-theme=dark] .feature-title,html.dark .feature-title{color:#f9fafb!important}.dark .feature-description,[data-theme=dark] .feature-description,html.dark .feature-description{color:#d1d5db!important}.dark .community-title,[data-theme=dark] .community-title,html.dark .community-title{color:#f9fafb!important}.dark .community-content,[data-theme=dark] .community-content,html.dark .community-content{color:#d1d5db!important}.dark .feature-link,[data-theme=dark] .feature-link,html.dark .feature-link{color:#34d399}.dark .feature-card:hover .feature-link,[data-theme=dark] .feature-card:hover .feature-link,html.dark .feature-card:hover .feature-link{color:#10b981}.dark .feature-badge,[data-theme=dark] .feature-badge,html.dark .feature-badge{background:#374151;color:#d1d5db}.dark .feature-badge.live,[data-theme=dark] .feature-badge.live,html.dark .feature-badge.live{background:#10b981;color:#fff}.dark .community-icon,[data-theme=dark] .community-icon,html.dark .community-icon{background:#374151}.feature-icon-green-blue{background:linear-gradient(135deg,#10b981,#3b82f6)}.feature-icon-purple-pink{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.feature-icon-orange-red{background:linear-gradient(135deg,#f97316,#ef4444)}.feature-icon-indigo-blue{background:linear-gradient(135deg,#6366f1,#3b82f6)}.community-icon-red{background:#fef2f2;color:#dc2626}.community-icon-green{background:#f0fdf4;color:#16a34a}.community-icon-purple{background:#faf5ff;color:#9333ea}.community-icon-blue{background:#eff6ff;color:#2563eb}.community-icon-orange{background:#fff7ed;color:#ea580c}.community-icon-pink{background:#fdf2f8;color:#ec4899}.dark .community-icon-red,[data-theme=dark] .community-icon-red,html.dark .community-icon-red{background:#374151;color:#f87171}.dark .community-icon-green,[data-theme=dark] .community-icon-green,html.dark .community-icon-green{background:#374151;color:#34d399}.dark .community-icon-purple,[data-theme=dark] .community-icon-purple,html.dark .community-icon-purple{background:#374151;color:#a78bfa}.dark .community-icon-blue,[data-theme=dark] .community-icon-blue,html.dark .community-icon-blue{background:#374151;color:#60a5fa}.dark .community-icon-orange,[data-theme=dark] .community-icon-orange,html.dark .community-icon-orange{background:#374151;color:#fb923c}.dark .community-icon-pink,[data-theme=dark] .community-icon-pink,html.dark .community-icon-pink{background:#374151;color:#f472b6}.stat-card,.feature-card,.community-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.15s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.25s}.feature-card:nth-child(5){animation-delay:.3s}.feature-card:nth-child(6){animation-delay:.35s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uppy-Root{box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:not(:disabled):hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-primary.uppy-c-btn--disabled{background-color:#8eb2db}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;inset-inline-start:3px;line-height:12px;margin-inline-start:-1px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#1269cf;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg,#0000004d 25%,#0000 0,#0000 50%,#0000004d 0,#0000004d 75%,#0000 0,#0000);background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;padding-inline-start:10px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}.uppy-size--md .uppy-StatusBar-content{padding-inline-start:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4;padding-inline-end:.3em}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;margin-inline-end:5px;vertical-align:middle}.uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-inline-end:8px}.uppy-StatusBar-statusIndicator{color:#525252;margin-inline-end:7px;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;inset-inline-end:10px;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#1269cf;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;margin-inline-end:6px;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}.uppy-StatusBar-actionBtn--retry svg{inset-inline-start:6px;position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#1269cf}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-inline-end:3px;padding-bottom:1px;padding-inline-start:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}.uppy-StatusBar-details{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}.uppy-StatusBar-spinner{animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear;fill:#1269cf;margin-inline-end:10px}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:"";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{height:30%;width:30%;fill:#000000b3}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;inset-inline-start:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;margin-inline-end:15px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;inset-inline-start:3px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;color:inherit;display:flex;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-inline-end:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-inline-end:7px;width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled,.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{background-color:#333}.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:"";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{background-color:#eaeaea!important;content:""!important;height:2px!important;left:20%!important;position:absolute!important;right:20%!important;top:50%!important;transform:translateY(-50%)!important}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px;text-align:start}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;margin-inline-end:4px;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{height:13px;width:13px;fill:#525252}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}.uppy-ProviderBrowser-user:after{color:#939393;content:"·";font-weight:400;inset-inline-start:4px;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{align-items:center;display:flex;height:30px;margin-bottom:15px;margin-top:15px;padding-left:8px;padding-right:8px;position:relative;width:100%}.uppy-ProviderBrowser-searchFilterInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;font-size:13px;height:30px;line-height:1.4;outline:0;padding-inline-end:30px;padding-inline-start:30px;width:100%;z-index:1001}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}.uppy-ProviderBrowser-searchFilterIcon{color:#757575;height:12px;inset-inline-start:16px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchFilterInput::-moz-placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;color:#939393;cursor:pointer;height:22px;inset-inline-end:16px;padding:6px;position:absolute;width:22px;z-index:1002}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#1269cf;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding:15px}.uppy-ProviderBrowser-footer button{margin-inline-end:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-ProviderBrowser-footer-buttons{flex-shrink:0}.uppy-ProviderBrowser-footer-error{color:#e32437;line-height:18px}@media (max-width:426px){.uppy-ProviderBrowser-footer{align-items:stretch;flex-direction:column-reverse}.uppy-ProviderBrowser-footer-error{padding-bottom:10px}}.picker-dialog-bg{z-index:20000!important}.picker-dialog{z-index:20001!important}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;-o-object-fit:cover;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;padding:10px;width:auto}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{color:#fff;display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{transition:stroke-dashoffset .5s ease-out;stroke:#fff}.uppy-Dashboard-Item-progressIcon--play{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--cancel{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--pause{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--check{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{inset-inline-end:-8px;inset-inline-start:auto;top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}.uppy-Dashboard-Item-fileInfo{padding-inline-end:5px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:10px}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:15px}.uppy-Dashboard-Item-name{font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-wrap:anywhere;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{color:#a51523;cursor:pointer;font-size:11px;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;inset-inline-end:-8px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{inset-inline-end:8px;position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}.uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-inline-end:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;float:inline-start;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;padding:0;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;padding:0;width:calc(20% - 30px)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{border-bottom:0;display:flex;flex-direction:column;height:100%;max-width:400px;padding:15px;position:relative;width:100%}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{flex-grow:1;max-height:75%;width:100%}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between;padding-inline-end:8px;padding-inline-start:12px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}.uppy-Dashboard-Item-errorDetails{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;flex-shrink:0;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;width:13px}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;-o-object-fit:cover;object-fit:cover}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;inset-inline-end:10px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-FileCard-actionsBtn{margin-inline-end:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:500px;width:650px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{cursor:not-allowed;filter:grayscale(100%);opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [aria-disabled],.uppy-Dashboard--isDisabled [disabled]{cursor:not-allowed;pointer-events:none}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;inset-inline-end:-2px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){.uppy-Dashboard-close{font-size:35px;inset-inline-end:-35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;flex-direction:row;height:100%;justify-content:left;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;margin-inline-end:1px;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}.uppy-DashboardTab-inner{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 1px #0000001a,0 1px 2px #0000001a,0 2px 3px #00000005;display:flex;height:32px;justify-content:center;margin-inline-end:10px;width:32px}.uppy-size--md .uppy-DashboardTab-inner{margin-inline-end:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px #0003,0 1px 2px #0003,0 2px 3px #00000014}.uppy-DashboardTab-name{font-size:14px;font-weight:400}.uppy-size--md .uppy-DashboardTab-name{font-size:12px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconWebdav{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconWebdav{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;margin-inline-start:-6px;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;margin-inline-end:-5px;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;margin-inline-end:-8px;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}.uppy-DashboardContent-addMore svg{margin-inline-end:4px;vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:"";display:table}.uppy-Dashboard-files{flex:1;margin:0;overflow-y:auto;padding:0 0 10px;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{align-items:center;display:flex;height:100%;justify-content:center}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #1269cf;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{pointer-events:none;visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:21px;font-weight:400;margin-top:5px;max-width:480px;padding:0 35px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top;fill:none;stroke:#939393}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{height:100%;max-height:60%;max-width:60%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{height:100%;width:100%}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;inset-inline-end:-12px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}.feed-container,.feed-loading{max-width:42rem;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.feed-loading-content{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;display:flex;flex-direction:column;gap:1rem}.feed-skeleton-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem .75rem}.feed-skeleton-avatar{width:2.5rem;height:2.5rem;background-color:var(--muted);border-radius:50%}.feed-skeleton-user{display:flex;flex-direction:column;gap:.5rem;flex:1}.feed-skeleton-text{background-color:var(--muted);border-radius:.25rem}.feed-skeleton-text.quarter{height:1rem;width:25%}.feed-skeleton-text.sixth{height:.75rem;width:16.666667%}.feed-skeleton-content{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.feed-skeleton-content-text{height:1rem;background-color:var(--muted);border-radius:.25rem}.feed-skeleton-content-text.three-quarters{width:75%}.create-post-header{display:flex;align-items:center;gap:1rem}.create-post-avatar{width:2.5rem;height:2.5rem}.create-post-user{flex:1}.create-post-title{font-weight:600}.create-post-content{display:flex;flex-direction:column;gap:1rem}.create-post-textarea{resize:none}.create-post-preview{position:relative}.create-post-preview-image{width:100%;max-height:16rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.create-post-preview-remove{position:absolute;top:.5rem;right:.5rem}.create-post-actions{display:flex;align-items:center;justify-content:space-between}.create-post-media-buttons{display:flex;gap:.5rem}.create-post-media-button{font-size:.875rem}.create-post-media-icon{width:1rem;height:1rem;margin-right:.5rem}.posts-feed{display:flex;flex-direction:column;gap:1.5rem}.post-card{background-color:var(--card);border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.post-header{padding:1.5rem 1.5rem 0}.post-header-content{display:flex;align-items:center;justify-content:space-between}.post-user-info{display:flex;align-items:center;gap:1rem}.post-avatar{width:2.5rem;height:2.5rem}.post-user-details{display:flex;flex-direction:column}.post-username{font-weight:600}.post-time{font-size:.875rem;color:var(--muted-foreground)}.post-content{padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}.post-text{color:var(--foreground);line-height:1.625}.post-image{width:100%;border-radius:.5rem;max-height:24rem;-o-object-fit:cover;object-fit:cover}.post-video{width:100%;border-radius:.5rem;max-height:24rem}.post-actions{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--border)}.post-actions-buttons{display:flex;gap:1rem}.post-action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:none;cursor:pointer;border-radius:.25rem;color:var(--muted-foreground);font-size:.875rem;transition:all .2s}.post-action-button:hover{background-color:var(--muted);color:var(--foreground)}.post-action-button.liked{color:#ef4444}.post-action-icon{width:1rem;height:1rem}.post-action-icon.filled{fill:currentColor}.comments-section{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem 0;border-top:1px solid var(--border)}.comment-input-section{display:flex;gap:.75rem}.comment-avatar{width:2rem;height:2rem}.comment-input-container{flex:1;display:flex;gap:.5rem}.comment-input{flex:1}.comment-submit-button{padding:.5rem}.comment-submit-icon{width:1rem;height:1rem}.comments-list{display:flex;flex-direction:column;gap:.75rem}.comment-item{display:flex;gap:.75rem}.comment-content{flex:1;background-color:var(--muted);padding:.75rem;border-radius:.5rem}.comment-user{font-weight:600;font-size:.875rem}.comment-text{font-size:.875rem;color:var(--foreground);margin-top:.25rem}.comment-time{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.feed-empty-state{text-align:center;padding:3rem 1.5rem}.feed-empty-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--muted-foreground)}.feed-empty-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feed-empty-text{color:var(--muted-foreground)}.media-uploader{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;border:1px solid var(--border);background-color:var(--background);padding:.5rem 1rem;cursor:pointer}.media-uploader:hover{background-color:var(--muted)}.media-uploader-icon{width:1rem;height:1rem;margin-right:.5rem}@media (max-width: 640px){.feed-container{padding:1rem}.create-post-actions{flex-direction:column;align-items:stretch;gap:1rem}.create-post-media-buttons{justify-content:center}.post-actions{padding:1rem}.post-actions-buttons{flex-wrap:wrap}}.create-post-textarea:focus,.comment-input:focus{outline:none;ring:2px solid var(--primary);border-color:var(--primary)}.post-card,.post-action-button,.comment-item,.media-uploader{transition:all .2s ease-in-out}.post-card:hover{box-shadow:0 4px 12px #0000001a}@media (prefers-color-scheme: dark){.post-card:hover{box-shadow:0 4px 12px #ffffff1a}}.profile-container{max-width:64rem;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.profile-loading{max-width:64rem;margin:0 auto;padding:1.5rem}.profile-loading-content{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-cover-placeholder{height:12rem;background-color:var(--muted);border-radius:.5rem;margin-bottom:1.5rem}.profile-avatar-placeholder{width:6rem;height:6rem;background-color:var(--muted);border-radius:50%}.profile-text-placeholder{height:1.5rem;background-color:var(--muted);border-radius:.25rem}.profile-text-placeholder.small{height:1rem}.profile-text-placeholder.quarter{width:25%}.profile-text-placeholder.third{width:33.333333%}.profile-text-placeholder.half{width:50%}.profile-cover{position:relative;height:12rem;background:linear-gradient(to right,#3b82f6,#9333ea);border-radius:.5rem .5rem 0 0}.profile-cover-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem .5rem 0 0}.profile-cover-edit-button{position:absolute;top:1rem;right:1rem}.profile-content{position:relative;margin-top:-3rem;padding-bottom:1.5rem}.profile-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.profile-header.desktop{flex-direction:row;align-items:flex-end;gap:1.5rem}.profile-avatar-container{position:relative}.profile-avatar{width:6rem;height:6rem;border:4px solid var(--background)}.profile-avatar-fallback{font-size:1.5rem}.profile-avatar-edit{position:absolute;bottom:-.5rem;right:-.5rem;width:2rem;height:2rem;border-radius:50%;padding:0}.profile-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.profile-info-header{display:flex;flex-direction:column}.profile-info-header.desktop{flex-direction:row;align-items:center;justify-content:space-between}.profile-username{font-size:1.5rem;font-weight:700}.profile-stats{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}.profile-actions{display:flex;gap:.5rem;margin-top:1rem}.profile-actions.desktop{margin-top:0}.profile-bio{color:var(--foreground)}.profile-details{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}.profile-detail-item{display:flex;align-items:center}.profile-detail-icon{width:1rem;height:1rem;margin-right:.25rem}.profile-website-link{color:var(--primary);text-decoration:none}.profile-website-link:hover{text-decoration:underline}.profile-tabs{display:flex;flex-direction:column;gap:1.5rem}.profile-tabs-list{display:grid;width:100%;grid-template-columns:repeat(4,1fr)}.profile-posts-loading{display:flex;flex-direction:column;gap:1rem}.profile-post-skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;padding:1.5rem}.profile-post-skeleton-content{display:flex;flex-direction:column;gap:.75rem}.profile-post-skeleton-text{height:1rem;background-color:var(--muted);border-radius:.25rem}.profile-post-skeleton-text.three-quarters{width:75%}.profile-post-skeleton-image{height:8rem;background-color:var(--muted);border-radius:.25rem}.profile-posts-grid{display:flex;flex-direction:column;gap:1.5rem}.profile-post-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.profile-post-header{display:flex;align-items:center;gap:1rem}.profile-post-user{display:flex;flex-direction:column}.profile-post-username{font-weight:600}.profile-post-time{font-size:.875rem;color:var(--muted-foreground)}.profile-post-content{color:var(--foreground);line-height:1.625}.profile-post-image{width:100%;border-radius:.5rem;max-height:24rem;-o-object-fit:cover;object-fit:cover}.profile-post-video{width:100%;border-radius:.5rem;max-height:24rem}.profile-post-actions{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}.profile-post-buttons{display:flex;gap:1rem}.profile-post-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:none;cursor:pointer;border-radius:.25rem;transition:background-color .2s}.profile-post-button:hover{background-color:var(--muted)}.profile-post-button.liked{color:#ef4444}.profile-post-button-icon{width:1rem;height:1rem}.profile-post-button-icon.filled{fill:currentColor}.profile-no-posts{text-align:center;padding:3rem 1.5rem}.profile-no-posts-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--muted-foreground)}.profile-no-posts-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.profile-no-posts-text{color:var(--muted-foreground)}.profile-edit-dialog{display:flex;flex-direction:column;gap:1rem}.profile-edit-field{display:flex;flex-direction:column;gap:.25rem}.profile-edit-actions{display:flex;justify-content:flex-end;gap:.5rem}@media (min-width: 640px){.profile-header{flex-direction:row;align-items:flex-end}.profile-info-header{flex-direction:row;align-items:center;justify-content:space-between}.profile-actions{margin-top:0}}:root{--modal-overlay-bg: rgba(0, 0, 0, .85);--modal-content-bg: #ffffff;--modal-content-border: #d1d5db;--modal-text-primary: #111827;--modal-text-secondary: #4b5563;--modal-radius: 1.5rem;--modal-shadow: 0 25px 50px -12px rgba(0, 0, 0, .35);--modal-max-width: 320px;--modal-padding: 1.5rem;--modal-z-overlay: 9990;--modal-z-content: 9991}html.dark{--modal-content-bg: #111827;--modal-content-border: #1f2937;--modal-text-primary: #f3f4f6;--modal-text-secondary: #9ca3af;--modal-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5)}.unified-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--modal-overlay-bg);z-index:var(--modal-z-overlay);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.unified-modal-content{position:relative;background-color:var(--modal-content-bg);border:2px solid var(--modal-content-border);border-radius:var(--modal-radius);box-shadow:0 25px 50px -12px #00000059;width:100%;max-width:var(--modal-max-width);max-height:85vh;overflow:hidden;display:flex;flex-direction:column;z-index:var(--modal-z-content);animation:scaleIn .3s ease-out}.unified-modal-header{padding:var(--modal-padding);padding-bottom:0;display:flex;align-items:center;justify-content:space-between}.unified-modal-title{font-size:1.25rem;font-weight:700;color:var(--modal-text-primary);margin:0}.unified-modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:var(--modal-text-secondary);cursor:pointer;transition:all .2s ease}.unified-modal-close:hover{background-color:#0000000d;color:var(--modal-text-primary)}html.dark .unified-modal-close:hover{background-color:#ffffff0d}.unified-modal-body{padding:var(--modal-padding);overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.unified-modal-footer{padding:var(--modal-padding);padding-top:0;display:flex;gap:.75rem;justify-content:flex-end}.unified-qr-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem}.unified-qr-code{width:200px;height:200px;background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 6px -1px #0000001a}.unified-qr-code img,.unified-qr-code canvas{width:100%;height:100%}.unified-qr-status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;color:#3b82f6;font-size:.875rem;font-weight:500}.unified-qr-status.success{background-color:#10b9811a;border-color:#10b98133;color:#10b981}.unified-qr-status.error{background-color:#ef44441a;border-color:#ef444433;color:#ef4444}.unified-button{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.unified-button-icon{background:transparent;border:none;padding:.25rem;cursor:pointer;color:var(--modal-text-secondary);transition:all .2s ease;border-radius:.25rem}.unified-button-icon:hover{color:var(--modal-text-primary);background-color:#0000000d}html.dark .unified-button-icon:hover{background-color:#ffffff0d}.unified-button-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.unified-button-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.unified-button-secondary{background:transparent;color:var(--modal-text-primary);border:1px solid var(--modal-content-border)}.unified-button-secondary:hover{background-color:#0000000d}html.dark .unified-button-secondary:hover{background-color:#ffffff0d}.xaman-modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#000c!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.xaman-qr-modal{position:relative;background:var(--modal-content-bg);border:1px solid var(--modal-content-border);border-radius:var(--modal-radius);box-shadow:var(--modal-shadow);width:100%;max-width:320px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;animation:scaleIn .3s ease-out}.xaman-modal-header{padding:.75rem;padding-bottom:0;display:flex;align-items:center;justify-content:space-between}.xaman-modal-logo img{width:32px;height:32px;border-radius:50%}.xaman-modal-title{font-size:1.1rem;font-weight:700;color:var(--modal-text-primary);margin:0}.xaman-modal-close{width:2rem;height:2rem;border-radius:.5rem;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--modal-text-secondary);transition:all .2s ease}.xaman-modal-close:hover{background-color:#0000000d;color:var(--modal-text-primary)}html.dark .xaman-modal-close:hover{background-color:#ffffff1a}.xaman-modal-content{padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.xaman-qr-container{display:flex;justify-content:center;align-items:center;padding:.5rem;background:var(--modal-content-bg);border-radius:.75rem;border:1px solid var(--modal-content-border)}.xaman-qr-image{width:140px;height:140px;border-radius:.5rem}.xaman-qr-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:var(--modal-text-secondary)}.xaman-open-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border-radius:.75rem;font-weight:600;font-size:.875rem;transition:all .2s ease}.xaman-open-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d;text-decoration:none;color:#fff}.swap-token-display{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;padding:1rem}.swap-token-pair{display:flex;align-items:center;justify-content:center;gap:1rem}.swap-token-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.swap-token-amount{font-weight:600;color:var(--modal-text-primary)}.swap-token-symbol{font-size:.875rem;color:var(--modal-text-secondary)}.xaman-status-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;color:#3b82f6}.xaman-status-success{background-color:#10b9811a;border-color:#10b98133;color:#10b981}.xaman-status-error{background-color:#ef44441a;border-color:#ef444433;color:#ef4444}.swap-info-card{background:#0000000d;border-radius:.75rem;padding:1rem}html.dark .swap-info-card{background:#ffffff0d}.swap-info-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;border-bottom:1px solid var(--modal-content-border)}.swap-info-item:last-child{border-bottom:none}.swap-info-label{color:var(--modal-text-secondary);font-size:.75rem}.swap-info-value{color:var(--modal-text-primary);font-weight:600;font-size:.75rem}.xaman-qr-title{color:var(--modal-text-primary);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.xaman-qr-description{color:var(--modal-text-secondary);font-size:.8rem;margin-bottom:.75rem;line-height:1.4}.xaman-qr-code{margin:1.5rem auto;display:flex;justify-content:center;align-items:center}@media (max-width: 640px){:root{--modal-max-width: calc(100vw - 1rem) ;--modal-padding: .75rem}.unified-modal-content{max-height:calc(100vh - 2rem)}.unified-qr-code{width:160px;height:160px}.unified-success-icon{width:4rem;height:4rem}.unified-success-icon svg{width:2.5rem;height:2.5rem}.unified-success-title{font-size:1.25rem}.unified-modal-title{font-size:1.125rem}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}@keyframes confetti-fall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.unified-confetti{position:fixed;width:10px;height:10px;background-color:#3b82f6;animation:confetti-fall 3s linear forwards;pointer-events:none;z-index:calc(var(--modal-z-content) + 1)}.unified-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.qr-code-with-logo{position:relative;display:inline-block}.qr-logo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.qr-logo-overlay img{border-radius:4px}.success-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 25px #0000001a;max-width:400px;width:100%;text-align:center;position:relative;overflow:hidden}.dark .success-card{background:#1f2937;box-shadow:0 10px 25px #0000004d}.success-icon-container{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}.success-icon{width:40px;height:40px;color:#fff}.success-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:8px}.dark .success-title{color:#f9fafb}.success-description{font-size:16px;color:#6b7280;margin-bottom:24px;line-height:1.5}.dark .success-description{color:#9ca3af}.success-details{background:#f3f4f6;border-radius:12px;padding:16px;margin-bottom:24px;text-align:left}.dark .success-details{background:#374151}.success-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.dark .success-detail-row{border-bottom-color:#4b5563}.success-detail-row:last-child{border-bottom:none}.success-detail-label{font-size:14px;color:#6b7280;font-weight:500}.dark .success-detail-label{color:#9ca3af}.success-detail-value{font-size:14px;color:#111827;font-weight:600;text-align:right;word-break:break-all}.dark .success-detail-value{color:#f3f4f6}.success-actions{display:flex;gap:12px;flex-direction:column}.success-action-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #3b82f64d}.success-action-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.success-action-secondary{background:transparent;color:#6b7280;border:1px solid #e5e7eb;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.dark .success-action-secondary{color:#9ca3af;border-color:#4b5563}.success-action-secondary:hover{background:#f3f4f6;color:#111827}.dark .success-action-secondary:hover{background:#374151;color:#f3f4f6}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.confetti-piece{position:absolute;font-size:20px;animation:confettiFall 3s ease-out forwards}@keyframes successPulse{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.05);box-shadow:0 0 0 20px #10b98100}}@keyframes confettiFall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media (max-width: 640px){.success-card{padding:24px;margin:16px}.success-title{font-size:20px}.success-description{font-size:14px}.success-icon-container{width:64px;height:64px}.success-icon{width:32px;height:32px}}.success-state-swap{--success-gradient-start: #10b981;--success-gradient-end: #059669}.success-state-bridge{--success-gradient-start: #8b5cf6;--success-gradient-end: #7c3aed}.success-state-payment{--success-gradient-start: #3b82f6;--success-gradient-end: #2563eb}.success-state-swap .success-icon-container,.success-state-bridge .success-icon-container,.success-state-payment .success-icon-container{background:linear-gradient(135deg,var(--success-gradient-start) 0%,var(--success-gradient-end) 100%)}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--transition-normal)}.header-container{padding:0 .75rem}.header-content{display:flex;align-items:center;justify-content:space-between;height:56px}@media (min-width: 768px){.header-container{padding:0 1rem}.header-content{height:60px}}@media (min-width: 1024px){.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}}.logo-container{display:flex;align-items:center;gap:.5rem;text-decoration:none;min-width:0}.logo{height:28px;width:28px;border-radius:4px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.logo-text{font-size:1.125rem;font-weight:700;color:var(--text-primary);white-space:nowrap}@media (min-width: 768px){.logo-container{gap:.75rem}.logo{height:32px;width:32px;border-radius:6px}.logo-text{font-size:1.25rem}}.nav-desktop{display:none}@media (min-width: 1024px){.nav-desktop{gap:2rem}}.wallet-connection-section{display:flex;flex-direction:column;gap:.75rem;padding:0;max-height:85vh;overflow:hidden}.wallet-section-header{text-align:left;padding:.25rem 0}.wallet-section-title{font-size:.875rem;font-weight:700;color:var(--text-primary);margin:0;margin-bottom:.125rem}.wallet-section-subtitle{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.3}.wallet-connection-grid{display:flex;flex-direction:column;gap:.5rem;max-height:70vh;overflow-y:auto;overflow-x:hidden;padding:.25rem;scrollbar-width:thin;scrollbar-color:var(--border-medium) transparent}.wallet-connection-grid::-webkit-scrollbar{width:6px}.wallet-connection-grid::-webkit-scrollbar-track{background:transparent}.wallet-connection-grid::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:3px}.wallet-connection-grid::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}.wallet-connection-card{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);border:1px solid var(--border-medium);border-radius:12px;padding:.875rem;box-shadow:0 2px 8px #00000014;transition:all var(--transition-fast);min-height:auto}.wallet-connection-card:hover{border-color:var(--accent-primary);box-shadow:0 4px 16px #3b82f61f;transform:translateY(-1px)}.wallet-card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.wallet-card-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0;box-shadow:0 2px 6px #0000001f}.multi-chain-icon{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff}.xrpl-icon{background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.xrp-logo{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;filter:invert(1)}.wallet-card-info{flex:1;min-width:0}.wallet-name{font-size:.8rem;font-weight:600;color:var(--text-primary);display:block;margin-bottom:.25rem;line-height:1.2}.supported-chains{display:flex;flex-wrap:wrap;gap:.2rem}.chain-badge{font-size:.6rem;font-weight:500;padding:.1rem .3rem;border-radius:4px;white-space:nowrap;line-height:1.2}.chain-badge.ethereum{background:#627eea20;color:#627eea;border:1px solid #627eea40}.chain-badge.solana{background:#9945ff20;color:#9945ff;border:1px solid #9945ff40}.chain-badge.polygon{background:#8247e520;color:#8247e5;border:1px solid #8247e540}.chain-badge.xrpl{background:#00000020;color:#000;border:1px solid #00000040}.dark .chain-badge.xrpl{background:#ffffff20;color:#fff;border:1px solid #ffffff40}.wallet-card-content,.wallet-connected-state{display:flex;flex-direction:column;gap:.5rem}.wallet-connected-state appkit-account-button,.wallet-connected-state appkit-network-button{width:100%}.wallet-info{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.wallet-details{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.wallet-address{font-size:.8rem;font-weight:600;color:var(--text-primary);font-family:monospace}.wallet-balance{font-size:.75rem;font-weight:500;color:var(--text-secondary);transition:color var(--transition-fast)}.wallet-balance:hover{color:var(--accent-primary)}.disconnect-button{width:24px;height:24px;border-radius:50%;background:var(--bg-tertiary);border:1px solid var(--border-medium);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.disconnect-button:hover{background:#ef444440;border-color:#ef4444;color:#ef4444}.wallet-connect-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-hover) 100%);border:1px solid var(--accent-hover);border-radius:25px;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 4px 16px #2563eb40}.wallet-connect-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 28px #3b82f680}.wallet-connect-button:active{transform:translateY(-1px) scale(1.01)}.wallet-button{display:flex;align-items:center;gap:.25rem;padding:.25rem .375rem;background:var(--bg-tertiary);border:1px solid var(--border-medium);border-radius:4px;font-size:.625rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);min-height:24px;max-width:120px;white-space:nowrap}.wallet-button:hover{background:var(--bg-accent);border-color:var(--accent-primary)}.desktop-controls{display:none;align-items:center;gap:.75rem;flex-shrink:0}@media (min-width: 768px){.desktop-controls{display:flex;gap:1rem}}.wallet-dropdown{position:relative}.wallet-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:8px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:50}.wallet-option{display:block;width:100%;padding:.5rem .75rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:background-color var(--transition-fast);color:var(--text-primary)}.wallet-option:hover{background:var(--bg-tertiary)}.wallet-option-content{display:flex;align-items:center;gap:.5rem}.wallet-option-icon{width:20px;height:20px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.625rem}.xaman-icon{background:#000;color:#fff}.walletconnect-icon{background:var(--accent-primary);color:#fff}.wallet-option-info{flex:1}.wallet-option-name{font-size:.75rem;font-weight:600;color:var(--text-primary)}.wallet-option-desc{font-size:.625rem;color:var(--text-muted)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:4px;color:var(--text-primary);transition:background-color var(--transition-fast);min-width:44px;min-height:44px}.mobile-menu-button:hover{background:var(--bg-tertiary)}.nav-mobile{display:none;padding:.25rem .5rem;border-top:1px solid var(--border-light);flex-direction:column;gap:0;position:relative;z-index:50;background:var(--bg-primary)}.nav-mobile-icons-row{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem;padding:.75rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-radius:20px;margin:.5rem;box-shadow:0 4px 16px #0000001f;overflow:hidden;width:calc(100% - 1rem);max-width:100%;box-sizing:border-box}.nav-mobile-icon{color:var(--text-primary);text-decoration:none;padding:.5rem;transition:all var(--transition-fast);min-height:38px;min-width:38px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);border:1px solid var(--border-light);box-shadow:0 2px 6px #0000001a;position:relative;overflow:hidden;flex-shrink:1;flex-grow:0}.nav-mobile-icon:hover{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border-color:var(--accent-primary);color:#fff;transform:translateY(-3px) scale(1.08);box-shadow:0 8px 24px #3b82f666}.nav-mobile-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);opacity:0;transition:opacity var(--transition-fast);border-radius:50%}.nav-mobile-icon:hover:before{opacity:1}.nav-mobile-icon>*{position:relative;z-index:1}.nav-mobile-icon svg{flex-shrink:0;color:var(--text-secondary);transition:color var(--transition-fast)}.nav-mobile-icon:hover svg{color:#fff}.nav-link-disabled{padding:.5rem 1rem;border-radius:6px;color:var(--text-muted);font-weight:500;font-size:.875rem;position:relative;cursor:not-allowed;opacity:.6;display:flex;flex-direction:column;align-items:center;gap:.25rem}.nav-link-status{font-size:.625rem;font-weight:400;color:var(--accent-primary);background:var(--bg-accent);padding:.125rem .375rem;border-radius:4px;white-space:nowrap}.nav-mobile-icon-disabled{color:var(--text-muted);padding:.5rem;min-height:38px;min-width:38px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:not-allowed;opacity:.4;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);border:1px solid var(--border-light);position:relative;box-shadow:0 2px 6px #00000014;flex-shrink:1;flex-grow:0}.nav-mobile-icon-disabled svg{color:var(--text-muted)}@media (max-width: 400px){.nav-mobile-icons-row{gap:.125rem;padding:.375rem .5rem;margin:.25rem}.nav-mobile-icon,.nav-mobile-icon-disabled{min-height:34px;min-width:34px;width:34px;height:34px;padding:.375rem}}@media (max-width: 360px){.nav-mobile-icons-row{gap:.0625rem;padding:.25rem .375rem;margin:.25rem}.nav-mobile-icon,.nav-mobile-icon-disabled{min-height:32px;min-width:32px;width:32px;height:32px;padding:.25rem}}@media (max-width: 320px){.nav-mobile-icons-row{gap:.0625rem;padding:.1875rem .25rem;margin:.125rem}.nav-mobile-icon,.nav-mobile-icon-disabled{min-height:28px;min-width:28px;width:28px;height:28px;padding:.1875rem}}.nav-mobile-wallet{padding:.5rem;border-top:1px solid var(--border-light);display:flex;flex-direction:column;gap:0;position:relative;z-index:90;background:var(--bg-primary)}.mobile-wallet-header{display:none}.nav-mobile-wallet .wallet-selector-container{margin-bottom:.5rem;padding:0 .75rem}.nav-mobile-theme{padding:.5rem;border-top:1px solid var(--border-light);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;position:relative;z-index:1;background:var(--bg-primary)}.mobile-theme-header{color:var(--text-primary);font-weight:600;font-size:.75rem;text-align:left;flex-shrink:0}.nav-mobile-theme .theme-toggle{position:static;width:100px;height:32px;background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;z-index:1;display:block;flex-shrink:0}.nav-mobile-theme .theme-toggle:hover{transform:translateY(-1px)}.nav-mobile-theme .theme-toggle-track{height:100%;background:var(--bg-tertiary);border:1px solid var(--border-medium)}.theme-toggle{display:inline-block;position:relative;width:140px;height:36px;background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease}.theme-toggle-track{position:relative;width:100%;height:100%;background:#f3f4f6;border:1px solid #d1d5db;border-radius:25px;display:flex;align-items:center;justify-content:space-between;padding:2px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.dark .theme-toggle-track{background:#374151;border-color:#4b5563}.theme-toggle-track:hover{box-shadow:0 4px 12px #00000026}.theme-toggle-thumb{position:absolute;width:50%;height:calc(100% - 4px);background:#3b82f6;border-radius:22px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003;z-index:2}.theme-toggle-thumb.light{left:2px;background:#f59e0b}.theme-toggle-thumb.dark{left:calc(50% - 2px);background:#1e40af}.theme-toggle-labels{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;position:relative;z-index:1;padding:0 12px}.theme-label{font-size:.75rem;font-weight:600;color:#6b7280;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .theme-label{color:#9ca3af}.theme-toggle-thumb.light~.theme-toggle-labels .theme-label.light,.theme-toggle-thumb.dark~.theme-toggle-labels .theme-label.dark{color:#111827}.dark .theme-toggle-thumb.light~.theme-toggle-labels .theme-label.light,.dark .theme-toggle-thumb.dark~.theme-toggle-labels .theme-label.dark{color:#f9fafb}.mobile-menu-button{display:flex}.nav-mobile{display:none}.nav-mobile.open{display:flex}.header-right-controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media (min-width: 768px){.header-right-controls{gap:1rem}.header-right-controls appkit-account-button{min-width:120px}}.header-right-controls appkit-account-button{--w3m-border-radius-master: 6px !important;--w3m-color-mix: var(--bg-tertiary) !important;--w3m-color-mix-strength: 100% !important;height:44px!important}@media (min-width: 768px){.desktop-controls{display:none!important}}.wallet-buttons-stack{display:flex;flex-direction:column;gap:.375rem;align-items:center;justify-content:center;padding:.25rem 0;min-width:120px;position:relative;z-index:100}.wallet-button-wrapper{width:200px;display:flex;justify-content:center;align-items:center;position:relative;z-index:101}.wallet-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border-dark);border-radius:8px;color:var(--text-primary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);min-height:44px;width:200px;position:relative;z-index:102;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 2px 4px #00000014}.wallet-button:hover{background:var(--bg-accent);border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.wallet-button-icon{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0}.xaman-icon{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 2px 4px #0000001a}.network-selector{margin-top:0;width:100%;display:flex;justify-content:center}@media (min-width: 768px){.wallet-button{gap:.5rem;padding:.5rem .75rem;font-size:.875rem;min-height:36px}.wallet-button-icon{width:18px;height:18px;font-size:.75rem}}.wallet-button-wrapper appkit-connect-button,.wallet-button-wrapper appkit-account-button,.wallet-button-wrapper appkit-network-button{--wui-color-bg-100: var(--bg-tertiary) !important;--wui-color-fg-100: var(--text-primary) !important;width:120px!important;height:28px!important;font-size:.75rem!important;border-radius:6px!important;min-width:auto!important;border:1px solid var(--border-medium)!important;background:var(--bg-tertiary)!important;padding:.375rem .5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.wallet-button-wrapper appkit-connect-button:hover,.wallet-button-wrapper appkit-account-button:hover,.wallet-button-wrapper appkit-network-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.xaman-button.connected{background:linear-gradient(135deg,#2563eb,#1e40af);border:2px solid #1d4ed8;color:#fff;padding:0;position:relative;z-index:103;-webkit-tap-highlight-color:transparent;touch-action:manipulation;width:120px!important;height:28px!important;box-shadow:0 2px 6px #2563eb4d}.wallet-button-content{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.375rem .5rem}.wallet-info{display:flex;align-items:center;gap:.375rem;flex:1}.wallet-details{display:flex;flex-direction:column;align-items:flex-start;gap:.0625rem}.wallet-address{font-size:.625rem;font-weight:600;color:#fff;line-height:1.2}.wallet-balance{font-size:.5rem;color:#fffc;font-weight:500;line-height:1.2}.disconnect-button{background:#fff3;border:none;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:12px;font-weight:700;line-height:1;flex-shrink:0;position:relative;z-index:104;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.disconnect-button:hover{background:#ffffff4d;transform:scale(1.1)}@media (max-width: 767px){.disconnect-button{width:20px;height:20px;font-size:14px;margin-left:4px}}@media (max-width: 767px){.wallet-button,.xaman-button{position:relative!important;z-index:9999!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important}.nav-mobile-wallet{overflow:visible!important}.wallet-buttons-stack{overflow:visible!important;pointer-events:auto!important}}@media (min-width: 768px){.wallet-buttons-stack{min-width:240px;gap:1rem}.wallet-button-wrapper{width:240px}.wallet-button{width:240px;height:48px;padding:.875rem 1.25rem;font-size:1rem}.wallet-button-icon{width:22px;height:22px}.wallet-button-wrapper appkit-connect-button,.wallet-button-wrapper appkit-account-button,.wallet-button-wrapper appkit-network-button{width:240px!important;height:48px!important;font-size:1rem!important;padding:.875rem 1.25rem!important}}.footer-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;margin-top:3rem;padding:3rem 0 1.5rem}.dark .footer-container,[data-theme=dark] .footer-container,html.dark .footer-container{background:linear-gradient(135deg,#1e293b,#0f172a)!important;border-top-color:#334155!important}.footer-content{max-width:80rem;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.footer-brand:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.dark .footer-brand,[data-theme=dark] .footer-brand,html.dark .footer-brand{background:linear-gradient(135deg,#374151,#2a2c37)!important;border-color:#4b5563!important;box-shadow:0 4px 12px #0000004d!important}.dark .footer-brand:hover,[data-theme=dark] .footer-brand:hover,html.dark .footer-brand:hover{box-shadow:0 8px 24px #0006!important}.footer-logo-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo{width:4rem;height:4rem;border-radius:.75rem;box-shadow:0 4px 8px #0000001a}.footer-brand-info h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.25rem}.footer-brand-info p{font-size:.875rem;color:#6b7280;font-weight:500}.dark .footer-brand-info p,[data-theme=dark] .footer-brand-info p,html.dark .footer-brand-info p{color:#9ca3af!important}.footer-description{color:#4b5563;line-height:1.6;font-size:.875rem}.dark .footer-description,[data-theme=dark] .footer-description,html.dark .footer-description{color:#d1d5db!important}.footer-section{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.footer-section:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.dark .footer-section,[data-theme=dark] .footer-section,html.dark .footer-section{background:linear-gradient(135deg,#374151,#4b5563)!important;border-color:#6b7280!important;box-shadow:0 2px 8px #0003!important}.dark .footer-section:hover,[data-theme=dark] .footer-section:hover,html.dark .footer-section:hover{box-shadow:0 4px 16px #0000004d!important}.footer-section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.dark .footer-section-title,[data-theme=dark] .footer-section-title,html.dark .footer-section-title{color:#f9fafb!important}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;padding:.5rem;border-radius:.5rem}.footer-link:hover{color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(4px)}.dark .footer-link,[data-theme=dark] .footer-link,html.dark .footer-link{color:#d1d5db!important}.dark .footer-link:hover,[data-theme=dark] .footer-link:hover,html.dark .footer-link:hover{color:#60a5fa!important;background:linear-gradient(135deg,#3b82f61a,#3b82f633)!important}.social-links{display:flex;flex-wrap:wrap;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280;text-decoration:none;transition:all .3s ease;border:1px solid #d1d5db}.social-link:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #00000026}.social-link.discord:hover{background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;border-color:#5865f2}.social-link.twitter:hover{background:linear-gradient(135deg,#1da1f2,#0d8bd9);color:#fff;border-color:#1da1f2}.social-link.telegram:hover{background:linear-gradient(135deg,#08c,#006ba6);color:#fff;border-color:#08c}.social-link.instagram:hover{background:linear-gradient(135deg,#e4405f,#c13584);color:#fff;border-color:#e4405f}.social-link.tiktok:hover{background:linear-gradient(135deg,#000,#333);color:#fff;border-color:#000}.social-link.linktree:hover{background:linear-gradient(135deg,#39e09b,#2dd4bf);color:#fff;border-color:#39e09b}.dark .social-link,[data-theme=dark] .social-link,html.dark .social-link{background:linear-gradient(135deg,#4b5563,#374151)!important;color:#d1d5db!important;border-color:#6b7280!important}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:.75rem;padding:1.5rem}.dark .footer-bottom,[data-theme=dark] .footer-bottom,html.dark .footer-bottom{background:linear-gradient(135deg,#374151,#2a2c37)!important;border-color:#4b5563!important}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright{color:#6b7280;font-size:.875rem;font-weight:500}.dark .footer-copyright,[data-theme=dark] .footer-copyright,html.dark .footer-copyright{color:#9ca3af!important}.footer-legal-links{display:flex;align-items:center;gap:2rem}.footer-legal-link{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.footer-legal-link:hover{color:#3b82f6}.dark .footer-legal-link,[data-theme=dark] .footer-legal-link,html.dark .footer-legal-link{color:#9ca3af!important}.dark .footer-legal-link:hover,[data-theme=dark] .footer-legal-link:hover,html.dark .footer-legal-link:hover{color:#60a5fa!important}.footer-powered{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.footer-powered-label{color:#6b7280}.footer-powered-brand{font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;color:transparent}.dark .footer-powered-label,[data-theme=dark] .footer-powered-label,html.dark .footer-powered-label{color:#9ca3af!important}@media (max-width: 767px){.footer-container{padding:2rem 0 1rem}.footer-content{padding:0 .75rem}.footer-grid{gap:1.5rem}.footer-brand,.footer-section{padding:1.25rem}.footer-logo-section{flex-direction:column;text-align:center;gap:.75rem}.footer-legal-links{flex-direction:column;gap:1rem}.social-links{justify-content:center}}.modal-container{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dark .modal-container{background:#000000b3}.modal-content{position:relative;max-width:90vw;max-height:90vh;overflow:auto;z-index:1001}.qr-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;margin:0 auto;position:relative;z-index:1002}.dark .qr-card{background:#1f2937;border-color:#374151;box-shadow:0 4px 6px -1px #0000004d}.modal-close-button{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:1003}.modal-close-button:hover{background:#0003;color:#374151}.dark .modal-close-button{background:#ffffff1a;color:#9ca3af}.dark .modal-close-button:hover{background:#fff3;color:#f3f4f6}.qr-code-small{width:120px;height:120px}.qr-code-medium{width:180px;height:180px}.qr-code-large{width:240px;height:240px}@media (max-width: 640px){.qr-code-small{width:100px;height:100px}.qr-code-medium{width:160px;height:160px}.qr-code-large{width:200px;height:200px}}.qr-card img,.qr-card canvas{width:100%;height:100%;display:block}.qr-loading{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:.75rem}.dark .qr-loading{background:linear-gradient(135deg,#374151,#4b5563)}.qr-loading-spinner{width:2rem;height:2rem;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:qr-spin .8s linear infinite}@keyframes qr-spin{to{transform:rotate(360deg)}}.qr-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.qr-status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;text-align:center;width:100%;max-width:300px}.qr-status-waiting{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#3b82f6}.dark .qr-status-waiting{background-color:#3b82f633;border-color:#3b82f64d;color:#60a5fa}.qr-status-success{background-color:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981}.dark .qr-status-success{background-color:#10b98133;border-color:#10b9814d;color:#34d399}.qr-status-error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444}.dark .qr-status-error{background-color:#ef444433;border-color:#ef44444d;color:#f87171}.qr-timer{font-size:.75rem;color:#6b7280;font-weight:500;margin-top:.5rem}.dark .qr-timer{color:#9ca3af}.qr-instructions{text-align:center;color:#6b7280;font-size:.875rem;line-height:1.5;max-width:300px;margin:0 auto}.dark .qr-instructions{color:#9ca3af}.qr-actions{display:flex;gap:.75rem;margin-top:1rem;width:100%;max-width:300px}.qr-button{flex:1;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.qr-button-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.qr-button-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.qr-button-secondary{background:transparent;color:#4b5563;border:1px solid #e5e7eb}.dark .qr-button-secondary{color:#d1d5db;border-color:#374151}.qr-button-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.dark .qr-button-secondary:hover{background-color:#1f2937;border-color:#4b5563}.qr-modal-wrapper{padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@keyframes qr-fade-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.qr-card{animation:qr-fade-in .3s ease-out}.qr-card img,.qr-card canvas{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.swap-page{min-height:100vh;background:var(--bg-primary);padding:.75rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.swap-container{max-width:420px;width:100%;margin:0 auto;position:relative;z-index:2;padding:0 .5rem}.swap-header-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:2rem 1.5rem;margin-bottom:1.5rem;text-align:center;box-shadow:var(--shadow-sm);position:relative;z-index:3}.swap-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.swap-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.swap-subtitle{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.swap-interface-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-sm);position:relative;z-index:3}.swap-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.token-input-section{background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:6px;padding:1rem;margin-bottom:.75rem}.token-input-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.token-input-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.token-balance{color:var(--text-muted);font-size:.75rem}.token-input-content{display:flex;flex-direction:column;gap:.75rem}.amount-input{width:100%;padding:1rem 1.25rem;font-size:max(16px,1.125rem);background:var(--bg-secondary);border:2px solid var(--border-light);border-radius:16px;color:var(--text-primary);transition:all .3s ease;min-height:56px;font-weight:700;letter-spacing:-.025em;box-shadow:0 2px 8px #0000000a}.dark .amount-input{background:var(--bg-tertiary);border-color:var(--border-dark);color:var(--text-primary);box-shadow:0 2px 8px #0003}.amount-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;background:var(--bg-secondary)}.dark .amount-input:focus{background:var(--bg-secondary);box-shadow:0 0 0 4px #3b82f640}.amount-input::-moz-placeholder{color:var(--text-muted);font-weight:400}.amount-input::placeholder{color:var(--text-muted);font-weight:400}.token-selector{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:var(--bg-secondary);border:2px solid var(--border-light);border-radius:16px;cursor:pointer;transition:all .3s ease;min-height:56px;font-weight:600;box-shadow:0 2px 8px #0000000a;color:var(--text-primary)}.dark .token-selector{background:var(--bg-tertiary);border-color:var(--border-dark);box-shadow:0 2px 8px #0003;color:var(--text-primary)}.token-selector:hover{background:var(--bg-tertiary);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.dark .token-selector:hover{background:var(--bg-secondary);box-shadow:0 4px 12px #3b82f640}.token-display{display:flex;align-items:center;gap:.5rem}.token-icon{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #0000001a}.token-symbol{font-weight:700;color:var(--text-primary);font-size:1rem;letter-spacing:-.025em}.dark .token-symbol{color:var(--text-primary)}.token-name{color:var(--text-muted);font-size:.75rem;margin-left:.25rem}.swap-direction{display:flex;justify-content:center;margin:.5rem 0;position:relative}.swap-direction-button{background:var(--bg-secondary);border:2px solid var(--border-medium);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);position:relative;z-index:10}.swap-direction-button:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-inverse);transform:rotate(180deg)}.swap-details{background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:6px;padding:.75rem;margin-bottom:1rem}.detail-row{display:flex;justify-content:between;align-items:center;margin-bottom:.5rem}.detail-row:last-child{margin-bottom:0}.detail-label{color:var(--text-secondary);font-size:.875rem}.detail-value{color:var(--text-primary);font-size:.875rem;font-weight:500}.price-positive{color:var(--success)}.price-negative{color:var(--error)}.swap-actions{display:flex;flex-direction:column;gap:.75rem}.swap-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:16px;font-size:max(16px,1rem);font-weight:700;letter-spacing:-.025em;cursor:pointer;transition:all .3s ease;min-height:56px;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #3b82f64d}.swap-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.swap-button:disabled{background:var(--bg-accent);color:var(--text-muted);cursor:not-allowed}.swap-button.loading{pointer-events:none}.connect-wallet-button{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-medium)}.connect-wallet-button:hover{background:var(--bg-accent);border-color:var(--accent-primary)}.additional-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.action-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:48px;box-shadow:0 2px 4px #0000000a}.action-button:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6;box-shadow:0 4px 8px #3b82f626;transform:translateY(-1px)}.trustline-section{background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:6px;padding:1rem;margin-top:1rem}.trustline-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.trustline-title{color:var(--text-primary);font-weight:600;font-size:.875rem}.trustline-description{color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.trustline-button{width:100%;padding:.75rem 1rem;background:var(--accent-primary);color:var(--text-inverse);border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);min-height:40px}.trustline-button:hover{background:var(--accent-hover)}.message-card{border-radius:6px;padding:1rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.message-success{background:color-mix(in srgb,var(--success) 10%,var(--bg-secondary));border:1px solid color-mix(in srgb,var(--success) 30%,var(--border-light))}.message-error{background:color-mix(in srgb,var(--error) 10%,var(--bg-secondary));border:1px solid color-mix(in srgb,var(--error) 30%,var(--border-light))}.message-warning{background:color-mix(in srgb,var(--warning) 10%,var(--bg-secondary));border:1px solid color-mix(in srgb,var(--warning) 30%,var(--border-light))}.message-content{flex:1}.message-title{font-weight:600;margin-bottom:.25rem;font-size:.875rem}.message-text{font-size:.875rem;line-height:1.5}@media (min-width: 768px){.swap-page{padding:2rem}.swap-container{max-width:500px;padding:0}.swap-header-card{padding:2.5rem 2rem}.swap-interface-card{padding:2rem}.swap-card{padding:1.5rem}.token-input-content{flex-direction:row;align-items:center}.amount-input{flex:1;font-size:1.125rem;min-height:auto}.token-selector{flex:0 0 auto;width:auto;min-width:140px;font-size:.875rem;min-height:auto}.swap-button{font-size:1rem;min-height:auto}.additional-actions{flex-direction:row}}@media (min-width: 1024px){.swap-container{max-width:600px}.swap-header-card{padding:3rem 2.5rem}.swap-interface-card{padding:2.5rem}}.dark .swap-page{background:linear-gradient(135deg,#1e293b,#0f172a,#334155)}.dark .token-selector{background:#2a2c37!important;border-color:#374151!important;color:#f1f5f9!important}.dark .token-selector:hover{background:#333844!important;border-color:#3b82f6!important}.dark .amount-input{background:#2a2c37!important;border-color:#374151!important;color:#f1f5f9!important}.dark .amount-input:focus{background:#333844!important;border-color:#3b82f6!important}.dark .action-button{background:#2a2c37!important;border-color:#374151!important;color:#f1f5f9!important}.dark .action-button:hover{background:#333844!important;border-color:#3b82f6!important}.token-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.token-dialog-content{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 20px 60px #00000026;max-width:420px;width:95vw;padding:0;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.token-dialog-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1.5rem 2rem;border-bottom:none;margin:0}.token-dialog-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.025em}.token-dialog-body{padding:1.5rem 2rem 2rem}.search-input{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:16px;padding:.875rem 1rem .875rem 2.5rem;font-size:max(16px,.875rem);font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;background:#fff}.token-list-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:.5rem;cursor:pointer;transition:all .3s ease;font-weight:500}.token-list-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.token-logo-small{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 8px #0000001a}.token-placeholder-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b;box-shadow:0 2px 8px #0000001a}.token-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.token-symbol{font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:-.025em}.token-name{font-size:.875rem;font-weight:500;color:#64748b}.token-balance-info{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.token-balance{font-size:.875rem;font-weight:600;color:#059669}.token-usd-value{font-size:.75rem;font-weight:500;color:#64748b}.dark .token-dialog-content{background:#2a2c37!important;border-color:#374151!important}.dark .token-dialog-header{background:linear-gradient(135deg,#1e40af,#1e3a8a)!important}.dark .search-input{background:#374151!important;border-color:#4b5563!important;color:#f1f5f9!important}.dark .search-input:focus{background:#4b5563!important;border-color:#3b82f6!important}.dark .token-list-item{background:#374151!important;border-color:#4b5563!important}.dark .token-list-item:hover{background:#4b5563!important;border-color:#3b82f6!important}.dark .token-symbol{color:#f1f5f9!important}.dark .token-name{color:#d1d5db!important}.dark .token-balance{color:#10b981!important}.dark .token-usd-value{color:#9ca3af!important}.dark .swap-page,[data-theme=dark] .swap-page,html.dark .swap-page{background:#111827!important}.dark .swap-header-card,[data-theme=dark] .swap-header-card,html.dark .swap-header-card,.dark .swap-card,[data-theme=dark] .swap-card,html.dark .swap-card{background:#2a2c37!important;border-color:#374151!important}.dark .token-input-section,[data-theme=dark] .token-input-section,html.dark .token-input-section{background:#374151!important;border-color:#4b5563!important}.dark .amount-input,[data-theme=dark] .amount-input,html.dark .amount-input,.dark .token-selector,[data-theme=dark] .token-selector,html.dark .token-selector{background:#2a2c37!important;border-color:#4b5563!important;color:#f9fafb!important}.dark .swap-title,[data-theme=dark] .swap-title,html.dark .swap-title,.dark .token-input-label,[data-theme=dark] .token-input-label,html.dark .token-input-label,.dark .token-name,[data-theme=dark] .token-name,html.dark .token-name{color:#f9fafb!important}.dark .swap-subtitle,[data-theme=dark] .swap-subtitle,html.dark .swap-subtitle,.dark .token-balance,[data-theme=dark] .token-balance,html.dark .token-balance,.dark .token-symbol,[data-theme=dark] .token-symbol,html.dark .token-symbol{color:#d1d5db!important}.dark .swap-details,[data-theme=dark] .swap-details,html.dark .swap-details,.dark .trustline-section,[data-theme=dark] .trustline-section,html.dark .trustline-section{background:#374151!important;border-color:#4b5563!important}.dark .detail-value,[data-theme=dark] .detail-value,html.dark .detail-value,.dark .trustline-title,[data-theme=dark] .trustline-title,html.dark .trustline-title{color:#f9fafb!important}.dark .detail-label,[data-theme=dark] .detail-label,html.dark .detail-label,.dark .trustline-description,[data-theme=dark] .trustline-description,html.dark .trustline-description{color:#d1d5db!important}.coming-soon-payment{margin-top:.75rem;padding:.75rem;background:linear-gradient(to right,#fff7ed,#fefce8);border-radius:.75rem;border:1px solid #fed7aa}.dark .coming-soon-payment,[data-theme=dark] .coming-soon-payment,html.dark .coming-soon-payment{background:linear-gradient(to right,#9a341233,#854d0e33)!important;border-color:#c2410c!important}.coming-soon-icon{color:#ea580c}.dark .coming-soon-icon,[data-theme=dark] .coming-soon-icon,html.dark .coming-soon-icon{color:#fb923c!important}.coming-soon-text{color:#c2410c;font-weight:500}.dark .coming-soon-text,[data-theme=dark] .coming-soon-text,html.dark .coming-soon-text{color:#fdba74!important}.coming-soon-badge{background:#fed7aa;color:#9a3412;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.dark .coming-soon-badge,[data-theme=dark] .coming-soon-badge,html.dark .coming-soon-badge{background:#c2410c!important;color:#fed7aa!important}.wallet-connection-card{background:linear-gradient(to bottom right,#dbeafe,#e0e7ff);border-radius:1rem;padding:1.5rem;border:1px solid #bfdbfe;margin-bottom:1rem}.dark .wallet-connection-card,[data-theme=dark] .wallet-connection-card,html.dark .wallet-connection-card{background:linear-gradient(to bottom right,#1e40af4d,#4338ca4d)!important;border-color:#3b82f6!important}.wallet-connection-content{text-align:center;display:flex;flex-direction:column;gap:1rem}.wallet-icon-container{width:3rem;height:3rem;margin:0 auto;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}.wallet-connection-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.dark .wallet-connection-title,[data-theme=dark] .wallet-connection-title,html.dark .wallet-connection-title{color:#fff!important}.wallet-connection-description{font-size:.875rem;color:#4b5563;margin-bottom:1rem}.dark .wallet-connection-description,[data-theme=dark] .wallet-connection-description,html.dark .wallet-connection-description{color:#9ca3af!important}.swap-main-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.dark .swap-main-card,[data-theme=dark] .swap-main-card,html.dark .swap-main-card{background:#2a2c37!important;border-color:#374151!important;box-shadow:0 2px 8px #0000004d!important}.exchange-rate-card{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;border:1px solid rgba(59,130,246,.3);box-shadow:0 4px 12px #3b82f626;transition:all .3s ease}.exchange-rate-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f640}.exchange-rate-content{text-align:center;color:#fff}.exchange-rate-label{display:block;font-size:.875rem;font-weight:500;color:#fffc;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.exchange-rate-main{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.exchange-rate-inverse{font-size:.75rem;color:#ffffffb3;font-weight:500}.exchange-rate-tokens{display:flex;align-items:center;gap:.5rem;justify-content:center;flex-wrap:wrap}.exchange-rate-tokens-small{display:flex;align-items:center;gap:.375rem;justify-content:center;flex-wrap:wrap}.exchange-rate-token-logo{width:20px;height:20px;border-radius:50%;flex-shrink:0}.exchange-rate-token-logo-small{width:16px;height:16px;border-radius:50%;flex-shrink:0}.exchange-rate-token-fallback{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.exchange-rate-token-fallback-small{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#fff;flex-shrink:0}.exchange-rate-equals{font-weight:600;color:#ffffffe6}img{max-width:100%;height:auto;display:block}.token-image,.token-logo,.token-icon{border-radius:50%;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;background:#fff;padding:1px}.token-image:hover,.token-logo:hover,.token-icon:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.qr-image,.qr-code{border-radius:8px;box-shadow:0 4px 12px #00000026;background:#fff;padding:8px;transition:all .3s ease}.qr-image:hover,.qr-code:hover{transform:scale(1.02);box-shadow:0 6px 16px #0003}.logo-image,.brand-logo{border-radius:6px;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.logo-image:hover,.brand-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.chain-image,.chain-logo{border-radius:50%;box-shadow:0 2px 4px #0000001a;background:#fff;padding:2px;transition:all .3s ease}.chain-image:hover,.chain-logo:hover{transform:scale(1.1);box-shadow:0 4px 8px #0003}.avatar-image,.profile-image{border-radius:50%;box-shadow:0 3px 6px #00000026;border:2px solid white;transition:all .3s ease}.avatar-image:hover,.profile-image:hover{transform:scale(1.05);box-shadow:0 6px 12px #0003}.card-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease;overflow:hidden}.card-image:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.image-xs{width:16px;height:16px}.image-sm{width:20px;height:20px}.image-md{width:24px;height:24px}.image-lg{width:160px;height:160px}.image-xl{width:96px;height:96px}.image-2xl{width:48px;height:48px}.dark img{opacity:.95}.dark .token-image,.dark .token-logo,.dark .token-icon,.dark .chain-image,.dark .chain-logo,.dark .qr-image,.dark .qr-code{background:#2a2c37;border:1px solid #374151}.dark .avatar-image,.dark .profile-image{border-color:#2a2c37}img[src=""],img:not([src]){background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.dark img[src=""],.dark img:not([src]){background:linear-gradient(90deg,#374151 25%,#4b5563,#374151 75%);background-size:200% 100%}img[alt]:after{content:attr(alt);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:4px;font-size:12px;text-align:center}.token-selector-button{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.token-selector-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.token-selector-button:active{transform:translateY(-1px);transition:all .1s cubic-bezier(.4,0,.2,1)}.token-selector-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#3b82f64d;transform:translate(-50%,-50%);transition:width .6s,height .6s;pointer-events:none;opacity:0}.token-selector-button:active:before{width:300px;height:300px;opacity:1;transition:width .6s,height .6s,opacity .3s}.token-selector-icon{transition:all .3s cubic-bezier(.4,0,.2,1)}.token-selector-button:hover .token-selector-icon{transform:scale(1.1) rotate(5deg)}.token-selector-button:active .token-selector-icon{transform:scale(.95)}.token-selector-text{transition:all .3s cubic-bezier(.4,0,.2,1)}.token-selector-button:hover .token-selector-text{color:#2563eb}.token-list-item{position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;border-radius:12px;overflow:hidden}.token-list-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .5s;pointer-events:none}.token-list-item:hover:before{left:100%}.token-list-item:hover{transform:translate(4px);background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 4px 12px #3b82f61a;border-color:#3b82f6}.dark .token-list-item:hover{background:linear-gradient(135deg,#374151,#4b5563)}.token-list-item:active{transform:translate(2px) scale(.98);transition:all .1s cubic-bezier(.4,0,.2,1)}.token-logo-container{position:relative}.token-logo-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:2px solid rgba(59,130,246,.3);transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.token-list-item:hover .token-logo-container:after{transform:scale(1.2);opacity:1;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1.2);opacity:1}to{transform:scale(1.8);opacity:0}}.token-search-input{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.token-search-input:focus{transform:scale(1.02);box-shadow:0 0 0 3px #3b82f61a}.token-dialog-enter{animation:token-dialog-slide-up .3s cubic-bezier(.4,0,.2,1)}.token-dialog-exit{animation:token-dialog-slide-down .2s cubic-bezier(.4,0,.2,1)}@keyframes token-dialog-slide-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes token-dialog-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}.token-selected{animation:token-selection-success .6s cubic-bezier(.4,0,.2,1)}@keyframes token-selection-success{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(.98)}to{transform:scale(1)}}.token-action-feedback{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.token-selected .token-action-feedback{transform:scale(1);opacity:1;animation:token-feedback-bounce .5s cubic-bezier(.4,0,.2,1)}@keyframes token-feedback-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.token-loading{position:relative;overflow:hidden}.token-loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:token-loading-shimmer 1.5s infinite}@keyframes token-loading-shimmer{0%{left:-100%}to{left:100%}}@media (hover: none) and (pointer: coarse){.token-selector-button:active{background:#3b82f61a}.token-list-item:active{background:#3b82f60d}}.token-selector-button.loading{pointer-events:none;opacity:.7}.token-selector-button.loading .token-selector-icon{animation:token-loading-spin 1s linear infinite}@keyframes token-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.token-loading-state{position:relative;overflow:hidden}.token-loading-state:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);animation:token-loading-wave 2s infinite;pointer-events:none}@keyframes token-loading-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.payment-methods-container{margin-top:1rem;margin-bottom:1rem}.payment-methods-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.payment-method-option{display:flex;align-items:center;justify-content:space-between;padding:.875rem;background:var(--bg-tertiary);border:2px solid var(--border-light);border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:.5rem}.payment-method-option:hover{background:var(--bg-secondary);border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61a}.payment-method-option.selected{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.dark .payment-method-option.selected{background:linear-gradient(135deg,#1e40af33,#4338ca33)}.payment-method-content{display:flex;align-items:center;gap:.75rem;flex:1}.payment-method-logo{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 2px 8px #3b82f64d}.payment-method-info{flex:1}.payment-method-name{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem}.payment-method-balance{font-size:.875rem;color:var(--text-secondary)}.payment-method-usd{font-size:.75rem;color:var(--text-muted)}.payment-method-radio{width:20px;height:20px;border:2px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.payment-method-radio.checked{border-color:#3b82f6;background:#3b82f6}.radio-dot{width:8px;height:8px;border-radius:50%;background:#fff;transform:scale(0);transition:transform .2s ease}.payment-method-radio.checked .radio-dot{transform:scale(1)}.riddle-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.riddle-confirmation-modal{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;animation:modal-slide-up .3s ease}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.riddle-confirmation-header{padding:2rem 2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border-light)}.riddle-logo-large{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #3b82f64d}.rdl-logo-text{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.riddle-confirmation-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.riddle-confirmation-subtitle{font-size:.875rem;color:var(--text-secondary)}.riddle-confirmation-details{padding:1.5rem 2rem}.swap-detail-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.swap-detail-row:last-child{border-bottom:none}.detail-label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.detail-value{text-align:right}.detail-amount{font-size:.875rem;font-weight:600;color:var(--text-primary);display:block}.detail-usd{font-size:.75rem;color:var(--text-muted)}.swap-arrow-container{display:flex;justify-content:center;margin:.5rem 0}.swap-arrow{width:20px;height:20px;color:#3b82f6}.riddle-confirmation-actions{padding:1.5rem 2rem;display:flex;gap:1rem;border-top:1px solid var(--border-light)}.riddle-cancel-btn{flex:1;padding:.75rem 1.5rem;font-weight:600}.riddle-confirm-btn{flex:1;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.riddle-confirm-btn:hover{background:linear-gradient(135deg,#1d4ed8,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.riddle-confirm-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.dark .riddle-confirmation-modal{background:#2a2c37;border-color:#374151}.dark .riddle-confirmation-header,.dark .riddle-confirmation-details,.dark .swap-detail-row,.dark .riddle-confirmation-actions{border-color:#374151}.token-success-ripple{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#10b9814d;transform:translate(-50%,-50%);animation:token-success-ripple .8s ease-out}@keyframes token-success-ripple{0%{width:0;height:0;opacity:1}to{width:100px;height:100px;opacity:0}}.token-selector-button:hover .token-selector-text,.token-list-item:hover .token-symbol{background:linear-gradient(135deg,#2563eb,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.token-dialog-content[data-state=open]{animation:token-dialog-slide-up .3s cubic-bezier(.4,0,.2,1)}.token-dialog-content[data-state=closed]{animation:token-dialog-slide-down .2s cubic-bezier(.4,0,.2,1)}.token-selector-icon:hover{filter:drop-shadow(0 0 8px rgba(59,130,246,.4))}.token-logo-container:hover{filter:drop-shadow(0 0 6px rgba(59,130,246,.3))}.token-selector-button{border:2px solid transparent;background-clip:padding-box}.token-selector-button:hover{border-color:#3b82f64d;background:linear-gradient(135deg,#3b82f60d,#7c3aed0d)}.token-list-item{border:1px solid transparent}.token-list-item:hover{border-color:#3b82f633}.xaman-qr-modal{width:95vw;max-width:400px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden}.dark .xaman-qr-modal{background:#1f2937;border-color:#374151}.swap-details-section{width:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;padding:1rem;border:1px solid #d1d5db}.dark .swap-details-section{background:linear-gradient(135deg,#374151,#4b5563);border-color:#6b7280}.swap-detail-item{display:flex;flex-direction:column;gap:.5rem;text-align:center}.swap-detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.dark .swap-detail-label{color:#9ca3af}.swap-detail-value{font-size:1.125rem;font-weight:700;color:#111827}.dark .swap-detail-value{color:#f9fafb}.qr-loading-text{font-size:.875rem;color:#6b7280}.dark .qr-loading-text{color:#9ca3af}.qr-error{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.qr-error-icon{width:2rem;height:2rem;color:#ef4444}.qr-error-text{font-size:.875rem;color:#6b7280}.dark .qr-error-text{color:#9ca3af}.open-xaman-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:12px;border:none;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;font-size:.875rem;width:100%;max-width:200px}.open-xaman-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003;background:linear-gradient(135deg,#2563eb,#7c3aed)}.swap-direction-button{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f640;transition:all .3s ease;cursor:pointer}.swap-direction-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #3b82f659;background:linear-gradient(135deg,#2563eb,#7c3aed)}.swap-direction-button:active{transform:translateY(0) scale(.95)}.dark .swap-direction-button{border-color:#2a2c37}.main-swap-button{width:100%;height:56px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f640;transition:all .3s ease;cursor:pointer;margin-top:1.5rem;letter-spacing:-.025em}.main-swap-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f659;background:linear-gradient(135deg,#2563eb,#7c3aed)}.main-swap-button:active:not(:disabled){transform:translateY(0)}.main-swap-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #3b82f626}.coming-soon-payment{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:12px;transition:all .3s ease}.dark .coming-soon-payment{background:linear-gradient(135deg,#374151,#4b5563);border-color:#6b7280}.coming-soon-content{display:flex;align-items:center;justify-content:center;gap:.75rem}.coming-soon-icon{font-size:1.25rem}.coming-soon-text{font-weight:600;color:#374151;font-size:.875rem}.dark .coming-soon-text{color:#d1d5db}.coming-soon-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;letter-spacing:.05em}@media (max-width: 640px){.xaman-qr-modal{width:90vw;max-width:300px}.qr-modal-content{padding:1rem;gap:1rem}.qr-image{width:64px;height:64px}.swap-detail-value{font-size:.875rem}.swap-direction-button{width:40px;height:40px}.main-swap-button{height:48px;font-size:1rem}.coming-soon-content{flex-direction:column;gap:.5rem}.coming-soon-text{font-size:.75rem;text-align:center}}.swap-interface-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.dark .swap-interface-card,[data-theme=dark] .swap-interface-card,html.dark .swap-interface-card{background:#2a2c37!important;border-color:#374151!important;box-shadow:0 2px 8px #0000004d!important}.swap-token-input-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:1rem;transition:all var(--transition-fast)}.swap-token-input-card:hover{border-color:var(--border-medium);box-shadow:0 4px 12px #0000000d}.swap-token-input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.swap-token-input-label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.swap-token-input-balance{font-size:.75rem;color:var(--text-muted)}.swap-token-input-body{display:flex;flex-direction:column;gap:.75rem}.swap-token-input-row{display:flex;align-items:center;gap:.75rem}.swap-token-amount-input{flex:1;background:transparent;border:none;outline:none;font-size:1.5rem;font-weight:700;color:var(--text-primary);padding:0}.swap-token-amount-input::-moz-placeholder{color:var(--text-muted);opacity:.5}.swap-token-amount-input::placeholder{color:var(--text-muted);opacity:.5}.swap-token-selector-button{display:flex;align-items:center;gap:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:12px;padding:.625rem .875rem;cursor:pointer;transition:all var(--transition-fast);min-width:120px;justify-content:space-between}.swap-token-selector-button:hover{background:var(--bg-accent);border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.token-symbol{font-weight:600;color:var(--text-primary)}.select-token-text{font-weight:600;color:var(--accent-primary)}.token-fallback-icon{width:20px;height:20px;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.swap-quick-amounts{display:flex;gap:.5rem}.swap-quick-amount-button{flex:1;padding:.375rem .5rem;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:8px;font-size:.75rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.swap-quick-amount-button:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:translateY(-1px)}.swap-token-usd-value{font-size:.875rem;color:var(--text-muted);text-align:right}.swap-details-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:1rem;margin-top:1rem}.swap-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.swap-details-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.swap-details-content{display:flex;flex-direction:column;gap:.625rem}.swap-detail-row{display:flex;justify-content:space-between;align-items:center}.swap-detail-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-secondary)}.swap-detail-value{font-size:.8125rem;font-weight:600;color:var(--text-primary);text-align:right}.exchange-rate-display{color:var(--accent-primary)}.price-impact{color:var(--success)}.swap-button-enhanced{position:relative;width:100%;padding:1.25rem 2rem;border-radius:20px;border:none;font-size:1.125rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;isolation:isolate;letter-spacing:.025em;text-transform:uppercase}.swap-button-content{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;z-index:1}.swap-button-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity var(--transition-base);animation:buttonGlow 3s linear infinite;z-index:0}@keyframes buttonGlow{0%{transform:translate(-100%) translateY(-100%)}to{transform:translate(100%) translateY(100%)}}@keyframes buttonPulse{0%,to{box-shadow:0 6px 24px #3b82f680}50%{box-shadow:0 8px 32px #3b82f6b3}}.swap-button-ready{animation:buttonPulse 3s ease-in-out infinite}.dark .swap-button-ready,[data-theme=dark] .swap-button-ready,html.dark .swap-button-ready{animation:buttonPulseDark 3s ease-in-out infinite}@keyframes buttonPulseDark{0%,to{box-shadow:0 6px 24px #4f46e599}50%{box-shadow:0 8px 32px #4f46e5cc}}.swap-button-ready{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 6px 24px #3b82f680;border:2px solid rgba(255,255,255,.2);font-size:1.125rem;font-weight:800;min-height:64px;position:relative;overflow:hidden}.dark .swap-button-ready,[data-theme=dark] .swap-button-ready,html.dark .swap-button-ready{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 6px 24px #4f46e599;border:2px solid rgba(255,255,255,.3)}.swap-button-ready:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #3b82f699;background:linear-gradient(135deg,#2563eb,#1e40af)}.dark .swap-button-ready:hover:not(:disabled),[data-theme=dark] .swap-button-ready:hover:not(:disabled),html.dark .swap-button-ready:hover:not(:disabled){background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 12px 32px #4f46e5b3}.swap-button-ready:hover .swap-button-glow{opacity:1}.swap-button-ready:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.swap-button-wallet{background:linear-gradient(135deg,#f59e0b,#dc2626);color:#fff;box-shadow:0 6px 24px #f59e0b80;border:2px solid rgba(255,255,255,.2);min-height:64px}.dark .swap-button-wallet,[data-theme=dark] .swap-button-wallet,html.dark .swap-button-wallet{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 6px 24px #f59e0b99;border:2px solid rgba(255,255,255,.3)}.swap-button-wallet:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #f59e0b99;background:linear-gradient(135deg,#d97706,#b91c1c)}.dark .swap-button-wallet:hover:not(:disabled),[data-theme=dark] .swap-button-wallet:hover:not(:disabled),html.dark .swap-button-wallet:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#dc2626);box-shadow:0 12px 32px #f59e0bb3}.swap-button-trustline{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 6px 24px #10b98180;border:2px solid rgba(255,255,255,.2);min-height:64px}.dark .swap-button-trustline,[data-theme=dark] .swap-button-trustline,html.dark .swap-button-trustline{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 6px 24px #14b8a699;border:2px solid rgba(255,255,255,.3)}.swap-button-trustline:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #10b98199;background:linear-gradient(135deg,#047857,#065f46)}.dark .swap-button-trustline:hover:not(:disabled),[data-theme=dark] .swap-button-trustline:hover:not(:disabled),html.dark .swap-button-trustline:hover:not(:disabled){background:linear-gradient(135deg,#0f766e,#0a5b5b);box-shadow:0 12px 32px #14b8a6b3}.swap-button-loading{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;cursor:wait}.swap-button-disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed;opacity:.6}.swap-interface-enhanced{background:var(--bg-secondary);border-radius:24px;border:1px solid var(--border-light);box-shadow:0 10px 40px #0000001a;overflow:hidden;transition:all var(--transition-base)}.swap-interface-enhanced:hover{box-shadow:0 20px 60px #00000026}.swap-interface-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%)}.swap-interface-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.swap-settings-button{background:transparent;border:1px solid var(--border-light);border-radius:12px;padding:.5rem;cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast)}.swap-settings-button:hover{background:var(--bg-tertiary);color:var(--accent-primary);transform:rotate(45deg)}.swap-interface-body{padding:1.5rem;position:relative}.swap-direction-button-enhanced{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border:3px solid var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;box-shadow:0 8px 24px #3b82f64d;transition:all var(--transition-base);z-index:10}.swap-direction-button-enhanced:hover{transform:translate(-50%,-50%) rotate(180deg) scale(1.1);box-shadow:0 12px 32px #3b82f666}.swap-direction-button-enhanced:active{transform:translate(-50%,-50%) rotate(180deg) scale(.95)}.token-selector-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.swap-settings-panel{position:absolute;right:0;top:100%;margin-top:.5rem;background:var(--bg-secondary);border:1px solid var(--border-medium);border-radius:16px;box-shadow:0 10px 40px #00000026;width:320px;z-index:20}.swap-settings-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border-light)}.swap-settings-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.swap-settings-close{background:transparent;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all var(--transition-fast)}.swap-settings-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.swap-settings-content{padding:1rem}.swap-setting-item{margin-bottom:1rem}.swap-setting-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.75rem}.swap-setting-options{display:flex;gap:.5rem}.swap-setting-option{flex:1;padding:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:8px;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.swap-setting-option:hover{background:var(--accent-light);color:var(--accent-primary);border-color:var(--accent-primary)}.swap-setting-option.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.swap-setting-custom{flex:1.5;padding:.5rem .75rem;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;font-size:.875rem;color:var(--text-primary);transition:all var(--transition-fast)}.swap-setting-custom:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}.swap-container{padding:.75rem}.swap-header-card{margin-bottom:1rem;padding:1rem;text-align:center}.swap-icon{font-size:2rem;margin-bottom:.5rem}.token-input-section{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;margin-bottom:.75rem;box-shadow:0 4px 6px #0000000d,0 10px 25px #0000001a;transition:all .3s ease}.token-input-section:hover{box-shadow:0 8px 16px #0000001a,0 20px 40px #00000026}.dark .token-input-section,[data-theme=dark] .token-input-section,html.dark .token-input-section{background:linear-gradient(135deg,#374151,#4b5563)!important;border-color:#6b7280!important;box-shadow:0 4px 6px #0003,0 10px 25px #0000004d!important}.dark .token-input-section:hover,[data-theme=dark] .token-input-section:hover,html.dark .token-input-section:hover{box-shadow:0 8px 16px #0000004d,0 20px 40px #0006!important}.token-input-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding:0 .5rem}.token-input-label{font-size:.875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.dark .token-input-label,[data-theme=dark] .token-input-label,html.dark .token-input-label{color:#d1d5db!important}.token-input-content{display:flex;flex-direction:column;gap:1rem}.amount-input-container{display:flex;flex-direction:column;gap:.75rem}.amount-input{border:0!important;background:transparent!important;font-size:2rem!important;font-weight:700!important;color:#111827!important;padding:0!important;width:100%!important;outline:none!important;box-shadow:none!important;touch-action:manipulation}.amount-input:focus{outline:none!important;box-shadow:none!important;ring:0!important}.amount-input::-moz-placeholder{color:#d1d5db!important}.amount-input::placeholder{color:#d1d5db!important}.amount-input.readonly{color:#6b7280!important;cursor:default}.dark .amount-input,[data-theme=dark] .amount-input,html.dark .amount-input{color:#fff!important}.dark .amount-input::-moz-placeholder,[data-theme=dark] .amount-input::-moz-placeholder,html.dark .amount-input::-moz-placeholder{color:#4b5563!important}.dark .amount-input::placeholder,[data-theme=dark] .amount-input::placeholder,html.dark .amount-input::placeholder{color:#4b5563!important}.dark .amount-input.readonly,[data-theme=dark] .amount-input.readonly,html.dark .amount-input.readonly{color:#9ca3af!important}.usd-value-display{text-align:right;font-size:.875rem;color:#6b7280;margin-top:.5rem}.dark .usd-value-display,[data-theme=dark] .usd-value-display,html.dark .usd-value-display{color:#9ca3af!important}.coming-soon-payment{margin-top:.75rem;padding:.75rem;background:linear-gradient(135deg,#fef3cd,#fde68a);border:1px solid #f59e0b;border-radius:.75rem}.dark .coming-soon-payment,[data-theme=dark] .coming-soon-payment,html.dark .coming-soon-payment{background:linear-gradient(135deg,#fb923c33,#f59e0b33)!important;border-color:#f59e0b!important}.coming-soon-content{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.coming-soon-icon{color:#f59e0b}.coming-soon-text{color:#92400e;font-weight:500}.dark .coming-soon-text,[data-theme=dark] .coming-soon-text,html.dark .coming-soon-text{color:#fbbf24!important}.coming-soon-badge{background:#f59e0b;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.dark .coming-soon-badge,[data-theme=dark] .coming-soon-badge,html.dark .coming-soon-badge{background:#d97706!important;color:#fbbf24!important}.token-selector-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:3rem;touch-action:manipulation;box-shadow:0 2px 4px #0000000d}.token-selector-button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#3b82f6;box-shadow:0 4px 8px #0000001a}.dark .token-selector-button,[data-theme=dark] .token-selector-button,html.dark .token-selector-button{background:linear-gradient(135deg,#475569,#334155)!important;border-color:#64748b!important;color:#f1f5f9!important;box-shadow:0 2px 4px #0003!important}.dark .token-selector-button:hover,[data-theme=dark] .token-selector-button:hover,html.dark .token-selector-button:hover{background:linear-gradient(135deg,#334155,#1e293b)!important;border-color:#3b82f6!important;box-shadow:0 4px 8px #0000004d!important}.token-logo-small{width:1.25rem!important;height:1.25rem!important;border-radius:50%!important;flex-shrink:0!important}.token-logo-medium{width:1.75rem!important;height:1.75rem!important;border-radius:50%!important;flex-shrink:0!important}.token-selector-content{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.token-selector-icon{position:relative;flex-shrink:0}.token-placeholder-icon{width:1.25rem;height:1.25rem;background:#e5e7eb;border-radius:50%}.dark .token-placeholder-icon,[data-theme=dark] .token-placeholder-icon,html.dark .token-placeholder-icon{background:#6b7280!important}.token-verified-badge{position:absolute;top:-2px;right:-2px;width:.5rem;height:.5rem;background:#10b981;border-radius:50%;border:1px solid #ffffff}.dark .token-verified-badge,[data-theme=dark] .token-verified-badge,html.dark .token-verified-badge{border-color:#374151!important}.token-selector-info{display:flex;flex-direction:column;min-width:0;flex:1}.token-selector-symbol{font-size:.875rem;font-weight:600;color:#111827;line-height:1.2}.dark .token-selector-symbol,[data-theme=dark] .token-selector-symbol,html.dark .token-selector-symbol{color:#f9fafb!important}@media (max-width: 767px){.swap-container{padding:.5rem;max-width:100%}.swap-header-card,.swap-main-card,.swap-interface-card{margin-left:0;margin-right:0;padding:.875rem}.token-input-section{padding:1rem}.amount-input{font-size:16px!important}.token-selector-button{padding:.75rem;font-size:16px;min-height:2.75rem}}@media (min-width: 768px){.swap-container{max-width:500px;margin:0 auto;padding:1rem}.swap-header-card,.swap-main-card,.swap-interface-card{padding:1.25rem}.token-input-section{padding:1rem}}@media (min-width: 1024px){.swap-container{max-width:600px;padding:1.5rem}.swap-header-card,.swap-main-card,.swap-interface-card{padding:1.5rem}}.swap-direction-button{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:3px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.swap-direction-button:hover{transform:rotate(180deg) scale(1.1);box-shadow:0 6px 20px #3b82f666}.dark .swap-direction-button,[data-theme=dark] .swap-direction-button,html.dark .swap-direction-button{border-color:#2a2c37!important;box-shadow:0 4px 12px #3b82f680!important}.dark .swap-direction-button:hover,[data-theme=dark] .swap-direction-button:hover,html.dark .swap-direction-button:hover{box-shadow:0 6px 20px #3b82f699!important}.balance-display{text-align:right}.balance-amount{font-size:.875rem;font-weight:500;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.balance-usd{font-size:.75rem;color:#6b7280}.dark .balance-usd,[data-theme=dark] .balance-usd,html.dark .balance-usd{color:#9ca3af!important}.quick-amount-buttons{display:flex;gap:.5rem}.quick-amount-button{padding:.5rem .75rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:2.75rem;min-width:2.75rem;touch-action:manipulation}.quick-amount-button:hover{background:#e5e7eb;border-color:#3b82f6}.quick-amount-button.max{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:600;box-shadow:0 2px 4px #3b82f64d}.quick-amount-button.max:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 4px 8px #3b82f666}.dark .quick-amount-button,[data-theme=dark] .quick-amount-button,html.dark .quick-amount-button{background:#4b5563!important;border-color:#6b7280!important;color:#d1d5db!important}.dark .quick-amount-button:hover,[data-theme=dark] .quick-amount-button:hover,html.dark .quick-amount-button:hover{background:#374151!important;border-color:#3b82f6!important}.search-input{padding-left:2.5rem!important;height:3rem!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:.5rem!important;font-size:16px!important;touch-action:manipulation}.search-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.dark .search-input,[data-theme=dark] .search-input,html.dark .search-input{background:#374151!important;border-color:#4b5563!important;color:#f3f4f6!important}.dark .search-input:focus,[data-theme=dark] .search-input:focus,html.dark .search-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f633!important}.token-list-item{width:100%!important;justify-content:flex-start!important;height:auto!important;padding:.875rem 1rem!important;border-radius:.75rem!important;transition:all .2s ease!important;min-height:3.5rem!important;touch-action:manipulation;background:transparent!important;border:1px solid transparent!important}.token-list-item:hover{background:linear-gradient(135deg,#f0f9ff,#faf5ff)!important;border-color:#e0e7ff!important;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.token-list-item:active{transform:scale(.98) translateY(0)}.dark .token-list-item:hover,[data-theme=dark] .token-list-item:hover,html.dark .token-list-item:hover{background:linear-gradient(135deg,#1e293b,#334155)!important;border-color:#475569!important;box-shadow:0 4px 12px #0000004d!important}.token-list-content{display:flex;align-items:center;gap:.75rem;width:100%}.token-list-icon{position:relative;flex-shrink:0}.token-list-icon-verified{position:absolute;top:-2px;right:-2px;width:.625rem;height:.625rem;background:#10b981;border-radius:50%;border:2px solid #ffffff}.dark .token-list-icon-verified,[data-theme=dark] .token-list-icon-verified,html.dark .token-list-icon-verified{border-color:#1e293b!important}.token-dialog-content{max-width:32rem!important;max-height:90vh!important;width:95vw!important;position:fixed!important;top:5vh!important;left:50%!important;transform:translate(-50%)!important;z-index:9999!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid #e5e7eb!important;border-radius:1rem!important;box-shadow:0 20px 50px #00000026!important}.dark .token-dialog-content,[data-theme=dark] .token-dialog-content,html.dark .token-dialog-content{background:linear-gradient(135deg,#374151,#4b5563)!important;border-color:#6b7280!important;box-shadow:0 20px 50px #0006!important}@media (min-width: 640px){.token-dialog-content{width:100%!important}}.token-dialog-header{padding:1.5rem 1.5rem .5rem;border-bottom:1px solid #e5e7eb}.dark .token-dialog-header,[data-theme=dark] .token-dialog-header,html.dark .token-dialog-header{border-bottom-color:#6b7280!important}.token-dialog-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.dark .token-dialog-title,[data-theme=dark] .token-dialog-title,html.dark .token-dialog-title{color:#f9fafb!important}.featured-tokens-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:.5rem;margin:1rem 0 .5rem}.dark .featured-tokens-header,[data-theme=dark] .featured-tokens-header,html.dark .featured-tokens-header{background:linear-gradient(135deg,#3b82f633,#6366f133)!important}.featured-tokens-label{font-size:.875rem;font-weight:500;color:#3730a3}.dark .featured-tokens-label,[data-theme=dark] .featured-tokens-label,html.dark .featured-tokens-label{color:#a5b4fc!important}.volume-badge{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.token-dialog-body{padding:1rem 1.5rem 1.5rem}.token-info-container{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.token-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.token-symbol{font-size:.875rem;font-weight:500;color:#111827}.dark .token-symbol,[data-theme=dark] .token-symbol,html.dark .token-symbol{color:#f9fafb!important}.token-name-subtitle{font-size:.75rem;color:#6b7280;truncate:true;max-width:100%}.dark .token-name-subtitle,[data-theme=dark] .token-name-subtitle,html.dark .token-name-subtitle{color:#9ca3af!important}.verified-badge{font-size:.65rem!important;padding:.125rem .375rem!important;background:linear-gradient(135deg,#dcfce7,#bbf7d0)!important;color:#166534!important;border:1px solid #22c55e!important;border-radius:9999px!important}.dark .verified-badge,[data-theme=dark] .verified-badge,html.dark .verified-badge{background:linear-gradient(135deg,#22c55e33,#22c55e4d)!important;color:#4ade80!important;border-color:#22c55e!important}.low-volume-badge{font-size:.65rem!important;padding:.125rem .375rem!important;background:linear-gradient(135deg,#fef3c7,#fde68a)!important;color:#92400e!important;border:1px solid #f59e0b!important;border-radius:9999px!important}.dark .low-volume-badge,[data-theme=dark] .low-volume-badge,html.dark .low-volume-badge{background:linear-gradient(135deg,#f59e0b33,#f59e0b4d)!important;color:#fbbf24!important;border-color:#f59e0b!important}.issuer-warning{font-size:.6875rem;color:#dc2626;font-weight:500;margin-top:.125rem}.dark .issuer-warning,[data-theme=dark] .issuer-warning,html.dark .issuer-warning{color:#f87171!important}.slippage-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}@media (max-width: 640px){.slippage-buttons{grid-template-columns:repeat(2,1fr);gap:.375rem}}.slippage-button{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:linear-gradient(135deg,#fff,#f8fafc);color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center;touch-action:manipulation;box-shadow:0 1px 3px #0000001a}.slippage-button:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.slippage-button.active{background:linear-gradient(135deg,#3b82f6,#6366f1);border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f666}.dark .slippage-button,[data-theme=dark] .slippage-button,html.dark .slippage-button{background:linear-gradient(135deg,#374151,#4b5563)!important;border-color:#6b7280!important;color:#f9fafb!important;box-shadow:0 1px 3px #0000004d!important}.dark .slippage-button:hover,[data-theme=dark] .slippage-button:hover,html.dark .slippage-button:hover{background:linear-gradient(135deg,#4b5563,#6b7280)!important;border-color:#3b82f6!important;box-shadow:0 4px 8px #0006!important}.dark .slippage-button.active,[data-theme=dark] .slippage-button.active,html.dark .slippage-button.active{background:linear-gradient(135deg,#3b82f6,#6366f1)!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 4px 12px #3b82f699!important}.custom-slippage{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.dark .custom-slippage,[data-theme=dark] .custom-slippage,html.dark .custom-slippage{background:linear-gradient(135deg,#374151,#4b5563)!important;border-color:#6b7280!important}.custom-slippage input{width:4rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-weight:500;text-align:center;background:#fff;color:#111827;transition:all .2s ease}.custom-slippage input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .custom-slippage input,[data-theme=dark] .custom-slippage input,html.dark .custom-slippage input{background:#1f2937!important;border-color:#6b7280!important;color:#f9fafb!important}.dark .custom-slippage input:focus,[data-theme=dark] .custom-slippage input:focus,html.dark .custom-slippage input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f633!important}.slippage-settings{space-y:1rem}.slippage-title{font-size:1rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dark .slippage-title,[data-theme=dark] .slippage-title,html.dark .slippage-title{color:#d1d5db!important}.custom-slippage-label{font-size:.875rem;font-weight:500;color:#6b7280}.dark .custom-slippage-label,[data-theme=dark] .custom-slippage-label,html.dark .custom-slippage-label{color:#9ca3af!important}@media (max-width: 767px){.token-dialog-header{padding:1rem 1rem .5rem}.token-dialog-body{padding:.75rem 1rem 1rem}.token-logo-small{width:1rem!important;height:1rem!important}.token-logo-medium{width:1.5rem!important;height:1.5rem!important}.token-selector-button{padding:.75rem;min-height:2.5rem}.token-selector-content{gap:.5rem}}.token-selector-enhanced{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:180px;padding:.875rem 1.125rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid transparent;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;box-shadow:0 4px 12px #0000000d,inset 0 1px 3px #fffc;overflow:hidden}.token-selector-enhanced:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.token-selector-enhanced:hover:before{opacity:1}.token-selector-enhanced:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f,inset 0 1px 3px #fffc;background:linear-gradient(135deg,#fff,#f1f5f9)}.token-selector-enhanced:active{transform:translateY(0);box-shadow:0 2px 8px #00000014,inset 0 1px 2px #0000000d}.token-selector-enhanced:disabled{opacity:.5;cursor:not-allowed;transform:none}.token-selector-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.token-icon-wrapper{position:relative;flex-shrink:0}.token-icon-enhanced{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 6px #0000001a;transition:transform .3s cubic-bezier(.4,0,.2,1)}.token-selector-enhanced:hover .token-icon-enhanced{transform:scale(1.1) rotate(5deg)}.token-icon-placeholder{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#64748b;box-shadow:0 2px 6px #00000014;transition:all .3s ease}.token-icon-placeholder.empty{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8}.token-selector-enhanced:hover .token-icon-placeholder{background:linear-gradient(135deg,#cbd5e1,#94a3b8);transform:scale(1.1)}.token-verified-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #ffffff;border-radius:50%;box-shadow:0 2px 4px #0000001a}.token-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.token-symbol-enhanced{font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:-.025em;line-height:1.2}.token-name-enhanced{font-size:.75rem;color:#64748b;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.token-placeholder{display:flex;align-items:center;gap:.75rem;flex:1}.placeholder-text{font-size:.9375rem;font-weight:600;color:#3b82f6;letter-spacing:-.01em}.chevron-icon{width:20px;height:20px;color:#64748b;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.token-selector-enhanced:hover .chevron-icon{color:#3b82f6;transform:translateY(2px)}.chevron-icon.rotating{animation:spin 1s linear infinite}.dark .token-selector-enhanced{background:linear-gradient(135deg,#2a2c37,#1f2937);box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d}.dark .token-selector-enhanced:hover{background:linear-gradient(135deg,#374151,#2a2c37);box-shadow:0 8px 20px #0006,inset 0 1px 2px #ffffff0d}.dark .token-symbol-enhanced{color:#f1f5f9}.dark .token-name-enhanced{color:#94a3b8}.dark .token-icon-placeholder{background:linear-gradient(135deg,#4b5563,#374151);color:#e2e8f0}.dark .token-icon-placeholder.empty{background:linear-gradient(135deg,#374151,#1f2937);color:#64748b}.dark .placeholder-text{color:#60a5fa}.dark .chevron-icon{color:#94a3b8}.dark .token-selector-enhanced:hover .chevron-icon{color:#60a5fa}.dark .token-verified-indicator{border-color:#1f2937}@media (max-width: 640px){.token-selector-enhanced{min-width:140px;padding:.75rem 1rem}.token-icon-enhanced,.token-icon-placeholder{width:28px;height:28px}.token-symbol-enhanced{font-size:.9375rem}.token-name-enhanced{font-size:.6875rem}.chevron-icon{width:18px;height:18px}}.token-selector-enhanced.loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:100%}}.dark .token-selector-enhanced.loading:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.portfolio-page{min-height:100vh;background:hsl(var(--background));padding:2rem 1rem}.portfolio-container{max-width:1400px;margin:0 auto}.portfolio-header{margin-bottom:3rem}.portfolio-title{font-size:2.5rem;font-weight:800;color:hsl(var(--foreground));margin-bottom:1rem;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .7));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.portfolio-description{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6}.portfolio-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.portfolio-stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;text-align:center;transition:all .2s ease}.portfolio-stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.portfolio-stat-value{font-size:2rem;font-weight:800;color:hsl(var(--primary));margin-bottom:.5rem}.portfolio-stat-label{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500;text-transform:uppercase;letter-spacing:.05em}.portfolio-change{font-size:.875rem;font-weight:600;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.portfolio-change.positive{color:#22c55e}.portfolio-change.negative{color:#ef4444}.portfolio-chart-section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;margin-bottom:3rem;box-shadow:var(--shadow-small)}.portfolio-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.portfolio-chart-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.portfolio-chart-filters{display:flex;gap:.75rem}.portfolio-chart-filter{padding:.5rem 1rem;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border));border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.portfolio-chart-filter:hover{background:hsl(var(--secondary) / .8)}.portfolio-chart-filter.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.portfolio-chart-container{height:400px;margin-bottom:1rem}.portfolio-holdings-section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-small)}.portfolio-holdings-header{padding:1.5rem 2rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--secondary) / .3);display:flex;justify-content:space-between;align-items:center}.portfolio-holdings-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.portfolio-holdings-search{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;width:300px}.portfolio-holdings-search-input{flex:1;background:transparent;border:none;color:hsl(var(--foreground));font-size:.875rem;outline:none}.portfolio-holdings-search-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.portfolio-holdings-search-input::placeholder{color:hsl(var(--muted-foreground))}.portfolio-holdings-table{width:100%;border-collapse:collapse}.portfolio-holdings-table th,.portfolio-holdings-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.portfolio-holdings-table th{background:hsl(var(--secondary) / .3);color:hsl(var(--muted-foreground));font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.portfolio-holdings-table tr:last-child td{border-bottom:none}.portfolio-holdings-table tr:hover{background:hsl(var(--secondary) / .1)}.portfolio-token-info{display:flex;align-items:center;gap:1rem}.portfolio-token-logo{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;font-weight:600;color:hsl(var(--muted-foreground))}.portfolio-token-details{display:flex;flex-direction:column}.portfolio-token-name{font-weight:600;color:hsl(var(--foreground))}.portfolio-token-symbol{font-size:.875rem;color:hsl(var(--muted-foreground))}.portfolio-price-change{display:flex;flex-direction:column;align-items:flex-end}.portfolio-price-value{font-weight:600;color:hsl(var(--foreground))}.portfolio-price-percent{font-size:.875rem;font-weight:500}.portfolio-price-percent.positive{color:#22c55e}.portfolio-price-percent.negative{color:#ef4444}.portfolio-holdings-value{font-weight:700;color:hsl(var(--foreground))}.portfolio-holdings-actions{display:flex;gap:.5rem}.portfolio-action-button{padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--muted-foreground))}.portfolio-action-button:hover{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.portfolio-action-button.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.portfolio-action-button.primary:hover{background:hsl(var(--primary) / .9)}.portfolio-transactions-section{margin-top:3rem}.portfolio-transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.portfolio-transactions-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.portfolio-view-all-link{color:hsl(var(--primary));text-decoration:none;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.portfolio-view-all-link:hover{text-decoration:underline}.portfolio-transactions-list{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden}.portfolio-transaction-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid hsl(var(--border));transition:all .2s ease}.portfolio-transaction-item:hover{background:hsl(var(--secondary) / .1)}.portfolio-transaction-item:last-child{border-bottom:none}.portfolio-transaction-info{display:flex;align-items:center;gap:1rem}.portfolio-transaction-icon{width:2.5rem;height:2.5rem;background:hsl(var(--secondary));border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:hsl(var(--secondary-foreground))}.portfolio-transaction-icon.sent{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.portfolio-transaction-icon.received{background:#22c55e;color:#fff}.portfolio-transaction-details{display:flex;flex-direction:column}.portfolio-transaction-type{font-weight:600;color:hsl(var(--foreground))}.portfolio-transaction-time{font-size:.875rem;color:hsl(var(--muted-foreground))}.portfolio-transaction-amount{text-align:right}.portfolio-amount-value{font-weight:700;color:hsl(var(--foreground))}.portfolio-amount-value.sent{color:hsl(var(--destructive))}.portfolio-amount-value.received{color:#22c55e}.portfolio-amount-usd{font-size:.875rem;color:hsl(var(--muted-foreground))}@media (max-width: 768px){.portfolio-page{padding:1rem .5rem}.portfolio-title{font-size:2rem}.portfolio-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.portfolio-chart-section{padding:1.5rem}.portfolio-chart-header{flex-direction:column;align-items:flex-start;gap:1rem}.portfolio-holdings-header{flex-direction:column;gap:1rem;padding:1rem}.portfolio-holdings-search{width:100%}.portfolio-holdings-table{display:block;overflow-x:auto}.portfolio-holdings-table th,.portfolio-holdings-table td{padding:.75rem 1rem}.portfolio-transaction-item{padding:1rem}}@media (max-width: 480px){.portfolio-title{font-size:1.5rem}.portfolio-stats{grid-template-columns:1fr}.portfolio-stat-value{font-size:1.5rem}.portfolio-chart-container{height:300px}.portfolio-chart-filters{flex-wrap:wrap}.portfolio-holdings-table{font-size:.875rem}.portfolio-token-logo{width:2rem;height:2rem}.portfolio-transaction-info{gap:.75rem}.portfolio-transaction-icon{width:2rem;height:2rem}}.nft-collection-page{min-height:100vh;background:hsl(var(--background));padding:2rem 1rem}.collection-container{max-width:1400px;margin:0 auto}.collection-header{margin-bottom:2rem;text-align:center}.collection-title{font-size:2.5rem;font-weight:800;color:hsl(var(--foreground));margin-bottom:1rem;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .7));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.collection-description{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto;line-height:1.6}.collection-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.collection-stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;text-align:center;transition:all .2s ease}.collection-stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.stat-value{font-size:2rem;font-weight:800;color:hsl(var(--primary));margin-bottom:.5rem}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500;text-transform:uppercase;letter-spacing:.05em}.collection-controls{display:flex;align-items:center;justify-content:space-between;margin:2rem 0;gap:1rem}.view-mode-toggle{display:flex;background:hsl(var(--secondary));border-radius:.5rem;padding:.25rem;gap:.25rem}.view-mode-button{padding:.5rem;background:transparent;border:none;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.view-mode-button.active{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:var(--shadow-small)}.collection-filters{display:flex;align-items:center;gap:1rem}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--secondary-foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-button:hover{background:hsl(var(--secondary) / .8);border-color:hsl(var(--primary) / .3)}.nft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.nft-grid.list-view{grid-template-columns:1fr;gap:1rem}.nft-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative}.nft-card.list-view{display:flex;align-items:center;padding:1rem}.nft-card.list-view:hover{transform:translateY(-2px)}.nft-image{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;background:hsl(var(--muted));transition:opacity .3s ease-in-out}.nft-image.loading{opacity:0}.nft-card.list-view .nft-image{width:80px;height:80px;border-radius:.5rem;margin-right:1rem;flex-shrink:0}.nft-content{padding:1.5rem;flex:1}.nft-card.list-view .nft-content{padding:0}.nft-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3}.nft-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nft-attributes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.nft-attribute{padding:.25rem .5rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.375rem;font-size:.75rem;font-weight:500;color:hsl(var(--secondary-foreground))}.nft-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid hsl(var(--border))}.nft-card.list-view .nft-footer{border-top:none;padding-top:0;margin-left:auto;gap:1rem}.nft-price{display:flex;flex-direction:column;gap:.25rem}.nft-price-label{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.nft-price-value{font-size:1.125rem;font-weight:700;color:hsl(var(--primary))}.nft-actions{display:flex;gap:.5rem}.nft-action-button{padding:.5rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.375rem;color:hsl(var(--secondary-foreground));cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.nft-action-button:hover,.nft-action-button.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.nft-action-button.primary:hover{background:hsl(var(--primary) / .9)}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:4rem;color:hsl(var(--muted-foreground))}.loading-spinner svg{width:2rem;height:2rem;animation:spin 1s linear infinite}.empty-state{text-align:center;padding:4rem 2rem;color:hsl(var(--muted-foreground))}.empty-state-icon{width:4rem;height:4rem;margin:0 auto 1rem;opacity:.5}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.empty-state-description{font-size:.875rem;line-height:1.5}.buy-dialog-content{max-width:400px}.dialog-field{margin-bottom:1rem}.dialog-field label{display:block;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.dialog-field input{width:100%;padding:.75rem;border:2px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--background));color:hsl(var(--foreground));font-size:1rem;transition:all .2s ease;box-sizing:border-box;min-width:0}.dialog-field input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}@media (max-width: 768px){.nft-collection-page{padding:1rem .5rem}.collection-title{font-size:2rem}.collection-controls{flex-direction:column;align-items:stretch;gap:1rem}.collection-filters{justify-content:center}.nft-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.collection-stats{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.collection-title{font-size:1.5rem}.collection-description{font-size:1rem}.nft-grid{grid-template-columns:1fr}.nft-content{padding:1rem}.collection-stats{grid-template-columns:1fr}.stat-value{font-size:1.5rem}}.nft-profile-page{min-height:100vh;background:hsl(var(--background));padding:0;margin:0}.profile-banner{position:relative;height:300px;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));overflow:hidden}.profile-banner-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.7;transition:opacity .3s ease-in-out}.profile-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,hsl(var(--background) / .3) 50%,hsl(var(--background) / .8) 100%)}.profile-content{position:relative;max-width:1200px;margin:-100px auto 0;padding:0 1rem;z-index:10}.profile-header{display:flex;align-items:flex-end;gap:2rem;margin-bottom:2rem}.profile-avatar{width:120px;height:120px;border:4px solid hsl(var(--background));border-radius:1rem;background:hsl(var(--card));box-shadow:var(--shadow-intense);flex-shrink:0}.profile-info{flex:1;padding-top:2rem}.profile-title{font-size:2.5rem;font-weight:800;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.2}.profile-description{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.6}.profile-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.profile-stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.profile-stat-value{font-weight:600;color:hsl(var(--foreground))}.profile-social-links{display:flex;align-items:center;gap:1rem}.profile-social-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--secondary-foreground));text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.profile-social-link:hover{background:hsl(var(--secondary) / .8);border-color:hsl(var(--border) / .8);transform:translateY(-1px)}.profile-progress{margin:1.5rem 0}.progress-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}.progress-title{font-weight:600;color:hsl(var(--foreground))}.progress-value{color:hsl(var(--muted-foreground))}.profile-tabs{margin-top:2rem}.nft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.nft-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;transition:all .3s ease;cursor:pointer}.nft-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-heavy);border-color:hsl(var(--primary) / .3)}.nft-card-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;background:hsl(var(--muted))}.nft-card-content{padding:1.5rem}.nft-card-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.3}.nft-card-rarity{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.nft-card-rarity.common{color:hsl(var(--muted-foreground))}.nft-card-rarity.uncommon{color:#22c55e}.nft-card-rarity.rare{color:#3b82f6}.nft-card-rarity.epic{color:#a855f7}.nft-card-rarity.legendary{color:#f59e0b}.nft-card-footer{display:flex;justify-content:space-between;align-items:center}.nft-card-status{font-size:.875rem;padding:.25rem .75rem;border-radius:.375rem;font-weight:500}.nft-status-available{background:hsl(var(--primary) / .1);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .3)}.nft-status-minted{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border))}.mint-button{padding:.5rem 1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.mint-button:hover:not(:disabled){background:hsl(var(--primary) / .9);transform:translateY(-1px)}.mint-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.mint-loading{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.profile-banner{height:200px}.profile-content{margin-top:-60px;padding:0 1rem}.profile-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.profile-avatar{width:100px;height:100px}.profile-title{font-size:2rem}.profile-meta,.profile-social-links{flex-wrap:wrap;justify-content:center}.nft-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (max-width: 480px){.profile-title{font-size:1.5rem}.profile-description{font-size:1rem}.nft-grid{grid-template-columns:1fr}.nft-card-content{padding:1rem}}.bridge-page-container{padding:1rem;max-width:1200px;margin:0 auto;min-height:100vh}@media (min-width: 768px){.bridge-page-container{padding:2rem}}.bridge-page-header{text-align:center;margin-bottom:2rem}.bridge-page-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media (min-width: 768px){.bridge-page-title{font-size:2.5rem}}.bridge-page-subtitle{color:#64748b;font-size:1rem}.bridge-main-content{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 1024px){.bridge-main-content{grid-template-columns:1fr 1fr}}.bridge-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.bridge-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a}.dark .bridge-card{background:#2a2c37;border:1px solid #374151;color:#f1f5f9}.bridge-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.dark .bridge-card-title{color:#f1f5f9}.bridge-form-section{display:flex;flex-direction:column;gap:1.5rem}.bridge-section{display:flex;flex-direction:column;gap:.75rem}.bridge-section-title{font-size:.875rem;font-weight:600;letter-spacing:.05em;color:#64748b;text-transform:uppercase}.dark .bridge-section-title{color:#94a3b8}.bridge-input-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center}.bridge-token-selector-button{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease;min-width:140px;height:56px}.bridge-token-selector-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#3b82f6}.dark .bridge-token-selector-button{background:#374151;border:1px solid #4b5563;color:#f1f5f9}.dark .bridge-token-selector-button:hover{border-color:#60a5fa}.bridge-token-display{display:flex;align-items:center;gap:.5rem;flex:1}.bridge-token-logo{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.bridge-token-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.bridge-token-symbol{font-weight:700;font-size:.875rem;color:#1e293b}.dark .bridge-token-symbol{color:#f1f5f9}.bridge-token-name{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.dark .bridge-token-name{color:#94a3b8}.bridge-token-placeholder{color:#94a3b8;font-size:.875rem}.bridge-dropdown-icon{width:16px;height:16px;color:#64748b;flex-shrink:0}.dark .bridge-dropdown-icon{color:#94a3b8}.bridge-amount-input{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;font-size:1.125rem;font-weight:600;text-align:right;height:56px;transition:all .3s ease}.bridge-amount-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .bridge-amount-input{background:#374151;border:1px solid #4b5563;color:#f1f5f9}.dark .bridge-amount-input:focus{border-color:#60a5fa}.bridge-receive-amount{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;font-size:1.125rem;font-weight:600;text-align:right;height:56px;display:flex;align-items:center;justify-content:flex-end;color:#1e293b}.dark .bridge-receive-amount{background:#374151;border:1px solid #4b5563;color:#f1f5f9}.bridge-usd-value{font-size:.875rem;color:#64748b;text-align:right;margin-top:.25rem}.dark .bridge-usd-value{color:#94a3b8}.bridge-swap-arrow{display:flex;justify-content:center;margin:1rem 0}.bridge-swap-icon{width:24px;height:24px;color:#3b82f6;padding:.5rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%}.dark .bridge-swap-icon{background:#1e40af;color:#dbeafe}.bridge-summary-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:.75rem;padding:1rem;margin-top:1rem}.dark .bridge-summary-card{background:#1e3a8a;border:1px solid #3b82f6}.bridge-summary-title{font-size:1rem;font-weight:700;color:#0c4a6e;margin-bottom:.75rem}.dark .bridge-summary-title{color:#dbeafe}.bridge-summary-content{display:flex;flex-direction:column;gap:.5rem}.bridge-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.bridge-summary-row span:first-child{color:#64748b}.bridge-summary-row span:last-child{font-weight:600;color:#1e293b}.dark .bridge-summary-row span:first-child{color:#94a3b8}.dark .bridge-summary-row span:last-child{color:#f1f5f9}.bridge-input-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.dark .bridge-input-label{color:#d1d5db}.bridge-destination-input{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;font-size:1rem;width:100%;height:48px;transition:all .3s ease}.bridge-destination-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .bridge-destination-input{background:#374151;border:1px solid #4b5563;color:#f1f5f9}.dark .bridge-destination-input:focus{border-color:#60a5fa}.bridge-execute-button{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;cursor:pointer;transition:all .3s ease;height:56px;margin-top:1rem}.bridge-execute-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2563eb66}.bridge-execute-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.bridge-token-dialog{max-width:400px;width:95vw}.bridge-token-dialog-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem;border-radius:.75rem .75rem 0 0;margin:-1.5rem -1.5rem 0}.bridge-token-dialog-title{font-size:1.25rem;font-weight:700;color:#fff}.bridge-token-dialog-body{padding:1rem 0}.bridge-search-container{position:relative;margin-bottom:1rem}.bridge-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#64748b}.bridge-search-input{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem .75rem .75rem 2.5rem;width:100%;font-size:1rem;transition:all .3s ease}.bridge-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .bridge-search-input{background:#374151;border:1px solid #4b5563;color:#f1f5f9}.dark .bridge-search-input:focus{border-color:#60a5fa}.bridge-token-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.bridge-token-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:transparent;border:none;width:100%;text-align:left}.bridge-token-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.dark .bridge-token-item:hover{background:#374151}.bridge-token-item-logo{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.bridge-token-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.bridge-token-item-symbol{font-weight:700;font-size:1rem;color:#1e293b}.dark .bridge-token-item-symbol{color:#f1f5f9}.bridge-token-item-name{font-size:.875rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .bridge-token-item-name{color:#94a3b8}.bridge-token-item-chain{font-size:.75rem;color:#94a3b8;font-weight:600}.bridge-transactions-list{display:flex;flex-direction:column;gap:1rem}.bridge-empty-state{text-align:center;padding:2rem;color:#64748b}.dark .bridge-empty-state{color:#94a3b8}.bridge-empty-subtitle{font-size:.875rem;margin-top:.5rem}.bridge-transaction-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;transition:all .3s ease}.bridge-transaction-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.dark .bridge-transaction-card{background:#374151;border:1px solid #4b5563}.bridge-transaction-header{display:flex;align-items:center;gap:.75rem}.bridge-transaction-info{flex:1;min-width:0}.bridge-transaction-amount{font-weight:600;font-size:.875rem;color:#1e293b}.dark .bridge-transaction-amount{color:#f1f5f9}.bridge-transaction-time{font-size:.75rem;color:#64748b;margin-top:.25rem}.dark .bridge-transaction-time{color:#94a3b8}.bridge-transaction-status{flex-shrink:0}.bridge-status-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bridge-status-completed{background-color:#22c55e}.bridge-status-pending{background-color:#eab308;animation:pulse 2s infinite}.bridge-status-failed{background-color:#ef4444}.bridge-error-card{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #f87171;border-radius:.5rem;padding:.75rem;margin-top:.5rem;font-size:.875rem;color:#991b1b}.dark .bridge-error-card{background:#7f1d1d;border:1px solid #dc2626;color:#fecaca}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 640px){.bridge-input-row{grid-template-columns:1fr;gap:.5rem}.bridge-token-selector-button{width:100%;justify-content:space-between}.bridge-transaction-header{flex-direction:column;align-items:flex-start;gap:.5rem}.bridge-token-dialog{width:95vw;max-width:none}}.bridge-steps-container{margin:2rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0}.dark .bridge-steps-container{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}.bridge-steps-header{text-align:center;margin-bottom:1.5rem}.bridge-steps-header h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.dark .bridge-steps-header h3{color:#f8fafc}.bridge-steps-header p{color:#64748b;font-size:.875rem}.dark .bridge-steps-header p{color:#94a3b8}.bridge-steps-list{display:flex;flex-direction:column;gap:1rem}.bridge-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:.75rem;border:2px solid #e2e8f0;transition:all .3s ease}.bridge-step.active{border-color:#3b82f6;background:linear-gradient(135deg,#dbeafe,#eff6ff)}.bridge-step.pending{opacity:.6;border-color:#cbd5e1}.dark .bridge-step{background:#2a2c37;border-color:#475569}.dark .bridge-step.active{border-color:#60a5fa;background:linear-gradient(135deg,#1e3a8a,#1e40af)}.bridge-step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#e2e8f0;border-radius:50%;font-weight:700;font-size:.875rem;color:#64748b;flex-shrink:0}.bridge-step.active .bridge-step-number{background:#3b82f6;color:#fff}.dark .bridge-step-number{background:#475569;color:#94a3b8}.dark .bridge-step.active .bridge-step-number{background:#60a5fa;color:#1e293b}.bridge-step-content{flex:1}.bridge-step-title{font-weight:700;font-size:1rem;color:#1e293b;margin-bottom:.25rem}.dark .bridge-step-title{color:#f8fafc}.bridge-step-description{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.dark .bridge-step-description{color:#94a3b8}.bridge-step-wallet{display:inline-block;background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.dark .bridge-step-wallet{background:#475569;color:#e2e8f0}.bridge-step-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #3b82f64d}.bridge-step-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #3b82f666}.bridge-step-waiting{display:flex;align-items:center;gap:.5rem;color:#6366f1;font-size:.875rem;font-weight:600}.dark .bridge-step-waiting{color:#a78bfa}@media (max-width: 640px){.bridge-steps-container{padding:1rem;margin:1rem 0}.bridge-step{padding:.75rem;gap:.75rem}.bridge-step-number{width:1.75rem;height:1.75rem;font-size:.75rem}.bridge-step-button{padding:.625rem 1.25rem;font-size:.8rem}}.bridge-helper-text{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:16px 20px;border-radius:12px;border:1px solid #f59e0b;font-size:14px;font-weight:600;text-align:center;margin:16px 0}.dark .bridge-helper-text{background:linear-gradient(135deg,#451a03,#78350f);color:#fbbf24;border-color:#d97706}.bridge-input-hint{font-size:12px;color:#6b7280;margin-top:6px;font-weight:500;line-height:1.4}.dark .bridge-input-hint{color:#9ca3af}.bridge-destination-input{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:500;background:#fff;transition:all .3s ease;color:#1f2937}.bridge-destination-input:focus{outline:none;border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 0 0 3px #3b82f61a}.dark .bridge-destination-input{background:#1f2937;border-color:#374151;color:#f9fafb}.dark .bridge-destination-input:focus{border-color:#60a5fa;background:linear-gradient(135deg,#1e3a8a,#1d4ed8);box-shadow:0 0 0 3px #60a5fa1a}.install-prompt-container{position:fixed;top:1rem;left:1rem;right:1rem;z-index:9999;pointer-events:none}@media (min-width: 768px){.install-prompt-container{left:auto;right:1rem;max-width:24rem}}.install-prompt-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem;box-shadow:0 10px 25px #00000026;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.install-prompt-card:hover{transform:translateY(-2px);box-shadow:0 15px 35px #0003}.dark .install-prompt-card,[data-theme=dark] .install-prompt-card,html.dark .install-prompt-card{background:linear-gradient(135deg,#2a2c37,#374151)!important;border-color:#4b5563!important;box-shadow:0 10px 25px #0006!important}.dark .install-prompt-card:hover,[data-theme=dark] .install-prompt-card:hover,html.dark .install-prompt-card:hover{box-shadow:0 15px 35px #0009!important}.install-prompt-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.install-prompt-content{display:flex;align-items:center;gap:.75rem}.install-prompt-logo{width:2.5rem;height:2.5rem;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 8px #0000001a}.install-prompt-info{flex:1}.install-prompt-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;color:transparent}.dark .install-prompt-title,[data-theme=dark] .install-prompt-title,html.dark .install-prompt-title{color:transparent!important}.install-prompt-description{font-size:.75rem;color:#6b7280;line-height:1.4}.dark .install-prompt-description,[data-theme=dark] .install-prompt-description,html.dark .install-prompt-description{color:#9ca3af!important}.install-prompt-close{width:1.5rem;height:1.5rem;padding:0;border:none;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.install-prompt-close:hover{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;transform:scale(1.1)}.dark .install-prompt-close,[data-theme=dark] .install-prompt-close,html.dark .install-prompt-close{background:linear-gradient(135deg,#4b5563,#374151)!important;color:#d1d5db!important}.dark .install-prompt-close:hover,[data-theme=dark] .install-prompt-close:hover,html.dark .install-prompt-close:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}.install-prompt-button{width:100%;margin-top:.75rem;height:2rem;font-size:.75rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #3b82f666}.install-prompt-button:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-1px);box-shadow:0 6px 20px #3b82f699}.install-prompt-button:active{transform:translateY(0)}.dark .install-prompt-button,[data-theme=dark] .install-prompt-button,html.dark .install-prompt-button{box-shadow:0 4px 12px #3b82f699!important}.dark .install-prompt-button:hover,[data-theme=dark] .install-prompt-button:hover,html.dark .install-prompt-button:hover{box-shadow:0 6px 20px #3b82f6cc!important}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.install-prompt-card{animation:slideInRight .5s ease-out}@media (max-width: 640px){.install-prompt-container{top:.75rem;left:.75rem;right:.75rem}.install-prompt-card{padding:.75rem}.install-prompt-logo{width:2rem;height:2rem}.install-prompt-title{font-size:.8125rem}.install-prompt-description{font-size:.6875rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-gray{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-20{top:5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-\[5vh\]{top:5vh}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-4{width:1rem;height:1rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-\[400px\]{height:400px}.h-\[60vh\]{height:60vh}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[44px\]{min-height:44px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[150px\]{width:150px}.w-\[1px\]{width:1px}.w-\[80px\]{width:80px}.w-\[95vw\]{width:95vw}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-28{min-width:7rem}.min-w-5{min-width:1.25rem}.min-w-9{min-width:2.25rem}.min-w-\[200px\]{min-width:200px}.min-w-\[44px\]{min-width:44px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[100px\]{max-width:100px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-in-out}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[--color-border\]{border-color:var(--color-border)}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/30{border-color:#22c55e4d}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-400\/50{border-color:#fb923c80}.border-orange-500\/20{border-color:#f9731633}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.border-primary{border-color:hsl(var(--primary))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-purple-500\/30{border-color:#a855f74d}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/30{border-color:#ef44444d}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-500\/30{border-color:#eab3084d}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[\#f0131300\]{background-color:#f0131300}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-accent\/5{background-color:hsl(var(--accent) / .05)}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground{background-color:hsl(var(--muted-foreground))}.bg-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/20{background-color:#eab30833}.bg-opacity-0{--tw-bg-opacity: 0}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/10{--tw-gradient-from: rgb(147 51 234 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/50{--tw-gradient-from: rgb(88 28 135 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600\/10{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-900{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-900{--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-500{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-indigo-600\/10{--tw-gradient-to: rgb(79 70 229 / .1) var(--tw-gradient-to-position)}.to-indigo-900{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-pink-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-pink-900\/50{--tw-gradient-to: rgb(131 24 67 / .5) var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to: #facc15 var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/70{color:hsl(var(--muted-foreground) / .7)}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}:root{--radius: .5rem;--background: 210 11% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 221 83% 53%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--accent: 210 40% 94%;--accent-foreground: 222 47% 11%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 98%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 221 83% 53%;--success: 142 76% 36%;--warning: 32 95% 44%;--info: 204 94% 94%;--shadow-light: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-medium: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-heavy: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-intense: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}.dark{--background: 222 47% 11%;--foreground: 210 40% 98%;--card: 224 71% 4%;--card-foreground: 210 40% 98%;--popover: 224 71% 4%;--popover-foreground: 210 40% 98%;--primary: 217 91% 60%;--primary-foreground: 222 47% 11%;--secondary: 215 28% 17%;--secondary-foreground: 210 40% 98%;--muted: 215 28% 17%;--muted-foreground: 217 19% 57%;--accent: 215 28% 17%;--accent-foreground: 210 40% 98%;--destructive: 0 63% 31%;--destructive-foreground: 210 40% 98%;--border: 215 28% 17%;--input: 215 28% 17%;--ring: 217 91% 60%;--success: 142 71% 45%;--warning: 32 95% 44%;--info: 221 39% 11%;--shadow-light: 0 1px 3px 0 rgb(0 0 0 / .3), 0 1px 2px -1px rgb(0 0 0 / .3);--shadow-medium: 0 4px 6px -1px rgb(0 0 0 / .2), 0 2px 4px -2px rgb(0 0 0 / .2);--shadow-heavy: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3);--shadow-intense: 0 20px 25px -5px rgb(0 0 0 / .4), 0 8px 10px -6px rgb(0 0 0 / .4)}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1,"calt" 1;transition:background-color .3s ease,color .3s ease}body:not(.dark){background:linear-gradient(135deg,#f8fafc,#f1f5f9 25%,#e2e8f0)}.dark body{background:linear-gradient(135deg,#0f172a,#1e293b 25%,#334155)}.card{background-color:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);box-shadow:var(--shadow-light);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-medium);border-color:hsl(var(--border) / .8)}.card-enhanced{box-shadow:var(--shadow-heavy);border:1px solid hsl(var(--border) / .5)}.card-enhanced:hover{box-shadow:var(--shadow-intense);transform:translateY(-2px)}.btn-enhanced{box-shadow:var(--shadow-light);border:1px solid hsl(var(--border));transition:all .2s ease}.btn-enhanced:hover{box-shadow:var(--shadow-medium);transform:translateY(-1px)}.btn-primary-enhanced{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-medium);border:1px solid hsl(var(--primary) / .8)}.btn-primary-enhanced:hover{background:linear-gradient(135deg,hsl(var(--primary) / .9),hsl(var(--primary) / .7));box-shadow:var(--shadow-heavy);transform:translateY(-2px)}.input-enhanced{background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-light);transition:all .2s ease}.input-enhanced:focus{border-color:hsl(var(--primary));box-shadow:var(--shadow-medium),0 0 0 3px hsl(var(--primary) / .1)}.modal-overlay{background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-intense)}.nav-enhanced{background-color:hsl(var(--card) / .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));box-shadow:var(--shadow-light)}.gradient-text{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent-foreground)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.status-success{color:hsl(var(--success));background-color:hsl(var(--success) / .1);border:1px solid hsl(var(--success) / .2)}.status-warning{color:hsl(var(--warning));background-color:hsl(var(--warning) / .1);border:1px solid hsl(var(--warning) / .2)}.status-error{color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .2)}@media (max-width: 768px){.card-enhanced{box-shadow:var(--shadow-medium)}.card-enhanced:hover{box-shadow:var(--shadow-heavy);transform:none}.btn-enhanced:hover,.btn-primary-enhanced:hover{transform:none}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wallet-card-enhanced{background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--muted)));border:1px solid hsl(var(--border) / .5);box-shadow:var(--shadow-heavy);transition:all .3s ease}.wallet-card-enhanced:hover{box-shadow:var(--shadow-intense);transform:translateY(-4px);border-color:hsl(var(--primary) / .3)}.chain-gradient-eth{background:linear-gradient(135deg,#627eea,#8a92b2)}.chain-gradient-xrp{background:linear-gradient(135deg,#000,#4d4d4d)}.chain-gradient-sol{background:linear-gradient(135deg,#9945ff,#14f195)}.chain-gradient-btc{background:linear-gradient(135deg,#f7931a,#ffae42)}.dark\:prose-invert:is(.dark *){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-x-1:hover{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-muted\/70:hover{background-color:hsl(var(--muted) / .7)}.hover\:bg-orange-400\/20:hover{background-color:#fb923c33}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-amber-600:hover{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-400:hover{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-600:hover{--tw-gradient-from: #ea580c var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-600:hover{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-amber-600:hover{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.hover\:to-green-700:hover{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.hover\:to-orange-700:hover{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.hover\:to-purple-400:hover{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:bg-clip-text:hover{-webkit-background-clip:text;background-clip:text}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:text-transparent:hover{color:transparent}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-400:hover{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-opacity-40{--tw-bg-opacity: .4}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:bg-blue-50[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-green-50[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-orange-50[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-purple-50[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-blue-700[data-state=active]{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-green-700[data-state=active]{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-orange-700[data-state=active]{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-purple-700[data-state=active]{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-700\/50:is(.dark *){border-color:#37415180}.dark\:border-green-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/50:is(.dark *){background-color:#1e3a8a80}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#37415180}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/50:is(.dark *){background-color:#11182780}.dark\:bg-gray-900\/80:is(.dark *){background-color:#111827cc}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 46 22 / var(--tw-bg-opacity, 1))}.dark\:bg-green-950\/20:is(.dark *){background-color:#052e1633}.dark\:bg-orange-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(67 20 7 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(69 10 10 / var(--tw-bg-opacity, 1))}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#713f1233}.dark\:bg-yellow-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(66 32 6 / var(--tw-bg-opacity, 1))}.dark\:from-blue-900\/20:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-cyan-900\/20:is(.dark *){--tw-gradient-from: rgb(22 78 99 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800:is(.dark *){--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800\/50:is(.dark *){--tw-gradient-from: rgb(31 41 55 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-green-900\/20:is(.dark *){--tw-gradient-from: rgb(20 83 45 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900:is(.dark *){--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900\/20:is(.dark *){--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-white:is(.dark *){--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-blue-900:is(.dark *){--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.dark\:to-cyan-900\/20:is(.dark *){--tw-gradient-to: rgb(22 78 99 / .2) var(--tw-gradient-to-position)}.dark\:to-emerald-900\/20:is(.dark *){--tw-gradient-to: rgb(6 78 59 / .2) var(--tw-gradient-to-position)}.dark\:to-gray-300:is(.dark *){--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:to-gray-900:is(.dark *){--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.dark\:to-gray-900\/50:is(.dark *){--tw-gradient-to: rgb(17 24 39 / .5) var(--tw-gradient-to-position)}.dark\:to-indigo-900\/20:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.dark\:to-pink-900\/20:is(.dark *){--tw-gradient-to: rgb(131 24 67 / .2) var(--tw-gradient-to-position)}.dark\:text-black:is(.dark *){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-orange-100:is(.dark *){--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-blue-900\/70:hover:is(.dark *){background-color:#1e3a8ab3}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-900\/20:hover:is(.dark *){background-color:#14532d33}.dark\:hover\:text-gray-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:hover\:text-orange-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-20{margin-top:5rem}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:h-24{height:6rem}.sm\:h-80{height:20rem}.sm\:w-24{width:6rem}.sm\:w-\[200px\]{width:200px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-left{text-align:left}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:h-64{height:16rem}.lg\:h-\[500px\]{height:500px}.lg\:max-h-\[500px\]{max-height:500px}.lg\:w-64{width:16rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-12{gap:3rem}.lg\:gap-6{gap:1.5rem}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}.create-wallet-page{min-height:100vh;background:hsl(var(--background));padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.connect-xaman-button{margin-top:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border:1px solid #1d4ed8;color:#fff;font-weight:600;box-shadow:0 2px 6px #2563eb4d;transition:all .2s ease}.connect-xaman-button:hover{background:linear-gradient(135deg,#1e40af,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.warning-badge{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.create-wallet-container{width:100%;max-width:600px;margin:0 auto}.create-wallet-form{background:hsl(var(--card));border-radius:1.5rem;padding:3rem 2rem;box-shadow:var(--shadow-intense);border:1px solid hsl(var(--border));color:hsl(var(--card-foreground))}.create-wallet-header{text-align:center;margin-bottom:2.5rem}.create-wallet-header h1{color:hsl(var(--foreground));font-weight:700;font-size:2.25rem;margin-bottom:.5rem}.create-wallet-header p{color:hsl(var(--muted-foreground));font-size:1.125rem}.create-wallet-icon{width:5rem;height:5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.create-wallet-title{font-size:2.25rem;font-weight:800;color:#1e293b;margin-bottom:.75rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .create-wallet-title{color:#f8fafc}.create-wallet-description{color:#64748b;font-size:1.125rem;line-height:1.6;max-width:400px;margin:0 auto}.dark .create-wallet-description{color:#94a3b8}.create-wallet-section{margin-bottom:2rem}.create-wallet-section:last-child{margin-bottom:0}.handle-input-container{position:relative;width:100%}.handle-status-indicator{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:1}.handle-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:700;color:hsl(var(--muted-foreground));z-index:2}.handle-input{width:100%;padding:1rem 1rem 1rem 2.5rem;font-size:1.125rem;font-weight:600;border:2px solid hsl(var(--input));border-radius:.75rem;background:hsl(var(--background));color:hsl(var(--foreground));transition:all .2s ease;box-sizing:border-box;min-width:0}.create-wallet-input,.password-input,.minutes-input{width:100%;box-sizing:border-box;min-width:0}.handle-status-checking{color:hsl(var(--muted-foreground))}.handle-status-available{color:hsl(var(--primary))}.handle-status-unavailable{color:hsl(var(--destructive))}.status-loading-icon{width:1rem;height:1rem;animation:spin 1s linear infinite;color:hsl(var(--muted-foreground))}.status-success-icon{width:1rem;height:1rem;color:hsl(var(--primary))}.status-error-icon{width:1rem;height:1rem;color:hsl(var(--destructive))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.xaman-status-panel{background:hsl(var(--secondary));border:2px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;margin-top:.5rem}.xaman-connected,.xaman-disconnected{display:flex;align-items:center;gap:1rem}.xaman-info{flex:1}.xaman-status{font-weight:600;font-size:1rem;color:hsl(var(--secondary-foreground));margin-bottom:.25rem}.xaman-address{font-family:monospace;font-size:.875rem;color:hsl(var(--muted-foreground));word-break:break-all}.xaman-hint{font-size:.875rem;color:hsl(var(--muted-foreground))}.multichain-panel{background:hsl(var(--muted));border:2px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;margin-top:.5rem}.multichain-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.multichain-description{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1rem}.chain-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.chain-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffffb3;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#475569}.dark .chain-item{background:#0003;border-color:#4b5563;color:#cbd5e1}.chain-icon-small{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-weight:700;border-radius:.25rem;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#1e293b;font-size:.875rem}.dark .chain-icon-small{background:linear-gradient(135deg,#4b5563,#374151);color:#f8fafc}.handle-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;background:#fff}.dark .handle-input:focus{background:#1f2937;box-shadow:0 0 0 4px #2563eb33}.chain-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1rem}.chain-option{padding:1.5rem 1rem;border:2px solid hsl(var(--border));border-radius:1rem;background:hsl(var(--card));cursor:pointer;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.chain-option:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#2563eb}.chain-option.selected{border-color:#2563eb;background:#2563eb0d;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb33}.dark .chain-option.selected{background:#2563eb1a}.chain-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem;font-weight:700}.chain-name{font-weight:700;color:hsl(var(--card-foreground));margin-bottom:.5rem;font-size:1.125rem}.chain-method{font-size:.875rem;color:#2563eb;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dark .chain-method{color:#60a5fa}.password-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.password-field{position:relative}.password-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;color:#1e293b;transition:all .2s ease}.dark .password-input{background:#374151;color:#f8fafc;border-color:#4b5563}.password-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;background:#fff}.dark .password-input:focus{background:#1f2937;box-shadow:0 0 0 4px #2563eb33}.security-panel{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;margin-top:1rem}.dark .security-panel{background:linear-gradient(135deg,#374151,#1f2937);border-color:#4b5563}.security-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.dark .security-title{color:#f8fafc}.security-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.security-row:last-child{margin-bottom:0}.security-label{font-weight:600;color:#1e293b}.dark .security-label{color:#f8fafc}.security-description{font-size:.875rem;color:#64748b;margin-top:.25rem}.dark .security-description{color:#94a3b8}.minutes-input{width:6rem;padding:.5rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#1e293b}.dark .minutes-input{background:#1f2937;color:#f8fafc;border-color:#4b5563}.connection-status{margin-bottom:1.5rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#10b9811a;color:#059669;border-radius:.75rem;font-size:.875rem;font-weight:600;border:1px solid rgba(16,185,129,.2)}.dark .status-badge{background:#10b98126;color:#34d399;border-color:#10b9814d}.warning-badge{padding:1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:.75rem;color:#d97706}.dark .warning-badge{background:#f59e0b26;color:#fbbf24;border-color:#f59e0b4d}.create-button{width:100%;height:3.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #2563eb4d}.create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.create-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.create-button:active:not(:disabled){transform:translateY(0)}.info-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:2rem}.dark .info-footer{border-color:#374151}.info-text{font-size:.875rem;color:#64748b;line-height:1.5}.dark .info-text{color:#94a3b8}.seed-phrase-container{background:#fb923c1a;border:1px solid rgba(251,146,60,.2);border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.dark .seed-phrase-container{background:#fb923c26;border-color:#fb923c4d}.seed-phrase-title{font-weight:700;color:#ea580c;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.dark .seed-phrase-title{color:#fb923c}.seed-phrase-warning{font-size:.875rem;color:#c2410c;margin-bottom:1rem;line-height:1.5}.dark .seed-phrase-warning{color:#fdba74}.seed-phrase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;padding:1.5rem;background:hsl(var(--secondary));border-radius:.75rem;border:1px solid hsl(var(--border))}.seed-word{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:hsl(var(--background));border-radius:.5rem;border:1px solid hsl(var(--border))}.seed-number{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:600;min-width:1.5rem}.seed-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.addresses-container{margin-bottom:2rem}.addresses-title{font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.address-list{display:flex;flex-direction:column;gap:.75rem}.address-item{padding:1rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.75rem;display:flex;align-items:center;gap:.75rem;justify-content:space-between}.address-chain{display:flex;align-items:center;gap:.5rem;min-width:140px}.address-label{font-weight:600;color:hsl(var(--secondary-foreground))}.address-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:hsl(var(--muted-foreground));word-break:break-all;flex:1;text-align:right}.continue-button{width:100%;height:3.5rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #10b9814d}.continue-button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #10b98166}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.dark .form-label{color:#d1d5db}.form-hint{font-size:.875rem;color:#64748b;margin-top:.5rem;line-height:1.4}.dark .form-hint{color:#94a3b8}@media (max-width: 768px){.create-wallet-page{padding:1rem}.create-wallet-form{padding:2rem 1.5rem}.create-wallet-title{font-size:1.875rem}.create-wallet-description{font-size:1rem}.chain-selector{grid-template-columns:1fr}.password-grid{grid-template-columns:1fr;gap:1rem}.seed-phrase-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem}.security-row{flex-direction:column;align-items:flex-start;gap:.5rem}.handle-input,.password-input,.minutes-input,.create-wallet-input{width:100%;font-size:1rem}.handle-prefix{font-size:1.25rem}}@media (max-width: 480px){.create-wallet-icon{width:4rem;height:4rem;font-size:1.5rem}.create-wallet-title{font-size:1.5rem}.chain-icon{width:3rem;height:3rem;font-size:1.25rem}.seed-phrase-grid{grid-template-columns:1fr}}.signature-panel{padding:20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:12px}.signature-title{display:flex;align-items:center;gap:8px;font-weight:600;color:#0c4a6e;margin-bottom:16px}.signature-info{display:flex;flex-direction:column;gap:12px}.signature-description{color:#0c4a6e;font-size:14px;line-height:1.5;margin:0;padding:12px;background:#ffffff80;border-radius:8px;border-left:4px solid #0ea5e9}.dark .signature-panel{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3b82f6}.dark .signature-title{color:#dbeafe}.dark .signature-description{color:#dbeafe;background:#1e3a8a4d;border-left-color:#3b82f6}.connected-wallet-display{padding:1rem;border:2px solid rgb(34,197,94);border-radius:8px;background:linear-gradient(135deg,#22c55e1a,#10b9810d);display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.wallet-info{flex:1}.wallet-provider{font-weight:700;color:#22c55e;margin-bottom:.25rem}.wallet-address{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;color:hsl(var(--foreground));margin-bottom:.25rem;word-break:break-all}.wallet-chain{color:hsl(var(--muted-foreground));font-size:.9rem;margin-bottom:.25rem}.wallet-balance{color:hsl(var(--muted-foreground));font-size:.9rem}.wallet-connect-info{padding:1rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .3);margin:1rem 0}.wallet-connect-description{color:hsl(var(--muted-foreground));margin-bottom:1rem;font-size:.9rem}.wallet-providers{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.provider-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--foreground));font-size:.9rem}.wallet-connect-hint{color:hsl(var(--muted-foreground));font-size:.85rem;font-style:italic}.wallet-selection-grid{display:grid;gap:.75rem;margin-top:1rem}.wallet-option{padding:1rem;border:2px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));cursor:pointer;transition:all .2s ease}.wallet-option:hover{border-color:hsl(var(--primary));background:hsl(var(--muted));transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.wallet-option.selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .05);box-shadow:0 0 0 1px hsl(var(--primary))}.wallet-option.no-wallet{border-style:dashed;opacity:.8}.wallet-option.no-wallet.selected{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground))}.wallet-option-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.wallet-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;border-radius:6px;background:hsl(var(--muted));border:1px solid hsl(var(--border))}.wallet-details{flex:1}.wallet-chain-name{font-weight:600;font-size:.875rem;color:hsl(var(--foreground));margin:0}.wallet-provider-name{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}.wallet-selection-indicator{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:hsl(var(--primary));font-weight:700}.wallet-option-content{padding-left:2.75rem}.wallet-address-display{font-family:monospace;font-size:.75rem;color:hsl(var(--muted-foreground));margin:0;word-break:break-all}.wallet-balance-display{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.wallet-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--secondary)),hsl(var(--muted)));padding:1rem;position:relative;overflow:hidden}.wallet-login-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsl(var(--primary) / .1) 0%,transparent 50%);animation:loginBgRotate 20s linear infinite;z-index:-1}@keyframes loginBgRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wallet-login-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.5rem;padding:2.5rem;width:100%;max-width:28rem;box-shadow:var(--shadow-intense);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1;animation:loginCardFloat .6s ease-out}@keyframes loginCardFloat{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.wallet-login-header{text-align:center;margin-bottom:2rem}.wallet-login-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .7));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;letter-spacing:-.025em}.wallet-login-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.wallet-login-form{display:flex;flex-direction:column;gap:1.5rem}.wallet-login-field{display:flex;flex-direction:column;gap:.5rem}.wallet-login-label{font-weight:600;font-size:.875rem;color:hsl(var(--foreground));display:flex;align-items:center;gap:.5rem}.wallet-login-input{height:3rem;padding:0 1rem;background:hsl(var(--background));border:2px solid hsl(var(--border));border-radius:.75rem;color:hsl(var(--foreground));font-size:1rem;font-weight:500;transition:all .2s ease;position:relative}.wallet-login-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1);background:hsl(var(--card))}.wallet-login-input::-moz-placeholder{color:hsl(var(--muted-foreground));font-weight:400}.wallet-login-input::placeholder{color:hsl(var(--muted-foreground));font-weight:400}.wallet-login-button{height:3rem;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));border:none;border-radius:.75rem;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.wallet-login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-heavy);background:linear-gradient(135deg,hsl(var(--primary) / .9),hsl(var(--primary) / .7))}.wallet-login-button:active:not(:disabled){transform:translateY(0)}.wallet-login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.wallet-login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.wallet-login-button:hover:before{left:100%}.wallet-login-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.wallet-login-link{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;text-decoration:none;transition:color .2s ease;padding:.5rem;border-radius:.5rem}.wallet-login-link:hover{color:hsl(var(--primary));background:hsl(var(--primary) / .05)}.wallet-login-error{background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);color:hsl(var(--destructive-foreground));padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center;animation:loginErrorShake .5s ease-in-out}@keyframes loginErrorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.wallet-login-security-notice{background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem;margin-top:1.5rem;text-align:center}.wallet-login-security-title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.wallet-login-security-text{font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.4}.security-icon{color:hsl(var(--primary));filter:drop-shadow(0 0 4px hsl(var(--primary) / .3))}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:loginSpin 1s linear infinite}@keyframes loginSpin{to{transform:rotate(360deg)}}.dark .wallet-login-container:before{background:radial-gradient(circle,hsl(var(--primary) / .05) 0%,transparent 50%)}.dark .wallet-login-card{background:hsl(var(--card) / .8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.wallet-login-input{width:100%;box-sizing:border-box;min-width:0}.wallet-header-icon{padding:.75rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;box-shadow:0 10px 15px -3px #3b82f64d}.existing-session-alert{margin-bottom:1.5rem;padding:1rem;background:hsl(var(--background) / .95);border:1px solid hsl(var(--border));border-radius:.75rem}.existing-session-header{display:flex;align-items:center;justify-content:space-between}.existing-session-title{font-size:.875rem;font-weight:600;color:hsl(var(--primary))}.existing-session-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.existing-session-actions{display:flex;gap:.5rem}.session-action-button{padding:.25rem .75rem;font-size:.875rem;border-radius:.375rem;border:none;cursor:pointer;transition:all .2s ease;font-weight:500}.session-primary-button{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.session-primary-button:hover{background:hsl(var(--primary) / .9)}.session-secondary-button{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.session-secondary-button:hover{background:hsl(var(--secondary) / .8)}@media (max-width: 640px){.wallet-login-container{padding:2rem .5rem .5rem;align-items:flex-start}.wallet-login-card{padding:2rem 1.5rem;margin-top:1rem}.wallet-login-title{font-size:1.75rem}.wallet-login-input,.wallet-login-button{height:2.75rem}.existing-session-header{flex-direction:column;align-items:flex-start;gap:.75rem}.existing-session-actions{width:100%;justify-content:flex-end}}@media (max-width: 480px){.wallet-login-input,.wallet-login-button{height:2.5rem;font-size:.9rem}.wallet-login-title{font-size:1.5rem}.existing-session-actions{flex-direction:column;width:100%}.session-action-button{width:100%;padding:.5rem}}.wallet-login-input:focus-visible,.wallet-login-button:focus-visible,.wallet-login-link:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}@media (prefers-contrast: high){.wallet-login-card,.wallet-login-input{border-width:2px}}@media (prefers-reduced-motion: reduce){.wallet-login-container:before,.wallet-login-card,.wallet-login-button:before,.loading-spinner{animation:none}.wallet-login-button:hover{transform:none}}.wallet-dashboard-container{min-height:100vh;padding:2rem 1rem;background:var(--bg-primary);color:var(--text-primary)}.wallet-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.wallet-dashboard-header h1{color:var(--text-primary);font-size:2rem;font-weight:700;margin:0}.wallet-dashboard-logout-btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-medium);padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.wallet-dashboard-logout-btn:hover{background:var(--accent-primary);color:var(--text-inverse);transform:translateY(-1px)}.wallet-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.wallet-dashboard-card{background:var(--bg-secondary);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.wallet-dashboard-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);background:var(--bg-tertiary);border-color:var(--accent-primary)}.wallet-dashboard-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.wallet-dashboard-card-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.wallet-dashboard-card-icon{width:32px;height:32px;border-radius:50%}.wallet-dashboard-card-address{font-size:.875rem;color:var(--text-muted);font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:var(--bg-tertiary);padding:.5rem;border-radius:6px;word-break:break-all;margin-top:.5rem;border:1px solid var(--border-light)}.wallet-dashboard-management-section{margin-top:3rem;padding:2rem;background:var(--bg-secondary);border-radius:16px;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.wallet-dashboard-management-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.wallet-dashboard-management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.wallet-dashboard-management-btn{background:var(--accent-primary);color:var(--text-inverse);border:none;padding:1rem;border-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.wallet-dashboard-management-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.wallet-dashboard-management-btn.secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-medium)}.wallet-dashboard-management-btn.secondary:hover,[data-theme=dark] .wallet-dashboard-card-address{background:var(--bg-accent)}[data-theme=dark] .wallet-dashboard-management-section{background:var(--bg-tertiary)}@media (max-width: 768px){.wallet-dashboard-container{padding:1rem .5rem}.wallet-dashboard-header{flex-direction:column;gap:1rem;text-align:center}.wallet-dashboard-header h1{font-size:1.5rem}.wallet-dashboard-grid{grid-template-columns:1fr;gap:1rem}.wallet-dashboard-card{padding:1rem}}.profile-container{max-width:600px;margin:0 auto;min-height:100vh;background:hsl(var(--background));border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border))}.profile-header{display:flex;align-items:center;padding:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsl(var(--background) / .85);position:sticky;top:0;z-index:10;border-bottom:1px solid hsl(var(--border))}.profile-back-button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;margin-right:32px;transition:background-color .2s}.profile-back-button:hover{background:hsl(var(--accent))}.profile-back-button svg{width:20px;height:20px;color:hsl(var(--foreground))}.profile-header-info h1{font-size:20px;font-weight:700;color:hsl(var(--foreground));margin:0;line-height:24px}.profile-header-info p{font-size:13px;color:hsl(var(--muted-foreground));margin:0}.profile-cover{position:relative;height:200px;background:hsl(var(--muted))}.profile-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-cover-upload{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;background:#0f1419bf;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s}.profile-cover:hover .profile-cover-upload{opacity:1}.profile-cover-upload svg{width:22px;height:22px;color:#fff}.profile-section{padding:0 16px}.profile-avatar-section{display:flex;justify-content:space-between;align-items:flex-start;margin-top:-48px;margin-bottom:16px}.profile-avatar-wrapper{position:relative;width:120px;height:120px;border:4px solid hsl(var(--background));border-radius:50%}.profile-avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff}.profile-avatar-upload{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#0f1419bf;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s}.profile-avatar-wrapper:hover .profile-avatar-upload{opacity:1}.profile-avatar-upload svg{width:22px;height:22px;color:#fff}.profile-edit-button{margin-top:12px;padding:8px 16px;background:transparent;border:1px solid hsl(var(--border));border-radius:20px;font-size:15px;font-weight:600;color:hsl(var(--foreground));cursor:pointer;transition:background-color .2s}.profile-edit-button:hover{background:hsl(var(--accent))}.profile-info{margin-bottom:16px}.profile-info h2{font-size:20px;font-weight:700;color:hsl(var(--foreground));margin:0 0 2px}.profile-handle{font-size:15px;color:hsl(var(--muted-foreground));margin:0 0 12px}.profile-bio{font-size:15px;color:hsl(var(--foreground));margin:0 0 12px;white-space:pre-wrap}.profile-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.profile-meta-item{display:flex;align-items:center;gap:4px;font-size:15px;color:hsl(var(--muted-foreground))}.profile-meta-item svg{width:18px;height:18px}.profile-meta-item a{color:hsl(var(--primary));text-decoration:none}.profile-meta-item a:hover{text-decoration:underline}.profile-stats{display:flex;gap:20px}.profile-stat{background:none;border:none;padding:0;font-size:15px;color:hsl(var(--muted-foreground));cursor:pointer}.profile-stat:hover{text-decoration:underline}.profile-stat strong{color:hsl(var(--foreground));font-weight:700}.profile-tabs{display:flex;border-bottom:1px solid hsl(var(--border));margin:0 -16px}.profile-tabs button{flex:1;padding:16px 0;background:none;border:none;font-size:15px;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;position:relative;transition:background-color .2s}.profile-tabs button:hover{background:hsl(var(--accent) / .5)}.profile-tabs button.active{color:hsl(var(--foreground))}.profile-tabs button.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:56px;height:4px;background:hsl(var(--primary));border-radius:2px}.profile-posts{min-height:200px}.profile-loading,.profile-empty{padding:48px 16px;text-align:center}.profile-empty h3{font-size:31px;font-weight:700;color:hsl(var(--foreground));margin:0 0 8px}.profile-empty p{font-size:15px;color:hsl(var(--muted-foreground));margin:0}.profile-post{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid hsl(var(--border));transition:background-color .2s;cursor:pointer}.profile-post:hover{background:hsl(var(--accent) / .3)}.post-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.post-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}.post-content{flex:1;min-width:0}.post-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.post-name{font-size:15px;font-weight:700;color:hsl(var(--foreground))}.post-handle,.post-date{font-size:15px;color:hsl(var(--muted-foreground))}.post-text{font-size:15px;color:hsl(var(--foreground));margin:0;white-space:pre-wrap;word-break:break-word}.profile-not-logged-in{padding:48px 16px;text-align:center}.profile-not-logged-in h2{font-size:24px;font-weight:700;color:hsl(var(--foreground));margin:0 0 8px}.profile-not-logged-in p{font-size:15px;color:hsl(var(--muted-foreground));margin:0 0 24px}.edit-profile-form{display:flex;flex-direction:column;gap:16px;padding:16px 0}.edit-profile-form label{font-size:14px;font-weight:500;color:hsl(var(--foreground));margin-bottom:4px}.edit-profile-form input,.edit-profile-form textarea{width:100%;padding:8px 12px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;font-size:15px;color:hsl(var(--foreground))}.edit-profile-form input:focus,.edit-profile-form textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.edit-profile-form textarea{resize:vertical;min-height:80px}.wallet-standalone-container{min-height:100vh;background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--muted)));padding:2rem}.wallet-standalone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:hsl(var(--background));border-radius:12px;border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a}.wallet-standalone-title{font-size:2rem;font-weight:700;color:hsl(var(--foreground));margin:0}.wallet-standalone-content{display:grid;gap:2rem;max-width:4xl;margin:0 auto}.wallet-section{background:hsl(var(--background));border-radius:12px;padding:2rem;border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a}.wallet-section h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.wallet-address-display{background:hsl(var(--muted));padding:1rem;border-radius:8px;font-family:monospace;word-break:break-all;margin-bottom:1rem;border:1px solid hsl(var(--border))}.wallet-actions{display:flex;gap:1rem;flex-wrap:wrap}.wallet-balance{font-size:1.25rem;font-weight:600;color:hsl(var(--primary));margin-bottom:1rem}@media (max-width: 768px){.wallet-standalone-container{padding:1rem}.wallet-standalone-header{flex-direction:column;gap:1rem;text-align:center}.wallet-standalone-title{font-size:1.5rem}.wallet-actions{flex-direction:column}}.devtools-dashboard{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#fff}.dark .devtools-dashboard{background:linear-gradient(135deg,#030712,#111827,#1f2937)}.devtools-hero{padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}.devtools-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:24px;background:linear-gradient(135deg,#fff,#e2e8f0,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.hero-subtitle{font-size:1.25rem;opacity:.8;max-width:800px;margin:0 auto 40px;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px;max-width:600px;margin:0 auto}.stat-item{display:flex;align-items:center;gap:12px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;transition:all .3s ease}.stat-item:hover{background:#ffffff1a;transform:translateY(-2px)}.stat-item svg{opacity:.8;flex-shrink:0}.stat-number{font-size:1.5rem;font-weight:700;line-height:1}.stat-label{font-size:.75rem;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.devtools-content{padding:60px 20px 80px;max-width:1400px;margin:0 auto}.tools-section{margin-bottom:80px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.125rem;opacity:.7;max-width:600px;margin:0 auto}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.tool-card{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:0;transition:all .4s ease;position:relative;overflow:hidden;cursor:pointer}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.02) 100%);opacity:0;transition:opacity .3s ease}.tool-card.hovered:before{opacity:1}.tool-card.hovered{background:#ffffff0d;border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.tool-card.blue.hovered{border-color:#3b82f64d;box-shadow:0 20px 40px #3b82f61a}.tool-card.purple.hovered{border-color:#8b5cf64d;box-shadow:0 20px 40px #8b5cf61a}.tool-card.green.hovered{border-color:#10b9814d;box-shadow:0 20px 40px #10b9811a}.tool-card.orange.hovered{border-color:#f59e0b4d;box-shadow:0 20px 40px #f59e0b1a}.tool-card.red.hovered{border-color:#ef44444d;box-shadow:0 20px 40px #ef44441a}.tool-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.tool-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;border:1px solid}.tool-badges{display:flex;gap:8px}.tool-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.tool-description{opacity:.8;line-height:1.5;margin-bottom:24px}.tool-features{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.feature-item{display:flex;align-items:center;gap:8px;font-size:.875rem;opacity:.9}.feature-item svg{opacity:.6;flex-shrink:0}.tool-meta{display:flex;gap:16px;margin-bottom:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.meta-item{display:flex;align-items:center;gap:6px;font-size:.875rem;opacity:.7}.tool-button{width:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;transition:all .3s ease}.tool-button:hover{background:linear-gradient(135deg,#ffffff26,#ffffff1a);transform:translateY(-2px)}.features-section{margin-top:80px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.feature-card{text-align:center;padding:40px 24px;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .3s ease}.feature-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-4px)}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;border:1px solid}.feature-icon.multi-chain{background:#3b82f61a;border-color:#3b82f633;color:#3b82f6}.feature-icon.security{background:#10b9811a;border-color:#10b98133;color:#10b981}.feature-icon.performance{background:#f59e0b1a;border-color:#f59e0b33;color:#f59e0b}.feature-icon.data{background:#8b5cf61a;border-color:#8b5cf633;color:#8b5cf6}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px}.feature-card p{opacity:.8;line-height:1.6}.badge{font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:50px;border:1px solid}@media (max-width: 768px){.devtools-hero{padding:60px 20px 40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:16px}.tools-grid,.features-grid{grid-template-columns:1fr;gap:24px}.section-title{font-size:2rem}.tool-title{font-size:1.25rem}}@media (max-width: 480px){.devtools-hero{padding:40px 16px 32px}.devtools-content{padding:40px 16px 60px}.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr}.stat-item{padding:16px}.section-header{margin-bottom:40px}.tools-section{margin-bottom:60px}}.token-creator{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dark .token-creator{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.token-creator-header{padding:32px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.header-title{font-size:2rem;font-weight:800;margin-bottom:4px;background:linear-gradient(45deg,#fff,#e0e7ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.progress-step.completed{opacity:1;background:#22c55e33;border-color:#22c55e4d}.progress-step.completed .step-number{background:#22c55e4d}.token-creator-content{padding:40px 20px 80px}.token-form{max-width:800px;margin:0 auto}.token-form-step{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:40px;margin-bottom:32px}.feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.feature-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-2px)}.feature-title{display:flex;align-items:center;gap:8px;font-size:1.125rem}.tax-settings{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.review-features{display:flex;gap:8px;flex-wrap:wrap}.deployment-info{background:#ffa5001a;border:1px solid rgba(255,165,0,.3)}.deploy-button{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;font-weight:600;transition:all .3s ease}.deploy-button:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px);box-shadow:0 10px 25px #22c55e4d}.token-form label{color:#fff;font-weight:600;margin-bottom:8px}.token-form input,.token-form textarea,.token-form [role=combobox]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.token-form input::-moz-placeholder,.token-form textarea::-moz-placeholder{color:#fff9}.token-form input::placeholder,.token-form textarea::placeholder{color:#fff9}.token-form input:focus,.token-form textarea:focus,.token-form [role=combobox]:focus{border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.token-form [role=switch]{background:#fff3}.token-form [role=switch][aria-checked=true]{background:#22c55e}.token-form .badge{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.token-form .card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.token-form .card-header h3,.token-form .card-header h2{color:#fff}.token-form .card-description{color:#fffc}@media (max-width: 768px){.token-creator-header{padding:24px 20px}.header-info{flex-direction:column;align-items:flex-start;gap:12px}.header-icon{padding:12px}.header-title{font-size:1.75rem}.progress-steps{grid-template-columns:1fr;gap:16px}.progress-step{padding:16px}.token-form-step{padding:24px}.form-row,.feature-cards{grid-template-columns:1fr;gap:16px}.form-navigation{flex-direction:column;gap:16px}.form-navigation button{width:100%}}@media (max-width: 480px){.token-creator-header{padding:20px 16px}.token-creator-content{padding:32px 16px 60px}.token-form-step{padding:20px}.progress-section{padding:32px 16px}.progress-step{padding:12px}.step-number{width:36px;height:36px}}.nft-creator{min-height:100vh;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff}.dark .nft-creator{background:linear-gradient(135deg,#2d1b69,#581c87,#7c2d12)}.nft-creator-header{padding:32px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.header-title{font-size:2rem;font-weight:800;margin-bottom:4px;background:linear-gradient(45deg,#fff,#fce7f3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.progress-section{padding:40px 20px;background:#0000001a}.progress-steps{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.progress-step{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;transition:all .3s ease;opacity:.6}.progress-step.active{opacity:1;background:#ffffff26;border-color:#ffffff4d}.progress-step.completed{opacity:1;background:#8b5cf64d;border-color:#8b5cf666}.step-number{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.progress-step.completed .step-number{background:#8b5cf666}.step-title{font-weight:600;margin-bottom:4px}.step-description{font-size:.875rem;opacity:.8}.nft-creator-content{padding:40px 20px 80px}.nft-form{max-width:800px;margin:0 auto}.nft-form-step{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:40px;margin-bottom:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-item-flex{flex:1}.minting-features{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);margin-bottom:24px}.feature-list{display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff0d;border-radius:12px}.feature-name{font-weight:600;font-size:.875rem}.feature-desc{font-size:.75rem;opacity:.8}.reveal-settings,.royalty-settings{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);margin-bottom:24px}.review-step{display:flex;flex-direction:column;gap:24px}.review-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.review-grid{display:grid;gap:16px}.review-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.review-item:last-child{border-bottom:none}.review-label{font-weight:600;opacity:.8}.review-value{font-weight:500}.deployment-info{background:#ec489933;border:1px solid rgba(236,72,153,.3)}.deployment-details{display:flex;flex-direction:column;gap:12px}.deployment-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.deployment-item span:first-child{opacity:.8}.deployment-item span:last-child{font-weight:600}.form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:32px}.deploy-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;font-weight:600;transition:all .3s ease}.deploy-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf64d}.deploy-button:disabled{opacity:.6;transform:none;box-shadow:none}.nft-form label{color:#fff;font-weight:600;margin-bottom:8px}.nft-form input,.nft-form textarea,.nft-form [role=combobox]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.nft-form input::-moz-placeholder,.nft-form textarea::-moz-placeholder{color:#fff9}.nft-form input::placeholder,.nft-form textarea::placeholder{color:#fff9}.nft-form input:focus,.nft-form textarea:focus,.nft-form [role=combobox]:focus{border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.nft-form [role=switch]{background:#fff3}.nft-form [role=switch][aria-checked=true]{background:#8b5cf6}.nft-form .badge{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.nft-form .card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.nft-form .card-header h3,.nft-form .card-header h2{color:#fff}.nft-form .card-description{color:#fffc}@media (max-width: 768px){.nft-creator-header{padding:24px 20px}.header-info{flex-direction:column;align-items:flex-start;gap:12px}.header-icon{padding:12px}.header-title{font-size:1.75rem}.progress-steps{grid-template-columns:1fr;gap:16px}.progress-step{padding:16px}.nft-form-step{padding:24px}.form-row{grid-template-columns:1fr;gap:16px}.feature-list{gap:12px}.feature-item{padding:12px}.form-navigation{flex-direction:column;gap:16px}.form-navigation button{width:100%}}@media (max-width: 480px){.nft-creator-header{padding:20px 16px}.nft-creator-content{padding:32px 16px 60px}.nft-form-step{padding:20px}.progress-section{padding:32px 16px}.progress-step{padding:12px}.step-number{width:36px;height:36px}}.snapshot-tool{min-height:100vh;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.snapshot-tool.token-snapshot{background:linear-gradient(135deg,#f59e0b,#d97706)}.dark .snapshot-tool{background:linear-gradient(135deg,#064e3b,#065f46,#047857)}.dark .snapshot-tool.token-snapshot{background:linear-gradient(135deg,#451a03,#78350f,#92400e)}.snapshot-header{padding:32px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{max-width:1200px;margin:0 auto}.back-button{display:inline-flex;align-items:center;gap:8px;color:#fffc;text-decoration:none;font-weight:500;margin-bottom:24px;transition:color .2s ease}.back-button:hover{color:#fff}.header-info{display:flex;align-items:center;gap:16px}.header-icon{background:#fff3;border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:center}.header-title{font-size:2rem;font-weight:800;margin-bottom:4px;background:linear-gradient(45deg,#fff,#ecfdf5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.token-snapshot .header-title{background:linear-gradient(45deg,#fff,#fef3c7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-subtitle{font-size:1.125rem;opacity:.8}.snapshot-content{padding:40px 20px 80px;max-width:1200px;margin:0 auto}.snapshot-grid{display:grid;grid-template-columns:1fr 300px;gap:32px;margin-bottom:40px}.snapshot-form-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.snapshot-form{display:flex;flex-direction:column;gap:24px}.input-with-icon{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.6;z-index:1}.input-with-icon input{padding-left:40px}.chain-option{display:flex;justify-content:space-between;align-items:center;width:100%}.snapshot-button{background:linear-gradient(135deg,#10b981,#059669);border:none;font-weight:600;transition:all .3s ease}.token-snapshot .snapshot-button{background:linear-gradient(135deg,#f59e0b,#d97706)}.snapshot-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.token-snapshot .snapshot-button:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 10px 25px #f59e0b4d}.info-cards{display:flex;flex-direction:column;gap:20px}.info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.info-card .card-header{padding-bottom:12px}.info-list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.info-list li{display:flex;align-items:center;gap:8px;font-size:.875rem}.info-list svg{flex-shrink:0;opacity:.8}.status-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.status-card.processing{background:#3b82f633;border-color:#3b82f64d}.status-card.completed{background:#22c55e33;border-color:#22c55e4d}.status-card.error{background:#ef444433;border-color:#ef44444d}.status-content{display:flex;flex-direction:column;gap:16px}.progress-bar{width:100%;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;animation:progress-animation 2s ease-in-out infinite}@keyframes progress-animation{0%{width:0%}50%{width:70%}to{width:100%}}.result-stats{display:flex;flex-direction:column;gap:8px}.stat-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.stat-label{opacity:.8}.stat-value{font-weight:600}.download-button{background:linear-gradient(135deg,#059669,#047857);border:none;font-weight:600}.token-snapshot .download-button{background:linear-gradient(135deg,#d97706,#b45309)}.error-message{color:#fca5a5;font-size:.875rem}.recent-snapshots{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.snapshots-list{display:flex;flex-direction:column;gap:16px}.snapshot-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ffffff0d;border-radius:12px;transition:background .2s ease}.snapshot-item:hover{background:#ffffff1a}.snapshot-info{flex:1}.snapshot-name{font-weight:600;margin-bottom:4px}.snapshot-meta{display:flex;align-items:center;gap:12px;font-size:.75rem;opacity:.8}.snapshot-form label{color:#fff;font-weight:600;margin-bottom:8px}.snapshot-form input,.snapshot-form [role=combobox]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.snapshot-form input::-moz-placeholder{color:#fff9}.snapshot-form input::placeholder{color:#fff9}.snapshot-form input:focus,.snapshot-form [role=combobox]:focus{border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a}.snapshot-form .badge{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.snapshot-form .card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.snapshot-form .card-header h3,.snapshot-form .card-header h2{color:#fff}.snapshot-form .card-description{color:#fffc}@media (max-width: 768px){.snapshot-header{padding:24px 20px}.header-info{flex-direction:column;align-items:flex-start;gap:12px}.header-icon{padding:12px}.header-title{font-size:1.75rem}.snapshot-grid{grid-template-columns:1fr;gap:24px}.info-cards{grid-template-columns:1fr}.snapshot-meta{flex-wrap:wrap}}@media (max-width: 480px){.snapshot-header{padding:20px 16px}.snapshot-content{padding:32px 16px 60px}.snapshot-item{flex-direction:column;align-items:flex-start;gap:12px}.snapshot-meta{justify-content:flex-start}}:root{--bg-primary: #ffffff;--bg-secondary: #f3f4f6;--bg-tertiary: #e5e7eb;--bg-accent: #d1d5db;--text-primary: #111827;--text-secondary: #374151;--text-muted: #6b7280;--text-inverse: #ffffff;--border-light: #d1d5db;--border-medium: #9ca3af;--border-dark: #6b7280;--accent-primary: #2563eb;--accent-hover: #1d4ed8;--accent-light: #dbeafe;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow-sm: 0 2px 4px 0 rgb(0 0 0 / .08);--shadow-md: 0 4px 8px -1px rgb(0 0 0 / .12);--shadow-lg: 0 10px 20px -3px rgb(0 0 0 / .15);--transition-fast: .15s ease-out;--transition-normal: .25s ease-out;--transition-slow: .35s ease-out}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--bg-accent: #475569;--text-primary: #f8fafc;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--text-inverse: #1e293b;--border-light: #334155;--border-medium: #475569;--border-dark: #64748b;--accent-primary: #60a5fa;--accent-hover: #3b82f6;--accent-light: #1e3a8a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:var(--text-primary);line-height:1.5;font-size:16px;transition:background var(--transition-normal),color var(--transition-normal);padding:0 .75rem}.dark body{background:#0f172a}@media (min-width: 768px){body{padding:0 1rem}}@media (min-width: 1024px){body{padding:0}}.box{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:6px;padding:1rem;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);margin-bottom:1rem;width:100%;min-width:100%}.box:hover{box-shadow:var(--shadow-md);border-color:var(--border-medium)}.box-large{padding:1.25rem;border-radius:8px}.box-accent{border-color:var(--accent-primary);background:var(--accent-light)}@media (min-width: 768px){.box{padding:1.5rem;border-radius:8px;max-width:none}.box-large{padding:2rem;border-radius:12px;max-width:none}}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.3;margin-bottom:.75rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}@media (min-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media (min-width: 1024px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}p{color:var(--text-secondary);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;font-size:16px;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;width:100%;min-height:44px}@media (min-width: 768px){.btn{width:auto;padding:.75rem 1.5rem;font-size:.875rem;min-height:auto}}.btn-primary{background:var(--accent-primary);color:var(--text-inverse);box-shadow:0 2px 4px #0000001a;border:1px solid var(--accent-hover)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-medium)}.btn-secondary:hover{background:var(--bg-accent);border-color:var(--border-dark)}.input{width:100%;padding:.875rem 1rem;font-size:16px;background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:6px;color:var(--text-primary);transition:all var(--transition-fast);min-height:44px}@media (min-width: 768px){.input{padding:.75rem 1rem;font-size:.875rem;min-height:auto}}.input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-light)}.theme-toggle{position:fixed;top:1rem;right:1rem;z-index:1000;background:var(--bg-secondary);border:1px solid var(--border-medium);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-normal)}.theme-toggle:hover{background:var(--bg-accent);box-shadow:var(--shadow-md)}
