:root{--primary: #8b5cf6;--primary-hover: #7c3aed;--secondary: #3b82f6;--background: #f8fafc;--surface: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--radius: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background-color:var(--background);background-image:radial-gradient(circle,rgba(139,92,246,.09) 1px,transparent 1px);background-size:28px 28px;color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}.app-container:before,.app-container:after{content:"";position:fixed;border-radius:50%;filter:blur(90px);opacity:.13;pointer-events:none;z-index:0}.app-container:before{width:700px;height:700px;background:radial-gradient(circle,var(--primary),transparent 70%);top:-200px;left:-200px}.app-container:after{width:600px;height:600px;background:radial-gradient(circle,var(--secondary),transparent 70%);bottom:-150px;right:-150px}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;letter-spacing:-.02em}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{background-color:var(--surface);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10;overflow:hidden}.logo{display:flex;align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-weight:800;font-size:1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-image{height:36px;width:auto;border-radius:8px;-o-object-fit:contain;object-fit:contain}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%;display:flex;flex-direction:column;gap:3rem;position:relative;z-index:1}.main-content--wide{max-width:1560px}.main-content:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,rgba(139,92,246,.11) 0%,rgba(59,130,246,.07) 45%,transparent 70%);pointer-events:none;z-index:0}.hero{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:3.5rem;line-height:1.1;margin-bottom:1rem;color:var(--text-main)}.hero h1 span{background:linear-gradient(135deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:1.25rem;color:var(--text-muted)}.header-ticker-wrap{flex:1;overflow:hidden;margin:0 2rem;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.header-ticker-track{display:flex;width:-moz-max-content;width:max-content;animation:ticker-scroll 45s linear infinite}.header-ticker-item{white-space:nowrap;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:.01em;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:0 2.2rem;position:relative}.header-ticker-item:after{content:"✦";position:absolute;right:-.1rem;font-size:.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;top:50%;transform:translateY(-50%)}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tabs{display:flex;background-color:var(--surface);border-radius:var(--radius);padding:.5rem;box-shadow:var(--shadow-sm);margin-bottom:-1.5rem;z-index:5;position:relative;width:-moz-max-content;width:max-content;margin-left:auto;margin-right:auto;border:1px solid var(--border)}.tab{padding:.85rem 1.75rem;border-radius:10px;border:none;background:transparent;font-family:Outfit,sans-serif;font-weight:700;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;font-size:1rem;position:relative;letter-spacing:-.01em}.tab:hover{color:var(--primary);background:#8b5cf60f}.tab.active{background:linear-gradient(135deg,#8b5cf621,#3b82f61a);color:var(--primary);box-shadow:var(--shadow-sm)}.tab.active:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:24px;height:2.5px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--secondary))}.search-container{background-color:var(--surface);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border);position:relative;z-index:1}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:500;font-size:.95rem;color:var(--text-main);display:flex;align-items:center;gap:.5rem}.uni-locked-active .input-field{border-color:var(--primary)!important;box-shadow:0 0 0 3px #8b5cf626!important;opacity:1!important;cursor:default!important;background:#8b5cf60a!important}.field-label{display:inline-flex;align-items:center;gap:.4rem;font-family:Outfit,sans-serif;font-size:.82rem!important;font-weight:700!important;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.field-label svg{flex-shrink:0;color:var(--primary);opacity:.85}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-row-3{display:grid;grid-template-columns:minmax(180px,1.5fr) 1fr 1.5fr;gap:1.5rem}.filter-section{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;padding:1rem 1.25rem;background:var(--background);border:1px solid var(--border);border-radius:10px}.filter-section-heading{width:100%;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.1rem}.filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.filter-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem}.filter-chip{padding:.3rem .8rem;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .15s ease;line-height:1.4}.filter-chip:hover{border-color:var(--primary);color:var(--primary)}.filter-chip.active{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;color:#fff;font-weight:500}.input-field{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .2s;background-color:var(--background);color:var(--text-main)}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf633;background-color:var(--surface)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 14px #8b5cf663;font-family:Inter,sans-serif;margin-top:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf63b;filter:brightness(1.05)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 14px #8b5cf663;font-family:Inter,sans-serif;margin-top:1rem}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf63b;filter:brightness(1.05)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:#ef4444;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 14px #ef444463;font-family:Inter,sans-serif;margin-top:1rem}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef44443b;background:#dc2626}.btn-danger:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid rgba(139,92,246,.2);border-top-color:var(--primary);border-radius:50%;animation:spin 1s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.1rem;font-weight:500;color:var(--text-muted);animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.results-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.results-header h2{font-size:2rem;color:var(--text-main)}.results-meta{color:var(--text-muted);font-size:.95rem}.results-grid{display:flex;flex-direction:column;gap:1.5rem}.result-card{background-color:var(--surface);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border);display:flex;flex-direction:column;gap:1.5rem;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.result-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#8b5cf64d}.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.course-info h3{font-size:1.4rem;color:var(--text-main);margin-bottom:.25rem}.course-code{display:inline-block;background:linear-gradient(135deg,#8b5cf61f,#3b82f61f);padding:.3rem .9rem;border-radius:7px;font-size:.9rem;font-weight:700;font-family:JetBrains Mono,Fira Code,Cascadia Code,ui-monospace,monospace;color:var(--primary);border:1.5px solid rgba(139,92,246,.35);letter-spacing:.04em}.similarity-badge{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);padding:.75rem 1.25rem;border-radius:12px;border:1px solid rgba(139,92,246,.2)}.similarity-value{font-size:1.5rem;font-weight:800;font-family:Outfit,sans-serif;color:var(--primary);line-height:1}.similarity-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-top:.25rem}.card-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.4rem;font-size:.83rem;font-weight:500;color:var(--text-muted);background-color:var(--background);padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border)}.course-link-styled .external-link-icon{transition:transform .2s ease,opacity .2s ease,color .2s ease;opacity:.5}.course-link-styled:hover .external-link-icon{transform:translate(2px,-2px) scale(1.2);opacity:1;color:var(--primary)}.course-link-styled{transition:color .2s ease}.course-link-styled:hover{color:var(--primary)!important}.card-explanation{background-color:var(--background);padding:1.5rem;border-radius:12px;border-left:4px solid var(--primary);font-size:.95rem;line-height:1.6;color:var(--text-main)}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:1rem 1.5rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;font-weight:500;margin-bottom:1.5rem}@media(max-width:768px){.hero h1{font-size:2.5rem}.input-row,.input-row-3{grid-template-columns:1fr;gap:1rem}.card-top{flex-direction:column}.similarity-badge{align-self:flex-start}.topic-grid{grid-template-columns:1fr!important}}.result-card.clickable{cursor:pointer}.result-card.clickable:hover{border-color:var(--primary);box-shadow:var(--shadow-xl)}.result-card.expanded{border-color:var(--primary);box-shadow:0 8px 30px #8b5cf626}.insight-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;width:-moz-fit-content;width:fit-content;transition:all .2s}.modal-backdrop{position:fixed;inset:0;background-color:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:2rem 1rem}.auth-mode-switch{margin-top:1.5rem;text-align:center;font-size:.9rem;color:var(--text-light);padding-top:1rem;border-top:1px solid var(--border)}.auth-mode-switch a{color:var(--primary);text-decoration:none;font-weight:600;margin-left:.25rem;transition:opacity .2s}.auth-mode-switch a:hover{opacity:.8;text-decoration:underline}.insight-strong{background-color:#166534;color:#fff;border:1px solid #15803d}.insight-good{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.insight-weak{background-color:#fef9c3;color:#854d0e;border:1px solid #fde68a}.insight-poor{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.expand-hint{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);font-weight:500;opacity:.7;transition:opacity .2s}.result-card:hover .expand-hint{opacity:1;color:var(--primary)}.detail-panel{overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem;cursor:default}.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.topic-column h4{font-size:.9rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.03em}.topic-legend{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-muted);font-weight:500}.topic-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.topic-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;border-radius:8px;font-size:.88rem;line-height:1.3;transition:background .15s}.topic-covered{background-color:#f0fdf4;border:1px solid #bbf7d0}.topic-partial{background-color:#fefce8;border:1px solid #fde68a}.topic-missing{background-color:#fef2f2;border:1px solid #fecaca}.topic-dest{background-color:var(--background);border:1px solid var(--border)}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot-covered{background-color:#22c55e;box-shadow:0 0 4px #22c55e66}.dot-partial{background-color:#eab308;box-shadow:0 0 4px #eab30866}.dot-missing{background-color:#ef4444;box-shadow:0 0 4px #ef444466}.dest-bullet{color:var(--text-muted);font-weight:700;font-size:1.1rem;flex-shrink:0}.spin-icon{animation:spin 1s infinite linear}.dashboard-fullwidth{width:100%;max-width:100%}.dashboard-wide-wrapper{max-width:1560px;margin-left:auto;margin-right:auto;width:100%}.dashboard-cards-grid{display:flex;flex-direction:column;gap:1.25rem}.la-container{padding:.5rem 0}.la-loading{text-align:center;padding:3rem;color:var(--text-muted);font-size:.9rem}.la-empty{text-align:center;padding:3rem 2rem;background:var(--surface);border-radius:12px;border:1px dashed var(--border);color:var(--text-muted);font-size:.9rem}.la-uni-boxes{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.la-uni-box{flex:1;padding:.75rem 1rem;border-radius:10px;border:1.5px solid}.la-uni-origin{background:#8b5cf60f;border-color:#8b5cf64d}.la-uni-dest{background:#0ea5e90f;border-color:#0ea5e94d}.la-uni-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.2rem}.la-uni-origin .la-uni-label{color:var(--primary)}.la-uni-dest .la-uni-label{color:#0ea5e9}.la-uni-name{font-size:.88rem;font-weight:700;color:var(--text-main)}.la-uni-arrow{font-size:1.2rem;color:var(--text-muted);flex-shrink:0}.la-ects-bar{display:flex;gap:.75rem;margin-bottom:1.25rem}.la-ects-box{flex:1;padding:.65rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);display:flex;align-items:baseline;gap:.5rem}.la-ects-value{font-size:1.4rem;font-weight:800;color:var(--text-main)}.la-ects-label{font-size:.78rem;font-weight:700;color:var(--text-muted)}.la-ects-sub{font-size:.73rem;color:var(--text-muted);margin-left:auto}.la-ects-diff{font-size:.8rem;font-weight:700;padding:2px 8px;border-radius:20px}.la-ects-pos{background:#22c55e1f;color:#16a34a}.la-ects-neg{background:#ef44441f;color:#dc2626}.la-version-tabs{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.la-version-tab{padding:.4rem .9rem;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);font-size:.8rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.35rem}.la-version-tab:hover{border-color:#8b5cf666;color:var(--primary)}.la-version-tab.la-version-tab-active{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;color:#fff;box-shadow:0 2px 8px #8b5cf659}.la-version-badge{font-size:.65rem;padding:1px 6px;border-radius:20px;font-weight:700}.la-readonly-banner,.la-newversion-banner{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border-radius:10px;font-size:.82rem;margin-bottom:1rem}.la-readonly-banner{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#dc2626}.la-newversion-banner{background:#8b5cf614;border:1px solid rgba(139,92,246,.25);color:var(--primary)}.la-groups{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.la-groups-empty{padding:2.5rem 2rem;text-align:center;background:var(--surface);border-radius:12px;border:1px dashed var(--border);color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.la-group-header{padding:.85rem 1rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;transition:background .15s}.la-group-header:hover{background:#8b5cf60a}.la-group-index{font-size:.72rem;font-weight:800;color:var(--text-muted);width:1.4rem;flex-shrink:0;text-align:center}.la-group-summary{flex:1;min-width:0}.la-group-badge{padding:2px 10px;border-radius:20px;font-size:.72rem;font-weight:700;flex-shrink:0}.la-group-arrow{color:var(--text-muted);flex-shrink:0;transition:transform .15s}.la-group-body{padding:0 1rem 1rem;border-top:1px solid var(--border)}.la-group-courses{display:flex;gap:1rem;margin:.75rem 0}.la-group-side{flex:1;min-width:0}.la-group-side-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.4rem;padding:2px 8px;border-radius:20px;display:inline-block}.la-side-label-origin{background:#8b5cf61a;color:var(--primary);border:1px solid rgba(139,92,246,.2)}.la-side-label-dest{background:#0ea5e91a;color:#0ea5e9;border:1px solid rgba(14,165,233,.2)}.la-group-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap;margin-top:.6rem}.la-group-notes{width:100%;margin-top:.6rem;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--background);color:var(--text-main);font-size:.82rem;resize:vertical;min-height:3rem;font-family:inherit}.la-group-notes-readonly{color:var(--text-muted);background:var(--surface);font-size:.82rem;font-style:italic;margin-top:.4rem}.la-course-row{padding:.5rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--background);margin-bottom:.35rem}.la-course-code{font-family:monospace;font-size:.75rem;font-weight:800;padding:1px 6px;border-radius:5px;margin-right:.4rem}.la-course-name{font-size:.82rem;font-weight:600;color:var(--text-main)}.la-course-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.3rem}.la-footer{display:flex;justify-content:flex-end;padding-top:.75rem;border-top:1px solid var(--border)}.la-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;padding:.65rem 1.4rem;border-radius:10px;font-size:.85rem;font-weight:600;z-index:9999;box-shadow:0 4px 24px #6d28d959;pointer-events:none;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.la-alert-box{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10000}.la-alert-hi{background:var(--surface);border-radius:16px;padding:2rem;max-width:420px;width:90%;box-shadow:0 20px 60px #00000040;border:1px solid var(--border);text-align:center}.la-alert-emoji{font-size:2.5rem;margin-bottom:.75rem}.la-alert-title{font-size:1rem;font-weight:800;color:var(--text-main);margin-bottom:.6rem}.la-alert-body{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.la-alert-footer{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.la-btn{padding:.45rem 1rem;border-radius:8px;font-size:.82rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;border:none;transition:all .15s}.la-btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 2px 8px #8b5cf659}.la-btn-primary:hover{box-shadow:0 4px 14px #8b5cf680;transform:translateY(-1px)}.la-btn-ghost{background:transparent;color:var(--text-muted);border:1.5px solid var(--border)}.la-btn-ghost:hover{border-color:#8b5cf666;color:var(--primary)}.la-btn-secondary{background:#8b5cf61a;color:var(--primary);border:1.5px solid rgba(139,92,246,.3)}.la-btn-secondary:hover{background:#8b5cf62e}.la-btn-accept{background:#22c55e1f;color:#16a34a;border:1.5px solid rgba(34,197,94,.3)}.la-btn-accept:hover{background:#22c55e33}.la-btn-reject{background:#ef44441a;color:#dc2626;border:1.5px solid rgba(239,68,68,.25)}.la-btn-reject:hover{background:#ef44442e}.la-btn-pending{background:#f59e0b1f;color:#d97706;border:1.5px solid rgba(245,158,11,.3)}.la-btn-pending:hover{background:#f59e0b38}.la-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef44444d}.la-btn-danger:hover{box-shadow:0 4px 14px #ef444480;transform:translateY(-1px)}.la-btn-danger-ghost{background:transparent;color:#ef4444;border:1.5px solid rgba(239,68,68,.4)}.la-btn-danger-ghost:hover{background:#ef444414}.la-btn-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.la-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem}.la-modal{background:var(--surface);border-radius:16px;width:100%;max-width:780px;max-height:75vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #0006;border:1px solid var(--border);overflow:hidden}.la-modal-header{display:flex;align-items:center;gap:.85rem;padding:1.1rem 1.4rem;border-bottom:1px solid var(--border)}.la-modal-icon{width:2.2rem;height:2.2rem;border-radius:8px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.la-modal-title{font-size:1rem;font-weight:800;color:var(--text-main)}.la-modal-subtitle{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.la-modal-close{margin-left:auto;padding:.3rem;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:6px;line-height:0;transition:color .15s}.la-modal-close:hover{color:var(--text-main)}.la-modal-body{display:flex;gap:1rem;padding:1rem 1.4rem;align-items:flex-start;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.la-modal-arrow{font-size:1.4rem;color:var(--text-muted);flex-shrink:0;margin-top:2.2rem}.la-modal-side{flex:1;min-width:0;padding:.9rem;border-radius:10px;border:1.5px solid var(--border);background:var(--surface)}.la-side-origin{background:#8b5cf60a;border-color:#8b5cf640}.la-side-dest{background:#0ea5e90a;border-color:#0ea5e940}.la-modal-side-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.la-side-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.la-side-origin .la-side-dot{background:var(--primary)}.la-side-dest .la-side-dot{background:#0ea5e9}.la-field{margin-bottom:.65rem}.la-field label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.3rem}.la-field input,.la-field select{width:100%;padding:.45rem .7rem;border-radius:7px;border:1.5px solid var(--border);background:var(--background);color:var(--text-main);font-size:.85rem;outline:none;box-sizing:border-box;transition:border-color .15s;font-family:inherit}.la-field input:focus,.la-field select:focus{border-color:var(--primary)}.la-input-found,.la-input-valid{border-color:#22c55e!important;background:#22c55e0d!important}.la-input-warn{border-color:#f59e0b!important}.la-input-error{border-color:#ef4444!important;background:#ef44440a!important}.la-field-input{width:100%;padding:.45rem .7rem;border-radius:7px;border:1.5px solid var(--border);background:var(--background);color:var(--text-main);font-size:.85rem;outline:none;box-sizing:border-box;transition:border-color .15s,background .15s;font-family:inherit}.la-field-input:focus{border-color:var(--primary)}.la-msg-ok{font-size:.73rem;color:#16a34a;display:block;margin-top:.2rem}.la-msg-warn{font-size:.73rem;color:#d97706;display:block;margin-top:.2rem}.la-msg-error{font-size:.73rem;color:#dc2626;display:block;margin-top:.2rem}.la-field-row{display:flex;gap:.5rem}.la-field-row .la-field{flex:1}.la-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;padding-right:2rem!important}.la-import-banner,.la-notfound-banner{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem 1.4rem;font-size:.8rem}.la-import-banner{background:#8b5cf612;border-bottom:1px solid rgba(139,92,246,.15);color:var(--primary)}.la-notfound-banner{background:#f59e0b12;border-bottom:1px solid rgba(245,158,11,.2);color:#b45309}.la-import-btns{display:flex;gap:.4rem;margin-left:auto;flex-shrink:0}.la-import-btn-yes,.la-import-btn-no{padding:.25rem .7rem;border-radius:6px;font-size:.76rem;font-weight:700;cursor:pointer;border:none;transition:all .15s}.la-import-btn-yes{background:var(--primary);color:#fff}.la-import-btn-yes:hover{opacity:.85}.la-import-btn-no{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.la-import-btn-no:hover{color:var(--text-main)}.la-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.4rem;border-top:1px solid var(--border);background:var(--background)}.la-footer-hint{font-size:.78rem;color:var(--text-muted)}.la-footer-actions{display:flex;gap:.5rem;align-items:center}.la-modal-submit-error{display:flex;align-items:center;gap:.4rem;padding:.55rem 1.4rem;background:#ef444412;border-top:1px solid rgba(239,68,68,.15);color:#dc2626;font-size:.8rem}#landing-root{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;-webkit-text-size-adjust:100%}#landing-root *,#landing-root :before,#landing-root :after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}#landing-root h1,#landing-root h2,#landing-root h3,#landing-root h4,#landing-root h5,#landing-root h6{font-size:inherit;font-weight:inherit;margin:0}#landing-root a{color:inherit;text-decoration:inherit}#landing-root p{margin:0}#landing-root ul,#landing-root ol{list-style:none;margin:0;padding:0}#landing-root button,#landing-root [role=button]{cursor:pointer;background-color:transparent;background-image:none;padding:0;margin:0;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit}#landing-root blockquote,#landing-root dl,#landing-root dd,#landing-root h1,#landing-root h2,#landing-root h3,#landing-root h4,#landing-root h5,#landing-root h6,#landing-root hr,#landing-root figure,#landing-root p,#landing-root pre{margin:0}#landing-root img,#landing-root svg,#landing-root video,#landing-root canvas,#landing-root audio,#landing-root iframe,#landing-root embed,#landing-root object{display:block;vertical-align:middle}#landing-root img,#landing-root video{max-width:100%;height:auto}*,: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: }#landing-root{--background: 225 15% 7%;--foreground: 210 40% 96%;--card: 225 20% 10%;--card-foreground: 210 40% 96%;--popover: 225 20% 10%;--popover-foreground: 210 40% 96%;--primary: 263 84% 58%;--primary-foreground: 0 0% 100%;--secondary: 230 60% 20%;--secondary-foreground: 210 40% 96%;--muted: 225 15% 15%;--muted-foreground: 220 10% 55%;--accent: 263 84% 58%;--accent-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 225 15% 18%;--input: 225 15% 18%;--ring: 263 84% 58%;--radius: .75rem;--navy: 233 60% 24%;--navy-deep: 233 70% 12%;--violet-glow: 263 84% 58%;--violet-light: 263 70% 72%;--glass-bg: 225 20% 12%;--glass-border: 0 0% 100%}#landing-root *{border-color:hsl(var(--border))}#landing-root{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}html{scroll-behavior:smooth}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media(min-width:1400px){.container{max-width:1400px}}#landing-root .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}#landing-root .pointer-events-none{pointer-events:none}#landing-root .pointer-events-auto{pointer-events:auto}#landing-root .visible{visibility:visible}#landing-root .fixed{position:fixed}#landing-root .absolute{position:absolute}#landing-root .relative{position:relative}#landing-root .-inset-2{inset:-.5rem}#landing-root .-inset-4{inset:-1rem}#landing-root .inset-0{inset:0}#landing-root .inset-x-0{left:0;right:0}#landing-root .inset-y-0{top:0;bottom:0}#landing-root .-bottom-0\.5{bottom:-.125rem}#landing-root .-bottom-12{bottom:-3rem}#landing-root .-left-12{left:-3rem}#landing-root .-right-12{right:-3rem}#landing-root .-top-12{top:-3rem}#landing-root .bottom-0{bottom:0}#landing-root .bottom-1\/4{bottom:25%}#landing-root .left-0{left:0}#landing-root .left-1\/2{left:50%}#landing-root .left-1\/4{left:25%}#landing-root .left-2{left:.5rem}#landing-root .left-8{left:2rem}#landing-root .left-\[50\%\]{left:50%}#landing-root .right-0{right:0}#landing-root .right-1{right:.25rem}#landing-root .right-1\/4{right:25%}#landing-root .right-2{right:.5rem}#landing-root .right-3{right:.75rem}#landing-root .right-4{right:1rem}#landing-root .top-0{top:0}#landing-root .top-1\.5{top:.375rem}#landing-root .top-1\/2{top:50%}#landing-root .top-1\/4{top:25%}#landing-root .top-2{top:.5rem}#landing-root .top-3\.5{top:.875rem}#landing-root .top-4{top:1rem}#landing-root .top-\[1px\]{top:1px}#landing-root .top-\[50\%\]{top:50%}#landing-root .top-\[60\%\]{top:60%}#landing-root .top-full{top:100%}#landing-root .z-10{z-index:10}#landing-root .z-20{z-index:20}#landing-root .z-50{z-index:50}#landing-root .z-\[100\]{z-index:100}#landing-root .z-\[1\]{z-index:1}#landing-root .col-span-12{grid-column:span 12 / span 12}#landing-root .col-span-3{grid-column:span 3 / span 3}#landing-root .-mx-1{margin-left:-.25rem;margin-right:-.25rem}#landing-root .mx-2{margin-left:.5rem;margin-right:.5rem}#landing-root .mx-3\.5{margin-left:.875rem;margin-right:.875rem}#landing-root .mx-auto{margin-left:auto;margin-right:auto}#landing-root .my-1{margin-top:.25rem;margin-bottom:.25rem}#landing-root .-ml-4{margin-left:-1rem}#landing-root .-mt-4{margin-top:-1rem}#landing-root .mb-1{margin-bottom:.25rem}#landing-root .mb-10{margin-bottom:2.5rem}#landing-root .mb-12{margin-bottom:3rem}#landing-root .mb-16{margin-bottom:4rem}#landing-root .mb-20{margin-bottom:5rem}#landing-root .mb-24{margin-bottom:6rem}#landing-root .mb-3{margin-bottom:.75rem}#landing-root .mb-4{margin-bottom:1rem}#landing-root .mb-6{margin-bottom:1.5rem}#landing-root .mb-8{margin-bottom:2rem}#landing-root .ml-1{margin-left:.25rem}#landing-root .ml-auto{margin-left:auto}#landing-root .mr-2{margin-right:.5rem}#landing-root .mt-0\.5{margin-top:.125rem}#landing-root .mt-1{margin-top:.25rem}#landing-root .mt-1\.5{margin-top:.375rem}#landing-root .mt-16{margin-top:4rem}#landing-root .mt-2{margin-top:.5rem}#landing-root .mt-24{margin-top:6rem}#landing-root .mt-4{margin-top:1rem}#landing-root .mt-6{margin-top:1.5rem}#landing-root .mt-auto{margin-top:auto}#landing-root .block{display:block}#landing-root .inline-block{display:inline-block}#landing-root .flex{display:flex}#landing-root .inline-flex{display:inline-flex}#landing-root .table{display:table}#landing-root .grid{display:grid}#landing-root .hidden{display:none}#landing-root .aspect-\[16\/9\]{aspect-ratio:16/9}#landing-root .aspect-square{aspect-ratio:1 / 1}#landing-root .aspect-video{aspect-ratio:16 / 9}#landing-root .size-4{width:1rem;height:1rem}#landing-root .h-1\.5{height:.375rem}#landing-root .h-10{height:2.5rem}#landing-root .h-11{height:2.75rem}#landing-root .h-12{height:3rem}#landing-root .h-14{height:3.5rem}#landing-root .h-16{height:4rem}#landing-root .h-2{height:.5rem}#landing-root .h-2\.5{height:.625rem}#landing-root .h-20{height:5rem}#landing-root .h-3{height:.75rem}#landing-root .h-3\.5{height:.875rem}#landing-root .h-32{height:8rem}#landing-root .h-4{height:1rem}#landing-root .h-5{height:1.25rem}#landing-root .h-56{height:14rem}#landing-root .h-6{height:1.5rem}#landing-root .h-7{height:1.75rem}#landing-root .h-8{height:2rem}#landing-root .h-9{height:2.25rem}#landing-root .h-\[1px\]{height:1px}#landing-root .h-\[500px\]{height:500px}#landing-root .h-\[600px\]{height:600px}#landing-root .h-\[800px\]{height:800px}#landing-root .h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}#landing-root .h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}#landing-root .h-auto{height:auto}#landing-root .h-full{height:100%}#landing-root .h-px{height:1px}#landing-root .h-svh{height:100svh}#landing-root .max-h-96{max-height:24rem}#landing-root .max-h-\[300px\]{max-height:300px}#landing-root .max-h-screen{max-height:100vh}#landing-root .min-h-0{min-height:0px}#landing-root .min-h-\[120vh\]{min-height:120vh}#landing-root .min-h-\[80px\]{min-height:80px}#landing-root .min-h-screen{min-height:100vh}#landing-root .min-h-svh{min-height:100svh}#landing-root .w-0{width:0px}#landing-root .w-1{width:.25rem}#landing-root .w-10{width:2.5rem}#landing-root .w-11{width:2.75rem}#landing-root .w-12{width:3rem}#landing-root .w-14{width:3.5rem}#landing-root .w-2{width:.5rem}#landing-root .w-2\.5{width:.625rem}#landing-root .w-20{width:5rem}#landing-root .w-24{width:6rem}#landing-root .w-28{width:7rem}#landing-root .w-3{width:.75rem}#landing-root .w-3\.5{width:.875rem}#landing-root .w-3\/4{width:75%}#landing-root .w-32{width:8rem}#landing-root .w-4{width:1rem}#landing-root .w-5{width:1.25rem}#landing-root .w-56{width:14rem}#landing-root .w-64{width:16rem}#landing-root .w-7{width:1.75rem}#landing-root .w-72{width:18rem}#landing-root .w-8{width:2rem}#landing-root .w-9{width:2.25rem}#landing-root .w-\[--sidebar-width\]{width:var(--sidebar-width)}#landing-root .w-\[100px\]{width:100px}#landing-root .w-\[1px\]{width:1px}#landing-root .w-\[500px\]{width:500px}#landing-root .w-\[600px\]{width:600px}#landing-root .w-\[800px\]{width:800px}#landing-root .w-auto{width:auto}#landing-root .w-full{width:100%}#landing-root .w-max{width:-moz-max-content;width:max-content}#landing-root .w-px{width:1px}#landing-root .min-w-0{min-width:0px}#landing-root .min-w-5{min-width:1.25rem}#landing-root .min-w-\[12rem\]{min-width:12rem}#landing-root .min-w-\[8rem\]{min-width:8rem}#landing-root .min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}#landing-root .max-w-2xl{max-width:42rem}#landing-root .max-w-3xl{max-width:48rem}#landing-root .max-w-4xl{max-width:56rem}#landing-root .max-w-5xl{max-width:64rem}#landing-root .max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}#landing-root .max-w-lg{max-width:32rem}#landing-root .max-w-max{max-width:-moz-max-content;max-width:max-content}#landing-root .max-w-md{max-width:28rem}#landing-root .flex-1{flex:1 1 0%}#landing-root .shrink-0{flex-shrink:0}#landing-root .grow{flex-grow:1}#landing-root .grow-0{flex-grow:0}#landing-root .basis-full{flex-basis:100%}#landing-root .caption-bottom{caption-side:bottom}#landing-root .origin-center{transform-origin:center}#landing-root .-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))}#landing-root .-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))}#landing-root .-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))}#landing-root .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))}#landing-root .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))}#landing-root .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))}#landing-root .rotate-45{--tw-rotate: 45deg;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))}#landing-root .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))}#landing-root .scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;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))}#landing-root .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 pulse{50%{opacity:.5}}#landing-root .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}#landing-root .cursor-default{cursor:default}#landing-root .cursor-pointer{cursor:pointer}#landing-root .touch-none{touch-action:none}#landing-root .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}#landing-root .resize{resize:both}#landing-root .list-none{list-style-type:none}#landing-root .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#landing-root .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#landing-root .flex-row{flex-direction:row}#landing-root .flex-col{flex-direction:column}#landing-root .flex-col-reverse{flex-direction:column-reverse}#landing-root .flex-wrap{flex-wrap:wrap}#landing-root .items-start{align-items:flex-start}#landing-root .items-end{align-items:flex-end}#landing-root .items-center{align-items:center}#landing-root .justify-center{justify-content:center}#landing-root .justify-between{justify-content:space-between}#landing-root .gap-1{gap:.25rem}#landing-root .gap-1\.5{gap:.375rem}#landing-root .gap-2{gap:.5rem}#landing-root .gap-3{gap:.75rem}#landing-root .gap-4{gap:1rem}#landing-root .gap-6{gap:1.5rem}#landing-root .gap-8{gap:2rem}#landing-root :is(.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)))}#landing-root :is(.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)))}#landing-root :is(.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))}#landing-root :is(.space-y-16>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}#landing-root :is(.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))}#landing-root :is(.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))}#landing-root .overflow-auto{overflow:auto}#landing-root .overflow-hidden{overflow:hidden}#landing-root .overflow-y-auto{overflow-y:auto}#landing-root .overflow-x-hidden{overflow-x:hidden}#landing-root .whitespace-nowrap{white-space:nowrap}#landing-root .break-words{overflow-wrap:break-word}#landing-root .rounded{border-radius:.25rem}#landing-root .rounded-2xl{border-radius:1rem}#landing-root .rounded-3xl{border-radius:1.5rem}#landing-root .rounded-\[inherit\]{border-radius:inherit}#landing-root .rounded-full{border-radius:9999px}#landing-root .rounded-lg{border-radius:var(--radius)}#landing-root .rounded-md{border-radius:calc(var(--radius) - 2px)}#landing-root .rounded-sm{border-radius:calc(var(--radius) - 4px)}#landing-root .rounded-xl{border-radius:.75rem}#landing-root .rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}#landing-root .rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}#landing-root .border{border-width:1px}#landing-root .border-2{border-width:2px}#landing-root .border-y{border-top-width:1px;border-bottom-width:1px}#landing-root .border-b{border-bottom-width:1px}#landing-root .border-l{border-left-width:1px}#landing-root .border-r{border-right-width:1px}#landing-root .border-t{border-top-width:1px}#landing-root .border-border\/30{border-color:hsl(var(--border) / .3)}#landing-root .border-destructive{border-color:hsl(var(--destructive))}#landing-root .border-destructive\/50{border-color:hsl(var(--destructive) / .5)}#landing-root .border-input{border-color:hsl(var(--input))}#landing-root .border-muted-foreground\/20{border-color:hsl(var(--muted-foreground) / .2)}#landing-root .border-primary{border-color:hsl(var(--primary))}#landing-root .border-primary\/30{border-color:hsl(var(--primary) / .3)}#landing-root .border-transparent{border-color:transparent}#landing-root .border-l-transparent{border-left-color:transparent}#landing-root .border-t-transparent{border-top-color:transparent}#landing-root .bg-\[hsl\(225\,20\%\,4\%\)\]{--tw-bg-opacity: 1;background-color:hsl(225 20% 4% / var(--tw-bg-opacity, 1))}#landing-root .bg-accent{background-color:hsl(var(--accent))}#landing-root .bg-background{background-color:hsl(var(--background))}#landing-root .bg-background\/30{background-color:hsl(var(--background) / .3)}#landing-root .bg-black\/80{background-color:#000c}#landing-root .bg-border{background-color:hsl(var(--border))}#landing-root .bg-border\/30{background-color:hsl(var(--border) / .3)}#landing-root .bg-card{background-color:hsl(var(--card))}#landing-root .bg-destructive{background-color:hsl(var(--destructive))}#landing-root .bg-destructive\/40{background-color:hsl(var(--destructive) / .4)}#landing-root .bg-destructive\/50{background-color:hsl(var(--destructive) / .5)}#landing-root .bg-foreground{background-color:hsl(var(--foreground))}#landing-root .bg-foreground\/10{background-color:hsl(var(--foreground) / .1)}#landing-root .bg-foreground\/20{background-color:hsl(var(--foreground) / .2)}#landing-root .bg-green-500\/40{background-color:#22c55e66}#landing-root .bg-green-500\/50{background-color:#22c55e80}#landing-root .bg-muted{background-color:hsl(var(--muted))}#landing-root .bg-muted-foreground\/30{background-color:hsl(var(--muted-foreground) / .3)}#landing-root .bg-muted\/30{background-color:hsl(var(--muted) / .3)}#landing-root .bg-muted\/50{background-color:hsl(var(--muted) / .5)}#landing-root .bg-popover{background-color:hsl(var(--popover))}#landing-root .bg-primary{background-color:hsl(var(--primary))}#landing-root .bg-primary\/10{background-color:hsl(var(--primary) / .1)}#landing-root .bg-primary\/20{background-color:hsl(var(--primary) / .2)}#landing-root .bg-primary\/30{background-color:hsl(var(--primary) / .3)}#landing-root .bg-primary\/60{background-color:hsl(var(--primary) / .6)}#landing-root .bg-primary\/90{background-color:hsl(var(--primary) / .9)}#landing-root .bg-secondary{background-color:hsl(var(--secondary))}#landing-root .bg-transparent{background-color:transparent}#landing-root .bg-yellow-500\/40{background-color:#eab30866}#landing-root .bg-yellow-500\/50{background-color:#eab30880}#landing-root .bg-\[conic-gradient\(from_0deg\,transparent_0deg\,hsla\(263\,84\%\,58\%\,0\.06\)_90deg\,transparent_180deg\,hsla\(220\,80\%\,50\%\,0\.04\)_270deg\,transparent_360deg\)\]{background-image:conic-gradient(from 0deg,transparent 0deg,hsla(263,84%,58%,.06) 90deg,transparent 180deg,hsla(220,80%,50%,.04) 270deg,transparent 360deg)}#landing-root .bg-\[radial-gradient\(circle\,hsla\(220\,80\%\,50\%\,0\.06\)_0\%\,transparent_60\%\)\]{background-image:radial-gradient(circle,hsla(220,80%,50%,.06) 0%,transparent 60%)}#landing-root .bg-\[radial-gradient\(circle\,hsla\(263\,84\%\,58\%\,0\.08\)_0\%\,transparent_60\%\)\]{background-image:radial-gradient(circle,hsla(263,84%,58%,.08) 0%,transparent 60%)}#landing-root .bg-\[radial-gradient\(ellipse_50\%_50\%_at_50\%_50\%\,hsla\(263\,84\%\,58\%\,0\.04\)_0\%\,transparent_70\%\)\]{background-image:radial-gradient(ellipse 50% 50% at 50% 50%,hsla(263,84%,58%,.04) 0%,transparent 70%)}#landing-root .bg-\[radial-gradient\(ellipse_at_center\,hsla\(263\,84\%\,58\%\,0\.15\)_0\%\,transparent_60\%\)\]{background-image:radial-gradient(ellipse at center,hsla(263,84%,58%,.15) 0%,transparent 60%)}#landing-root .bg-\[radial-gradient\(ellipse_at_center\,hsla\(263\,84\%\,58\%\,0\.25\)_0\%\,transparent_60\%\)\]{background-image:radial-gradient(ellipse at center,hsla(263,84%,58%,.25) 0%,transparent 60%)}#landing-root .bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}#landing-root .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}#landing-root .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}#landing-root .from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) 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)}#landing-root .from-green-500\/20{--tw-gradient-from: rgb(34 197 94 / .2) 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)}#landing-root .from-primary{--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}#landing-root .from-primary\/10{--tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}#landing-root .from-primary\/20{--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}#landing-root .from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}#landing-root .from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) 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)}#landing-root .via-primary\/40{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}#landing-root .via-primary\/60{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}#landing-root .to-blue-500\/5{--tw-gradient-to: rgb(59 130 246 / .05) var(--tw-gradient-to-position)}#landing-root .to-green-500\/5{--tw-gradient-to: rgb(34 197 94 / .05) var(--tw-gradient-to-position)}#landing-root .to-primary\/5{--tw-gradient-to: hsl(var(--primary) / .05) var(--tw-gradient-to-position)}#landing-root .to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}#landing-root .to-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / .05) var(--tw-gradient-to-position)}#landing-root .fill-current{fill:currentColor}#landing-root .object-contain{-o-object-fit:contain;object-fit:contain}#landing-root .p-0{padding:0}#landing-root .p-1{padding:.25rem}#landing-root .p-1\.5{padding:.375rem}#landing-root .p-2{padding:.5rem}#landing-root .p-3{padding:.75rem}#landing-root .p-4{padding:1rem}#landing-root .p-6{padding:1.5rem}#landing-root .p-8{padding:2rem}#landing-root .p-\[1px\]{padding:1px}#landing-root .px-1{padding-left:.25rem;padding-right:.25rem}#landing-root .px-2{padding-left:.5rem;padding-right:.5rem}#landing-root .px-2\.5{padding-left:.625rem;padding-right:.625rem}#landing-root .px-3{padding-left:.75rem;padding-right:.75rem}#landing-root .px-4{padding-left:1rem;padding-right:1rem}#landing-root .px-5{padding-left:1.25rem;padding-right:1.25rem}#landing-root .px-6{padding-left:1.5rem;padding-right:1.5rem}#landing-root .px-8{padding-left:2rem;padding-right:2rem}#landing-root .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}#landing-root .py-1{padding-top:.25rem;padding-bottom:.25rem}#landing-root .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}#landing-root .py-2{padding-top:.5rem;padding-bottom:.5rem}#landing-root .py-3{padding-top:.75rem;padding-bottom:.75rem}#landing-root .py-4{padding-top:1rem;padding-bottom:1rem}#landing-root .py-6{padding-top:1.5rem;padding-bottom:1.5rem}#landing-root .py-8{padding-top:2rem;padding-bottom:2rem}#landing-root .pb-20{padding-bottom:5rem}#landing-root .pb-4{padding-bottom:1rem}#landing-root .pl-2\.5{padding-left:.625rem}#landing-root .pl-4{padding-left:1rem}#landing-root .pl-8{padding-left:2rem}#landing-root .pr-2{padding-right:.5rem}#landing-root .pr-2\.5{padding-right:.625rem}#landing-root .pr-8{padding-right:2rem}#landing-root .pt-0{padding-top:0}#landing-root .pt-1\.5{padding-top:.375rem}#landing-root .pt-32{padding-top:8rem}#landing-root .pt-4{padding-top:1rem}#landing-root .text-left{text-align:left}#landing-root .text-center{text-align:center}#landing-root .align-middle{vertical-align:middle}#landing-root .text-2xl{font-size:1.5rem;line-height:2rem}#landing-root .text-3xl{font-size:1.875rem;line-height:2.25rem}#landing-root .text-4xl{font-size:2.25rem;line-height:2.5rem}#landing-root .text-6xl{font-size:3.75rem;line-height:1}#landing-root .text-8xl{font-size:6rem;line-height:1}#landing-root .text-base{font-size:1rem;line-height:1.5rem}#landing-root .text-lg{font-size:1.125rem;line-height:1.75rem}#landing-root .text-sm{font-size:.875rem;line-height:1.25rem}#landing-root .text-xl{font-size:1.25rem;line-height:1.75rem}#landing-root .text-xs{font-size:.75rem;line-height:1rem}#landing-root .font-black{font-weight:900}#landing-root .font-bold{font-weight:700}#landing-root .font-medium{font-weight:500}#landing-root .font-normal{font-weight:400}#landing-root .font-semibold{font-weight:600}#landing-root .uppercase{text-transform:uppercase}#landing-root .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)}#landing-root .leading-\[0\.95\]{line-height:.95}#landing-root .leading-none{line-height:1}#landing-root .leading-relaxed{line-height:1.625}#landing-root .tracking-tight{letter-spacing:-.025em}#landing-root .tracking-widest{letter-spacing:.1em}#landing-root .text-card-foreground{color:hsl(var(--card-foreground))}#landing-root .text-current{color:currentColor}#landing-root .text-destructive{color:hsl(var(--destructive))}#landing-root .text-destructive-foreground{color:hsl(var(--destructive-foreground))}#landing-root .text-foreground{color:hsl(var(--foreground))}#landing-root .text-foreground\/50{color:hsl(var(--foreground) / .5)}#landing-root .text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}#landing-root .text-muted-foreground{color:hsl(var(--muted-foreground))}#landing-root .text-muted-foreground\/50{color:hsl(var(--muted-foreground) / .5)}#landing-root .text-popover-foreground{color:hsl(var(--popover-foreground))}#landing-root .text-primary{color:hsl(var(--primary))}#landing-root .text-primary-foreground{color:hsl(var(--primary-foreground))}#landing-root .text-secondary-foreground{color:hsl(var(--secondary-foreground))}#landing-root .text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}#landing-root .underline-offset-4{text-underline-offset:4px}#landing-root .opacity-0{opacity:0}#landing-root .opacity-30{opacity:.3}#landing-root .opacity-40{opacity:.4}#landing-root .opacity-50{opacity:.5}#landing-root .opacity-60{opacity:.6}#landing-root .opacity-70{opacity:.7}#landing-root .opacity-90{opacity:.9}#landing-root .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)}#landing-root .shadow-\[0_0_20px_hsla\(263\,84\%\,58\%\,0\.5\)\]{--tw-shadow: 0 0 20px hsla(263,84%,58%,.5);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#landing-root .shadow-\[0_0_40px_hsla\(263\,84\%\,58\%\,0\.5\)\]{--tw-shadow: 0 0 40px hsla(263,84%,58%,.5);--tw-shadow-colored: 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#landing-root .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)}#landing-root .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)}#landing-root .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)}#landing-root .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)}#landing-root .outline-none{outline:2px solid transparent;outline-offset:2px}#landing-root .outline{outline-style:solid}#landing-root .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)}#landing-root .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)}#landing-root .ring-ring{--tw-ring-color: hsl(var(--ring))}#landing-root .ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}#landing-root .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)}#landing-root .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)}#landing-root .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)}#landing-root .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-\[margin\,opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .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}#landing-root .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#landing-root .duration-1000{transition-duration:1s}#landing-root .duration-200{transition-duration:.2s}#landing-root .duration-300{transition-duration:.3s}#landing-root .duration-500{transition-duration:.5s}#landing-root .duration-700{transition-duration:.7s}#landing-root .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}#landing-root .ease-linear{transition-timing-function:linear}@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))}}#landing-root .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}#landing-root .fade-in-0{--tw-enter-opacity: 0}#landing-root .fade-in-80{--tw-enter-opacity: .8}#landing-root .zoom-in-95{--tw-enter-scale: .95}#landing-root .duration-1000{animation-duration:1s}#landing-root .duration-200{animation-duration:.2s}#landing-root .duration-300{animation-duration:.3s}#landing-root .duration-500{animation-duration:.5s}#landing-root .duration-700{animation-duration:.7s}#landing-root .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}#landing-root .ease-linear{animation-timing-function:linear}#landing-root .text-gradient{-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(135deg,#bc98f6,#86acf9,#aa7cf4)}#landing-root .text-gradient-hero{-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(135deg,#fff,#c4a8f0,#5e8eed)}#landing-root .glass{background:#181c2599;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.08)}#landing-root .glass-strong{background:#181c25cc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.1)}#landing-root .glass-card{background:#181c2580;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.06);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff08}#landing-root .glow-purple{box-shadow:0 0 60px -12px #7f3aee66}#landing-root .brand-mark{filter:drop-shadow(0 0 28px hsl(var(--primary) / .18))}#landing-root .glow-border{border:1px solid hsla(263,84%,58%,.3);box-shadow:0 0 30px -8px #7f3aee40,inset 0 0 30px -8px #7f3aee0d}#landing-root .dot-pattern{background-image:radial-gradient(hsla(0,0%,100%,.04) 1px,transparent 1px);background-size:24px 24px}#landing-root .radial-glow{background:radial-gradient(ellipse 60% 40% at 50% 0%,hsla(263,84%,58%,.08) 0%,transparent 70%)}#landing-root .radial-glow-center{background:radial-gradient(ellipse 50% 50% at 50% 50%,hsla(263,84%,58%,.06) 0%,transparent 70%)}#landing-root .tracking-tight-custom{letter-spacing:-.04em}#landing-root .section-spacing{padding-top:6rem;padding-bottom:6rem}@media(min-width:768px){#landing-root .section-spacing{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){#landing-root .section-spacing{padding-top:10rem;padding-bottom:10rem}}#landing-root .btn-primary-glow{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;box-shadow:0 4px 20px #7f3aee4d}#landing-root .btn-primary-glow:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7f3aee73}#landing-root .btn-ghost-pill{border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;background:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);color:hsl(var(--foreground))}#landing-root .btn-ghost-pill:hover{background:#ffffff1a;transform:translateY(-2px)}#landing-root .file\:border-0::file-selector-button{border-width:0px}#landing-root .file\:bg-transparent::file-selector-button{background-color:transparent}#landing-root .file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}#landing-root .file\:font-medium::file-selector-button{font-weight:500}#landing-root .file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}#landing-root .placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}#landing-root .placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}#landing-root .after\:absolute:after{content:var(--tw-content);position:absolute}#landing-root .after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}#landing-root .after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}#landing-root .after\:left-1\/2:after{content:var(--tw-content);left:50%}#landing-root .after\:w-\[2px\]:after{content:var(--tw-content);width:2px}#landing-root .first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}#landing-root .first\:border-l:first-child{border-left-width:1px}#landing-root .last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}#landing-root .hover\:bg-accent:hover{background-color:hsl(var(--accent))}#landing-root .hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}#landing-root .hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}#landing-root .hover\:bg-muted:hover{background-color:hsl(var(--muted))}#landing-root .hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}#landing-root .hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}#landing-root .hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}#landing-root .hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}#landing-root .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}#landing-root .hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}#landing-root .hover\:text-foreground:hover{color:hsl(var(--foreground))}#landing-root .hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}#landing-root .hover\:underline:hover{text-decoration-line:underline}#landing-root .hover\:opacity-100:hover{opacity:1}#landing-root .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)}#landing-root .hover\:glow-border:hover{border:1px solid hsla(263,84%,58%,.3);box-shadow:0 0 30px -8px #7f3aee40,inset 0 0 30px -8px #7f3aee0d}#landing-root .focus\:bg-accent:focus{background-color:hsl(var(--accent))}#landing-root .focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}#landing-root .focus\:opacity-100:focus{opacity:1}#landing-root .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}#landing-root .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)}#landing-root .focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}#landing-root .focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}#landing-root .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}#landing-root .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)}#landing-root .focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}#landing-root .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}#landing-root .focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}#landing-root .disabled\:pointer-events-none:disabled{pointer-events:none}#landing-root .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}#landing-root .disabled\:opacity-50:disabled{opacity:.5}#landing-root :is(.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100){opacity:1}#landing-root :is(.group:hover .group-hover\:w-full){width:100%}#landing-root :is(.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))}#landing-root :is(.group:hover .group-hover\:bg-primary\/20){background-color:hsl(var(--primary) / .2)}#landing-root :is(.group\/menu-item:hover .group-hover\/menu-item\:opacity-100){opacity:1}#landing-root :is(.group:hover .group-hover\:opacity-100){opacity:1}#landing-root :is(.group.destructive .group-\[\.destructive\]\:border-muted\/40){border-color:hsl(var(--muted) / .4)}#landing-root :is(.group.toaster .group-\[\.toaster\]\:border-border){border-color:hsl(var(--border))}#landing-root :is(.group.toast .group-\[\.toast\]\:bg-muted){background-color:hsl(var(--muted))}#landing-root :is(.group.toast .group-\[\.toast\]\:bg-primary){background-color:hsl(var(--primary))}#landing-root :is(.group.toaster .group-\[\.toaster\]\:bg-background){background-color:hsl(var(--background))}#landing-root :is(.group.destructive .group-\[\.destructive\]\:text-red-300){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}#landing-root :is(.group.toast .group-\[\.toast\]\:text-muted-foreground){color:hsl(var(--muted-foreground))}#landing-root :is(.group.toast .group-\[\.toast\]\:text-primary-foreground){color:hsl(var(--primary-foreground))}#landing-root :is(.group.toaster .group-\[\.toaster\]\:text-foreground){color:hsl(var(--foreground))}#landing-root :is(.group.toaster .group-\[\.toaster\]\: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)}#landing-root :is(.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover){border-color:hsl(var(--destructive) / .3)}#landing-root :is(.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover){background-color:hsl(var(--destructive))}#landing-root :is(.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover){color:hsl(var(--destructive-foreground))}#landing-root :is(.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover){--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}#landing-root :is(.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus){--tw-ring-color: hsl(var(--destructive))}#landing-root :is(.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))}#landing-root :is(.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus){--tw-ring-offset-color: #dc2626}#landing-root :is(.peer:disabled~.peer-disabled\:cursor-not-allowed){cursor:not-allowed}#landing-root :is(.peer:disabled~.peer-disabled\:opacity-70){opacity:.7}#landing-root .has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}#landing-root :is(.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8){padding-right:2rem}#landing-root .aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}#landing-root .aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}#landing-root .data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],#landing-root .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}#landing-root .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))}#landing-root .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))}#landing-root .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))}#landing-root .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))}#landing-root .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))}#landing-root .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],#landing-root .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))}#landing-root .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))}#landing-root .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}}#landing-root .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)}}#landing-root .data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}#landing-root .data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)}#landing-root .data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}#landing-root .data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}#landing-root .data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}#landing-root .data-\[state\=on\]\:bg-accent[data-state=on],#landing-root .data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}#landing-root .data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}#landing-root .data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}#landing-root .data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}#landing-root .data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}#landing-root .data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}#landing-root .data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}#landing-root .data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}#landing-root .data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}#landing-root .data-\[state\=on\]\:text-accent-foreground[data-state=on],#landing-root .data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}#landing-root .data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}#landing-root .data-\[disabled\=true\]\:opacity-50[data-disabled=true],#landing-root .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}#landing-root .data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}#landing-root .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)}#landing-root .data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}#landing-root .data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}#landing-root .data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}#landing-root .data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],#landing-root .data-\[state\=open\]\:animate-in[data-state=open],#landing-root .data-\[state\=visible\]\:animate-in[data-state=visible]{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}#landing-root .data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],#landing-root .data-\[state\=closed\]\:animate-out[data-state=closed],#landing-root .data-\[state\=hidden\]\:animate-out[data-state=hidden],#landing-root .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}#landing-root .data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}#landing-root .data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],#landing-root .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}#landing-root .data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}#landing-root .data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}#landing-root .data-\[state\=open\]\:fade-in-0[data-state=open],#landing-root .data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}#landing-root .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}#landing-root .data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}#landing-root .data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}#landing-root .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}#landing-root .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}#landing-root .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}#landing-root .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}#landing-root .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}#landing-root .data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}#landing-root .data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}#landing-root .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}#landing-root .data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}#landing-root .data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}#landing-root .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}#landing-root .data-\[state\=closed\]\:slide-out-to-right[data-state=closed],#landing-root .data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}#landing-root .data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}#landing-root .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}#landing-root .data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}#landing-root .data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}#landing-root .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}#landing-root .data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}#landing-root .data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}#landing-root .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}#landing-root .data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}#landing-root .data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}#landing-root .data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}#landing-root :is(.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]){left:calc(var(--sidebar-width) * -1)}#landing-root :is(.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]){right:calc(var(--sidebar-width) * -1)}#landing-root :is(.group[data-side=left] .group-data-\[side\=left\]\:-right-4){right:-1rem}#landing-root :is(.group[data-side=right] .group-data-\[side\=right\]\:left-0){left:0}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8){margin-top:-2rem}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden){display:none}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8){width:2rem!important;height:2rem!important}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]){width:var(--sidebar-width-icon)}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]){width:calc(var(--sidebar-width-icon) + 1rem)}#landing-root :is(.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)}#landing-root :is(.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0){width:0px}#landing-root :is(.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))}#landing-root :is(.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))}#landing-root :is(.group[data-state=open] .group-data-\[state\=open\]\: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))}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden){overflow:hidden}#landing-root :is(.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg){border-radius:var(--radius)}#landing-root :is(.group[data-variant=floating] .group-data-\[variant\=floating\]\:border){border-width:1px}#landing-root :is(.group[data-side=left] .group-data-\[side\=left\]\:border-r){border-right-width:1px}#landing-root :is(.group[data-side=right] .group-data-\[side\=right\]\:border-l){border-left-width:1px}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0){padding:0!important}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2){padding:.5rem!important}#landing-root :is(.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0){opacity:0}#landing-root :is(.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)}#landing-root :is(.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full):after{content:var(--tw-content);left:100%}#landing-root :is(.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5){top:.375rem}#landing-root :is(.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5){top:.625rem}#landing-root :is(.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1){top:.25rem}#landing-root :is(.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]){min-height:calc(100svh - 1rem)}#landing-root .dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}@media(min-width:640px){#landing-root .sm\:bottom-0{bottom:0}#landing-root .sm\:right-0{right:0}#landing-root .sm\:top-auto{top:auto}#landing-root .sm\:mt-0{margin-top:0}#landing-root .sm\:block{display:block}#landing-root .sm\:flex{display:flex}#landing-root .sm\:max-w-sm{max-width:24rem}#landing-root .sm\:flex-row{flex-direction:row}#landing-root .sm\:flex-col{flex-direction:column}#landing-root .sm\:justify-end{justify-content:flex-end}#landing-root .sm\:gap-2\.5{gap:.625rem}#landing-root :is(.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)))}#landing-root .sm\:rounded-lg{border-radius:var(--radius)}#landing-root .sm\:text-left{text-align:left}#landing-root .sm\:text-5xl{font-size:3rem;line-height:1}#landing-root .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){#landing-root .md\:absolute{position:absolute}#landing-root .md\:left-1\/2{left:50%}#landing-root .md\:col-span-9{grid-column:span 9 / span 9}#landing-root .md\:-mt-4{margin-top:-1rem}#landing-root .md\:mb-4{margin-bottom:1rem}#landing-root .md\:block{display:block}#landing-root .md\:flex{display:flex}#landing-root .md\:h-14{height:3.5rem}#landing-root .md\:h-20{height:5rem}#landing-root .md\:h-80{height:20rem}#landing-root .md\:w-14{width:3.5rem}#landing-root .md\:w-80{width:20rem}#landing-root .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}#landing-root .md\:w-auto{width:auto}#landing-root .md\:max-w-\[420px\]{max-width:420px}#landing-root .md\:scale-105{--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))}#landing-root .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#landing-root .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#landing-root .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#landing-root .md\:flex-row{flex-direction:row}#landing-root .md\:flex-row-reverse{flex-direction:row-reverse}#landing-root :is(.md\:space-y-24>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}#landing-root .md\:p-10{padding:2.5rem}#landing-root .md\:p-6{padding:1.5rem}#landing-root .md\:p-8{padding:2rem}#landing-root .md\:text-left{text-align:left}#landing-root .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}#landing-root .md\:text-5xl{font-size:3rem;line-height:1}#landing-root .md\:text-7xl{font-size:4.5rem;line-height:1}#landing-root .md\:text-8xl{font-size:6rem;line-height:1}#landing-root .md\:text-\[10rem\]{font-size:10rem}#landing-root .md\:text-sm{font-size:.875rem;line-height:1.25rem}#landing-root .md\:text-xl{font-size:1.25rem;line-height:1.75rem}#landing-root .md\:opacity-0{opacity:0}#landing-root .after\:md\:hidden:after{content:var(--tw-content);display:none}#landing-root :is(.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2){margin:.5rem}#landing-root :is(.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2){margin-left:.5rem}#landing-root :is(.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0){margin-left:0}#landing-root :is(.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl){border-radius:.75rem}#landing-root :is(.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){#landing-root .lg\:h-\[26rem\]{height:26rem}#landing-root .lg\:w-\[26rem\]{width:26rem}#landing-root .lg\:text-6xl{font-size:3.75rem;line-height:1}#landing-root .lg\:text-7xl{font-size:4.5rem;line-height:1}#landing-root .lg\:text-8xl{font-size:6rem;line-height:1}#landing-root .lg\:text-9xl{font-size:8rem;line-height:1}}#landing-root .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}#landing-root :is(.\[\&\>button\]\:hidden>button){display:none}#landing-root :is(.\[\&\>span\:last-child\]\:truncate>span:last-child){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#landing-root :is(.\[\&\>span\]\:line-clamp-1>span){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#landing-root :is(.\[\&\>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))}#landing-root :is(.\[\&\>svg\]\:absolute>svg){position:absolute}#landing-root :is(.\[\&\>svg\]\:left-4>svg){left:1rem}#landing-root :is(.\[\&\>svg\]\:top-4>svg){top:1rem}#landing-root :is(.\[\&\>svg\]\:size-3\.5>svg){width:.875rem;height:.875rem}#landing-root :is(.\[\&\>svg\]\:size-4>svg){width:1rem;height:1rem}#landing-root :is(.\[\&\>svg\]\:shrink-0>svg){flex-shrink:0}#landing-root :is(.\[\&\>svg\]\:text-destructive>svg){color:hsl(var(--destructive))}#landing-root :is(.\[\&\>svg\]\:text-foreground>svg){color:hsl(var(--foreground))}#landing-root :is(.\[\&\>svg\~\*\]\:pl-7>svg~*){padding-left:1.75rem}#landing-root :is(.\[\&\>tr\]\:last\:border-b-0:last-child>tr){border-bottom-width:0px}#landing-root :is(.\[\&\[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))}#landing-root :is(.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]){padding-left:.5rem;padding-right:.5rem}#landing-root :is(.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]){padding-top:.375rem;padding-bottom:.375rem}#landing-root :is(.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]){font-size:.75rem;line-height:1rem}#landing-root :is(.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]){font-weight:500}#landing-root :is(.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]){color:hsl(var(--muted-foreground))}#landing-root :is(.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]){padding-top:0}#landing-root :is(.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]){padding-left:.5rem;padding-right:.5rem}#landing-root :is(.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg){height:1.25rem}#landing-root :is(.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg){width:1.25rem}#landing-root :is(.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]){height:3rem}#landing-root :is(.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]){padding-left:.5rem;padding-right:.5rem}#landing-root :is(.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]){padding-top:.75rem;padding-bottom:.75rem}#landing-root :is(.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg){height:1.25rem}#landing-root :is(.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg){width:1.25rem}#landing-root :is(.\[\&_p\]\:leading-relaxed p){line-height:1.625}#landing-root :is(.\[\&_svg\]\:pointer-events-none svg){pointer-events:none}#landing-root :is(.\[\&_svg\]\:size-4 svg){width:1rem;height:1rem}#landing-root :is(.\[\&_svg\]\:shrink-0 svg){flex-shrink:0}#landing-root :is(.\[\&_tr\:last-child\]\:border-0 tr:last-child){border-width:0px}#landing-root :is(.\[\&_tr\]\:border-b tr){border-bottom-width:1px}#landing-root :is([data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2){right:-.5rem}#landing-root :is([data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize){cursor:e-resize}#landing-root :is([data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize){cursor:w-resize}#landing-root :is([data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2){left:-.5rem}#landing-root :is([data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize){cursor:w-resize}#landing-root :is([data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize){cursor:e-resize}
