:root{--bg: #f8f6f3;--surface: #ffffff;--surface-elevated: #ffffff;--text: #1c1917;--text-soft: #44403c;--muted: #78716c;--tagline: #0d9488;--link: #0d9488;--accent: #0f766e;--accent-dim: #0d9488;--success: #059669;--danger: #dc2626;--border: #e7e5e4;--shadow: 0 1px 3px rgba(28, 25, 23, .06);--shadow-md: 0 4px 12px rgba(28, 25, 23, .08);--radius: 12px;--radius-sm: 8px;--sidebar-w: 220px;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--rc-teal: #157d6a;--rc-purple: #52466f;--rc-pink: #a83862;--rc-yellow: #a87d18}.raisincode-text{display:inline;font-weight:700;letter-spacing:inherit}.raisincode-text-char{font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.05)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent);text-decoration:underline}a:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:2px}input,button,select,textarea{font-family:inherit;font-size:1rem}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.app-layout{min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-w);height:100vh;background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 0 1.25rem;display:flex;flex-direction:column;align-items:stretch;gap:.2rem;overflow-y:auto;z-index:40;box-shadow:var(--shadow)}.sidebar-icon,.nav-link-icon,.sidebar-connect-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit;opacity:.9;transition:opacity .2s ease,transform .2s ease}.sidebar-nav .nav-link-icon[class*=icon_]{width:1.35em;min-width:1.35em;font-size:1.15rem}.sidebar-nav{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:0 .75rem;gap:.2rem}.sidebar-home{display:block;color:var(--text-soft);text-decoration:none;padding:.55rem .75rem;border-radius:var(--radius-sm);transition:color .2s ease,background .2s ease;margin:0 .75rem .5rem;min-width:0}.raisincode-logo-img{display:block;max-width:100%;height:auto;max-height:1.75rem;width:auto;object-fit:contain;object-position:left center}.sidebar-home:hover{color:var(--text);background:var(--bg);text-decoration:none}.sidebar-home:hover .raisincode-logo-img{opacity:.9}.sidebar a.nav-link{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);padding:.65rem .85rem;border-radius:var(--radius-sm);text-decoration:none;font-weight:500;font-size:.92rem;letter-spacing:.01em;transition:background .2s ease,color .2s ease,border-color .2s ease;border-left:3px solid transparent;margin-left:.25rem}.sidebar a.nav-link:hover{background:var(--bg);text-decoration:none;color:var(--text-soft)}.sidebar a.nav-link:hover .nav-link-icon{opacity:1}.sidebar a.nav-link.active{background:#0d94881a;color:var(--link);border-left-color:var(--link)}.sidebar a.nav-link.active .nav-link-icon{opacity:1;color:var(--link)}.sidebar-connect{margin-top:auto;padding:1rem .75rem 0;width:100%;border-top:1px solid var(--border)}.sidebar-connect-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem 1rem;font-weight:600;font-size:.88rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;transition:border-color .2s ease,background .2s ease,color .2s ease;letter-spacing:.02em}.sidebar-connect-btn:hover{border-color:var(--link);background:#0d948814;color:var(--link);text-decoration:none}.sidebar-connect-btn:hover .sidebar-connect-icon{opacity:1}.sidebar-toggle,.sidebar-overlay{display:none}.main{margin-left:var(--sidebar-w);padding:3rem 2.5rem 4rem;overflow:auto;width:calc(100% - var(--sidebar-w));min-width:0;min-height:100vh;box-sizing:border-box;background:var(--bg)}@media (max-width: 768px){.sidebar-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;position:fixed;top:1rem;left:1rem;z-index:50;width:44px;height:44px;padding:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--shadow);transition:background .2s ease,border-color .2s ease}.sidebar-toggle:hover{background:var(--bg);border-color:var(--link)}.sidebar-toggle-bar{display:block;width:18px;height:2px;background:var(--text);border-radius:1px;margin:0 auto}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#1c191766;z-index:45;opacity:0;pointer-events:none;transition:opacity .2s ease}.app-layout.sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}.sidebar{transform:translate(-100%);transition:transform .25s ease;width:260px;z-index:46}.app-layout.sidebar-open .sidebar{transform:translate(0)}.main{margin-left:0;width:100%;padding:5rem 1rem 3rem}.input-group input,.phone-row{max-width:100%}.country-code-dropdown-wrap{max-width:min(300px,100vw - 2rem)}.card{padding:1.25rem}.profile-row{flex-direction:column;align-items:stretch}.raisincode-cmd-row{flex-direction:column!important;align-items:stretch!important}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;margin-bottom:1.25rem;box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:#0d948840;box-shadow:var(--shadow-md)}.card-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.card-footer-link{font-size:.9rem;color:var(--link);text-decoration:none;font-weight:500;transition:color .2s ease}.card-footer-link:hover{color:var(--accent);text-decoration:none}.card-footer-link:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:4px}.card h2{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-soft);margin:0 0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:opacity .2s,transform .15s,box-shadow .2s,background .2s,border-color .2s,color .2s;border:none;cursor:pointer;text-decoration:none}.btn-primary{background:var(--link);color:#fff;box-shadow:0 2px 8px #0d94884d}.btn-primary:hover:not(:disabled),a.btn-primary:hover{background:var(--accent);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 14px #0d948859}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--link);background:#0d94880f;color:var(--link)}.btn-cta{gap:.35em;padding:.7rem 1.4rem;letter-spacing:.02em}.btn-cta .raisincode-text{letter-spacing:.01em}.input-group{margin-bottom:1rem}.input-group label{display:block;margin-bottom:.4rem;color:var(--muted);font-size:.9rem}.input-group input{width:100%;max-width:320px;padding:.7rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.input-group input:focus{outline:none;border-color:var(--link);box-shadow:0 0 0 3px #0d948826}.input-group select{padding:.7rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:1rem;cursor:pointer;min-width:0}.input-group select:focus{outline:none;border-color:var(--link);box-shadow:0 0 0 3px #0d948826}.phone-row{display:flex;gap:.5rem;align-items:stretch;max-width:320px}.phone-row input{flex:1;min-width:0}.country-code-select{position:relative;flex-shrink:0;outline:none;display:flex;width:4rem}.country-code-trigger{display:flex;align-items:center;justify-content:space-between;gap:.25rem;width:100%;flex:1;padding:.7rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease}.country-code-trigger:hover{border-color:var(--muted);background:var(--bg)}.country-code-select:focus-within .country-code-trigger,.country-code-trigger:focus{outline:none;border-color:var(--link);box-shadow:0 0 0 3px #0d948826}.country-code-dial{letter-spacing:.02em;flex-shrink:0;white-space:nowrap}.country-code-chevron{font-size:.45rem;opacity:.8;flex-shrink:0;transition:transform .2s ease}.country-code-select[data-open=true] .country-code-chevron{transform:rotate(180deg)}.country-code-dropdown-wrap{position:absolute;top:calc(100% + 4px);left:0;z-index:50;min-width:16rem;width:max-content;max-width:300px;background:linear-gradient(to bottom,#fafafa,#f5f5f5);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.country-code-search{width:100%;padding:.5rem .75rem;font-size:.9rem;border:none;border-bottom:1px solid var(--border);border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:var(--surface);outline:none}.country-code-search::placeholder{color:var(--muted)}.country-code-dropdown{margin:0;padding:.35rem 0;list-style:none;max-height:280px;overflow-y:auto}.country-code-option--empty{cursor:default;color:var(--muted)}.country-code-option{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;cursor:pointer;color:var(--text-soft);font-size:.9rem;transition:background .15s ease,color .15s ease}.country-code-option:hover,.country-code-option--highlight{background:var(--link);color:#fff}.country-code-option--selected{color:var(--text)}.country-code-option--selected.country-code-option--highlight{background:var(--link);color:#fff}.country-code-option-check{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;flex-shrink:0;color:inherit}.country-code-option-dial{flex-shrink:0;font-weight:600;width:2.5rem}.country-code-option-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.page-tagline{font-size:1.05rem;font-weight:600;color:var(--tagline);margin:0 0 1.5rem;letter-spacing:.01em}.auth-page{min-height:100vh;display:flex;background:var(--surface)}.auth-brand{flex:0 0 44%;min-height:100vh;background:linear-gradient(145deg,var(--rc-teal) 0%,var(--rc-purple) 38%,var(--rc-pink) 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:3rem}.auth-brand-inner{position:relative;z-index:2;text-align:center;max-width:360px}.auth-brand-logo.raisincode-logo-icon,.auth-brand-logo.auth-logo{animation:auth-brand-in .55s ease-out .05s both}.auth-brand-title{animation:auth-brand-in .55s ease-out .15s both}.auth-brand-tagline{animation:auth-brand-in .55s ease-out .25s both}@keyframes auth-brand-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.raisincode-logo-icon{display:block;height:auto;max-height:none}.auth-brand-logo.raisincode-logo-icon,.auth-brand-logo.auth-logo{display:block;width:88px;margin:0 auto 1.5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.auth-brand-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;margin:0 0 .75rem;letter-spacing:-.02em;line-height:1.15}.auth-brand-title .raisincode-text-char{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.2)}.auth-brand-tagline{font-size:1.15rem;color:#ffffffe0;margin:0;font-weight:500;letter-spacing:.01em}.auth-brand-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.auth-shape{position:absolute;border-radius:50%;background:#ffffff14}.auth-shape-1{width:320px;height:320px;top:-120px;right:-100px}.auth-shape-2{width:200px;height:200px;bottom:10%;left:-60px}.auth-shape-3{width:140px;height:140px;top:50%;left:20%}.auth-form-panel{flex:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem;background:linear-gradient(165deg,var(--bg) 0%,#f6f4f1 45%,#f2f0ec 100%);animation:auth-form-fade .5s ease-out}@keyframes auth-form-fade{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.auth-box{width:100%;max-width:400px;animation:auth-box-in .5s ease-out .1s both}@keyframes auth-box-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-box .page-title{font-size:1.65rem;font-weight:700;margin-bottom:.35rem;color:var(--text);letter-spacing:-.02em}.auth-box .page-tagline{font-size:1rem;color:var(--text-soft);margin-bottom:1.75rem;font-weight:500;line-height:1.45}.auth-box .card{box-shadow:0 4px 20px #1c19170f,0 1px 3px #1c19170a;border-radius:var(--radius);padding:1.75rem 2rem;border:1px solid var(--border)}.auth-box .error-msg{margin-bottom:1rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:#dc262614;border:1px solid rgba(220,38,38,.2);font-size:.9rem;font-weight:500;animation:auth-error-in .45s ease-out}@keyframes auth-error-in{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}}.auth-box .btn-primary{width:100%;padding:.8rem 1.25rem;margin-top:.25rem;font-size:1rem}.auth-box .btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-box .btn-primary:disabled{animation:auth-btn-pulse 1.6s ease-in-out infinite}@keyframes auth-btn-pulse{0%,to{opacity:1}50%{opacity:.82}}.auth-box .auth-footer-note{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center;font-size:.9rem;color:var(--muted)}.auth-box .auth-footer-note a{font-weight:600;text-decoration:none}.auth-box .auth-footer-note a:hover{text-decoration:underline}.auth-box .input-group input[type=text][maxlength="6"]{max-width:10rem;text-align:center;font-size:1.35rem;letter-spacing:.35em;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion: reduce){.auth-brand-logo.raisincode-logo-icon,.auth-brand-logo.auth-logo,.auth-brand-title,.auth-brand-tagline,.auth-form-panel,.auth-box,.auth-box .error-msg{animation:none}.auth-box .btn-primary:disabled{animation:none}}@media (max-width: 900px){.auth-page{flex-direction:column}.auth-brand{flex:none;min-height:200px;padding:2rem 1.5rem}.auth-brand-logo.raisincode-logo-icon,.auth-brand-logo.auth-logo{width:56px;margin-bottom:.75rem}.auth-brand-title{font-size:1.75rem}.auth-brand-tagline{font-size:1rem}.auth-form-panel{padding:2rem 1.5rem}.auth-box .card{padding:1.5rem}.auth-box .input-group input[type=text][maxlength="6"]{max-width:100%;font-size:1.2rem;letter-spacing:.25em}}.tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.tabs button{padding:.6rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-soft);font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.tabs button:hover:not(:disabled){color:var(--text)}.tabs button.active{color:var(--link);border-bottom-color:var(--link);font-weight:600}.tabs button:disabled{color:var(--muted);cursor:not-allowed;opacity:.8}.badge{display:inline-block;padding:.25rem .55rem;border-radius:6px;font-size:.8rem;font-weight:600}.badge-success{background:#05966926;color:var(--success)}.badge-warning{background:#d9770626;color:#b45309}.badge-muted{background:var(--bg);color:var(--muted)}.usage-heading{font-size:.95rem;font-weight:700;color:var(--text);margin:0 0 1rem;text-transform:none;letter-spacing:.02em}.usage-command{display:inline-block;background:var(--bg);padding:.25rem .5rem;border-radius:6px;font-size:.9rem;color:var(--text);border:1px solid var(--border)}.code-box{display:inline-block;padding:.25em .5em;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0505050a;font-size:.9em;font-family:inherit;cursor:pointer}.code-box-wrap--inline{display:inline-block}.code-box--fit{display:inline-block;padding:.3em .55em;white-space:pre-wrap;word-break:break-word;line-height:1.4}.code-box-wrap{position:relative;display:inline-block}.code-box-copied-msg{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;padding:.25em .5em;font-size:.8em;color:var(--success);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:nowrap;box-shadow:var(--shadow)}.profile-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-logout{flex-shrink:0}.muted{color:var(--muted)}.note{font-size:.9rem;color:var(--muted);margin-top:.5rem;line-height:1.55}.list-plain{list-style:none;padding:0;margin:0}.list-plain li{padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.list-plain li:last-child{border-bottom:none}.loading,.error-msg{padding:1.5rem;text-align:center;color:var(--muted)}.error-msg{color:var(--danger)}.skeleton{background:linear-gradient(90deg,var(--border) 25%,var(--bg) 50%,var(--border) 75%);background-size:200% 100%;animation:skeleton-shine 1.2s ease-in-out infinite;border-radius:var(--radius-sm)}@media (prefers-reduced-motion: reduce){.skeleton{animation:none;background:var(--border)}}@keyframes skeleton-shine{to{background-position:200% 0}}.skeleton-title{height:1.75rem;width:14rem;margin-bottom:.5rem}.skeleton-tagline{height:1rem;width:18rem}.skeleton-stat{min-width:7rem;height:3.25rem}.loader-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.loader-wrap--full{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;min-height:100vh;min-width:100vw;justify-content:center;background:linear-gradient(165deg,#f8f6f380,#f6f4f06b);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:loader-overlay-in .28s cubic-bezier(.25,.46,.45,.94) both;overflow:hidden}.loader-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.loader-bubble{position:absolute;border-radius:50%;opacity:0;animation:loader-bubble-in .5s ease-out .15s forwards,loader-bubble-float 18s ease-in-out .4s infinite}@keyframes loader-bubble-in{to{opacity:.7}}.loader-bubble--0{left:8%;top:12%;width:64px;height:64px;background:radial-gradient(circle at 30% 30%,#157d6a1f,#157d6a0d);animation-delay:0s;animation-duration:18s}.loader-bubble--1{left:78%;top:18%;width:100px;height:100px;background:radial-gradient(circle at 70% 30%,#52466f1a,#52466f0a);animation-delay:-3s;animation-duration:24s;filter:blur(1px)}.loader-bubble--2{left:22%;top:68%;width:52px;height:52px;background:radial-gradient(circle at 40% 60%,#a838621c,#a838620d);animation-delay:-6s;animation-duration:20s}.loader-bubble--3{left:85%;top:72%;width:80px;height:80px;background:radial-gradient(circle at 60% 70%,#a87d1817,#a87d180a);animation-delay:-2s;animation-duration:21s;filter:blur(.5px)}.loader-bubble--4{left:12%;top:48%;width:72px;height:72px;background:radial-gradient(circle at 50% 50%,#157d6a14,#157d6a08);animation-delay:-8s;animation-duration:26s}.loader-bubble--5{left:62%;top:8%;width:48px;height:48px;background:radial-gradient(circle at 50% 50%,#52466f1a,#52466f0a);animation-delay:-4s;animation-duration:19s}.loader-bubble--6{left:45%;top:82%;width:110px;height:110px;background:radial-gradient(circle at 50% 50%,#a8386212,#a8386205);animation-delay:-11s;animation-duration:28s;filter:blur(1px)}.loader-bubble--7{left:72%;top:42%;width:60px;height:60px;background:radial-gradient(circle at 50% 50%,#a87d1817,#a87d180a);animation-delay:-5s;animation-duration:23s}@keyframes loader-bubble-float{0%,to{transform:translate(0) scale(1);opacity:.7}25%{transform:translate(12px,-20px) scale(1.05);opacity:1}50%{transform:translate(-8px,-12px) scale(.95);opacity:.85}75%{transform:translate(-15px,8px) scale(1.02);opacity:.9}}@keyframes loader-overlay-in{0%{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}.loader-wrap--sm .loader{--loader-size: 60px}.loader-wrap--md .loader{--loader-size: 80px}.loader-wrap--lg .loader{--loader-size: 112px}.loader-wrap--full .loader{position:relative;z-index:1}.loader{position:relative;width:var(--loader-size, 80px);height:var(--loader-size, 80px);flex-shrink:0;animation:loader-in .38s cubic-bezier(.34,1.2,.64,1) .06s both}.loader__ring{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:50%;background:conic-gradient(from 0deg,var(--rc-teal) 0deg,var(--rc-teal) 15deg,var(--rc-purple) 85deg,var(--rc-purple) 105deg,var(--rc-pink) 175deg,var(--rc-pink) 195deg,var(--rc-yellow) 265deg,var(--rc-yellow) 285deg,var(--rc-teal) 355deg,var(--rc-teal) 360deg);box-shadow:0 0 0 1px #1c19170a;animation:loader-spin 1.6s cubic-bezier(.4,0,.2,1) infinite,loader-ring-pulse 2.4s ease-in-out infinite,loader-ring-glow 3s ease-in-out .4s infinite}.loader__ring-outer{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;z-index:0;border-radius:50%;border:1px solid rgba(21,125,106,.12);animation:loader-ring-outer-pulse 3.2s ease-in-out .6s infinite;pointer-events:none}.loader__inner{position:absolute;top:4px;right:4px;bottom:4px;left:4px;z-index:3;border-radius:50%;background:radial-gradient(ellipse 80% 80% at 50% 50%,#faf9f7,var(--bg));transform-origin:center;animation:loader-inner-glow 2.6s ease-in-out infinite,loader-inner-soft-pulse 2.8s ease-in-out .2s infinite}.loader__logo-stage{position:absolute;left:50%;top:50%;width:58%;height:58%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse 70% 70% at 50% 50%,#ffffffe6,#f8f6f399);box-shadow:0 2px 20px #1c19170f,inset 0 1px #fffc;pointer-events:none;z-index:4}.loader__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68%;height:auto;object-fit:contain;pointer-events:none;z-index:5;filter:drop-shadow(0 1px 2px rgba(28,25,23,.08));animation:loader-logo-breathe 2.4s ease-in-out .25s infinite,loader-logo-glow 2.8s ease-in-out .6s infinite}@keyframes loader-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-ring-pulse{0%,to{opacity:1;filter:brightness(1) hue-rotate(0deg)}50%{opacity:.88;filter:brightness(1.08) hue-rotate(1deg)}}@keyframes loader-ring-glow{0%,to{box-shadow:0 0 0 1px #1c19170a,0 0 #157d6a00}50%{box-shadow:0 0 0 1px #1c19170a,0 0 20px 4px #157d6a1f,0 0 40px 2px #52466f0f}}@keyframes loader-ring-outer-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes loader-inner-glow{0%,to{box-shadow:inset 0 0 0 1px #157d6a0f,inset 0 1px #ffffff80}50%{box-shadow:inset 0 0 0 1px #157d6a1f,inset 0 1px #fff9}}@keyframes loader-inner-soft-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes loader-logo-breathe{0%,to{opacity:.86;transform:translate(-50%,-50%) scale(.97) rotate(-2deg)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.03) rotate(2deg)}}@keyframes loader-logo-glow{0%,to{filter:drop-shadow(0 1px 2px rgba(28,25,23,.08)) brightness(1)}50%{filter:drop-shadow(0 1px 2px rgba(28,25,23,.08)) drop-shadow(0 0 12px rgba(21,125,106,.2)) drop-shadow(0 0 24px rgba(82,70,111,.1)) brightness(1.04)}}@media (prefers-reduced-motion: reduce){.loader-wrap--full{animation:none}.loader-bubble{animation:none;opacity:.6;filter:none}.loader{animation:none}.loader__ring{animation:none;opacity:.9;box-shadow:0 0 0 1px #1c19170a}.loader__ring-outer{animation:none;opacity:.7;transform:none}.loader__inner{animation:none;box-shadow:none;transform:none}.loader__logo{animation:none;opacity:1;transform:translate(-50%,-50%);filter:none}}.dashboard-hero{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.dashboard-hero .page-tagline{margin-bottom:0;font-weight:500;opacity:.95}.dashboard-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}@media (prefers-reduced-motion: reduce){.stat-pill,.dashboard-shortcut,.card-footer-link{transition:none}}.stat-pill{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1.15rem;min-width:7rem;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:var(--shadow)}.stat-pill:hover{border-color:#0d948859;box-shadow:var(--shadow-md)}.stat-pill--highlight{border-color:#0d948866;background:#0d94880f}.stat-value{display:block;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.02em}.stat-label{display:block;font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}.dashboard-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .5rem;margin-bottom:1.5rem;padding:.5rem 0;font-size:.9rem}.dashboard-shortcuts-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;font-size:.75rem;margin-right:.25rem}.dashboard-shortcut{display:inline-flex;align-items:center;gap:.4rem;color:var(--link);text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:6px;transition:color .2s ease,background .2s ease}.dashboard-shortcut:hover{color:var(--accent);background:#0d94881a;text-decoration:none}.dashboard-shortcut:focus-visible{outline:2px solid var(--link);outline-offset:2px}.dashboard-shortcut-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;opacity:.9}.dashboard-shortcut-icon svg{width:16px;height:16px}.dashboard-shortcuts-sep{color:var(--border);font-weight:300;-webkit-user-select:none;user-select:none}.card--highlight{border-color:#0d948859;background:linear-gradient(135deg,rgba(13,148,136,.06) 0%,transparent 50%);box-shadow:var(--shadow-md)}.dashboard-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.35rem;align-items:start}@media (max-width: 720px){.dashboard-cards-grid{grid-template-columns:1fr}}.account-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.account-two-col__main{min-width:0}.account-two-col__stack{display:flex;flex-direction:column;gap:0;min-width:0}@media (max-width: 900px){.account-two-col{grid-template-columns:1fr}}.dashboard-account-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.activity-list{display:flex;flex-direction:column;gap:1.25rem}.activity-group-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.5rem}.activity-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.activity-item:last-child{border-bottom:none}.activity-icon{width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;background:#0d94881a;border-radius:var(--radius-sm);font-size:.85rem;color:var(--link);flex-shrink:0}.activity-body{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.activity-meta{color:var(--muted);font-size:.9rem}.activity-time{font-size:.8rem;color:var(--muted);flex-shrink:0}.products-page{min-height:100vh;background:#0f1419;color:#fff;position:relative}.products-page--landing{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.products-page--landing .products-hero{flex:1 1 auto;min-height:0;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column}.products-page--landing .products-hero-inner{flex:1;min-height:0;gap:2rem}.products-page--landing .products-hero-logo{margin-bottom:.75rem}.products-page--landing .products-hero-title{font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:.5rem}.products-page--landing .products-hero-tagline{font-size:.9375rem;margin-bottom:1rem}.products-page--landing .products-hero-profile{padding:1.25rem 1.5rem}.products-page--landing .products-hero-profile-tagline{font-size:.875rem;line-height:1.5}.products-page--landing .products-hero-profile-actions{margin-top:.75rem}.products-page--landing .products-cta{flex-shrink:0;padding:1.5rem}.products-page--landing .products-cta-title{font-size:1.25rem;margin-bottom:.25rem}.products-page--landing .products-cta-sub{font-size:.875rem;margin-bottom:1rem}.products-page--landing .products-connect-btn{flex-shrink:0}.products-page--landing .products-footer{flex-shrink:0;padding:.75rem 1.5rem}.products-header{position:sticky;top:0;z-index:100;background:#0f1419;border-bottom:1px solid rgba(255,255,255,.08)}.products-page--landing .products-header{position:fixed;top:0;left:0;right:0;width:100%;background:#0f1419;border-bottom:1px solid rgba(255,255,255,.08)}.products-header-inner{max-width:1120px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.products-header-logo-link{display:block;text-decoration:none}.products-header-logo{display:block;height:1.75rem;width:auto;max-width:160px;object-fit:contain;object-position:left center;opacity:.95;transition:opacity .2s ease}.products-header-logo-link:hover .products-header-logo{opacity:1}.products-header-nav{display:flex;align-items:center;gap:1.5rem}.products-header-link{font-size:.875rem;font-weight:500;color:#ffffffbf;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:color .2s ease}.products-header-link:hover{color:#fff;text-decoration:none}.products-header-link--active{color:#fff;font-weight:600}.products-header-back{font-size:.8125rem;font-weight:500;color:#ffffffb3;text-decoration:none;letter-spacing:.01em;transition:color .2s ease}.products-header-back:hover{color:#fff;text-decoration:none}.products-header-back-logo{display:inline-flex;align-items:center}.products-header-back-logo:hover .products-header-vlogo{opacity:1}.products-header-vlogo{display:block;height:1.5rem;width:auto;opacity:.9;transition:opacity .2s ease}.products-header-logo{filter:brightness(0) invert(1)}.products-hero{padding:4rem 1.5rem 5rem;background:linear-gradient(180deg,#0f1419,#151c24,#0f1419);min-height:70vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.products-page--landing .products-hero{padding-top:calc(4rem + 56px)}.products-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;transform:translate3d(0,var(--parallax-y, 0),0);will-change:transform}.products-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 20%,transparent 70%)}.products-hero-grid-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.02) 50%,transparent 60%,transparent 100%);background-size:200% 100%;background-position:150% 0;mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 15%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black 15%,transparent 65%);animation:products-grid-shimmer 6s ease-in-out 1s infinite}@keyframes products-grid-shimmer{0%{background-position:150% 0;opacity:.6}50%{background-position:-50% 0;opacity:1}to{background-position:150% 0;opacity:.6}}.products-hero-nodes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.products-hero-node{position:absolute;border-radius:50%;background:#ffffff0f;animation:products-node-float 12s ease-in-out infinite}.products-hero-node--1{width:4px;height:4px;left:12%;top:22%;animation-delay:0s;animation-duration:14s}.products-hero-node--2{width:6px;height:6px;left:88%;top:18%;animation-delay:-2s;animation-duration:16s}.products-hero-node--3{width:3px;height:3px;left:24%;top:68%;animation-delay:-4s;animation-duration:11s}.products-hero-node--4{width:5px;height:5px;left:76%;top:72%;animation-delay:-1s;animation-duration:13s}.products-hero-node--5{width:4px;height:4px;left:8%;top:52%;animation-delay:-5s;animation-duration:15s}.products-hero-node--6{width:6px;height:6px;left:92%;top:48%;animation-delay:-3s;animation-duration:10s}.products-hero-node--7{width:3px;height:3px;left:52%;top:12%;animation-delay:-6s;animation-duration:17s}.products-hero-node--8{width:5px;height:5px;left:48%;top:85%;animation-delay:-2.5s;animation-duration:12s}@keyframes products-node-float{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(8px,-12px) scale(1.2);opacity:1}50%{transform:translate(-6px,6px) scale(.9);opacity:.8}75%{transform:translate(10px,8px) scale(1.1);opacity:.9}}.products-hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;animation:products-glow-pulse 8s ease-in-out infinite}.products-hero-glow--1{width:400px;height:400px;background:radial-gradient(circle,rgba(21,125,106,.3) 0%,transparent 70%);top:-100px;right:-80px}.products-hero-glow--2{width:300px;height:300px;background:radial-gradient(circle,rgba(82,70,111,.25) 0%,transparent 70%);bottom:-50px;left:-60px;animation-delay:-3s}@keyframes products-glow-pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.35;transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.products-hero-glow,.products-hero-grid-shimmer,.products-hero-node{animation:none}.products-hero-glow{opacity:.2}.products-hero-grid-shimmer{opacity:.5}.products-hero-node{opacity:.6}.products-hero-bg{transform:none;will-change:auto}}.products-hero-inner{max-width:1120px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;flex:1;position:relative;z-index:1}.products-hero-inner--center{grid-template-columns:1fr;text-align:center;max-width:720px}.products-hero--community-profile .products-hero-inner{gap:2rem;align-items:stretch}.products-hero--community-profile .products-hero-content{justify-content:center}.products-hero--ref .products-hero-content{display:flex;flex-direction:column;align-items:flex-start}.products-hero-content--center{align-items:center;margin:0 auto}.products-hero--ref .products-hero-content.products-hero-content--center{align-items:center}.products-hero-content--center .products-hero-tagline{max-width:36rem;margin-left:auto;margin-right:auto}.products-hero-eyebrow{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#ffffff73;margin:0 0 .75rem}.products-hero-ctas--center{justify-content:center;margin-top:.5rem}.products-hero-cta-outline{background:transparent!important;border:1px solid rgba(255,255,255,.25)!important;color:#fffffff2!important}.products-hero-cta-outline:hover{background:#ffffff14!important;border-color:#ffffff59!important;color:#fff!important}.products-hero-trust{font-size:.8rem;color:#fff6;letter-spacing:.04em;margin:1.5rem 0 0}.products-hero-animate .products-hero-anim-item{opacity:0;transform:translateY(16px);animation:products-hero-reveal .6s cubic-bezier(.22,1,.36,1) forwards}.products-hero-anim-1{animation-delay:.05s}.products-hero-anim-2{animation-delay:.12s}.products-hero-anim-3{animation-delay:.2s}.products-hero-anim-4{animation-delay:.28s}.products-hero-anim-5{animation-delay:.36s}.products-hero-anim-6{animation-delay:.44s}@keyframes products-hero-reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.products-hero-animate .products-hero-anim-item{animation:none;opacity:1;transform:none}}.products-hero-logo-motion .products-hero-logo{animation:products-hero-logo-breathe 4s ease-in-out infinite}@keyframes products-hero-logo-breathe{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.products-hero-cta-motion{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.products-hero-cta-motion:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000059}.products-hero-cta-outline.products-hero-cta-motion:hover{box-shadow:0 4px 20px #ffffff0f}.products-hero-title-kinetic .products-hero-title-word{display:inline-block;opacity:0;transform:translateY(12px);animation:products-hero-word-in .5s cubic-bezier(.22,1,.36,1) forwards}.products-hero-title-w1{animation-delay:.35s}.products-hero-title-w2{animation-delay:.42s}.products-hero-title-w3{animation-delay:.49s}.products-hero-title-w4{animation-delay:.56s}.products-hero-title-w5{animation-delay:.63s}.products-hero-title-w6{animation-delay:.7s}@keyframes products-hero-word-in{to{opacity:1;transform:translateY(0)}}.products-hero-title-kinetic{min-height:1.2em}@media (prefers-reduced-motion: reduce){.products-hero-logo-motion .products-hero-logo{animation:none;opacity:.95;transform:none}.products-hero-title-kinetic .products-hero-title-word{animation:none;opacity:1;transform:none}}.products-cta .products-cta-anim{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.products-cta--visible .products-cta-anim-0{transition-delay:.05s}.products-cta--visible .products-cta-anim-1{transition-delay:.14s}.products-cta--visible .products-cta-anim-2{transition-delay:.24s}.products-cta--visible .products-cta-anim{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.products-cta .products-cta-anim{opacity:1;transform:none;transition:none}}.products-page--landing .products-footer{opacity:0;transform:translateY(12px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.products-page--landing .products-footer--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.products-page--landing .products-footer{opacity:1;transform:none;transition:none}}.products-hero--raisincode-home .products-hero-title{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800;letter-spacing:-.04em}.products-hero--raisincode-home .products-hero-logo{height:2.25rem;margin-bottom:1.75rem}.products-hero--raisincode-home .products-hero-tagline{font-size:1.1rem;color:#ffffffd1}.products-hero-logo-link{display:block;text-decoration:none}.products-hero-logo{height:2rem;width:auto;max-width:160px;object-fit:contain;margin-bottom:1.5rem;opacity:.95}.products-hero-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#fff;line-height:1.2;margin:0 0 .75rem;letter-spacing:-.025em}.products-hero-tagline{font-size:1.0625rem;color:#fffc;line-height:1.6;margin:0 0 1.5rem;max-width:28rem}.products-hero-ctas{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem;margin-top:.25rem;width:100%}.products-hero-cta-link{font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}.products-hero-cta-link:hover{text-decoration:none}.products-hero-cta-primary{display:inline-flex;align-items:center;padding:.55rem 1.1rem;background:#374151;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff;text-decoration:none}.products-hero-cta-primary:hover{background:#4b5563;border-color:#ffffff40;color:#fff;text-decoration:none}.products-hero-cta-secondary{color:#ffffffa6;padding:0;background:none;border:none;border-radius:0}.products-hero-cta-secondary:hover{color:#ffffffe6}.products-hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.products-hero-card{min-height:140px}.products-hero-card .products-icon{margin-bottom:.25rem}.products-hero-profile{display:flex;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem;border-radius:16px;background:radial-gradient(circle at top left,rgba(21,125,106,.35),transparent 55%),radial-gradient(circle at bottom right,rgba(82,70,111,.35),transparent 55%),#0f1419d9;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px #0009,0 0 0 1px #ffffff0a}.community-profile-card-inner{display:flex;align-items:center;gap:1.5rem;max-width:100%}.community-profile-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.community-profile-avatar-wrap{width:120px;height:120px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#334155cc;display:flex;align-items:center;justify-content:center}.community-profile-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center top}.community-profile-avatar-initials-wrap{font-size:2.25rem;font-weight:700;color:#ffffffe6;letter-spacing:.02em}.products-hero-profile-eyebrow{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#fff9;margin:0}.products-hero-profile-name{margin:0;font-size:clamp(1.6rem,2.8vw,2rem);font-weight:800;letter-spacing:-.04em;line-height:1.2}.products-hero-personal-name{display:inline}.products-hero-personal-name-v{display:inline-flex;align-items:center;justify-content:center;height:.9em;padding:.05em .12em;margin:0 3px;vertical-align:middle;background:#fff;border-radius:6px;flex-shrink:0;box-shadow:0 0 0 1px #0f172acc,0 10px 32px #0f172ae6}.products-hero-personal-vlogo{height:100%;width:auto;max-width:100%;display:block;object-fit:contain}.products-hero-profile-tagline{font-size:.9rem;color:#f8fafcd9;line-height:1.5;margin:.25rem 0 .5rem;max-width:100%}.products-hero-profile-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}@media (max-width: 560px){.community-profile-card-inner{flex-direction:column;text-align:center;gap:1rem}.community-profile-avatar-wrap{width:100px;height:100px}.community-profile-avatar-initials-wrap{font-size:1.75rem}}.products-hero-profile-btn-primary,.products-hero-profile-btn-secondary{padding-inline:1.4rem}.products-hero-linkedin-btn{background:#0b5fb3;color:#fff;border:1px solid rgba(15,23,42,.45);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 10px 30px #0f172a73;border-radius:999px}.products-hero-linkedin-btn:hover{background:#084182;border-color:#0f172ab3;color:#fff;text-decoration:none;box-shadow:0 14px 40px #0f172a99}.products-hero-linkedin-logo{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-left:.1rem;margin-right:.6rem;border-radius:.25rem;background:#0a66c2;color:#fff;font-weight:700;font-size:.75rem;letter-spacing:-.02em}.products-hero-linkedin-text{white-space:nowrap;font-weight:500}.products-btn-secondary{background:transparent;color:#f8fafce6;border:1px solid rgba(148,163,184,.7)}.products-btn-secondary:hover{background:#0f172ad9;border-color:#94a3b8;color:#fff;text-decoration:none}.products-hero-scroll{align-self:center;margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:1rem;color:#ffffff80;text-decoration:none;transition:color .2s ease,transform .2s ease;position:relative;z-index:1}.products-hero-scroll:hover{color:#ffffffd9;text-decoration:none}.products-hero-scroll-icon{font-size:1.25rem;animation:products-scroll-bounce 2s ease-in-out infinite}.products-hero-scroll-text{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}@keyframes products-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.products-glass-card{background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:background .3s ease,border-color .3s ease,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.products-glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:16px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease}.products-glass-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(107,70,193,.6),rgba(167,139,250,.5),transparent);opacity:0;transition:opacity .3s ease}.products-glass-card:hover{background:#ffffff14;border-color:#6b46c166;text-decoration:none;color:inherit;transform:translateY(-6px);box-shadow:0 16px 40px -12px #00000073,0 0 0 1px #6b46c133,0 12px 28px -6px #6b46c126}.products-glass-card:hover:before,.products-glass-card:hover:after{opacity:1}.products-glass-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;transition:color .3s ease,letter-spacing .3s ease}.products-glass-card:hover .products-glass-label{color:#a78bfae6;letter-spacing:.12em}.products-glass-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0;transition:color .25s ease,text-shadow .3s ease}.products-glass-card:hover .products-glass-title{text-shadow:0 0 24px rgba(107,70,193,.2)}.products-glass-desc{font-size:.9rem;color:#ffffffbf;line-height:1.5;margin:0;flex:1;transition:color .25s ease}.products-glass-card:hover .products-glass-desc{color:#f8fafce0}.products-glass-btn{display:inline-flex;align-items:center;gap:.4em;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:#ffffff26;border-radius:8px;border:1px solid rgba(255,255,255,.08);transition:background .3s ease,color .3s ease,transform .25s ease,box-shadow .3s ease,border-color .3s ease}.products-glass-btn:after{content:"→";transition:transform .3s cubic-bezier(.22,1,.36,1)}.products-glass-card:hover .products-glass-btn{background:#6b46c159;color:#fff;border-color:#6b46c166;box-shadow:0 0 20px #6b46c133;transform:translate(2px)}.products-glass-card:hover .products-glass-btn:after{transform:translate(4px)}.products-glass-card .products-icon{background:#ffffff26;color:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .3s ease}.products-glass-card:hover .products-icon{transform:scale(1.1);box-shadow:0 0 24px #6b46c14d;background:#6b46c140}.products-glass-card .products-best-card-img{height:48px;width:48px;border-radius:10px;flex-shrink:0}@media (prefers-reduced-motion: reduce){.products-glass-card:hover{transform:none;box-shadow:0 0 0 1px #6b46c140}.products-glass-card:hover .products-icon{transform:none;box-shadow:none}.products-glass-card:hover .products-glass-btn{transform:none}.products-glass-card:hover .products-glass-btn:after{transform:none}.products-glass-card:hover .products-glass-label{letter-spacing:.1em}}.products-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;letter-spacing:.02em;border-radius:8px;text-decoration:none;transition:background .2s ease,color .2s ease}.products-btn-primary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.2)}.products-btn-primary:hover{background:#ffffff4d;color:#fff;text-decoration:none}.products-section-inner{max-width:1120px;margin:0 auto;padding:0 1.5rem}.products-section-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;margin:0 0 .5rem}.products-section-title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:600;color:#fff;letter-spacing:-.02em;margin:0 0 .5rem}.products-section-desc{font-size:1rem;color:#ffffffb3;margin:0 0 2rem;line-height:1.5}.community-profile-stats{background:#0f1419;padding:3rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.community-profile-stats-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1120px;margin:0 auto;text-align:center}.community-profile-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem}.community-profile-stat-value{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#fff;letter-spacing:-.02em}.community-profile-stat-label{font-size:.9rem;color:#cbd5e1e6;line-height:1.3}.products-hero-benefits{padding:3.25rem 0 3.75rem;border-top:1px solid rgba(255,255,255,.06)}.products-hero-benefits-desc{max-width:56ch;margin-left:auto;margin-right:auto;color:#f8fafcd9}.products-hero-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.25rem}.products-hero-benefit-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:border-color .3s ease,background .3s ease,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.products-hero-benefit-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:20px 20px;opacity:0;pointer-events:none;transition:opacity .3s ease}.products-hero-benefit-card:hover{border-color:#6b46c159;background:#ffffff0d;transform:translateY(-4px);text-decoration:none;color:inherit;box-shadow:0 12px 32px -8px #0006,0 0 0 1px #6b46c126,0 8px 24px -4px #6b46c11f}.products-hero-benefit-card:hover:before{opacity:1}.products-hero-benefit-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1rem;color:#f8fafce6;transition:color .3s ease,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.products-hero-benefit-card:hover .products-hero-benefit-icon{color:#fffffffa;transform:scale(1.08);box-shadow:0 0 20px #6b46c140}.products-hero-benefit-icon svg{width:22px;height:22px}.products-hero-benefit-title{font-size:1.125rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem;color:#fff}.products-hero-benefit-desc{font-size:.95rem;line-height:1.55;color:#f8fafcbf;margin:0 0 1rem;flex:1}.products-hero-benefit-cta{font-size:.9rem;font-weight:500;color:#f8fafcd9;text-decoration:none;display:inline-flex;align-items:center;gap:.35em;transition:color .3s ease,gap .3s ease,transform .25s ease}.products-hero-benefit-card:hover .products-hero-benefit-cta{color:#a78bfa;gap:.5em}.products-hero-benefit-cta:after{content:"→";transition:transform .3s cubic-bezier(.22,1,.36,1)}.products-hero-benefit-card:hover .products-hero-benefit-cta:after{transform:translate(3px)}.products-hero-benefits .products-benefit-anim{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.products-hero-benefits--visible .products-benefit-anim-0{transition-delay:.05s}.products-hero-benefits--visible .products-benefit-anim-1{transition-delay:.12s}.products-hero-benefits--visible .products-benefit-anim-2{transition-delay:.2s}.products-hero-benefits--visible .products-benefit-anim-3{transition-delay:.28s}.products-hero-benefits--visible .products-benefit-anim-4{transition-delay:.36s}.products-hero-benefits--visible .products-benefit-anim-5{transition-delay:.44s}.products-hero-benefits--visible .products-benefit-anim{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.products-hero-benefits .products-benefit-anim{opacity:1;transform:none;transition:none}.products-hero-benefit-card:hover{transform:none;box-shadow:0 0 0 1px #6b46c133}.products-hero-benefit-card:hover .products-hero-benefit-icon{transform:none;box-shadow:none}.products-hero-benefit-card:hover .products-hero-benefit-cta:after{transform:none}.products-hero-benefit-card:hover .products-hero-benefit-cta{gap:.35em}}@media (max-width: 900px){.products-hero-benefits-grid{grid-template-columns:1fr}}.community-profile-services{padding:3.5rem 0 4rem}.community-profile-services-inner{max-width:1200px}.community-profile-services-heading{margin:0 0 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#ffffff80}.community-profile-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%}.community-profile-service-card{padding:1.5rem;min-height:0;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.community-profile-service-card:hover{border-color:#ffffff1f;box-shadow:0 12px 40px #00000040;transform:translateY(-2px)}.community-profile-service-card .products-glass-title{font-size:1rem;font-weight:600;letter-spacing:-.02em}.community-profile-service-card .products-glass-desc{font-size:.875rem;line-height:1.5;flex:1}.community-profile-services-footer{margin-top:1.75rem}.community-profile-services-link{font-size:.9rem;font-weight:500}@media (max-width: 900px){.community-profile-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.community-profile-services-grid{grid-template-columns:1fr}}.products-quick-access-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.3fr);gap:1.75rem;align-items:flex-start}.products-quick-access-column{display:flex;flex-direction:column;gap:1rem}.products-quick-access-heading{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#fff9;margin:0}.products-featured-grid--compact{grid-template-columns:1fr}.products-quick-access-list{margin:.5rem 0 0;padding-left:1.1rem;font-size:.9rem;color:#ffffffbf;line-height:1.6}.products-quick-access-list li+li{margin-top:.3rem}.products-quick-access-footer{margin-top:.75rem}.products-inline-link{color:#f8fafce6;font-weight:500;text-decoration:none}.products-inline-link:hover{color:#fff;text-decoration:underline}.products-section--glass{background:#0f1419}.products-featured{padding:4rem 0 4.5rem;background:#0f1419;position:relative}.products-featured:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(90%,600px);height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);opacity:.8}.products-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.products-featured-card{padding:1.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.875rem;text-decoration:none;color:inherit}.products-featured-card:not(.products-glass-card){background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.products-featured-card:not(.products-glass-card):hover{border-color:#52466f40;box-shadow:0 8px 24px #1c191714;text-decoration:none;color:inherit}.products-icon{width:2.75rem;height:2.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.products-icon svg{width:1.25rem;height:1.25rem}.products-icon--doc{background:var(--rc-purple);color:#fff}.products-icon--code,.products-icon--tools{background:var(--text-soft);color:#fff}.products-featured-title{font-size:1.0625rem;font-weight:600;color:var(--text);margin:0;letter-spacing:-.01em}.products-featured-desc{font-size:.9375rem;color:var(--muted);margin:0;line-height:1.5}.products-featured-cta{font-size:.875rem;font-weight:600;color:var(--rc-purple);margin-top:auto;letter-spacing:.02em}.products-featured-card:hover .products-featured-cta{color:#433a5c}.products-best{padding:4rem 0 5rem;background:#0f1419;border-top:1px solid rgba(255,255,255,.06)}.products-best-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.products-best-card{overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit}.products-best-card:not(.products-glass-card){background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.products-best-card:not(.products-glass-card):hover{border-color:#52466f33;box-shadow:0 8px 24px #1c191714;text-decoration:none;color:inherit}.products-best-card.products-glass-card .products-best-card-img{height:48px;width:48px;border-radius:10px;flex-shrink:0}.products-best-card-img{height:140px;background-size:cover;background-position:center;flex-shrink:0}.products-best-card-img--resume{background-color:#e8e6e4;background-image:linear-gradient(135deg,rgba(82,70,111,.06) 0%,transparent 60%)}.products-best-card-img--editor{background:linear-gradient(145deg,#1a1a24,#252532)}.products-best-card-img--api{background:linear-gradient(145deg,#f1f1f4,#e8e8ec);border-bottom:1px solid var(--border)}.products-best-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.products-best-title{font-size:1.0625rem;font-weight:600;color:var(--text);margin:0;letter-spacing:-.01em}.products-best-card.products-glass-card .products-best-title{color:#fff}.products-best-desc{font-size:.9375rem;color:var(--muted);margin:0;line-height:1.5}.products-best-card.products-glass-card .products-best-desc{color:#ffffffbf}.products-best-cta{font-size:.875rem;font-weight:600;color:var(--rc-purple);margin-top:auto;letter-spacing:.02em}.products-best-card:hover .products-best-cta{color:#433a5c}.products-connect-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.products-connect-btn:hover{background:#ffffff40;color:#fff;text-decoration:none;transform:translateY(-1px)}.community-section .products-section-desc{margin-bottom:1.5rem}.community-search-wrap{margin-bottom:2rem;width:100%;max-width:420px}.community-search{width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem;font-family:inherit;color:#fff;background:#1e293bcc;border:1px solid rgba(255,255,255,.1);border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:1rem center}.community-search::placeholder{color:#ffffff73}.community-search:hover{border-color:#ffffff2e}.community-search:focus{border-color:#ffffff40;box-shadow:0 0 0 3px #ffffff14}.community-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%}.community-card{display:flex;flex-direction:row;align-items:stretch;min-height:200px;background:#1e293b99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.community-card:hover{border-color:#ffffff1a;box-shadow:0 8px 32px #00000040}.community-card-avatar-wrap{width:40%;max-height:380px;flex-shrink:0;overflow:hidden;background:#334155cc;display:flex;align-items:center;justify-content:center}.community-card-avatar-img{width:100%;height:100%;max-height:380px;object-fit:cover;object-position:center top}.community-card-avatar-initials{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;color:#ffffffe6;letter-spacing:.02em}.community-card-body{width:60%;flex-shrink:0;min-width:0;padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.community-card-role{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#ffffff80;margin:0 0 .25rem}.community-card-name{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0 0 .35rem;line-height:1.2}.community-card-name-text{display:inline}.community-card-name-v{display:inline-flex;align-items:center;justify-content:center;height:.85em;padding:.04em .1em;margin:0 1px;vertical-align:middle;background:#fff;border-radius:4px;flex-shrink:0;box-shadow:0 0 0 1px #0f172ab3}.community-card-vlogo{height:100%;width:auto;display:block;object-fit:contain}.community-card-tagline{font-size:.8125rem;color:#f8fafcd1;line-height:1.45;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-bottom:1rem}.community-card-stat{padding:1rem;background:#1e293bf2;border:1px solid rgba(255,255,255,.06);border-radius:12px;display:flex;flex-direction:column;gap:.25rem;text-align:left}.community-card-stat-value{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2}.community-card-stat-label{font-size:.8rem;color:#cbd5e1e6;line-height:1.35}.community-card-actions{display:flex;flex-wrap:wrap;gap:.75rem}.community-card-btn{font-size:.85rem;font-weight:500;padding:.55rem 1.1rem;border-radius:12px;text-decoration:none;transition:background .2s ease,color .2s ease}.community-card-btn-resume{background:#1e293bf2;border:1px solid rgba(255,255,255,.08);color:#fff}.community-card-btn-resume:hover{background:#334155;color:#fff;text-decoration:none}.community-card-btn-linkedin{display:inline-flex;align-items:center;gap:.5rem;background:#0a66c2;border:none;color:#fff;border-radius:12px}.community-card-btn-linkedin:hover{background:#004182;color:#fff;text-decoration:none}.community-card-btn-call{background:#1e293bf2;border:1px solid rgba(255,255,255,.08);color:#fff}.community-card-btn-call:hover{background:#334155;color:#fff;text-decoration:none}.community-card-linkedin-in{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;border-radius:3px;background:#ffffff40;font-weight:700;font-size:.6rem;letter-spacing:-.02em}@media (max-width: 560px){.community-card{flex-direction:column;align-items:center;text-align:center;min-height:0}.community-card-avatar-wrap{width:100%;min-height:200px}.community-card-body{width:100%;text-align:center}.community-card-stats{grid-template-columns:1fr;justify-content:center}.community-card-stat{text-align:center}.community-card-actions{justify-content:center}}.products-services{padding:4rem 0 5rem;background:#0f1419;border-top:1px solid rgba(255,255,255,.06)}.products-icon--service{background:var(--text-soft);color:#fff;width:2.75rem;height:2.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.products-icon--service svg{width:1.25rem;height:1.25rem}.products-cta{padding:4rem 1.5rem;background:#0f1419;border-top:1px solid rgba(255,255,255,.06)}.products-cta-inner{max-width:560px;margin:0 auto;text-align:center}.products-cta-title{font-size:clamp(1.375rem,2.5vw,1.625rem);font-weight:600;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.products-cta-sub{font-size:.9375rem;color:#ffffffb3;margin:0 0 1.5rem;line-height:1.5}.products-cta-btn{display:inline-flex}.products-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.products-cta-btn-outline{display:inline-flex;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;color:#ffffffe6;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:10px;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.products-cta-btn-outline:hover{background:#ffffff14;border-color:#fff6;color:#fff;text-decoration:none}.products-footer{padding:1.25rem 1.5rem;background:#0f1419;border-top:1px solid rgba(255,255,255,.06)}.products-footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;color:#ffffff80}.products-footer-link{color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .2s ease}.products-footer-link:hover{color:#fff;text-decoration:none}.products-footer-sep{opacity:.6;-webkit-user-select:none;user-select:none}.products-footer-label{color:#ffffffb3}.products-footer-current,.products-footer-label.products-footer-current,.products-footer-link.products-footer-current{color:#facc15}.products-footer-link.products-footer-current:hover{color:#fde047}.legal-section{padding:3rem 1.5rem 4rem;min-height:60vh}.legal-inner{max-width:720px;margin:0 auto}.legal-title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin:0 0 .25rem}.legal-updated{font-size:.875rem;color:#ffffff80;margin:0 0 2rem}.legal-content{font-size:.9375rem;line-height:1.7;color:#f8fafce6}.legal-content h2{font-size:1.1rem;font-weight:600;color:#fff;margin:1.75rem 0 .5rem}.legal-content h2:first-of-type{margin-top:0}.legal-content p{margin:0 0 1rem}.legal-inline-link{color:#157d6af2;text-decoration:none;font-weight:500}.legal-inline-link:hover{color:#157d6a;text-decoration:underline}.detail-page{min-height:100vh;font-family:var(--font)}.detail-page--light{background:#eaeaea;color:#1a1a1a}.detail-header{padding:1rem 1.5rem;background:#eaeaea;border-bottom:1px solid rgba(0,0,0,.06)}.detail-header-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.detail-back{font-size:.9rem;font-weight:500;color:#1a1a1a;text-decoration:none;justify-self:start}.detail-back:hover{color:var(--rc-purple);text-decoration:none}.detail-logo-link{justify-self:center}.detail-logo{height:1.75rem;width:auto;max-width:140px;object-fit:contain}.detail-home{font-size:.9rem;font-weight:500;color:#444;text-decoration:none;justify-self:end}.detail-home:hover{color:#1a1a1a;text-decoration:none}.detail-hero{padding:4rem 1.5rem 5rem;min-height:calc(100vh - 80px);display:flex;align-items:center}.detail-hero-inner{max-width:1120px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.detail-hero-content{max-width:28rem}.detail-title{margin:0 0 1rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.detail-title-line1{display:block;font-size:clamp(1rem,2vw,1.25rem);color:#555;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.detail-title-line2{display:block;font-size:clamp(2.25rem,5vw,3.5rem);color:#1a1a1a;text-transform:uppercase;letter-spacing:-.02em}.detail-line{width:3rem;height:3px;background:#1a1a1a;margin-bottom:1.5rem}.detail-desc{font-size:1.0625rem;color:#555;line-height:1.65;margin:0 0 1.75rem}.detail-cta{display:inline-block;font-size:.95rem;font-weight:600;color:var(--rc-purple);text-decoration:none;transition:color .2s ease}.detail-cta:hover{color:#433a5c;text-decoration:none}.detail-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.detail-visual-main{width:100%;max-width:420px;aspect-ratio:4/3;background:linear-gradient(145deg,#e8e8e8,#f5f5f5);border-radius:4px;box-shadow:0 8px 32px #00000014;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:1rem}.detail-graphic{width:100%;height:100%;object-fit:contain;max-height:100%}.detail-visual-accent{position:absolute;top:-20px;right:-20px;width:80px;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%231a1a1a' d='M50 0 L61 39 L100 50 L61 61 L50 100 L39 61 L0 50 L39 39 Z'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.15}@media (max-width: 900px){.detail-hero-inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.detail-hero-content{max-width:none}.detail-line{margin-left:auto;margin-right:auto}.detail-hero-visual{order:-1}.detail-visual-main{max-width:320px}.detail-visual-accent{top:-10px;right:10px;width:50px;height:50px}}@media (max-width: 900px){.products-hero-inner{grid-template-columns:1fr;grid-template-rows:auto auto}.products-hero-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:none}}@media (max-width: 768px){.products-hero{padding:3rem 1rem 4rem}.products-hero-inner{gap:2.5rem;text-align:center}.products-hero--ref .products-hero-content{align-items:center}.products-hero-tagline{max-width:none;margin-left:auto;margin-right:auto}.products-hero-cards{order:-1;grid-template-columns:1fr;max-width:320px;margin:0 auto}.products-hero-ctas{justify-content:center}.products-featured,.products-best{padding-left:0;padding-right:0}.products-featured-grid,.products-best-grid{grid-template-columns:1fr}.community-profile-stats-inner{grid-template-columns:1fr;gap:2rem}.products-hero-benefits{padding-top:2.5rem;padding-bottom:3rem}.products-page--landing .products-hero{padding:1rem 1rem .75rem}.products-page--landing .products-hero-inner{gap:1.25rem}.products-page--landing .products-hero-title{font-size:1.35rem}.products-page--landing .products-cta{padding:1rem}.products-page--landing .products-cta-title{font-size:1.1rem}.products-page--landing .products-footer{padding:.5rem 1rem}}
