:root{--lp-bg:#f5f7fa;--lp-text:#1a2035;--lp-text-muted:#5a6478;--lp-text-heading:#0d1220;--lp-glass-bg:#ffffffb8;--lp-glass-border:#00000014;--lp-grid-color:#00e5990d;--lp-blob-color:#00e59914;--lp-btn-text:#1a2035;--lp-btn-hover-bg:#0000000d;--lp-btn-default-bg:#0000000a;--lp-btn-default-border:#0000001f;--lp-logo-color:#1a2035;--lp-scrollbar-thumb:#0000002e;--lp-color-scheme:light;--lp-link:#06c;--lp-brand:#00e599;--lp-brand-secondary:#00d4ff;--lp-backdrop:#080c128c}.dark{--lp-bg:#0d1220;--lp-text:#f0f2f5;--lp-text-muted:#8892a4;--lp-text-heading:#fff;--lp-glass-bg:#ffffff0f;--lp-glass-border:#ffffff1a;--lp-grid-color:#00e5990d;--lp-blob-color:#00e5991f;--lp-btn-text:#fff;--lp-btn-hover-bg:#ffffff14;--lp-btn-default-bg:#ffffff0f;--lp-btn-default-border:#ffffff29;--lp-logo-color:#fff;--lp-scrollbar-thumb:#fff3;--lp-color-scheme:dark;--lp-link:#53b1fd;--lp-brand:#00e599;--lp-brand-secondary:#00d4ff;--lp-backdrop:#000000b3}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;width:100%;min-height:100vh;color:var(--lp-text);background:var(--lp-bg);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}a{color:var(--lp-link)}button{cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--lp-scrollbar-thumb);border-radius:3px}#root{justify-content:center;display:flex}.app-shell{width:100%;min-height:100vh}.landing-page{background:var(--lp-bg);width:100%;min-height:100vh;color:var(--lp-text);color-scheme:var(--lp-color-scheme);position:relative;overflow-x:hidden}.landing-page:before{content:"";background-image:linear-gradient(var(--lp-grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--lp-grid-color) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:fixed;inset:0}.landing-page:after{content:"";background:radial-gradient(circle, var(--lp-blob-color) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:540px;height:540px;position:fixed;top:-15%;left:-10%}.landing-page-content{z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.button{border:1px solid var(--lp-btn-default-border);background:var(--lp-btn-default-bg);min-height:36px;color:var(--lp-btn-text);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.button:hover{background:var(--lp-btn-hover-bg)}.button.primary{background:linear-gradient(135deg, var(--lp-brand), var(--lp-brand-secondary));color:#08131d;border-color:#0000;font-weight:700}.button.compact{min-height:30px;padding:0 10px}.footer-section{box-sizing:border-box;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.footer-section.mobile{flex-direction:column;align-items:flex-start}.logo-and-name{flex-direction:column;gap:6px;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo-mark{background:linear-gradient(135deg, var(--lp-brand), var(--lp-brand-secondary));border-radius:999px;width:20px;height:20px}.product-name{color:var(--lp-logo-color);font-weight:700}.copyright{color:var(--lp-text-muted);font-size:13px}.modal-backdrop{background:var(--lp-backdrop);z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--lp-glass-border);background:var(--lp-bg);border-radius:20px;width:min(100%,520px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 80px #00000047}.modal-header{justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 0;display:flex}.modal-content{padding:16px 20px 20px}.spinner{border:3px solid #7f7f7f2e;border-top-color:var(--lp-brand);border-radius:999px;width:36px;height:36px;animation:1s linear infinite spin}.rich-text{line-height:1.6}.rich-text p:first-child{margin-top:0}.rich-text p:last-child{margin-bottom:0}.rich-text img,.rich-text video,.rich-text iframe{max-width:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.min-h-screen{min-height:100vh}.cursor-pointer{cursor:pointer}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
