:root{--primary:#6d5dfc;--primary-dark:#5547e8;--secondary:#15c8a3;--ink:#17182b;--muted:#71758a;--line:#e8e9f1;--bg:#f6f7fb;--white:#fff;--danger:#e44d61;--warning:#f4a340;--success:#159d78;--shadow:0 18px 55px rgba(33,35,65,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:92px 0}.section-alt{background:var(--bg)}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.section-title{font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;margin:12px 0 14px}.section-copy{max-width:680px;color:var(--muted);font-size:1.04rem}.text-center{text-align:center}.text-center .section-copy{margin-inline:auto}.muted{color:var(--muted)}.small{font-size:.88rem}.mb-0{margin-bottom:0}.mt-0{margin-top:0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,233,241,.8)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:1.2rem}.brand>span:last-child>span{color:var(--primary)}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#9a64ff);color:#fff;box-shadow:0 8px 20px rgba(109,93,252,.28)}.brand-light{color:#fff}.site-nav{display:flex;align-items:center;gap:26px;font-weight:600;font-size:.94rem}.site-nav>a:not(.btn):hover{color:var(--primary)}.nav-toggle{display:none;background:transparent;border:0;font-size:1.25rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:12px;padding:12px 19px;font-weight:700;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(109,93,252,.22)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary);color:#052e26}.btn-outline{border-color:var(--line);background:#fff;color:var(--ink)}.btn-outline:hover{border-color:#c9c5ff;color:var(--primary)}.btn-light{background:#fff;color:var(--primary)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:9px 14px;border-radius:10px;font-size:.88rem}.btn-lg{padding:15px 23px;border-radius:14px}.btn-block{width:100%}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;display:inline-grid;place-items:center;cursor:pointer}.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero{padding:84px 0 96px;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 0,#eeeaff 0,transparent 35%),radial-gradient(circle at 100% 10%,#dcfff6 0,transparent 30%),#fff}.hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;border:80px solid rgba(109,93,252,.04);right:-180px;bottom:-230px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border-radius:999px;background:#efedff;color:#584be1;font-weight:700;font-size:.82rem}.hero h1{font-size:clamp(3rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em;margin:20px 0}.hero h1 span{background:linear-gradient(135deg,var(--primary),#b84fe0);-webkit-background-clip:text;color:transparent}.hero-copy{font-size:1.12rem;color:var(--muted);max-width:630px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:29px 0}.hero-proof{display:flex;gap:25px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:.9rem}.hero-proof span{display:flex;align-items:center;gap:8px}.hero-proof i{color:var(--success)}
.phone-scene{position:relative;min-height:540px;display:grid;place-items:center}.phone{position:relative;width:290px;background:#12131c;border:9px solid #12131c;border-radius:43px;padding:10px;box-shadow:0 36px 80px rgba(30,31,60,.26);z-index:3;transform:rotate(2deg)}.phone:before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:85px;height:22px;background:#12131c;border-radius:0 0 15px 15px;z-index:4}.phone-screen{min-height:500px;border-radius:31px;background:linear-gradient(160deg,#f7f3ff,#e9fff8);padding:39px 17px 18px;text-align:center}.mock-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 11px;background:linear-gradient(135deg,#6d5dfc,#15c8a3);display:grid;place-items:center;color:#fff;font-size:1.7rem;font-weight:800;border:4px solid #fff;box-shadow:0 8px 25px rgba(64,56,144,.18)}.mock-socials{display:flex;justify-content:center;gap:9px;margin:16px 0}.mock-socials span{width:34px;height:34px;border-radius:10px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(51,53,86,.08)}.mock-link{background:#fff;border-radius:13px;padding:12px;margin:9px 0;text-align:left;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:10px;box-shadow:0 8px 22px rgba(51,53,86,.07)}.mock-link i{width:28px;height:28px;border-radius:9px;background:#efedff;color:var(--primary);display:grid;place-items:center}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:15px;z-index:4}.qr-float{right:2%;top:11%;width:150px}.qr-float .fake-qr{aspect-ratio:1;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 50%/18px 18px;border:9px solid #fff}.qr-float strong{display:block;text-align:center;font-size:.78rem;margin-top:7px}.scan-float{left:0;bottom:13%;display:flex;align-items:center;gap:10px;font-size:.82rem}.scan-float i{width:40px;height:40px;border-radius:12px;background:#e7fff8;color:var(--success);display:grid;place-items:center}
.logo-strip{padding:24px 0;border-block:1px solid var(--line)}.logo-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#5f6376}.platform-pill{display:flex;align-items:center;gap:9px;font-weight:700}.platform-pill i{font-size:1.2rem;color:var(--primary)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card,.step-card,.use-card,.price-card,.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 10px 35px rgba(31,34,62,.05)}.feature-icon,.step-number{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#efedff;color:var(--primary);font-size:1.2rem;margin-bottom:18px}.feature-card h3,.step-card h3,.use-card h3{margin:0 0 8px}.feature-card p,.step-card p,.use-card p{margin:0;color:var(--muted)}.step-card{position:relative}.step-number{font-weight:800}.use-card i{font-size:1.5rem;color:var(--primary);margin-bottom:15px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.price-card{padding:30px}.price-card.featured{border:2px solid var(--primary);transform:translateY(-12px);position:relative}.price-badge{position:absolute;right:20px;top:18px;background:var(--primary);color:#fff;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800}.price{font-size:2.4rem;font-weight:800;line-height:1;margin:18px 0}.price small{font-size:.9rem;color:var(--muted);font-weight:500}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{display:flex;gap:10px;margin:10px 0;color:#45485d}.check-list i{color:var(--success);margin-top:5px}.testimonial-card blockquote{margin:0 0 18px;color:#414458}.testimonial-person{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#efedff;color:var(--primary);font-weight:800}.faq-list{max-width:800px;margin:35px auto 0}.faq{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between}.faq summary:after{content:"+";font-size:1.4rem}.faq[open] summary:after{content:"−"}.faq p{color:var(--muted)}.cta-panel{border-radius:28px;background:linear-gradient(135deg,#5d4ce7,#8c55e9 55%,#15bfa0);color:#fff;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-panel h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;margin:0 0 12px}.cta-panel p{margin:0;opacity:.85;max-width:600px}
.site-footer{background:#111321;color:#c5c7d4;padding:70px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:45px}.footer-grid h4{color:#fff;margin:0 0 12px}.footer-grid a:not(.btn){display:block;margin:8px 0}.footer-grid p{color:#979bad}.footer-bottom{border-top:1px solid #292c3b;margin-top:45px;padding-top:20px;font-size:.85rem}
.auth-page{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:60px 20px;background:radial-gradient(circle at 20% 0,#ebe7ff,transparent 30%),var(--bg)}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 6px}.auth-card>p{margin-top:0;color:var(--muted)}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.8rem;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.form-group{margin-bottom:17px}.form-group label{display:block;font-size:.86rem;font-weight:700;margin-bottom:7px}.form-control,.form-select,.form-textarea{width:100%;border:1px solid #dfe1eb;background:#fff;border-radius:11px;padding:12px 13px;outline:none;transition:.2s}.form-control:focus,.form-select:focus,.form-textarea:focus{border-color:#9b91ff;box-shadow:0 0 0 4px rgba(109,93,252,.10)}.form-textarea{min-height:110px;resize:vertical}.input-wrap{position:relative}.input-wrap .form-control{padding-right:45px}.input-action{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-help{display:block;color:var(--muted);font-size:.76rem;margin-top:6px}.checkbox-row{display:flex;align-items:flex-start;gap:9px;font-size:.87rem}.auth-footer{text-align:center;margin-top:20px;color:var(--muted)}.auth-footer a{color:var(--primary);font-weight:700}.flash{padding:13px 16px;border-radius:12px;margin-top:18px;font-weight:600;font-size:.9rem}.flash-success{background:#e9fff7;color:#087d5d;border:1px solid #b7f3df}.flash-error{background:#fff0f2;color:#b92d43;border:1px solid #ffcbd3}.error-list{margin:0;padding-left:18px}
.dashboard-body{background:#f5f6fa;overflow-x:hidden}.dashboard-shell{display:grid;grid-template-columns:265px 1fr;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:265px;background:#17182b;color:#c9cbd7;padding:22px 17px;display:flex;flex-direction:column;z-index:100}.sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:0 8px 22px}.sidebar-close{display:none;background:transparent;border:0;color:#fff;font-size:1.2rem}.sidebar-profile{display:flex;align-items:center;gap:12px;background:#22243a;border:1px solid #2f3149;padding:12px;border-radius:15px;margin-bottom:20px}.sidebar-profile img{width:42px;height:42px;border-radius:13px;object-fit:cover}.sidebar-profile strong,.sidebar-profile small{display:block}.sidebar-profile strong{color:#fff;font-size:.87rem}.sidebar-profile small{font-size:.72rem;color:#9699ad}.sidebar-nav{display:flex;flex-direction:column;gap:5px;flex:1}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:11px;font-weight:600;font-size:.88rem}.sidebar-nav a i{width:20px;text-align:center}.sidebar-nav a:hover,.sidebar-nav a.active{background:#6d5dfc;color:#fff}.sidebar-bottom{border-top:1px solid #2b2d43;padding-top:16px}.sidebar-bottom a{display:flex;align-items:center;gap:10px;padding:10px}.dashboard-main{grid-column:2;min-width:0}.dashboard-topbar{min-height:94px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px 32px;position:sticky;top:0;z-index:30}.dashboard-topbar h1{margin:0;font-size:1.4rem}.dashboard-topbar p{margin:2px 0 0;color:var(--muted);font-size:.8rem}.mobile-menu-btn{display:none}.dashboard-content{padding:28px 32px 50px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;display:flex;align-items:center;gap:14px}.stat-icon{width:47px;height:47px;border-radius:14px;display:grid;place-items:center;background:#efedff;color:var(--primary);font-size:1.1rem}.stat-card:nth-child(2) .stat-icon{background:#e8fff8;color:#0c9875}.stat-card:nth-child(3) .stat-icon{background:#fff4e4;color:#d68213}.stat-card:nth-child(4) .stat-icon{background:#ffecef;color:#cf4055}.stat-value{font-size:1.55rem;font-weight:800;line-height:1}.stat-label{font-size:.75rem;color:var(--muted);margin-top:5px}.content-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px;margin-top:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.panel-header h2,.panel-header h3{margin:0;font-size:1.05rem}.panel-header p{margin:3px 0 0;color:var(--muted);font-size:.8rem}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.quick-action{border:1px solid var(--line);border-radius:13px;padding:14px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:.83rem}.quick-action i{width:34px;height:34px;border-radius:10px;background:#efedff;color:var(--primary);display:grid;place-items:center}.profile-completion{display:flex;align-items:center;gap:18px}.progress-ring{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--primary) calc(var(--progress)*1%),#ebeaf4 0);position:relative}.progress-ring:before{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%}.progress-ring strong{position:relative;font-size:1rem}.mini-profile{border-radius:19px;padding:24px;text-align:center;background:linear-gradient(150deg,#f0ecff,#e8fff8)}.mini-profile img{width:78px;height:78px;object-fit:cover;border-radius:50%;margin:auto;border:4px solid #fff}.mini-profile h3{margin:12px 0 1px}.mini-profile p{margin:0;color:var(--muted);font-size:.8rem}.mini-links{margin-top:15px}.mini-links span{display:block;background:#fff;padding:10px;border-radius:10px;margin:7px 0;font-size:.75rem;font-weight:700}.url-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:7px 7px 7px 12px;background:#fafafe}.url-box code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;color:#565a70}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.activity-item:last-child{border-bottom:0}.activity-dot{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#efedff;color:var(--primary)}.activity-item strong{font-size:.84rem}.activity-item small{display:block;color:var(--muted);font-size:.72rem}.empty-state{text-align:center;padding:35px;color:var(--muted)}.empty-state i{font-size:2rem;color:#bbb8e9;margin-bottom:10px}
.profile-layout{display:grid;grid-template-columns:1fr 340px;gap:22px}.upload-box{border:1px dashed #cfd1de;background:#fafafe;border-radius:14px;padding:18px;display:flex;align-items:center;gap:16px}.upload-preview{width:75px;height:75px;border-radius:15px;object-fit:cover}.cover-preview{width:100%;height:145px;border-radius:14px;object-fit:cover;background:#eceefa}.form-section{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0;margin-bottom:0}.form-section h3{font-size:.95rem;margin:0 0 15px}.sticky-preview{position:sticky;top:118px}.phone-preview{width:285px;margin:auto;border:8px solid #151621;border-radius:35px;background:#151621;padding:7px;box-shadow:0 20px 50px rgba(31,33,55,.2)}.phone-preview-screen{min-height:510px;border-radius:24px;padding:28px 14px;background:var(--preview-bg,#f6f7fb);color:var(--preview-text,#17182b);text-align:center;overflow:hidden}.phone-preview-screen img.avatar{width:76px;height:76px;border-radius:50%;object-fit:cover;margin:auto;border:4px solid #fff}.phone-preview-screen h3{margin:10px 0 0}.phone-preview-screen p{font-size:.72rem;opacity:.72;margin:4px 0 14px}.preview-socials{display:flex;justify-content:center;gap:7px;margin-bottom:14px}.preview-socials i{width:30px;height:30px;background:rgba(255,255,255,.8);border-radius:9px;display:grid;place-items:center}.preview-link{display:block;padding:11px;border-radius:11px;background:var(--preview-button,#6d5dfc);color:var(--preview-button-text,#fff);margin:8px 0;font-size:.76rem;font-weight:700}
.links-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.link-list{display:flex;flex-direction:column;gap:10px}.link-row{display:grid;grid-template-columns:36px 44px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px}.drag-handle{cursor:grab;color:#a2a5b4;text-align:center}.link-icon{width:42px;height:42px;border-radius:12px;background:#efedff;color:var(--primary);display:grid;place-items:center}.link-info strong{display:block;font-size:.88rem}.link-info small{display:block;color:var(--muted);font-size:.72rem;max-width:570px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-actions{display:flex;gap:6px;align-items:center}.status-dot{width:9px;height:9px;border-radius:50%;background:#b7bac8}.status-dot.active{background:var(--success)}.modal{position:fixed;inset:0;background:rgba(17,19,33,.58);z-index:200;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:25px;box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{margin:0}.modal-close{border:0;background:#f1f2f7;width:36px;height:36px;border-radius:10px;cursor:pointer}
.qr-layout{display:grid;grid-template-columns:390px 1fr;gap:24px}.qr-preview-card{text-align:center}.qr-canvas-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:grid;place-items:center;min-height:360px}.qr-frame-text{font-weight:800;margin-top:10px;letter-spacing:.12em}.color-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.color-input-wrap{display:flex;gap:8px}.color-input-wrap input[type=color]{width:48px;height:46px;border:1px solid var(--line);border-radius:10px;padding:4px;background:#fff}.qr-downloads{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.info-banner{padding:14px 16px;border-radius:13px;background:#f0efff;color:#5145cc;font-size:.83rem;display:flex;gap:10px;align-items:flex-start}.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.theme-option input{display:none}.theme-card{border:2px solid transparent;border-radius:14px;padding:9px;background:#f6f7fb;cursor:pointer}.theme-option input:checked+.theme-card{border-color:var(--primary);box-shadow:0 0 0 3px rgba(109,93,252,.1)}.theme-swatch{height:82px;border-radius:10px;padding:9px}.theme-swatch span{display:block;height:12px;border-radius:8px;background:rgba(255,255,255,.9);margin:7px 0}.theme-card strong{display:block;font-size:.78rem;margin-top:7px}.analytics-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.chart-wrap{height:310px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:.83rem}.data-table th,.data-table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table th{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:800}.badge-success{background:#e5fbf4;color:#0a8465}.badge-danger{background:#ffebee;color:#b82e43}.badge-warning{background:#fff4e2;color:#b16c0e}.badge-muted{background:#f0f1f5;color:#666a7d}.pagination{display:flex;gap:6px;margin-top:18px}.pagination a,.pagination span{min-width:35px;height:35px;border-radius:9px;border:1px solid var(--line);display:grid;place-items:center}.pagination .active{background:var(--primary);color:#fff;border-color:var(--primary)}
.public-profile-body{min-height:100vh;padding:34px 16px;background:var(--profile-bg,#f6f7fb);color:var(--profile-text,#17182b);background-size:cover;background-position:center}.public-profile-card{width:min(620px,100%);margin:auto;background:var(--profile-card,#fff);border-radius:28px;padding:26px;box-shadow:0 22px 70px rgba(25,27,52,.14);text-align:center;position:relative}.public-cover{height:180px;border-radius:20px;background:linear-gradient(135deg,#6d5dfc,#15c8a3);background-size:cover;background-position:center}.public-avatar{width:110px;height:110px;object-fit:cover;margin:-58px auto 12px;border:6px solid var(--profile-card,#fff);background:#fff}.shape-circle{border-radius:50%}.shape-rounded{border-radius:24px}.shape-square{border-radius:4px}.public-profile-card h1{font-size:1.55rem;margin:0}.public-handle{font-size:.84rem;opacity:.68}.public-bio{max-width:470px;margin:12px auto 15px;font-size:.92rem;opacity:.82}.public-meta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;font-size:.78rem;opacity:.75}.public-meta a{display:flex;align-items:center;gap:6px}.social-icon-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:19px 0}.social-icon-row a{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:rgba(127,127,127,.10);font-size:1.1rem}.public-links{display:flex;flex-direction:column;gap:11px;margin-top:18px}.public-link{min-height:56px;padding:13px 46px 13px 14px;display:flex;align-items:center;justify-content:center;position:relative;font-weight:700;background:var(--profile-button,#6d5dfc);color:var(--profile-button-text,#fff);box-shadow:0 9px 22px rgba(32,34,60,.08)}.public-link i:first-child{position:absolute;left:17px}.public-link i:last-child{position:absolute;right:17px;opacity:.7}.style-rounded{border-radius:14px}.style-pill{border-radius:999px}.style-square{border-radius:3px}.style-outline{border-radius:14px;background:transparent!important;color:var(--profile-button,#6d5dfc)!important;border:2px solid var(--profile-button,#6d5dfc)}.profile-actions{position:absolute;right:36px;top:38px;display:flex;gap:8px}.profile-actions button{width:40px;height:40px;border:0;border-radius:12px;background:rgba(255,255,255,.9);cursor:pointer;color:#2d3044}.public-footer{margin-top:22px;font-size:.72rem;opacity:.65}.profile-qr-modal{position:fixed;inset:0;background:rgba(17,19,33,.65);display:none;place-items:center;padding:20px;z-index:50}.profile-qr-modal.open{display:grid}.profile-qr-box{background:#fff;color:#17182b;border-radius:22px;padding:25px;text-align:center;width:min(340px,100%)}.profile-qr-box h3{margin-top:0}.profile-qr-box #publicQr{display:grid;place-items:center}
.legal-page{padding:70px 0}.legal-card{max-width:850px;margin:auto}.legal-card h1{font-size:2.4rem}.legal-card h2{margin-top:34px}.legal-card p,.legal-card li{color:#55596d}
@media(max-width:1050px){.hero-grid{gap:30px}.stat-grid{grid-template-columns:repeat(2,1fr)}.profile-layout{grid-template-columns:1fr}.sticky-preview{position:static}.phone-preview{margin-top:10px}.qr-layout{grid-template-columns:1fr}.analytics-grid{grid-template-columns:1fr}}
@media(max-width:900px){.site-nav{display:none;position:absolute;top:76px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:8px}.site-nav.open{display:flex}.site-nav a{padding:9px}.nav-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero{text-align:center}.hero-copy{margin:auto}.hero-actions,.hero-proof{justify-content:center}.phone-scene{min-height:560px}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.dashboard-shell{display:block}.sidebar{transform:translateX(-105%);transition:.25s}.sidebar.open{transform:translateX(0)}.sidebar-close,.mobile-menu-btn{display:grid}.dashboard-main{grid-column:auto}.dashboard-topbar{padding:16px 20px}.dashboard-content{padding:20px}.topbar-actions{margin-left:auto}.content-grid{grid-template-columns:1fr}.admin-sidebar{transform:none}.admin-sidebar~.dashboard-main{margin-left:265px}}
@media(max-width:700px){.container{width:min(100% - 28px,1160px)}.section{padding:68px 0}.hero{padding:58px 0 70px}.hero h1{font-size:3.2rem}.phone-scene{transform:scale(.9);margin:-20px 0}.grid-3,.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.cta-panel{padding:35px 25px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr}.dashboard-topbar p{display:none}.topbar-actions .btn{font-size:0;padding:11px}.topbar-actions .btn i{font-size:.9rem}.profile-layout{display:block}.theme-grid{grid-template-columns:repeat(2,1fr)}.link-row{grid-template-columns:25px 40px 1fr}.link-actions{grid-column:2/4;justify-content:flex-end}.qr-downloads{grid-template-columns:1fr}.color-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}.public-profile-card{padding:18px;border-radius:22px}.public-cover{height:145px}.profile-actions{right:27px;top:27px}.auth-card{padding:25px}.admin-sidebar{transform:translateX(-105%)}.admin-sidebar~.dashboard-main{margin-left:0}}
@media(max-width:480px){.hero h1{font-size:2.75rem}.phone-scene{transform:scale(.8);margin:-50px -20px}.floating-card.scan-float{left:-20px}.floating-card.qr-float{right:-20px}.grid-4{grid-template-columns:1fr}.button-row .btn{width:100%}.theme-grid{grid-template-columns:1fr}.dashboard-content{padding:16px}.panel{padding:17px}.public-meta{flex-direction:column;align-items:center;gap:6px}}

/* =========================================================
   LinkHere QR 2026 UI — light, fast and modern
   ========================================================= */
:root{--primary:#6c5ce7;--primary-dark:#5847d5;--primary-soft:#f0edff;--secondary:#00b894;--ink:#172033;--muted:#718096;--line:#e8edf4;--bg:#f6f8fc;--white:#fff;--danger:#e54861;--warning:#f3a53b;--success:#0fa77a;--shadow-sm:0 10px 30px rgba(30,42,70,.06);--shadow:0 25px 70px rgba(30,42,70,.12)}
body{font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
.btn{border-radius:14px;padding:12px 20px;letter-spacing:-.01em}.btn-primary{background:linear-gradient(135deg,#6c5ce7,#7c65f1);box-shadow:0 12px 26px rgba(108,92,231,.25)}.btn-primary:hover{background:linear-gradient(135deg,#5e4ddd,#725bea)}.btn-glass{background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.9);backdrop-filter:blur(14px);box-shadow:0 14px 35px rgba(25,35,60,.08)}.btn-white{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.btn-soft{background:#f4f2ff;color:#5f4ddd;border-color:#ebe7ff}.btn-soft:hover{background:#ebe7ff}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;font-size:.88rem}.eyebrow{display:block;color:#8677a8;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.global-flash{margin-top:18px}

/* Public site */
.site-body-modern{background:#fff}.modern-site-header{background:rgba(255,255,255,.82);border-bottom:1px solid rgba(229,234,243,.8);backdrop-filter:blur(22px)}.modern-site-header .nav-wrap{min-height:82px}.modern-site-header .site-nav{gap:28px}.brand{letter-spacing:-.035em}.brand-mark{background:linear-gradient(135deg,#6c5ce7,#00b894);border-radius:13px;box-shadow:0 9px 22px rgba(108,92,231,.22)}
.hero-2026{position:relative;overflow:hidden;padding:92px 0 110px;background:linear-gradient(180deg,#fbfcff 0,#f7f6ff 52%,#fff 100%)}.hero-2026:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(87,76,180,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(87,76,180,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}.hero-mesh{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-mesh-one{width:520px;height:520px;background:radial-gradient(circle,rgba(108,92,231,.18),transparent 68%);top:-220px;left:-190px}.hero-mesh-two{width:620px;height:620px;background:radial-gradient(circle,rgba(0,184,148,.14),transparent 68%);right:-260px;bottom:-300px}.hero-2026 .hero-grid{position:relative;z-index:2;grid-template-columns:1.05fr .95fr;gap:76px}.hero-copy-column{padding-top:12px}.hero-2026 .hero-badge{background:#fff;border:1px solid #e7e3ff;box-shadow:0 10px 30px rgba(76,63,159,.08);color:#6654d9}.hero-2026 h1{font-size:clamp(3.5rem,6.8vw,6.3rem);line-height:.94;letter-spacing:-.072em;margin:22px 0 26px}.hero-2026 h1 span{background:linear-gradient(90deg,#6c5ce7,#8b62e8 45%,#00a883);-webkit-background-clip:text;color:transparent}.hero-2026 .hero-copy{font-size:1.14rem;line-height:1.75;max-width:640px}.hero-trust{display:flex;align-items:center;gap:14px;margin-top:34px}.hero-trust p{margin:0;line-height:1.35}.hero-trust small{color:var(--muted)}.avatar-stack{display:flex}.avatar-stack span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid #fff;margin-left:-8px;box-shadow:0 5px 18px rgba(31,45,78,.11);font-size:.66rem;font-weight:800}.avatar-stack span:first-child{margin-left:0;background:#dff8f1}.avatar-stack span:nth-child(2){background:#eeeaff}.avatar-stack span:nth-child(3){background:#ffe9ef}.avatar-stack span:last-child{background:#172033;color:#fff}
.hero-visual-2026{position:relative;min-height:590px;display:grid;place-items:center}.visual-glow{position:absolute;width:440px;height:440px;border-radius:50%;background:linear-gradient(135deg,rgba(108,92,231,.24),rgba(0,184,148,.18));filter:blur(1px)}.phone-modern{width:310px;border:10px solid #171a27;border-radius:48px;padding:8px;background:#171a27;box-shadow:0 42px 100px rgba(25,29,52,.28);transform:rotate(1.5deg)}.phone-modern:before{top:8px}.modern-profile-mock{min-height:555px;padding:0 16px 18px;background:linear-gradient(160deg,#f5f2ff,#e8fff8);overflow:hidden}.phone-topbar{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:.64rem;font-weight:800;padding:0 7px}.mock-cover{height:98px;margin:0 -16px;background:linear-gradient(135deg,#6c5ce7,#8f70e9 52%,#00b894);position:relative}.mock-cover:after{content:"";position:absolute;width:120px;height:120px;border:20px solid rgba(255,255,255,.13);border-radius:50%;right:-30px;top:-35px}.modern-profile-mock .mock-avatar{position:relative;margin-top:-42px;width:84px;height:84px}.modern-profile-mock>strong{display:block;font-size:.98rem}.modern-profile-mock>small{display:block;color:#6f7486;font-size:.67rem}.modern-profile-mock>p{font-size:.68rem;color:#70778b;margin:9px 10px 12px}.modern-profile-mock .mock-link{justify-content:flex-start}.modern-profile-mock .mock-link span{flex:1}.modern-profile-mock .mock-link>i:last-child{width:auto;height:auto;background:none;color:#9a9eae;font-size:.65rem}.dashboard-float-card{position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);box-shadow:0 22px 55px rgba(31,41,68,.14);border-radius:20px;padding:16px;z-index:5}.metric-float{left:-15px;bottom:115px;width:168px}.metric-float span,.metric-float small{display:block;font-size:.72rem;color:var(--muted)}.metric-float strong{display:block;font-size:1.5rem;letter-spacing:-.04em}.metric-float small{color:var(--success);font-weight:800}.qr-float-modern{right:-5px;top:78px;width:152px;text-align:center}.qr-float-modern span{display:block;font-size:.72rem;font-weight:800;margin-top:8px}.fake-qr-modern{aspect-ratio:1;border-radius:10px;background:repeating-conic-gradient(#141724 0 25%,#fff 0 50%) 50%/17px 17px;border:8px solid #fff;box-shadow:inset 0 0 0 1px #e8eaf0}
.platform-marquee{padding:28px 0;border-block:1px solid #eef1f6;background:#fff}.platform-marquee .container{display:flex;align-items:center;gap:30px}.platform-marquee p{white-space:nowrap;color:var(--muted);font-size:.78rem;font-weight:700}.platform-track{display:flex;gap:27px;align-items:center;justify-content:space-between;flex:1;overflow:hidden}.platform-track span{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.84rem;font-weight:800;color:#41495b}.platform-track i{color:var(--primary);font-size:1.05rem}
.modern-section{background:linear-gradient(180deg,#fff,#fafbfe)}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.split-heading .section-copy{margin-bottom:10px}.feature-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;margin-top:48px}.bento-card{grid-column:span 4;background:#fff;border:1px solid #e9edf4;border-radius:28px;padding:28px;box-shadow:0 12px 45px rgba(31,45,78,.055);overflow:hidden;position:relative}.bento-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(31,45,78,.09);transition:.25s}.bento-large{grid-column:span 7;grid-row:span 2;background:linear-gradient(145deg,#f6f3ff,#fff 55%,#eafff8)}.bento-card:nth-child(2){grid-column:span 5}.bento-card:nth-child(3){grid-column:span 5}.bento-card:nth-child(4){grid-column:span 5}.bento-wide{grid-column:span 7;display:flex;align-items:center;justify-content:space-between;gap:24px}.bento-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#eeeaff;color:#6654d9;font-size:1.2rem;margin-bottom:18px}.bento-icon.mint{background:#e5fbf5;color:#009d7c}.bento-icon.coral{background:#fff0f3;color:#e65370}.bento-icon.sky{background:#e9f6ff;color:#2684c7}.bento-icon.violet{background:#eeeaff;color:#6654d9}.bento-card h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.035em;margin:0 0 10px}.bento-large h3{font-size:2rem;max-width:460px}.bento-card p{color:var(--muted);margin:0}.bento-qr-demo{display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.75);border:1px solid #ece9ff;border-radius:20px;padding:18px;margin-top:32px}.bento-qr-demo .fake-qr-modern{width:95px;flex:0 0 95px;background-size:11px 11px}.bento-qr-demo strong,.bento-qr-demo small{display:block}.bento-qr-demo strong{font-size:.83rem}.bento-qr-demo small{font-size:.72rem;color:var(--muted)}.mini-link-stack{margin-top:22px}.mini-link-stack span{display:flex;justify-content:space-between;align-items:center;background:#f8f9fc;border:1px solid #edf0f4;border-radius:12px;padding:11px 13px;margin-top:8px;font-size:.78rem;font-weight:800}.palette-row{display:flex;gap:9px;margin-top:26px}.palette-row span{width:34px;height:34px;border-radius:50%;background:#6c5ce7;box-shadow:0 0 0 4px #fff,0 0 0 5px #e7e9ef}.palette-row span:nth-child(2){background:#00b894}.palette-row span:nth-child(3){background:#ff7675}.palette-row span:nth-child(4){background:#0984e3}.palette-row span:nth-child(5){background:#172033}.mini-chart{height:100px;display:flex;align-items:flex-end;gap:9px;margin-top:18px;padding:12px;background:#f8f9fc;border-radius:16px}.mini-chart i{flex:1;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#8b7cf6,#6c5ce7);height:35%}.mini-chart i:nth-child(2){height:58%}.mini-chart i:nth-child(3){height:48%}.mini-chart i:nth-child(4){height:78%}.mini-chart i:nth-child(5){height:65%}.mini-chart i:nth-child(6){height:92%}.format-pills{display:flex;gap:10px;flex-wrap:wrap}.format-pills span{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;background:#f3f1ff;color:#6250d2;font-weight:900;font-size:.78rem}
.process-section{background:#101525;color:#fff}.process-section .section-kicker{color:#a99df7}.process-section .section-copy{color:#9fa8bb}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.process-grid article{position:relative;background:#181e30;border:1px solid #272e43;border-radius:24px;padding:25px}.process-grid article>span{position:absolute;right:18px;top:14px;font-size:2.5rem;font-weight:900;color:rgba(255,255,255,.05)}.process-icon{width:46px;height:46px;border-radius:15px;background:#252c42;color:#ad9ffc;display:grid;place-items:center;margin-bottom:20px}.process-grid h3{margin:0 0 9px}.process-grid p{margin:0;color:#9ba4b7;font-size:.9rem}.free-section{padding:90px 0;background:#fafbfe}.free-showcase{background:linear-gradient(135deg,#5b49d5,#755ce8 48%,#00a984);border-radius:34px;color:#fff;padding:62px;display:grid;grid-template-columns:1fr 300px;align-items:center;gap:50px;box-shadow:0 35px 90px rgba(75,61,180,.25)}.free-showcase h2{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.06em;margin:18px 0}.free-showcase p{max-width:650px;color:rgba(255,255,255,.82)}.light-badge{background:rgba(255,255,255,.15)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:none!important}.free-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 25px;margin:28px 0}.free-feature-grid span{font-size:.9rem;font-weight:700}.free-feature-grid i{margin-right:8px;color:#9ff0d9}.free-orb{width:260px;height:260px;border-radius:50%;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 0 0 24px rgba(255,255,255,.055)}.free-orb span{font-size:6rem;font-weight:900;line-height:.82;letter-spacing:-.09em}.free-orb strong{font-size:1.4rem;letter-spacing:.22em}.free-orb small{margin-top:12px;font-size:.65rem;letter-spacing:.18em;color:#c9fff0}.guides-preview-section{background:#fff}.guide-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.guide-card{position:relative;display:block;background:#fff;border:1px solid #e7ebf2;border-radius:24px;padding:26px;min-height:245px;box-shadow:var(--shadow-sm)}.guide-card:hover{border-color:#cfc8ff;transform:translateY(-3px);transition:.25s}.guide-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f1eeff;color:#6857d8;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.guide-card h2,.guide-card h3{font-size:1.3rem;line-height:1.3;letter-spacing:-.035em;margin:18px 0 10px}.guide-card p{color:var(--muted);margin:0}.guide-card>i{position:absolute;right:25px;bottom:23px;color:var(--primary)}.modern-cta{background:linear-gradient(135deg,#171d2e,#282f48 58%,#4d3ab0);box-shadow:0 30px 80px rgba(24,29,46,.22)}.modern-footer{background:#101522}.modern-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between}.guide-hero{padding:95px 0 65px;background:linear-gradient(160deg,#f5f2ff,#fff 55%,#eafff8)}.guide-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.guide-hero h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:1.03;letter-spacing:-.06em;max-width:850px;margin:14px 0}.guide-hero p{font-size:1.08rem;color:var(--muted);max-width:760px}.guide-hero-icon{width:150px;height:150px;border-radius:42px;display:grid;place-items:center;background:#fff;color:var(--primary);font-size:3rem;box-shadow:var(--shadow)}.guide-layout{display:grid;grid-template-columns:1fr 300px;gap:45px;align-items:start}.guide-article>section{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:30px 0;border-bottom:1px solid var(--line)}.guide-article>section>span{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#eeeaff;color:#6352d1;font-weight:900}.guide-article h2{margin:0 0 10px;font-size:1.45rem}.guide-article p{margin:0;color:var(--muted);font-size:1rem}.guide-sidebar{position:sticky;top:110px}.guide-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#f5f3ff;border:1px solid #e7e2ff;border-radius:24px;padding:28px;margin-top:35px}.guide-cta h2,.guide-cta p{margin:0}.guide-cta p{color:var(--muted);margin-top:5px}.full-guide-grid{grid-template-columns:repeat(2,1fr)}

/* Authentication */
.modern-auth-card{border-radius:28px;border:1px solid #e7ebf2;box-shadow:0 30px 80px rgba(29,43,72,.12);padding:38px}.auth-free-pill{display:inline-flex;align-items:center;gap:8px;background:#eafaf5;color:#078665;border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800;margin-bottom:14px}.warning-pill{background:#fff3e8;color:#b56a17}.captcha-box{background:#f7f8fc;border:1px solid #e8ebf1;border-radius:16px;padding:16px;margin-bottom:17px}.captcha-box>div{display:flex;align-items:center;gap:8px;color:#6756d4;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:9px}.captcha-box label{font-size:.86rem;font-weight:700;margin-bottom:7px;display:block}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.report-success{text-align:center;padding:20px 0}.report-success>i{font-size:3rem;color:var(--success)}

/* Dashboard layout */
.dashboard-body.modern-dashboard{background:#f6f8fc;font-family:Manrope,Inter,sans-serif}.modern-dashboard .dashboard-shell{grid-template-columns:250px 1fr}.modern-dashboard .sidebar{width:250px;background:#fff;color:#667085;border-right:1px solid #e8edf4;padding:20px 15px}.modern-dashboard .dashboard-brand{color:#1b2435}.modern-dashboard .brand-light{color:#1b2435}.modern-dashboard .sidebar-top{padding:2px 7px 24px}.modern-dashboard .sidebar-profile{position:relative;background:#f7f8fc;border:1px solid #e8ecf3;padding:12px;border-radius:17px;margin-bottom:22px}.modern-dashboard .sidebar-profile img{border-radius:13px}.modern-dashboard .sidebar-profile strong{color:#1b2435}.modern-dashboard .sidebar-profile small{color:#8b93a5}.free-badge{margin-left:auto;background:#e8faf5;color:#078665;border-radius:999px;padding:4px 7px;font-size:.57rem;font-weight:900;letter-spacing:.08em}.modern-dashboard .sidebar-nav{gap:4px}.modern-dashboard .sidebar-nav a{padding:11px 12px;border-radius:12px;color:#6f7789}.modern-dashboard .sidebar-nav a i{color:#9098aa}.modern-dashboard .sidebar-nav a:hover{background:#f4f2ff;color:#5f4fd1}.modern-dashboard .sidebar-nav a.active{background:linear-gradient(135deg,#6c5ce7,#7b65ed);color:#fff;box-shadow:0 10px 22px rgba(108,92,231,.2)}.modern-dashboard .sidebar-nav a.active i{color:#fff}.sidebar-free-card{display:flex;gap:10px;align-items:flex-start;background:linear-gradient(135deg,#f1efff,#edfff9);border:1px solid #e6e2ff;border-radius:16px;padding:13px;margin:12px 0}.sidebar-free-card i{color:#6c5ce7;margin-top:2px}.sidebar-free-card strong,.sidebar-free-card small{display:block}.sidebar-free-card strong{font-size:.75rem;color:#273047}.sidebar-free-card small{font-size:.65rem;line-height:1.4;color:#7d8494}.modern-dashboard .sidebar-bottom{border-color:#edf0f4}.modern-dashboard .sidebar-bottom a{color:#7d8494}.modern-dashboard .dashboard-main{grid-column:2}.modern-dashboard .dashboard-topbar{min-height:88px;background:rgba(255,255,255,.86);border-color:#e8edf4;backdrop-filter:blur(18px);padding:15px 30px}.topbar-title h1{font-size:1.45rem!important;letter-spacing:-.035em}.topbar-kicker{display:block;color:#9a82c2;font-size:.62rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-avatar{width:40px;height:40px;border-radius:13px;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 16px rgba(31,44,75,.12)}.modern-dashboard .dashboard-content{max-width:1500px;width:100%;margin:auto;padding:30px 32px 60px}.modern-dashboard .panel{border-color:#e7ebf2;border-radius:22px;box-shadow:0 10px 35px rgba(31,44,75,.045);padding:24px}.modern-dashboard .panel-header h2,.modern-dashboard .panel-header h3{font-size:1.12rem;letter-spacing:-.025em}.modern-dashboard .panel-header p{font-size:.78rem}.welcome-banner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(135deg,#6250d8,#7a61e7 55%,#009d80);border-radius:28px;color:#fff;padding:36px 40px;margin-bottom:20px;box-shadow:0 24px 60px rgba(92,75,205,.22)}.welcome-banner:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:55px solid rgba(255,255,255,.08);right:-85px;bottom:-145px}.welcome-banner .eyebrow{color:#d7d0ff}.welcome-banner h2{font-size:2rem;letter-spacing:-.045em;margin:5px 0}.welcome-banner p{max-width:650px;color:rgba(255,255,255,.82);margin:0 0 22px}.welcome-banner .button-row{position:relative;z-index:2}.welcome-orbit{position:relative;z-index:2;min-width:150px;text-align:center}.welcome-orbit span{width:105px;height:105px;border-radius:32px;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-size:2.8rem;margin:auto;transform:rotate(5deg)}.welcome-orbit small{display:block;margin-top:10px;font-weight:800;color:#dffcf3}.dashboard-stat-grid{grid-template-columns:repeat(3,1fr);margin-bottom:20px}.modern-dashboard .stat-card{position:relative;border-color:#e7ebf2;border-radius:20px;box-shadow:0 10px 35px rgba(31,44,75,.045);padding:22px}.modern-dashboard .stat-icon{width:48px;height:48px;border-radius:15px}.modern-dashboard .stat-value{font-size:1.7rem;letter-spacing:-.04em}.modern-dashboard .stat-value small{font-size:.8rem;color:var(--muted);margin-left:3px}.stat-trend{margin-left:auto;align-self:flex-start;border-radius:999px;padding:5px 8px;background:#f3f4f7;color:#7d8596;font-size:.62rem;font-weight:800}.stat-trend.positive{background:#eafaf5;color:#078665}.modern-content-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);gap:20px}.chart-panel .chart-wrap{height:285px}.recent-link-list{display:flex;flex-direction:column}.recent-link-list>a{display:flex;align-items:center;gap:14px;padding:13px 4px;border-bottom:1px solid #edf0f4}.recent-link-list>a:last-child{border-bottom:0}.recent-link-index{width:34px;height:34px;border-radius:11px;background:#f2f0ff;color:#6755d4;display:grid;place-items:center;font-size:.66rem;font-weight:900}.recent-link-list strong{flex:1;font-size:.85rem}.recent-link-list>a>i{color:#a0a7b6}.profile-health-card .panel-header>strong{font-size:1.6rem;color:#6755d4}.health-bar{height:9px;border-radius:999px;background:#eceef4;overflow:hidden}.health-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6c5ce7,#00b894)}.profile-health-card>p{font-size:.76rem;color:var(--muted)}.public-preview-card .mini-profile{background:linear-gradient(145deg,#f4f1ff,#eafff8);border:1px solid #ece9ff}.panel-accent-icon{color:#e5a52e;font-size:1.25rem}.page-intro-card{display:flex;align-items:center;justify-content:space-between;gap:25px;background:linear-gradient(135deg,#f4f1ff,#fff 60%,#eafff8);border:1px solid #e7e2ff;border-radius:24px;padding:28px 30px;margin-bottom:20px}.page-intro-card h2{font-size:1.55rem;letter-spacing:-.04em;margin:3px 0 6px}.page-intro-card p{margin:0;color:var(--muted);max-width:760px}.compact-intro{padding:24px 28px}.intro-icon{width:68px;height:68px;border-radius:20px;background:#fff;display:grid;place-items:center;color:#6755d4;font-size:1.55rem;box-shadow:var(--shadow-sm)}.limit-meter{min-width:190px;background:#fff;border:1px solid #e8ebf2;border-radius:18px;padding:14px 16px}.limit-meter strong{font-size:1.5rem;letter-spacing:-.04em}.limit-meter strong span{font-size:.8rem;color:var(--muted)}.limit-meter small{margin-left:8px;color:var(--muted)}.limit-meter>div{height:7px;background:#eceef4;border-radius:999px;overflow:hidden;margin-top:8px}.limit-meter>div span{display:block;height:100%;background:linear-gradient(90deg,#6c5ce7,#00b894);border-radius:inherit}.modern-list-panel .links-toolbar h2{font-size:1.1rem}.limit-notice{display:flex;align-items:center;gap:10px;background:#fff8ec;color:#a76616;border:1px solid #fde6be;border-radius:14px;padding:12px 14px;margin-bottom:15px;font-size:.8rem}.modern-dashboard .link-row{grid-template-columns:28px 46px minmax(180px,1fr) auto auto;border:1px solid #e9edf3;border-radius:17px;padding:13px;margin-bottom:10px;background:#fff}.modern-dashboard .link-row:hover{border-color:#d7d0ff;box-shadow:0 10px 25px rgba(61,51,130,.06)}.modern-dashboard .link-icon{width:42px;height:42px;border-radius:13px}.visibility-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#f2f3f6;color:#8a92a3;font-size:.62rem;font-weight:800}.visibility-pill i{font-size:.42rem}.visibility-pill.is-active{background:#eafaf5;color:#078665}.modern-dashboard .icon-btn{border-color:#e6eaf1;border-radius:12px}.modern-dashboard .icon-btn:hover{background:#f4f2ff;color:#6755d4}.modern-dashboard .modal-card{border-radius:24px}.modern-dashboard .form-control,.modern-dashboard .form-select,.modern-dashboard .form-textarea{border-color:#dfe5ed;border-radius:13px;padding:12px 14px;background:#fff}.modern-dashboard .form-control:focus,.modern-dashboard .form-select:focus,.modern-dashboard .form-textarea:focus{border-color:#8d7cf3;box-shadow:0 0 0 4px rgba(108,92,231,.1)}.appearance-layout{grid-template-columns:minmax(0,1fr) 360px}.modern-form-panel{padding:28px!important}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading>div{display:flex;align-items:center;gap:10px}.section-heading h3{margin:0!important;font-size:1rem!important}.section-heading>p{margin:0;color:var(--muted);font-size:.75rem}.step-chip{width:30px;height:30px;border-radius:10px;background:#eeeaff;color:#6654d9;display:grid;place-items:center;font-size:.62rem;font-weight:900}.modern-theme-grid{grid-template-columns:repeat(2,1fr)}.modern-theme-grid .theme-card{position:relative;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e9f0;border-radius:17px;padding:10px}.modern-theme-grid .theme-option input:checked+.theme-card{border-color:#8070eb;box-shadow:0 0 0 4px rgba(108,92,231,.09)}.modern-theme-grid .theme-swatch{width:88px;height:74px;flex:0 0 88px;background:var(--theme-bg)!important;border-radius:12px;padding:9px}.theme-avatar-dot{width:18px!important;height:18px!important;border-radius:50%!important;background:var(--theme-button)!important;margin:0 auto 5px!important}.theme-line{width:55%!important;height:5px!important;background:var(--theme-text)!important;opacity:.3;margin:4px auto!important}.theme-button-line{width:100%!important;height:9px!important;background:var(--theme-button)!important;margin:5px 0!important}.theme-button-line.short{width:75%!important;margin-inline:auto!important}.modern-theme-grid strong,.modern-theme-grid small{display:block}.modern-theme-grid strong{font-size:.75rem}.modern-theme-grid small{font-size:.62rem;color:var(--muted)}.theme-check{position:absolute;right:9px;top:9px;color:#6c5ce7;opacity:0}.theme-option input:checked+.theme-card .theme-check{opacity:1}.appearance-color-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.colour-field{margin-bottom:0}.color-input-wrap{background:#f8f9fc;border:1px solid #e4e8ef;border-radius:14px;padding:5px}.color-input-wrap input[type=color]{border:0;width:46px;height:42px}.color-input-wrap .form-control{border:0;background:transparent;padding:10px;box-shadow:none!important}.file-drop{position:relative;display:flex;align-items:center;gap:12px;border:1px dashed #cfd5e1;border-radius:16px;padding:16px;background:#fafbfc}.file-drop>i{width:42px;height:42px;border-radius:13px;background:#eeeaff;color:#6755d4;display:grid;place-items:center}.file-drop strong,.file-drop small{display:block}.file-drop strong{font-size:.8rem}.file-drop small{font-size:.68rem;color:var(--muted)}.file-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.preview-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.preview-panel-header>div{display:flex;align-items:center;gap:8px}.preview-panel-header small{color:var(--muted)}.live-dot{width:8px;height:8px;border-radius:50%;background:#00b894;box-shadow:0 0 0 5px rgba(0,184,148,.12)}.modern-phone-preview{width:310px;border-radius:42px;border-width:9px;padding:8px}.modern-phone-preview .phone-preview-screen{min-height:575px;border-radius:28px;padding:26px 15px;background-color:var(--preview-bg);background-size:cover;background-position:center;display:flex;align-items:center}.preview-profile-card{width:100%;background:var(--preview-card);color:var(--preview-text);border-radius:22px;padding:24px 15px;box-shadow:0 18px 50px rgba(24,31,55,.12);text-align:center}.preview-profile-card .avatar{width:80px;height:80px}.preview-profile-card .preview-socials i{background:color-mix(in srgb,var(--preview-card) 82%,#fff 18%);border:1px solid color-mix(in srgb,var(--preview-text) 12%,transparent)}.preview-links-wrap{margin-top:12px}.preview-link{display:flex!important;align-items:center;gap:8px;justify-content:center}.dashboard-ad{display:grid;place-items:center;text-align:center;min-height:122px;background:linear-gradient(135deg,#fff,#f8f9fc);border:1px dashed #ced5e1;border-radius:20px;padding:18px;margin:20px 0;color:#8c94a5}.dashboard-ad>span{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;font-weight:900}.dashboard-ad>strong{font-size:.85rem;color:#596174}.dashboard-ad>small{font-size:.68rem}.dashboard-ad-live{display:block}.ad-spacing{margin-top:24px}.danger-panel{border-color:#ffd5dc!important;background:#fffafb!important}.danger-text{color:#d84359!important}.free-account-card{background:linear-gradient(145deg,#f4f1ff,#eafff8)!important}.free-account-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#6755d4;box-shadow:var(--shadow-sm);margin-bottom:18px}.account-meta{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid rgba(110,100,180,.12);font-size:.73rem}.account-meta span{color:var(--muted)}.admin-avatar{width:42px;height:42px;border-radius:13px;background:#eeeaff;color:#6755d4;display:grid;place-items:center}.system-status-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:.8rem}.system-status-row:last-child{border-bottom:0}.admin-search{display:flex;gap:8px;max-width:410px}.report-stat-grid{grid-template-columns:repeat(4,1fr)}.report-list{display:grid;gap:14px}.report-card{border:1px solid #e8ecf2;border-radius:18px;padding:20px;background:#fff}.report-card-top{display:flex;justify-content:space-between;gap:20px}.report-card h3{margin:8px 0 4px}.report-card p,.report-card time,.report-meta{color:var(--muted);font-size:.72rem}.report-card blockquote{margin:16px 0;background:#f8f9fc;border-left:3px solid #7c68e8;border-radius:0 12px 12px 0;padding:13px 15px;color:#4f5768}.report-actions{margin-top:15px}

/* Public profiles stay ad-free */
.public-profile-2026{min-height:100vh;background-color:var(--profile-bg);background-size:cover;background-position:center;background-attachment:fixed;padding:28px 16px}.public-page-shell{width:min(620px,100%);margin:auto}.public-profile-2026 .public-profile-card{width:100%;max-width:none;margin:0;background:var(--profile-card);color:var(--profile-text);border-radius:30px;box-shadow:0 30px 90px rgba(20,27,46,.18);overflow:hidden;padding:0;position:relative}.public-profile-2026 .public-cover{height:190px;background:linear-gradient(135deg,var(--profile-button),color-mix(in srgb,var(--profile-button) 65%,#00b894));background-size:cover;background-position:center}.public-profile-content{padding:0 28px 25px;text-align:center}.public-profile-2026 .public-avatar{width:108px;height:108px;margin:-56px auto 13px;border:5px solid var(--profile-card);box-shadow:0 12px 35px rgba(22,29,48,.18);object-fit:cover}.public-name-row{display:flex;align-items:center;justify-content:center;gap:8px}.public-name-row h1{margin:0}.profile-live-badge{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#168bff;color:#fff;font-size:.58rem}.public-profile-2026 .public-handle{margin-top:4px}.public-profile-2026 .public-bio{max-width:480px;margin:14px auto 16px;line-height:1.65}.public-profile-2026 .profile-actions{right:18px;top:18px}.public-profile-2026 .profile-actions button{background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(20,27,46,.12)}.public-profile-2026 .social-icon-row a{box-shadow:0 8px 20px rgba(20,27,46,.08)}.public-profile-2026 .public-links{margin-top:18px}.public-profile-2026 .public-link{min-height:58px;border-radius:16px;box-shadow:0 8px 22px rgba(20,27,46,.08)}.public-safety-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid color-mix(in srgb,var(--profile-text) 10%,transparent);margin-top:24px;padding-top:18px;font-size:.67rem;opacity:.68}.public-safety-row a{display:inline-flex;align-items:center;gap:6px}.modal-qr-icon{width:50px;height:50px;border-radius:16px;background:#eeeaff;color:#6755d4;display:grid;place-items:center;margin:0 auto 12px}

@media(max-width:1100px){.hero-2026 .hero-grid{gap:35px}.feature-bento{grid-template-columns:repeat(2,1fr)}.bento-card,.bento-large,.bento-card:nth-child(2),.bento-card:nth-child(3),.bento-card:nth-child(4),.bento-wide{grid-column:span 1}.bento-large{grid-row:auto}.bento-wide{display:block}.format-pills{margin-top:20px}.process-grid{grid-template-columns:repeat(2,1fr)}.free-showcase{grid-template-columns:1fr 230px}.free-orb{width:220px;height:220px}.modern-content-grid{grid-template-columns:1fr}.appearance-layout{grid-template-columns:1fr}.sticky-preview{position:static}.modern-phone-preview{margin:auto}.guide-layout{grid-template-columns:1fr}.guide-sidebar{position:static}.report-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.modern-dashboard .dashboard-main{grid-column:auto}.modern-dashboard .sidebar{transform:translateX(-105%);box-shadow:20px 0 60px rgba(20,28,48,.18)}.modern-dashboard .sidebar.open{transform:translateX(0)}.modern-dashboard .sidebar-close,.modern-dashboard .mobile-menu-btn{display:grid}.hero-2026 .hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy-column{display:flex;flex-direction:column;align-items:center}.hero-trust{justify-content:center}.hero-visual-2026{min-height:620px}.platform-marquee .container{display:block}.platform-marquee p{text-align:center}.platform-track{margin-top:16px;justify-content:center;flex-wrap:wrap}.split-heading{display:block}.feature-bento{grid-template-columns:1fr}.guide-card-grid,.full-guide-grid{grid-template-columns:1fr}.guide-hero-inner{align-items:flex-start}.guide-hero-icon{width:110px;height:110px;border-radius:32px}.free-showcase{grid-template-columns:1fr;text-align:center}.free-feature-grid{text-align:left}.free-orb{margin:auto}.modern-dashboard .dashboard-content{padding:22px}.modern-dashboard .dashboard-topbar{padding:14px 20px}.topbar-copy,.topbar-avatar{display:none}}
@media(max-width:700px){.hero-2026{padding:65px 0 70px}.hero-2026 h1{font-size:3.45rem}.hero-visual-2026{transform:scale(.9);margin:-25px -20px;min-height:585px}.metric-float{left:5px}.qr-float-modern{right:5px}.process-grid{grid-template-columns:1fr}.free-showcase{padding:38px 24px}.free-feature-grid{grid-template-columns:1fr}.modern-footer .footer-bottom{display:block}.modern-footer .footer-bottom .btn{margin-top:16px}.guide-hero{padding:65px 0 45px}.guide-hero-inner{display:block}.guide-hero-icon{display:none}.guide-article>section{grid-template-columns:42px 1fr;gap:14px}.guide-cta{display:block}.guide-cta .btn{margin-top:17px}.welcome-banner{padding:28px;display:block}.welcome-orbit{display:none}.dashboard-stat-grid{grid-template-columns:1fr}.page-intro-card{display:block}.intro-icon{display:none}.limit-meter{margin-top:18px}.modern-theme-grid,.appearance-color-grid{grid-template-columns:1fr}.modern-dashboard .link-row{grid-template-columns:24px 42px 1fr}.visibility-pill{grid-column:2/4;justify-self:start}.modern-dashboard .link-actions{grid-column:2/4}.modern-dashboard .topbar-actions .btn{font-size:0;padding:11px}.modern-dashboard .topbar-actions .btn i{font-size:.9rem}.report-card-top{display:block}.report-card time{display:block;margin-top:7px}.report-actions .btn{width:100%}.public-profile-2026{padding:0}.public-profile-2026 .public-profile-card{border-radius:0;min-height:100vh}.public-profile-2026 .public-cover{height:165px}.public-profile-content{padding-inline:20px}.public-safety-row{flex-direction:column;gap:8px}.modern-auth-card{padding:26px}}
@media(max-width:480px){.hero-2026 h1{font-size:2.85rem}.hero-visual-2026{transform:scale(.78);margin:-75px -75px;min-height:560px}.platform-track span:nth-child(n+6){display:none}.bento-card{padding:22px}.bento-large h3{font-size:1.55rem}.bento-qr-demo{display:block}.bento-qr-demo .fake-qr-modern{margin-bottom:14px}.free-orb{width:190px;height:190px}.free-orb span{font-size:4.8rem}.modern-dashboard .dashboard-content{padding:16px}.modern-dashboard .panel{padding:18px}.welcome-banner{border-radius:22px;padding:24px}.welcome-banner h2{font-size:1.6rem}.modern-phone-preview{width:285px}.page-intro-card{padding:22px}.guide-card{min-height:auto}.guide-card>i{display:none}}
@media(max-width:900px){.modern-dashboard .admin-sidebar~.dashboard-main{margin-left:0}}

/* LinkHere QR profile and branding refinements */
.media-size-note{display:block;margin-top:9px;line-height:1.55}.branding-lock{display:flex;align-items:flex-start;gap:12px;padding:15px 16px;border:1px solid #ddd8ff;border-radius:16px;background:linear-gradient(135deg,#f5f2ff,#f4fffb);color:#4e5668}.branding-lock>i{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#fff;color:#6755d4;box-shadow:0 6px 16px rgba(62,48,138,.08);flex:0 0 36px}.branding-lock strong,.branding-lock small{display:block}.branding-lock strong{font-size:.82rem;color:#283147}.branding-lock small{margin-top:3px;font-size:.7rem;line-height:1.5;color:#737c8f}.free-account-icon i{font-size:1.35rem}.profile-verified-badge{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 22px;filter:drop-shadow(0 3px 6px rgba(24,119,242,.22))}.profile-verified-badge svg{display:block;width:100%;height:100%}.profile-verified-badge .badge-shape{fill:#1877f2}.profile-verified-badge .badge-check{fill:none;stroke:#fff;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.public-qr-frame{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;margin:4px auto 15px;box-sizing:border-box}.public-qr-frame-text{font-size:.82rem;font-weight:900;letter-spacing:.14em;line-height:1.1;margin-top:5px;max-width:250px;overflow-wrap:anywhere}.profile-qr-box #publicQr canvas,.profile-qr-box #publicQr svg{display:block;max-width:100%;height:auto}.share-feedback{position:fixed;left:50%;bottom:24px;z-index:80;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#171b2d;color:#fff;border-radius:999px;padding:11px 17px;font-size:.76rem;font-weight:800;box-shadow:0 14px 36px rgba(17,24,39,.25);transition:.22s ease}.share-feedback.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:700px){.share-feedback{bottom:18px;max-width:calc(100% - 30px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-size-note{font-size:.68rem}}
