@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

:root{
  --bg:#f5f7f9;
  --surface:#ffffff;
  --ink:#17181c;
  --muted:#667085;
  --line:#dfe3e8;
  --primary:#5651d8;
  --primary-dark:#403bb8;
  --teal:#0f9d86;
  --coral:#ef615b;
  --success:#087a5b;
  --shadow-sm:0 8px 24px rgba(23,24,28,.06);
  --shadow-lg:0 24px 70px rgba(23,24,28,.12);
}

*{box-sizing:border-box}
html{min-height:100%;margin:0;background:#fff}
body{min-height:100vh;margin:0;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;direction:ltr}
body.home-page{background:#fff}
button,input,textarea{font:inherit}
a{color:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.theme-toggle{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:#424650;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:background-color .18s,border-color .18s,color .18s}.theme-toggle:hover{border-color:#c4c1ef;background:#f0f0fb;color:var(--primary)}.theme-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.theme-icon-sun{display:none}html[data-theme="dark"] .theme-icon-moon{display:none}html[data-theme="dark"] .theme-icon-sun{display:block}.theme-toggle-sidebar{width:100%;min-height:44px}.theme-toggle-admin{width:100%;margin-top:auto;border-color:#424858;background:transparent;color:#fff}.theme-toggle-admin:hover{border-color:#666e81;background:#292d39;color:#fff}.admin-sidebar>.theme-toggle-admin+.dashboard-logout{margin-top:0}

.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:relative;z-index:10}
.topbar{width:min(1120px,calc(100% - 40px));min-height:68px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.topbar-home{width:100%;padding:0 24px}
.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}
.logout-form{margin:0}
.top-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid transparent;border-radius:6px;text-decoration:none;color:#383a42;font-size:14px;font-weight:750;cursor:pointer;transition:background-color .18s,color .18s,border-color .18s}
.top-link:hover,.top-link.active{background:#f0f1f5;color:var(--primary)}
.top-link-solid{background:var(--ink);border-color:var(--ink);color:#fff;padding-inline:18px}
.top-link-solid:hover,.top-link-solid.active{background:var(--primary);border-color:var(--primary);color:#fff}

.home-main{flex:1;display:flex;flex-direction:column}
.home-page .site-header,.home-page .home-main,.home-page .hero,.home-page .site-footer{background:#fff}
.home-page .site-header{border-bottom:0}
.home-page .hero{flex:1}
.hero{background:var(--surface);position:relative;overflow:hidden}
.hero-inner{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:86px 0 76px;position:relative}
.home-page .hero-inner{padding-top:150px}
.hero-copy{display:grid;place-items:center}
.eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #cfd1f5;border-radius:4px;background:#f4f3ff;color:var(--primary-dark);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.hero-brand{display:flex;align-items:center;justify-content:center;gap:17px;max-width:100%;margin:0 auto;text-decoration:none}
.hero-brand-mark{display:block;width:88px;height:88px;flex:0 0 88px}
.hero-brand-name{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:52px;font-weight:400;line-height:1;color:#20233f;letter-spacing:0;white-space:nowrap;text-shadow:0 2px 0 rgba(32,35,63,.08)}
.hero-brand-name span:last-child{color:var(--primary)}
.lead{max-width:720px;margin:16px 0 0;color:var(--muted);font-size:17px;line-height:1.7;font-weight:520}
.shortener{width:min(960px,100%);margin-top:36px}
.hero .shortener{width:min(760px,100%);margin:36px auto 0}
.hero .notice,.hero .result{width:min(760px,100%);margin-left:auto;margin-right:auto}
.url-box{display:grid;grid-template-columns:auto minmax(0,1fr) 170px;align-items:center;gap:0;min-height:72px;padding:7px;background:#fff;border:1px solid #cdd2d9;border-radius:8px;box-shadow:var(--shadow-lg)}
.url-label{min-width:58px;text-align:center;color:var(--teal);font-size:12px;font-weight:850;border-right:1px solid var(--line)}
.input{width:100%;min-width:0;min-height:56px;padding:0 18px;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px;font-weight:620}
.input::placeholder{color:#9299a6;font-weight:520}
.btn{min-height:56px;padding:0 22px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:800;cursor:pointer;transition:background-color .18s,border-color .18s,transform .18s}
.btn:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px)}
.btn.secondary{background:#fff;color:var(--primary);border-color:#cfd1f5}
.btn.secondary:hover{background:#f4f3ff;color:var(--primary-dark)}
.notice{width:min(960px,100%);margin-top:16px;padding:13px 15px;border:1px solid #f0c7c5;border-radius:6px;background:#fff7f6;color:#8b332f;font-size:14px;font-weight:700}
.notice.ok{border-color:#a9dece;background:#effbf7;color:var(--success)}
.result{width:min(960px,100%);margin-top:16px;padding:14px 14px 14px 17px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #b9dcd6;border-radius:8px;background:#f3fbf9}
.result>div{min-width:0;display:grid;gap:4px}
.result span{color:var(--success);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.result a{color:#185b51;font-size:15px;font-weight:800;text-decoration:none;word-break:break-all}
.copy-button{min-height:40px;padding:0 15px;border:1px solid #9acdc2;border-radius:5px;background:#fff;color:#17685b;font-weight:800;cursor:pointer}

.auth-shell{width:min(1120px,calc(100% - 40px));flex:1;margin:0 auto;padding:54px 0 64px;display:grid;place-items:center}
.auth-card{width:min(470px,100%);padding:34px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-lg)}
.auth-card:before{content:"";display:block;width:52px;height:4px;margin-bottom:25px;background:var(--coral)}
.auth-card h1{margin:15px 0 0;color:var(--ink);font-size:42px;line-height:1.05;letter-spacing:0}
.auth-card .lead{margin-top:10px;font-size:15px;line-height:1.6}
.content-card{width:min(680px,100%)}
.terms-card{width:min(760px,100%)}
.form{display:grid;gap:16px;margin-top:26px}
.field{display:grid;gap:7px}
.field label{color:#4b505b;font-size:12px;font-weight:800}
.field input,.field textarea{width:100%;min-height:52px;padding:0 14px;border:1px solid #cfd4db;border-radius:6px;background:#fff;color:var(--ink);outline:0}
.field textarea{min-height:142px;padding:13px 14px;resize:vertical;line-height:1.55}
.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(86,81,216,.12)}
.password-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.password-rules li{min-height:34px;padding:8px 10px;border-left:3px solid var(--teal);background:#f3faf8;color:#53615e;font-size:12px;font-weight:700}
.auth-switch{margin:18px 0 0;color:var(--muted);font-size:14px}
.auth-switch a{color:var(--primary);font-weight:800;text-decoration:none}
.terms-copy{margin-top:25px;border-top:1px solid var(--line)}
.terms-copy p{margin:0;padding:17px 0;border-bottom:1px solid var(--line);color:#515762;line-height:1.72}

.legal-page{background:#fff}
.legal-page .site-header{background:#fff;border-bottom:0}
.legal-main{width:min(1120px,calc(100% - 40px));flex:1;margin:0 auto;padding:58px 0 82px}
.legal-hero{max-width:820px;padding-bottom:42px;border-bottom:1px solid var(--line)}
.legal-brand{width:max-content;display:flex;align-items:center;gap:10px;text-decoration:none}
.legal-brand img{display:block;width:46px;height:46px}
.legal-brand>span{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:26px;line-height:1;color:#20233f;letter-spacing:0}
.legal-brand>span span:last-child{color:var(--primary)}
.legal-kicker{margin:42px 0 10px;color:var(--teal);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.legal-hero h1{margin:0;color:var(--ink);font-size:52px;line-height:1.08;letter-spacing:0}
.legal-intro{max-width:720px;margin:17px 0 0;color:var(--muted);font-size:17px;line-height:1.75}
.legal-meta{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px 28px;color:#555b66;font-size:12px;font-weight:750}
.legal-layout{padding-top:42px;display:grid;grid-template-columns:200px minmax(0,760px);justify-content:space-between;gap:64px;align-items:start}
.legal-toc{position:sticky;top:24px;display:grid;gap:2px}
.legal-toc strong{margin-bottom:12px;color:var(--ink);font-size:13px}
.legal-toc a{padding:7px 0;color:#6a707c;text-decoration:none;font-size:13px;line-height:1.25}
.legal-toc a:hover,.legal-toc a:focus-visible{color:var(--primary);outline:0}
.legal-document{min-width:0}
.legal-section{scroll-margin-top:24px;padding:0 0 36px;margin:0 0 36px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:18px;border-bottom:1px solid var(--line)}
.legal-number{padding-top:4px;color:var(--primary);font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:12px;line-height:1}
.legal-section h2{margin:0 0 13px;color:var(--ink);font-size:24px;line-height:1.25;letter-spacing:0}
.legal-section p{margin:0;color:#555c68;font-size:15px;line-height:1.78}
.legal-section p+p,.legal-section ul+p{margin-top:14px}
.legal-list{margin:14px 0 0;padding-left:20px;color:#555c68}
.legal-list li{padding-left:5px;font-size:15px;line-height:1.68}
.legal-list li+li{margin-top:8px}
.legal-section-contact{margin-bottom:0;padding-bottom:0;border-bottom:0}
.legal-contact-link{min-height:44px;margin-top:20px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;text-decoration:none;font-size:14px;font-weight:850}
.legal-contact-link:hover{background:var(--primary-dark);border-color:var(--primary-dark)}

.contact-page{background:#fff}
.contact-page .site-header{background:#fff;border-bottom:0}
.contact-main{width:min(1080px,calc(100% - 40px));flex:1;margin:0 auto;padding:68px 0 76px;display:grid;align-items:center}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);gap:72px;align-items:center}
.contact-copy{min-width:0;padding:30px 0}
.contact-copy .hero-brand{margin:0;justify-content:flex-start}
.contact-intro{max-width:560px;margin-top:48px}
.contact-kicker{margin:0 0 10px;color:var(--teal);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.contact-intro h1{margin:0;color:var(--ink);font-size:52px;line-height:1.08;letter-spacing:0}
.contact-intro>p:last-child{margin:17px 0 0;color:var(--muted);font-size:16px;line-height:1.72}
.contact-panel{min-width:0;padding:38px 0 38px 58px;border-left:1px solid var(--line)}
.contact-heading>span{display:block;margin-bottom:12px;color:var(--primary);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.contact-heading h2{margin:0;color:var(--ink);font-size:32px;line-height:1.18;letter-spacing:0}
.contact-heading p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.65}
.contact-email-link{width:100%;min-height:92px;margin-top:30px;padding:18px;display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:16px;border:1px solid #d7d9e7;border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:var(--shadow-sm);transition:border-color .18s,box-shadow .18s,transform .18s}
.contact-email-link:hover,.contact-email-link:focus-visible{border-color:#aaa7e8;box-shadow:0 16px 34px rgba(23,24,28,.1);transform:translateY(-2px);outline:0}
.contact-email-symbol{width:50px;height:50px;display:grid;place-items:center;border:1px solid #d8d6f5;border-radius:6px;background:#f4f3ff;color:var(--primary);font-family:Arial,sans-serif;font-size:24px;font-weight:900;line-height:1}
.contact-email-copy{min-width:0;display:grid;gap:5px}
.contact-email-copy>span{color:var(--muted);font-size:12px;font-weight:800}
.contact-email-copy strong{color:var(--primary-dark);font-size:17px;line-height:1.3;word-break:break-word}

.account-page{background:#fff}
.account-header{min-height:68px;background:#fff;border-bottom:0}
.account-header-inner{width:100%;min-height:68px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.account-brand{display:flex;align-items:center;gap:9px;text-decoration:none}
.account-brand-mark{display:block;width:43px;height:43px;flex:0 0 43px}
.account-brand-name{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:25px;font-weight:400;line-height:1;color:#20233f;letter-spacing:0;white-space:nowrap}
.account-brand-name span:last-child{color:var(--primary)}
.account-home{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:#424650;text-decoration:none;font-size:13px;font-weight:800}
.account-home:hover{border-color:#c4c1ef;color:var(--primary)}
.account-stage{flex:1;background:#fff}
.account-layout{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:44px 0 58px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,480px);grid-template-rows:880px;gap:22px;align-items:stretch}
.account-visual{min-height:540px;padding:48px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;border-radius:8px;background:#24245d;color:#fff;box-shadow:var(--shadow-lg)}
.account-visual:before{content:"";position:absolute;width:360px;height:230px;right:-120px;top:-85px;background:#2c77a9;transform:rotate(8deg)}
.account-visual:after{content:"";position:absolute;width:240px;height:110px;left:-70px;bottom:-50px;background:#ef615b;transform:rotate(-8deg)}
.account-visual>*{position:relative;z-index:1}
.account-kicker{width:max-content;max-width:100%;margin-bottom:20px;padding-bottom:8px;border-bottom:3px solid #5dd1bd;color:#d8fff7;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.account-visual h1{max-width:580px;margin:0;font-size:clamp(44px,5vw,64px);line-height:1.02;letter-spacing:0}
.account-visual>p{max-width:580px;margin:18px 0 0;color:#d8dcf2;font-size:16px;line-height:1.7}
.account-visual-clean{padding-left:28px;overflow:hidden;border-radius:0;background:transparent;color:var(--ink);box-shadow:none}
.account-visual-clean:before{width:430px;height:430px;right:-40px;top:50%;background:url("favicon.svg") center/contain no-repeat;opacity:.09;transform:translateY(-50%)}
.account-visual-clean:after{display:none}
.account-visual-clean .account-kicker{border-color:var(--teal);color:var(--primary-dark)}
.account-visual-clean h1{max-width:500px;color:#20233f}
.account-visual-clean>p{max-width:500px;color:#667085}
.account-logo-showcase{align-items:center;justify-content:center;padding:40px}
.account-logo-showcase:before,.account-logo-showcase:after{display:none}
.account-features{width:min(520px,100%);margin-top:42px;display:grid}
.account-feature{padding:15px 0;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;border-top:1px solid var(--line)}
.account-feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f0f1fb;color:var(--primary)}
.account-feature-create .account-feature-icon{background:#edf9f6;color:var(--teal)}
.account-feature-visits .account-feature-icon{background:#fff1f0;color:var(--coral)}
.account-feature-icon svg{width:21px;height:21px}
.account-feature strong{display:block;color:var(--ink);font-size:15px;line-height:1.35}
.account-feature p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.account-benefits{max-width:590px;margin-top:42px;border-top:1px solid rgba(255,255,255,.2);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.account-benefits>div{padding:20px 20px 0 0}
.account-benefits>div+div{padding-left:22px;border-left:1px solid rgba(255,255,255,.2)}
.account-benefits strong,.account-benefits span{display:block}
.account-benefits strong{font-size:15px}
.account-benefits span{margin-top:7px;color:#c7cbe1;font-size:12px;line-height:1.55}
.account-panel{height:100%;min-height:0;padding:24px 30px;overflow-y:hidden;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-lg)}
.account-panel-signup{min-height:0}
.account-free-note{min-height:32px;margin-bottom:10px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #bfe5da;border-radius:6px;background:#effaf6;color:#087a5b}.account-free-note>span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#d6f3ea;font-size:11px;font-weight:900}.account-free-note strong{font-size:11px}.account-free-note small{margin-left:auto;color:#557068;font-size:10px;font-weight:750}
.account-free-note{min-height:46px;padding:6px 10px;gap:9px}.account-free-note>span{flex:0 0 18px}.account-free-note>div{min-width:0;display:grid;gap:2px}.account-free-note strong,.account-free-note small{display:block}.account-free-note small{margin-left:0}
.account-feature-free .account-feature-icon{background:#edf9f6;color:#087a5b}
.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.account-tabs button{min-height:46px;padding:0;display:flex;align-items:center;justify-content:center;border:0;border-bottom:1px solid #d9dde5;background:transparent;color:#737987;font:inherit;font-size:15px;font-weight:850;cursor:pointer}
.account-tabs button.active{border-bottom:4px solid var(--primary);color:var(--primary)}
.account-tabs button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.account-view[hidden]{display:none!important}
.account-heading h2{margin:0;color:var(--ink);font-size:30px;line-height:1.1}
.account-heading p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.account-notice{width:100%;margin-top:18px}
.account-form{display:grid;gap:15px;margin-top:24px}
.account-type{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;border:0}
.account-type legend{margin-bottom:7px;color:#4b505b;font-size:12px;font-weight:850}
.account-type label{position:relative;min-width:0}
.account-type input{position:absolute;opacity:0;pointer-events:none}
.account-type span{min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #d9dde5;border-radius:7px;background:#f7f8fa;color:#646b78;font-size:13px;font-weight:850;cursor:pointer}
.account-type input:checked+span{border-color:var(--primary);background:#f0f0fb;color:var(--primary)}
.account-type input:focus-visible+span{outline:2px solid var(--primary);outline-offset:2px}
.account-field{display:grid;gap:7px}
.account-field label{color:#4b505b;font-size:12px;font-weight:850}
.account-input-wrap{min-height:54px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 13px;border:1px solid #cbd5e2;border-radius:7px;background:#f2f6fc;color:#778197;transition:border-color .18s,box-shadow .18s,background-color .18s}
.account-input-wrap:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(86,81,216,.11)}
.account-input-wrap>svg{width:20px;height:20px}
.account-input-wrap input{width:100%;min-width:0;height:50px;padding:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}
.account-input-wrap input::placeholder{color:#98a1af}
.password-toggle{min-height:34px;padding:0 6px;border:0;background:transparent;color:var(--primary);font-size:12px;font-weight:850;cursor:pointer}
.account-submit{width:100%;margin-top:2px}
.account-switch{margin:18px 0 0;text-align:center;color:var(--muted);font-size:14px}
.account-switch a{color:var(--primary);font-weight:850;text-decoration:none}
.account-switch-button{padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:850;cursor:pointer}
.account-switch-button:hover{text-decoration:underline;text-underline-offset:3px}
.account-password-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.account-password-rules li{min-height:34px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid #e2e6ec;border-radius:6px;background:#f8f9fb;color:#7a818d;font-size:12px;font-weight:750}
.account-password-rules li:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#a5acb7}
.account-password-rules li.valid{border-color:#b8dfd5;background:#f0faf7;color:var(--success)}
.account-password-rules li.valid:before{background:var(--success)}
.account-agree{display:flex;align-items:flex-start;gap:10px;color:#5c6370;font-size:13px;line-height:1.5}
.account-agree input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--primary)}
.account-agree a{color:var(--primary);font-weight:800;text-decoration:none}

.site-footer{margin-top:auto;background:var(--surface);color:var(--ink);border-top:1px solid var(--line)}
.account-page .site-footer{background:#fff}
.footer-inner{width:min(1120px,calc(100% - 40px));min-height:62px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:13px;text-align:center}
.footer-links{display:flex;align-items:center;gap:26px}
.footer-links a{color:#505664;text-decoration:none;font-size:13px;font-weight:800}
.footer-links a:hover{color:var(--primary)}

.dash-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr);background:#f5f7f9}
.sidebar{padding:24px 20px;display:flex;flex-direction:column;gap:20px;background:#fff;border-right:1px solid var(--line)}
.sidebar img{display:block;width:190px;height:auto}
.sidebar-brand{display:flex;align-items:center;gap:9px;text-decoration:none}
.sidebar-brand img{width:46px;height:46px;flex:0 0 46px}
.sidebar-brand>span{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:25px;line-height:1;color:#20233f;letter-spacing:0}
.sidebar-brand>span span:last-child{color:var(--primary)}
.sidebar-email{color:var(--muted);font-size:13px;font-weight:800}
.sidebar-account-actions{margin-top:auto;display:grid;gap:10px}
.sidebar-account-actions>.btn{width:100%}
.dashboard-logout{margin:0}
.admin-sidebar>.dashboard-logout{margin-top:auto}
.dashboard-logout .btn{width:100%}
.security-panel{scroll-margin-top:20px}
.password-main{align-content:center}
.security-form{width:min(620px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.security-form .field:first-of-type{grid-column:1/-1}
.security-form .field input{background:#f7f9fb}
.security-submit{grid-column:1/-1;width:max-content;min-width:190px}
.dash-lead{font-size:14px}
.metric-date{font-size:18px}
.notification-item{margin-bottom:8px}
.nav{display:grid;gap:6px}
.nav a{min-height:44px;padding:0 13px;display:flex;align-items:center;border-radius:6px;color:#444852;text-decoration:none;font-weight:750}
.nav a.active,.nav a:hover{background:#f1f1fb;color:var(--primary)}
.dash-main{min-width:0;padding:24px;display:grid;gap:16px;align-content:start}
.panel,.metric{min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}
.panel{padding:22px}
.panel h2{margin:0 0 10px;font-size:22px;letter-spacing:0}
.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.metric{padding:18px}
.metric span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}
.metric strong{display:block;margin-top:8px;font-size:30px}
.table-wrap{max-width:100%;overflow:auto}
.table{width:100%;min-width:900px;border-collapse:collapse}
.table th,.table td{padding:13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}
.table th{background:#f7f8fa;color:var(--muted);font-size:11px;text-transform:uppercase}
.table a{color:var(--primary);font-weight:750;text-decoration:none;word-break:break-all}

.admin-page{background:#f4f6f8}
.admin-shell{grid-template-columns:248px minmax(0,1fr)}
.admin-sidebar{position:sticky;top:0;height:100vh;background:#171a23;border-right:0;color:#fff}
.admin-sidebar .sidebar-brand>span{color:#fff}
.admin-sidebar .sidebar-email{display:block;margin-top:5px;color:#aeb4c4;word-break:break-all}
.admin-sidebar .nav a{color:#c8cdda}
.admin-sidebar .nav a.active,.admin-sidebar .nav a:hover{background:#292d39;color:#fff}
.admin-sidebar .btn.secondary{background:transparent;border-color:#424858;color:#fff}
.admin-sidebar .btn.secondary:hover{background:#fff;border-color:#fff;color:#171a23}
.admin-identity{padding:15px 2px 20px;border-bottom:1px solid #303542}
.admin-identity strong{display:block;margin-top:7px;font-size:15px}
.admin-role{color:#5dd1bd;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.admin-main{padding:30px;gap:18px;max-width:1680px;width:100%;margin:0 auto}
.admin-heading{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.admin-heading h1{margin:4px 0 0;font-size:30px;line-height:1.15;letter-spacing:0}
.admin-heading p{margin:7px 0 0;color:var(--muted);font-size:14px}
.admin-eyebrow{color:var(--teal);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.admin-live{min-height:38px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid #c5ded8;border-radius:6px;background:#fff;color:#17685b;font-size:12px;font-weight:850;white-space:nowrap}
.admin-live span{width:8px;height:8px;border-radius:50%;background:#12a27e;box-shadow:0 0 0 4px rgba(18,162,126,.12)}
.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.admin-metrics .metric{border-top:3px solid #373b47;box-shadow:none}
.admin-metrics .metric:nth-child(2),.admin-metrics .metric:nth-child(6){border-top-color:var(--primary)}
.admin-metrics .metric:nth-child(3),.admin-metrics .metric:nth-child(5){border-top-color:var(--teal)}
.admin-metrics .metric:nth-child(4){border-top-color:#2c77a9}
.admin-metrics .metric-alert{border-top-color:var(--coral)}
.admin-metrics .metric-online{border-top-color:#18a77e}
.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.admin-grid-wide{grid-template-columns:minmax(0,1.65fr) minmax(330px,.75fr)}
.admin-page .panel{box-shadow:none}
.panel-heading{min-height:49px;margin-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}
.panel-heading span{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.panel-heading h2{margin:0;font-size:20px}
.traffic-chart{height:240px;display:grid;grid-template-columns:repeat(14,minmax(24px,1fr));align-items:end;gap:8px;padding-top:10px;overflow-x:auto}
.traffic-day{height:100%;min-width:30px;display:grid;grid-template-rows:20px minmax(120px,1fr) 22px;align-items:end;text-align:center}
.traffic-day>strong{color:#4d5360;font-size:10px}
.traffic-day small{padding-top:7px;color:#7b828f;font-size:9px;white-space:nowrap}
.traffic-bar{height:100%;display:flex;align-items:flex-end;justify-content:center}
.traffic-bar span{display:block;width:min(28px,70%);min-height:8px;border-radius:3px 3px 0 0;background:var(--teal)}
.compact-list,.breakdown-list{display:grid}
.compact-list>div{min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:2px 12px;border-bottom:1px solid #eceef1}
.compact-list>div>span{overflow:hidden;color:#424752;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.compact-list>div>strong{grid-row:1/3;grid-column:2;color:var(--ink);font-size:17px}
.compact-list>div>small{color:var(--muted);font-size:10px}
.breakdown-list>div{min-height:43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eceef1;color:#505664;font-size:13px}
.breakdown-list>div strong{color:var(--ink);font-size:16px}
.empty-state{margin:10px 0;color:var(--muted);font-size:13px}
.admin-table{min-width:1050px}
.admin-table th{position:sticky;top:0;z-index:1}
.admin-table td{color:#4c5260;white-space:nowrap}
.admin-table code{padding:4px 6px;border-radius:4px;background:#f0f2f5;color:#343945;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}
.status{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;border-radius:4px;font-size:10px;font-weight:900;text-transform:uppercase}
.status-success{background:#e9f8f3;color:#087a5b}
.status-failed{background:#fff0ef;color:#a53f39}
.status-role{background:#efeffb;color:var(--primary-dark)}

@media(max-width:800px){
  .topbar,.hero-inner,.auth-shell,.footer-inner{width:min(100% - 28px,1120px)}
  .topbar-home{width:100%;padding:0 14px}
  .hero-inner{padding:68px 0 58px}
  .hero h1{font-size:64px}
  .footer-inner{min-height:0;padding:16px 0;gap:16px}
  .dash-shell{grid-template-columns:1fr}
  .admin-sidebar{position:static;height:auto}
  .admin-main{padding:20px 14px}
  .admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-grid,.admin-grid-wide{grid-template-columns:1fr}
  .sidebar{border-right:0;border-bottom:1px solid var(--line)}
  .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .account-header-inner{width:100%;padding:0 14px}
  .account-layout{width:min(100% - 28px,680px)}
  .account-layout{grid-template-columns:1fr;grid-template-rows:auto;padding:26px 0 38px}
  .account-visual{min-height:320px;padding:34px}
  .account-visual-clean{min-height:270px;padding:34px 24px}
  .account-visual-clean:before{width:300px;height:300px;right:-70px}
  .account-panel,.account-panel-signup{height:auto;min-height:0;overflow-y:visible}
  .legal-main{width:min(100% - 28px,680px);padding:42px 0 58px}
  .legal-layout{grid-template-columns:1fr;gap:34px}
  .legal-toc{position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding-bottom:28px;border-bottom:1px solid var(--line)}
  .legal-toc strong{grid-column:1/-1}
  .contact-main{width:min(100% - 28px,680px);padding:28px 0 42px}
  .contact-layout{grid-template-columns:1fr;gap:18px}
  .contact-copy{padding:34px 24px 26px}
  .contact-intro{margin-top:38px}
  .contact-panel{padding:32px 24px 8px;border-left:0;border-top:1px solid var(--line)}
}

@media(max-width:560px){
  .site-header{position:static}
  .topbar{min-height:68px;gap:12px}
  .top-actions{gap:3px}
  .top-link{min-height:38px;padding:0 10px;font-size:13px}
  .top-link-solid{padding-inline:12px}
  .hero-inner{padding:54px 0 46px}
  .hero-brand{gap:11px}
  .hero-brand-mark{width:66px;height:66px;flex-basis:66px}
  .hero-brand-name{font-size:36px}
  .lead{font-size:15px}
  .url-box{grid-template-columns:auto minmax(0,1fr);padding:6px;box-shadow:var(--shadow-sm)}
  .url-label{min-width:44px}
  .input{padding:0 12px;font-size:14px}
  .url-box .btn{grid-column:1/-1;width:100%;margin-top:6px}
  .result{align-items:stretch;flex-direction:column}
  .copy-button{width:100%}
  .auth-shell{padding:30px 0 38px}
  .auth-card{padding:24px 18px}
  .auth-card h1{font-size:36px}
  .password-rules{grid-template-columns:1fr}
  .footer-inner{align-items:center;gap:13px}
  .footer-links{justify-content:center;gap:20px}
  .metrics{grid-template-columns:1fr}
  .security-form{grid-template-columns:1fr}
  .security-form .field:first-of-type,.security-submit{grid-column:auto}
  .security-submit{width:100%}
  .admin-heading{align-items:flex-start;flex-direction:column}
  .admin-metrics{grid-template-columns:1fr}
  .account-header-inner{min-height:68px}
  .account-header{min-height:68px}
  .account-brand{gap:7px}
  .account-brand-mark{width:37px;height:37px;flex-basis:37px}
  .account-brand-name{font-size:21px}
  .account-home{padding:0 10px;font-size:12px}
  .account-layout{padding-top:14px}
  .account-visual{min-height:280px;padding:28px 20px}
  .account-visual-clean{min-height:240px}
  .account-visual h1{font-size:38px}
  .account-visual>p{font-size:14px}
  .account-benefits{margin-top:26px;grid-template-columns:1fr}
  .account-benefits>div{padding:14px 0}
  .account-benefits>div+div{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.2)}
  .account-panel{padding:22px 16px}
  .account-tabs{gap:8px}
  .account-tabs button{font-size:13px}
  .account-password-rules{grid-template-columns:1fr}
  .legal-hero h1{font-size:40px}
  .legal-intro{font-size:15px}
  .legal-meta{display:grid;gap:8px}
  .legal-section{grid-template-columns:1fr;gap:8px;padding-bottom:30px;margin-bottom:30px}
  .legal-number{padding-top:0}
  .legal-section h2{font-size:21px}
  .legal-section p,.legal-list li{font-size:14px}
  .contact-copy{padding:26px 10px 20px}
  .contact-copy .hero-brand-mark{width:58px;height:58px;flex-basis:58px}
  .contact-copy .hero-brand-name{font-size:31px}
  .contact-intro{margin-top:30px}
  .contact-intro h1{font-size:40px}
  .contact-panel{padding:28px 10px 4px}
  .contact-heading h2{font-size:27px}
  .contact-email-link{min-height:84px;padding:14px;grid-template-columns:46px minmax(0,1fr);gap:13px}
  .contact-email-symbol{width:46px;height:46px;font-size:21px}
  .contact-email-copy strong{font-size:15px}
}

/* LnkBit user dashboard. */
body.lb-dashboard-body{display:block;overflow-x:hidden;background:#f6f7fb;color:#111827}
.lb-app-shell{min-height:100vh;padding-left:300px}
.lb-sidebar{position:fixed;inset:0 auto 0 0;z-index:90;width:300px;padding:18px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(17,24,39,.1);border-left:0;border-radius:0 28px 28px 0;background:rgba(255,255,255,.98);box-shadow:0 14px 35px rgba(17,24,39,.08)}
.lb-side-brand{display:grid;gap:10px;margin-bottom:18px}
.lb-side-logo{min-height:62px;padding:7px 12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff;box-shadow:0 16px 34px rgba(17,24,39,.08);text-decoration:none}
.lb-side-logo img{width:46px;height:46px;flex:0 0 46px}
.lb-side-logo>span{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:24px;color:#20233f}
.lb-side-logo>span span:last-child{color:var(--primary)}
.lb-side-title{padding:0 4px}.lb-side-title strong{display:block;font-size:19px}.lb-side-title span{display:block;margin-top:3px;color:#6b7280;font-size:12px;font-weight:850}
.lb-side-user{margin-bottom:14px;padding:14px;border:1px solid rgba(17,24,39,.08);border-radius:20px;background:#f8fafc}
.lb-side-user span,.lb-side-user small{display:block;color:#6b7280;font-size:11px;font-weight:850}.lb-side-user span{text-transform:uppercase}.lb-side-user strong{display:block;margin-top:5px;font-size:14px;overflow-wrap:anywhere}.lb-side-user small{margin-top:4px;overflow-wrap:anywhere}
.lb-side-nav{min-height:0;margin-top:8px;padding-right:2px;display:grid;align-content:start;gap:8px;overflow:auto}
.lb-side-link{min-height:48px;padding:0 14px;display:flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:16px;color:#374151;text-decoration:none;font-size:14px;font-weight:900;transition:.18s}
.lb-side-link:hover{background:rgba(86,81,216,.07);color:var(--primary)}
.lb-side-link.is-active{border-color:rgba(86,81,216,.14);background:#efeffb;color:var(--primary)}
.lb-side-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border:1px solid rgba(17,24,39,.08);border-radius:11px;background:#fff;color:var(--primary)}
.lb-side-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.lb-side-footer{margin-top:auto;padding-top:14px;display:grid;gap:9px;border-top:1px solid rgba(17,24,39,.08)}
.lb-side-footer form{margin:0}.lb-side-button{width:100%;min-height:46px;padding:0 14px;display:flex;align-items:center;justify-content:center;border:0;border-radius:15px;background:var(--primary);color:#fff;text-decoration:none;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.lb-side-button:hover{background:var(--primary-dark)}.lb-side-button.secondary{border:1px solid rgba(86,81,216,.16);background:#f0f0fb;color:var(--primary)}
.lb-main{min-width:0;padding:18px}
.lb-mobile-bar{display:none}.lb-dash-toolbar{min-height:58px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.lb-dash-toolbar h1{margin:0;font-size:26px;line-height:1.05}.lb-dash-toolbar p{margin:5px 0 0;color:#6b7280;font-size:13px;font-weight:750}
.lb-dashboard-page{display:grid;gap:16px}
.lb-filter,.lb-form-card,.lb-card,.lb-metric,.lb-result{border:1px solid rgba(17,24,39,.1);background:#fff;box-shadow:0 14px 35px rgba(17,24,39,.07)}
.lb-filter{padding:16px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:14px;border-radius:20px}.lb-filter>div:first-child strong,.lb-filter>div:first-child span{display:block}.lb-filter>div:first-child span{margin-top:4px;color:#6b7280;font-size:12px}.lb-filter-fields{display:flex;align-items:end;justify-content:flex-end;gap:10px;flex-wrap:wrap}.lb-filter label,.lb-create-form label,.lb-password-form label{display:grid;gap:6px;color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase}.lb-filter input,.lb-filter select,.lb-create-form input,.lb-password-form input{height:50px;min-width:145px;padding:0 14px;border:1px solid rgba(17,24,39,.12);border-radius:15px;background:#fff;color:#111827;outline:0}.lb-filter input:focus,.lb-filter select:focus,.lb-create-form input:focus,.lb-password-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(86,81,216,.1)}
.lb-button{min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:15px;background:var(--primary);color:#fff;text-decoration:none;font:inherit;font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.lb-button:hover{background:var(--primary-dark)}.lb-button.secondary{border:1px solid rgba(86,81,216,.16);background:#f0f0fb;color:var(--primary)}
.lb-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.lb-metric{min-height:116px;padding:18px;border-top:3px solid var(--ink);border-radius:24px}.lb-metric:nth-child(2),.lb-metric:nth-child(6){border-top-color:var(--primary)}.lb-metric:nth-child(3),.lb-metric:nth-child(7){border-top-color:var(--teal)}.lb-metric:nth-child(4),.lb-metric:nth-child(8){border-top-color:var(--coral)}.lb-metric span{display:block;color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase}.lb-metric strong{display:block;margin-top:9px;font-size:30px;line-height:1}.lb-metric a{display:block;margin-top:12px;color:var(--primary);font-size:13px;font-weight:900;text-decoration:none;overflow-wrap:anywhere}.lb-metric .lb-metric-date{font-size:17px;line-height:1.3}.lb-metric-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.lb-content-grid,.lb-analytics-grid,.lb-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.lb-content-grid-wide{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr)}.lb-analytics-grid>.lb-card,.lb-dashboard-grid>.lb-card{height:100%}.lb-analytics-grid .lb-line-chart,.lb-dashboard-grid .lb-line-chart{min-height:320px}.lb-analytics-grid .lb-line-chart svg,.lb-dashboard-grid .lb-line-chart svg{height:300px}.lb-latest-visits-card .lb-table{min-width:0;table-layout:fixed}.lb-latest-visits-card .lb-table th:nth-child(1){width:30%}.lb-latest-visits-card .lb-table th:nth-child(2){width:20%}.lb-latest-visits-card .lb-table th:nth-child(3){width:18%}.lb-latest-visits-card .lb-table th:nth-child(4){width:32%}.lb-latest-visits-card .lb-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lb-card{min-width:0;padding:18px;border-radius:24px;overflow:hidden}.lb-card-head{min-height:48px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(17,24,39,.08)}.lb-card-head span,.lb-card-label{display:block;color:#6b7280;font-size:10px;font-weight:900;text-transform:uppercase}.lb-card-head h2{margin:4px 0 12px;font-size:21px}.lb-card-head small{color:#6b7280;font-weight:850}.lb-text-link{color:var(--primary);font-size:12px;font-weight:900;text-decoration:none}
.lb-line-chart{min-height:370px}.lb-chart-legend{min-height:34px;margin-bottom:2px;display:flex;align-items:center;justify-content:flex-end;gap:18px;color:#6b7280;font-size:11px;font-weight:800}.lb-chart-legend span{display:flex;align-items:center;gap:7px}.lb-chart-legend i{width:9px;height:9px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px rgba(86,81,216,.1)}.lb-chart-legend .unique i{background:var(--teal);box-shadow:0 0 0 4px rgba(23,166,137,.1)}.lb-chart-legend strong{color:#111827}.lb-line-chart svg{display:block;width:100%;height:350px;overflow:visible}.lb-chart-plot{fill:#fafbfc;stroke:rgba(17,24,39,.06)}.lb-chart-grid{stroke:rgba(17,24,39,.1);stroke-width:1;vector-effect:non-scaling-stroke}.lb-chart-grid.vertical{stroke-dasharray:4 8;opacity:.65}.lb-chart-axis,.lb-chart-axis-date{fill:#8a92a1;font-size:11px;font-weight:800}.lb-chart-axis-date{letter-spacing:0}.lb-chart-area{fill:var(--primary);opacity:.08}.lb-chart-series{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.lb-chart-series.visits{stroke:var(--primary)}.lb-chart-series.unique{stroke:var(--teal);stroke-width:3;stroke-dasharray:8 8}.lb-chart-point{fill:#fff;stroke:var(--primary);stroke-width:3;vector-effect:non-scaling-stroke}.lb-chart-point:hover{fill:var(--primary)}
.lb-ranked-list,.lb-simple-list,.lb-visit-list{display:grid}.lb-ranked-list>a{min-height:62px;padding:9px 0;display:grid;grid-template-columns:minmax(0,1fr) 80px;grid-template-rows:auto auto;gap:7px 12px;border-bottom:1px solid rgba(17,24,39,.07);color:var(--ink);text-decoration:none}.lb-ranked-list>a>span{overflow:hidden;color:var(--ink);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.lb-ranked-list>a>strong{grid-column:2;grid-row:1/3;align-self:center;text-align:right}.lb-ranked-list progress,.lb-data-bars progress{width:100%;height:7px;accent-color:var(--primary)}
.lb-simple-list>div{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(17,24,39,.07);font-size:13px}.lb-visit-list>a{min-height:62px;padding:10px 0;display:grid;grid-template-columns:auto 1fr;gap:3px 13px;border-bottom:1px solid rgba(17,24,39,.07);text-decoration:none}.lb-visit-list>a strong{font-size:12px}.lb-visit-list>a span{color:#6b7280;font-size:11px;text-align:right}.lb-visit-list>a small{grid-column:1/-1;overflow:hidden;color:var(--primary);font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.lb-empty{padding:24px;border:1px dashed rgba(17,24,39,.16);border-radius:18px;background:#f8fafc;color:#6b7280;text-align:center;font-size:13px;font-weight:800}.lb-alert{padding:14px;border-radius:18px;font-size:13px;font-weight:850}.lb-alert.error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.lb-alert.ok{border:1px solid #bbf7d0;background:#ecfdf5;color:#065f46}
.lb-form-card{padding:24px;border-radius:26px}.lb-form-heading{margin-bottom:20px;display:flex;align-items:center;gap:13px}.lb-form-heading h2{margin:0;font-size:26px}.lb-form-heading p{margin:5px 0 0;color:#6b7280;font-size:13px}.lb-form-icon{width:54px;height:54px;display:grid;place-items:center;flex:0 0 54px;border-radius:18px;background:#efeffb;color:var(--primary);font-size:28px;font-weight:900}.lb-create-form{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px;align-items:end}.lb-create-form input{width:100%;font-size:15px}.lb-create-url-fields{min-width:0;display:grid;grid-template-columns:minmax(260px,.6fr) minmax(0,1fr);align-items:end;gap:12px}.lb-create-url-fields>label{min-width:0}.lb-create-path-preview[hidden]{display:none}.lb-create-path-preview[hidden]+.lb-long-url-field{grid-column:1/-1}.lb-create-path-preview input{color:var(--primary);font:850 12px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.lb-personal-path-option{grid-column:1/-1}.lb-personal-path-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.lb-personal-path-head strong,.lb-personal-path-head span{display:block}.lb-personal-path-head strong{font-size:12px;text-transform:uppercase}.lb-personal-path-head strong small{font-size:10px;font-weight:800}.lb-personal-path-head>div>span{margin-top:4px;color:#8a92a1;font-size:10px;font-weight:750}.lb-personal-path-toggle{position:relative;display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:9px;flex:0 0 auto;color:#374151!important;font-size:12px!important;text-transform:none!important;cursor:pointer}.lb-personal-path-toggle input{position:absolute;width:1px!important;min-width:0!important;height:1px!important;opacity:0;pointer-events:none}.lb-personal-path-toggle>span{position:relative;width:44px;height:25px;flex:0 0 44px;border-radius:999px;background:#cbd1dc;transition:.18s}.lb-personal-path-toggle>span:before{content:"";position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(17,24,39,.2);transition:.18s}.lb-personal-path-toggle input:checked+span{background:var(--primary)}.lb-personal-path-toggle input:checked+span:before{transform:translateX(19px)}.lb-personal-path-toggle input:focus-visible+span{box-shadow:0 0 0 4px rgba(86,81,216,.14)}.lb-personal-path-entry{width:min(390px,100%);height:44px;margin-top:10px;display:grid;grid-template-columns:auto minmax(90px,1fr) auto;align-items:center;border:1px solid rgba(86,81,216,.18);border-radius:12px;background:#f7f7fd;overflow:hidden}.lb-personal-path-entry[hidden],.lb-personal-path-help[hidden]{display:none!important}.lb-personal-path-entry:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px rgba(86,81,216,.1)}.lb-personal-path-entry span{padding:0 10px;color:#6b7280;font-size:11px;font-weight:850}.lb-personal-path-entry input{height:42px;min-width:0;padding:0 10px;border:0;border-right:1px solid rgba(17,24,39,.08);border-left:1px solid rgba(17,24,39,.08);border-radius:0;background:#fff;box-shadow:none!important}.lb-personal-path-help{display:block;margin-top:5px;color:#8a92a1;font-size:10px;font-weight:750}
.lb-table-wrap{max-width:100%;overflow:auto}.lb-table{width:100%;min-width:960px;border-collapse:separate;border-spacing:0;text-align:left}.lb-table th,.lb-table td{padding:13px 11px;border-bottom:1px solid rgba(17,24,39,.08);font-size:12px;vertical-align:middle;transition:background .2s}.lb-table th{background:#f8fafc;color:#6b7280;font-size:10px;text-transform:uppercase}.lb-table td{color:#4a5060}.lb-table a{color:var(--primary);font-weight:850;text-decoration:none;overflow-wrap:anywhere}.lb-short-link-cell{display:flex;align-items:center;gap:8px;min-width:0}.lb-short-link-cell>a{min-width:0;overflow-wrap:anywhere}.lb-copy-icon{width:34px;height:34px;padding:0;display:grid;place-items:center;flex:0 0 34px;border:1px solid rgba(86,81,216,.16);border-radius:10px;background:#f0f0fb;color:var(--primary);cursor:pointer;transition:.18s}.lb-copy-icon:hover{border-color:rgba(86,81,216,.3);background:#e6e5f8}.lb-copy-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.lb-copy-icon.is-copied{border-color:#a7ddce;background:#e9f8f3;color:#087a5b}.lb-recent-links-wrap{min-height:497px}.lb-recent-links-table tbody tr{height:54px}.lb-recent-links-table td{height:54px;white-space:nowrap}.lb-recent-links-table td:nth-child(1),.lb-recent-links-table td:nth-child(3){max-width:280px;overflow:hidden;text-overflow:ellipsis}.lb-recent-links-table .lb-short-link-cell>a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-recent-links-table .lb-copy-column,.lb-links-table .lb-copy-column{width:44px;padding-right:6px;padding-left:6px;text-align:center}.lb-recent-links-table .lb-copy-icon,.lb-links-table .lb-copy-icon{width:28px;height:28px;margin:auto;display:grid;flex-basis:28px;border-radius:8px}.lb-recent-links-table .lb-copy-icon svg,.lb-links-table .lb-copy-icon svg{width:14px;height:14px}.lb-new-link-row td{background:#effaf6}.lb-new-link-row td:first-child{box-shadow:inset 4px 0 0 var(--teal)}.lb-new-badge{padding:5px 8px;border-radius:999px;background:#d9f4ec;color:#087a5b;font-size:9px;font-weight:900;text-transform:uppercase;white-space:nowrap}.lb-track-button{min-height:36px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:#fff!important}.lb-track-button:hover{background:var(--primary-dark)}.lb-links-page-top{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px}.lb-links-total{display:flex;align-items:baseline;gap:10px}.lb-links-total span{color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase}.lb-links-total strong{color:var(--ink);font-size:28px;line-height:1}.lb-links-table-wrap{min-height:642px}.lb-links-table{min-width:1120px;table-layout:fixed}.lb-links-table .lb-links-col-short{width:250px}.lb-links-table .lb-links-col-copy{width:44px}.lb-links-table .lb-links-col-original{width:300px}.lb-links-table .lb-links-col-visits,.lb-links-table .lb-links-col-unique{width:74px}.lb-links-table .lb-links-col-last,.lb-links-table .lb-links-col-created{width:145px}.lb-links-table .lb-links-col-tracking{width:88px}.lb-links-table tbody tr{height:54px}.lb-links-table td{height:54px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-links-table .lb-short-link-cell>a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-pagination{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.lb-pagination a,.lb-pagination strong{min-width:38px;min-height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#fff;color:#4a5060;text-decoration:none;font-size:12px;font-weight:850}.lb-pagination a:hover{border-color:rgba(86,81,216,.28);background:#f5f5fc;color:var(--primary)}.lb-pagination strong{border-color:var(--primary);background:var(--primary);color:#fff}.lb-pagination-direction{min-width:76px!important}.lb-pagination a.is-disabled{border-color:rgba(17,24,39,.06);background:#f8fafc;color:#a8afba;pointer-events:none}.lb-pagination-gap{padding:0 2px;color:#8a92a1;font-size:12px;font-weight:900}
.account-notice[hidden]{display:none}
.lb-alert[data-auto-dismiss]{transition:opacity .2s ease,transform .2s ease}.lb-alert.is-dismissing{opacity:0;transform:translateY(-6px)}
.lb-links-table-wrap{min-height:749px}
@media(max-width:650px){.lb-links-page-top{align-items:stretch;flex-direction:column}.lb-links-page-top .lb-button{width:100%}}
.lb-card-action{padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.lb-card-action:hover{color:var(--primary-dark)}.lb-country-dialog.lb-latest-dialog{width:min(1080px,calc(100% - 28px))}.lb-latest-modal-table{max-height:min(560px,58vh);overflow:auto;border:1px solid rgba(17,24,39,.08);border-radius:10px}.lb-latest-modal-grid{min-width:0}.lb-latest-modal-columns,.lb-latest-modal-row{display:grid;grid-template-columns:150px 120px 100px minmax(0,1fr);align-items:center;gap:12px}.lb-latest-modal-columns{position:sticky;top:0;z-index:2;min-height:38px;padding:0 12px;background:#f8fafc;color:#7a8290;font-size:9px;font-weight:900;text-transform:uppercase}.lb-latest-modal-list{display:grid}.lb-latest-modal-row{min-height:52px;padding:9px 12px;border-top:1px solid rgba(17,24,39,.07);color:#374151;font-size:11px}.lb-latest-modal-row:first-child{border-top:0}.lb-latest-modal-row time{color:#111827;font-weight:850}.lb-latest-modal-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-latest-dialog .lb-country-more{margin-top:12px}@media(max-width:650px){.lb-latest-modal-grid{min-width:650px}}
.lb-wide-filter{grid-template-columns:minmax(190px,.4fr) minmax(0,1.6fr)}.lb-wide-filter .lb-filter-fields{display:grid;grid-template-columns:minmax(260px,1fr) 145px 145px auto}.lb-link-select select{width:100%;min-width:260px}.lb-link-summary{display:grid;grid-template-columns:minmax(260px,.4fr) minmax(0,1.6fr);gap:12px}.lb-link-summary .lb-card{min-height:116px}.lb-destination-card{min-height:88px}.lb-destination{display:block;margin-top:12px;font-size:13px;overflow-wrap:anywhere}.lb-data-bars{display:grid;gap:12px}.lb-data-bars>div{display:grid;grid-template-columns:120px minmax(0,1fr) 45px;align-items:center;gap:10px;font-size:12px}.lb-data-bars>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-data-bars>div strong{text-align:right}
.lb-country-card,.lb-referrer-card{align-self:start}.lb-country-overview{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;gap:18px}.lb-country-donut-wrap{display:grid;place-items:center}.lb-country-donut{display:block;width:200px;max-width:100%;overflow:visible}.lb-country-donut-base{fill:none;stroke:#eef0f4;stroke-width:17}.lb-country-segment{fill:none;stroke:currentColor;stroke-width:17;cursor:pointer;transition:opacity .18s,stroke-width .18s;transform:rotate(-90deg);transform-origin:60px 60px}.lb-country-segment:hover,.lb-country-segment:focus-visible,.lb-country-segment[aria-pressed="true"]{stroke-width:21;outline:none}.lb-country-segment:not([aria-pressed="true"]){opacity:.72}.lb-country-total{fill:#111827;font-size:20px;font-weight:900}.lb-country-total-label{fill:#7a8290;font-size:8px;font-weight:850;text-transform:uppercase}.lb-country-legend{max-height:434px;padding-right:4px;display:grid;gap:6px;overflow-y:auto}.lb-country-legend button{width:100%;min-height:48px;padding:7px 9px;display:grid;grid-template-columns:11px minmax(0,1fr);align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;background:transparent;color:#111827;text-align:left;font:inherit;cursor:pointer}.lb-country-legend button:hover,.lb-country-legend button[aria-pressed="true"]{border-color:rgba(17,24,39,.09);background:#f8fafc}.lb-country-legend i{width:10px;height:10px;border-radius:50%;background:currentColor}.lb-country-legend span,.lb-country-legend strong,.lb-country-legend small{display:block}.lb-country-legend strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.lb-country-legend small{margin-top:3px;color:#7a8290;font-size:10px;font-weight:800}.lb-country-dialog{width:min(720px,calc(100% - 28px));max-height:min(760px,calc(100vh - 32px));padding:0;border:0;border-radius:18px;background:transparent;color:#111827;overflow:visible}.lb-country-dialog::backdrop{background:rgba(17,24,39,.58);backdrop-filter:blur(3px)}.lb-country-dialog-shell{position:relative;padding:26px;border:1px solid rgba(17,24,39,.1);border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(17,24,39,.28)}.lb-country-dialog-close{position:absolute;top:18px;right:18px;width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#f8fafc;color:#4b5563;cursor:pointer}.lb-country-dialog-close:hover{background:#eef0f4;color:#111827}.lb-country-dialog-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.lb-country-activity{margin:0;padding:0;border:0}.lb-country-activity-head{min-height:48px;margin:0 52px 16px 0;display:flex;align-items:end;justify-content:space-between;gap:12px}.lb-country-activity-head span{color:#6b7280;font-size:9px;font-weight:900;text-transform:uppercase}.lb-country-activity-head h3{margin:3px 0 0;font-size:22px}.lb-country-activity-head small{color:#6b7280;font-size:10px;font-weight:800}.lb-country-activity-columns{min-height:34px;padding:0 10px;display:grid;grid-template-columns:minmax(110px,.7fr) minmax(155px,1.3fr);align-items:center;gap:12px;border-radius:8px 8px 0 0;background:#f8fafc;color:#7a8290;font-size:9px;font-weight:900;text-transform:uppercase}.lb-country-activity-list{max-height:min(480px,55vh);display:grid;overflow-y:auto}.lb-country-loading{padding:20px;color:#7a8290;text-align:center;font-size:11px;font-weight:850}.lb-country-visit-row{min-height:58px;padding:9px 10px;display:grid;grid-template-columns:minmax(110px,.7fr) minmax(155px,1.3fr);align-items:center;gap:3px 12px;border-bottom:1px solid rgba(17,24,39,.07)}.lb-country-visit-row strong{overflow:hidden;color:#111827;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.lb-country-visit-row time{color:#374151;font-size:11px;font-weight:850}.lb-country-visit-row small{grid-column:1/-1;color:#7a8290;font-size:9px;font-weight:800}.lb-country-more{width:100%;min-height:42px;margin-top:10px;border:1px solid rgba(86,81,216,.16);border-radius:10px;background:#f0f0fb;color:var(--primary);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.lb-country-more:hover{background:#e6e5f8}.lb-country-more:disabled{cursor:wait;opacity:.7}.lb-country-color-0{color:#5651d8}.lb-country-color-1{color:#17a689}.lb-country-color-2{color:#ef615b}.lb-country-color-3{color:#2c77a9}.lb-country-color-4{color:#d59b22}.lb-country-color-5{color:#bd4f9d}.lb-country-color-6{color:#478a57}.lb-country-color-7{color:#7359b8}.lb-country-color-8{color:#d46f32}.lb-country-color-9{color:#258b9b}.lb-country-color-10{color:#c74353}.lb-country-color-11{color:#667085}
.lb-dashboard-wide-card{grid-column:1/-1}.lb-dashboard-country-card .lb-country-overview{min-height:330px;grid-template-columns:minmax(180px,.75fr) minmax(230px,1.25fr)}.lb-dashboard-country-legend{max-height:330px;padding-right:5px;display:grid;gap:7px;overflow-y:auto}.lb-dashboard-country-row{min-height:48px;padding:8px 9px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid rgba(17,24,39,.07)}.lb-dashboard-country-row:last-child{border-bottom:0}.lb-dashboard-country-row>i{width:10px;height:10px;border-radius:50%;background:currentColor}.lb-dashboard-country-row span,.lb-dashboard-country-row strong,.lb-dashboard-country-row small{display:block;min-width:0}.lb-dashboard-country-row strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.lb-dashboard-country-row small{margin-top:3px;color:#7a8290;font-size:10px;font-weight:750}.lb-dashboard-country-row>b{font-size:11px;white-space:nowrap}.lb-dashboard-visit-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:0 16px}.lb-dashboard-visit-list>a{display:block;min-width:0}.lb-dashboard-visit-list>a span{display:block;margin-top:4px;text-align:left}.lb-dashboard-visit-list>a small{display:block;margin-top:5px}
.lb-settings-page{width:min(880px,100%);margin:0 auto}.lb-settings-tabs{min-height:56px;padding:0 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border:1px solid rgba(17,24,39,.1);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.06)}.lb-settings-tabs button{position:relative;min-width:0;padding:0 12px;border:0;background:transparent;color:#7a8290;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.lb-settings-tabs button:after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:3px;border-radius:3px 3px 0 0;background:transparent}.lb-settings-tabs button:hover{color:var(--primary)}.lb-settings-tabs button.is-active{color:var(--primary)}.lb-settings-tabs button.is-active:after{background:var(--primary)}.lb-settings-tabs button:focus-visible{outline:3px solid rgba(86,81,216,.2);outline-offset:-3px}.lb-settings-card{width:100%}.lb-settings-card[hidden]{display:none}.lb-theme-setting-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.lb-setting-row{min-height:76px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(17,24,39,.08);border-radius:16px;background:#f8fafc}.lb-setting-row strong,.lb-setting-row span{display:block}.lb-setting-row strong{font-size:14px}.lb-setting-row>div>span{margin-top:4px;color:#6b7280;font-size:11px;font-weight:750}.theme-toggle-settings{min-width:88px;min-height:44px;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;border:0;background:transparent;color:#6b7280}.theme-toggle-settings:hover{border:0;background:transparent;color:#374151}.theme-toggle-settings:focus-visible{outline:3px solid rgba(86,81,216,.22);outline-offset:4px}.theme-toggle-settings [data-theme-label]{min-width:20px;font-size:11px;font-weight:850;text-align:right}.theme-switch-track{position:relative!important;width:51px;height:31px;flex:0 0 51px;border-radius:999px;background:#c7c7cc;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);transition:background-color .2s}.theme-switch-track>span{position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.24);transition:transform .2s}.theme-toggle-settings[aria-pressed="true"] .theme-switch-track{background:#34c759}.theme-toggle-settings[aria-pressed="true"] .theme-switch-track>span{transform:translateX(20px)}.lb-password-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lb-password-form label:first-of-type{grid-column:1/-1}.lb-password-form input{width:100%}.lb-password-rules{grid-column:1/-1;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;list-style:none}.lb-password-rules li{min-height:38px;padding:8px 10px;display:flex;align-items:center;border:1px solid rgba(17,24,39,.08);border-radius:14px;background:#f8fafc;color:#6b7280;font-size:11px;font-weight:850}.lb-password-form .lb-button{grid-column:1/-1;width:max-content;min-width:180px;justify-self:end}
.lb-sidebar-backdrop{display:none}.lb-mobile-menu{width:44px;height:44px;padding:0;display:grid;place-items:center;border:0;border-radius:14px;background:#111827;color:#fff}.lb-mobile-menu svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
@media(max-width:1100px){.lb-app-shell{padding:10px 10px 36px}.lb-sidebar{inset:10px auto 10px 10px;z-index:120;width:min(330px,calc(100% - 20px));border-left:1px solid rgba(17,24,39,.1);border-radius:26px;transform:translateX(calc(-100% - 20px));transition:transform .22s}.lb-sidebar.is-open{transform:translateX(0)}.lb-sidebar-backdrop{position:fixed;inset:0;z-index:110;background:rgba(15,23,42,.42)}.lb-sidebar-backdrop.is-open{display:block}.lb-main{padding:0}.lb-mobile-bar{min-height:54px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900}.lb-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lb-content-grid,.lb-content-grid-wide,.lb-link-summary{grid-template-columns:1fr}.lb-wide-filter{grid-template-columns:1fr}.lb-wide-filter .lb-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.lb-link-select{grid-column:1/-1}}
@media(max-width:850px){.lb-analytics-grid,.lb-dashboard-grid{grid-template-columns:1fr}.lb-analytics-grid .lb-line-chart,.lb-dashboard-grid .lb-line-chart{min-height:300px}.lb-analytics-grid .lb-line-chart svg,.lb-dashboard-grid .lb-line-chart svg{height:280px}.lb-latest-visits-card .lb-table{min-width:650px;table-layout:auto}}
@media(max-width:1250px){.lb-dashboard-visit-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.lb-dashboard-wide-card{grid-column:auto}.lb-dashboard-country-card .lb-country-overview{grid-template-columns:1fr;min-height:0}.lb-dashboard-country-legend{max-height:300px}.lb-dashboard-visit-list{grid-template-columns:1fr}}
@media(max-width:650px){.lb-dash-toolbar{align-items:flex-start}.lb-dash-toolbar h1{font-size:24px}.lb-dash-toolbar p{line-height:1.45}.lb-filter{grid-template-columns:1fr}.lb-filter-fields,.lb-wide-filter .lb-filter-fields{display:grid;grid-template-columns:1fr}.lb-filter label,.lb-filter input,.lb-filter select,.lb-link-select,.lb-link-select select{width:100%;min-width:0}.lb-button{width:100%}.lb-metric-grid,.lb-metric-grid-four{grid-template-columns:1fr}.lb-create-form,.lb-create-url-fields{grid-template-columns:1fr}.lb-create-path-preview[hidden]+.lb-long-url-field{grid-column:auto}.lb-personal-path-head{align-items:flex-start;flex-direction:column}.lb-personal-path-toggle{width:auto!important}.lb-personal-path-control{grid-template-columns:auto minmax(74px,1fr) auto}.lb-personal-path-control span{padding:0 8px;font-size:10px}.lb-form-card,.lb-card{padding:16px}.lb-form-heading h2{font-size:22px}.lb-setting-row{align-items:center;flex-direction:row}.theme-toggle-settings{width:auto;flex:0 0 auto}.lb-password-form,.lb-password-rules{grid-template-columns:1fr}.lb-password-form label:first-of-type,.lb-password-rules,.lb-password-form .lb-button{grid-column:auto}.lb-password-form .lb-button{width:100%;justify-self:stretch}.lb-pagination-direction{min-width:38px!important;font-size:0!important}.lb-pagination-direction:first-child:after{content:"‹";font-size:20px}.lb-pagination-direction:last-child:after{content:"›";font-size:20px}.lb-data-bars>div{grid-template-columns:90px minmax(0,1fr) 38px}.lb-line-chart{min-height:250px}.lb-chart-legend{justify-content:flex-start;gap:12px;flex-wrap:wrap}.lb-line-chart svg{height:210px}.lb-chart-axis{font-size:14px}.lb-country-overview{grid-template-columns:1fr}.lb-country-donut{width:190px}.lb-country-legend{max-height:434px}}
.lb-personal-path-field[hidden]{display:none!important}
.lb-personal-path-meta{width:min(560px,100%);margin-top:7px;display:flex;align-items:center;justify-content:space-between;gap:12px}.lb-personal-path-meta.is-hidden{display:none}.lb-personal-path-help{margin:0}.lb-personal-path-change{min-height:32px;padding:0 10px;border:1px solid rgba(86,81,216,.18);border-radius:8px;background:#f0f0fb;color:var(--primary);font:inherit;font-size:10px;font-weight:900;cursor:pointer}.lb-personal-path-change:hover{background:#e6e5f8}.lb-personal-path-change:disabled{border-color:rgba(17,24,39,.08);background:#f4f5f7;color:#9aa1ad;cursor:not-allowed}.lb-personal-path-status{display:block;margin-top:7px;font-size:10px;font-weight:850}.lb-personal-path-status[hidden]{display:none!important}.lb-personal-path-status.is-checking{color:#7a8290}.lb-personal-path-status.is-available{color:var(--success)}.lb-personal-path-status.is-unavailable{color:#b42318}
.lb-link-path-setting{grid-column:1/-1;min-height:68px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#f8fafc}.lb-link-path-setting>div{min-width:0}.lb-link-path-setting strong,.lb-link-path-setting span{display:block}.lb-link-path-setting strong{font-size:12px}.lb-link-path-setting>div span{margin-top:4px;color:#7a8290;font-size:10px;font-weight:750;overflow-wrap:anywhere}.lb-personal-path-settings{display:grid;gap:12px}.lb-personal-path-settings .lb-personal-path-entry{width:min(560px,100%);margin-top:0;grid-template-columns:auto minmax(90px,1fr) auto}.lb-personal-path-save{width:max-content;min-width:170px}.lb-personal-path-save:disabled{cursor:not-allowed;filter:grayscale(.25);opacity:.55}

@media(max-width:650px){.lb-personal-path-meta{align-items:flex-start;flex-direction:column}.lb-link-path-setting{align-items:flex-start;flex-direction:column}.lb-link-path-setting .lb-personal-path-toggle{width:auto!important}.lb-personal-path-save{width:100%}.lb-country-dialog{max-height:calc(100vh - 20px)}.lb-country-dialog-shell{max-height:calc(100vh - 20px);padding:18px 14px;overflow:hidden}.lb-country-dialog-close{top:14px;right:14px}.lb-country-activity-head{align-items:flex-start;flex-direction:column;gap:5px;margin:0 48px 12px 0}.lb-country-activity-head h3{font-size:20px}.lb-country-activity-columns,.lb-country-visit-row{grid-template-columns:minmax(82px,.8fr) minmax(118px,1.2fr);gap:8px;padding-right:8px;padding-left:8px}.lb-country-activity-list{max-height:54vh}.lb-country-dialog-close:focus-visible{outline:3px solid rgba(86,81,216,.24);outline-offset:2px}}
@media(max-width:650px){.lb-personal-path-meta{align-items:flex-start;flex-direction:column}.lb-link-path-setting{align-items:flex-start;flex-direction:column}.lb-link-path-setting .lb-personal-path-toggle{width:auto!important}.lb-personal-path-save{width:100%}.lb-country-dialog{max-height:calc(100vh - 20px)}.lb-country-dialog-shell{max-height:calc(100vh - 20px);padding:18px 14px;overflow:hidden}.lb-country-dialog-close{top:14px;right:14px}.lb-country-activity-head{align-items:flex-start;flex-direction:column;gap:5px;margin:0 48px 12px 0}.lb-country-activity-head h3{font-size:20px}.lb-country-activity-columns,.lb-country-visit-row{grid-template-columns:minmax(82px,.8fr) minmax(118px,1.2fr);gap:8px;padding-right:8px;padding-left:8px}.lb-country-activity-list{max-height:54vh}.lb-country-dialog-close:focus-visible{outline:3px solid rgba(86,81,216,.24);outline-offset:2px}}

/* Branded destination review shown before each short-link redirect. */
.redirect-page{min-height:100vh;background:#f7f8fb;color:#17181c}.redirect-main{width:min(820px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:54px 0 30px;display:flex;flex-direction:column;align-items:center}.redirect-brand{display:flex;align-items:center;justify-content:center;gap:18px;text-decoration:none}.redirect-brand img{width:100px;height:100px;flex:0 0 100px}.redirect-brand>span{display:flex;align-items:baseline;font-family:"Audiowide","Trebuchet MS",sans-serif;font-size:52px;line-height:1;color:#20233f}.redirect-brand>span span:last-child{color:var(--primary)}.redirect-content{width:100%;margin-top:38px;padding:36px 40px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(23,24,28,.1);text-align:center}.redirect-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #d9d7f6;border-radius:4px;background:#f3f2ff;color:var(--primary);font-size:10px;font-weight:900;text-transform:uppercase}.redirect-content h1{margin:18px 0 0;font-size:34px;line-height:1.15}.redirect-intro{max-width:590px;margin:12px auto 0;color:#667085;font-size:15px;line-height:1.65}.redirect-intro strong{color:#17181c}.redirect-intro [data-redirect-countdown]{display:inline-block;min-width:13px;color:var(--primary);font-size:18px}.redirect-destination{margin-top:26px;padding:17px 18px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;border:1px solid #dfe3e8;border-radius:7px;background:#f8f9fb;color:#17181c;text-align:left;text-decoration:none;transition:border-color .18s,background-color .18s}.redirect-destination:hover{border-color:#bbb8ed;background:#f5f4ff}.redirect-destination-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:6px;background:#e9f7f4;color:var(--teal)}.redirect-destination-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redirect-destination-copy{min-width:0}.redirect-destination-copy small,.redirect-destination-copy strong,.redirect-destination-copy code{display:block}.redirect-destination-copy small{color:#7a8290;font-size:9px;font-weight:900;text-transform:uppercase}.redirect-destination-copy strong{margin-top:3px;font-size:15px}.redirect-destination-copy code{margin-top:5px;overflow:hidden;color:#565e6d;font:600 12px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.redirect-timer{height:6px;margin-top:24px;overflow:hidden;border-radius:3px;background:#e9ebef}.redirect-timer span{display:block;width:100%;height:100%;background:var(--primary);transform-origin:left;animation:redirect-progress 5s linear forwards}.redirect-actions{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.redirect-actions>span{color:#7a8290;font-size:11px;font-weight:750}.redirect-continue{min-height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:var(--primary);color:#fff;text-decoration:none;font-size:13px;font-weight:900}.redirect-continue:hover{background:var(--primary-dark)}.redirect-footer{margin-top:auto;padding-top:28px;display:flex;align-items:center;justify-content:center;gap:24px}.redirect-footer a{color:#646b78;font-size:12px;font-weight:800;text-decoration:none}.redirect-footer a:hover{color:var(--primary)}@keyframes redirect-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:650px){.redirect-main{width:min(100% - 24px,820px);padding-top:34px}.redirect-brand{gap:12px}.redirect-brand img{width:76px;height:76px;flex-basis:76px}.redirect-brand>span{font-size:38px}.redirect-content{margin-top:26px;padding:26px 18px}.redirect-content h1{font-size:27px}.redirect-destination{grid-template-columns:42px minmax(0,1fr);padding:14px 12px}.redirect-destination-icon{width:42px;height:42px}.redirect-actions{align-items:stretch;flex-direction:column}.redirect-continue{width:100%}.redirect-actions>span{text-align:center}}@media(prefers-reduced-motion:reduce){.redirect-timer span{animation:none}}

/* Saved light/dark appearance. */
html[data-theme="dark"]{
  --bg:#101218;
  --surface:#191c24;
  --ink:#f3f5f8;
  --muted:#a9b0bd;
  --line:#343945;
  --primary:#8d88ff;
  --primary-dark:#aaa7ff;
  --teal:#39c8ae;
  --coral:#ff7d77;
  --success:#43c7a6;
  --shadow-sm:0 8px 24px rgba(0,0,0,.2);
  --shadow-lg:0 24px 70px rgba(0,0,0,.34);
  background:#101218;
}
html[data-theme="dark"] body,
html[data-theme="dark"] body.home-page,
html[data-theme="dark"] body.account-page,
html[data-theme="dark"] body.legal-page,
html[data-theme="dark"] body.contact-page,
html[data-theme="dark"] body.admin-page,
html[data-theme="dark"] body.lb-dashboard-body{background:var(--bg);color:var(--ink)}
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .home-page .site-header,
html[data-theme="dark"] .home-page .home-main,
html[data-theme="dark"] .home-page .hero,
html[data-theme="dark"] .home-page .site-footer,
html[data-theme="dark"] .account-header,
html[data-theme="dark"] .account-stage,
html[data-theme="dark"] .account-page .site-footer,
html[data-theme="dark"] .legal-page .site-header,
html[data-theme="dark"] .contact-page .site-header{background:var(--bg)}
html[data-theme="dark"] .site-header{border-color:var(--line)}
html[data-theme="dark"] .top-link,
html[data-theme="dark"] .account-home,
html[data-theme="dark"] .theme-toggle{color:#d8dce5}
html[data-theme="dark"] .account-home{border-color:var(--line);background:var(--surface)}
html[data-theme="dark"] .top-link:hover,
html[data-theme="dark"] .top-link.active,
html[data-theme="dark"] .account-home:hover,
html[data-theme="dark"] .theme-toggle:hover{background:#272b36;color:#c2bfff}
html[data-theme="dark"] .top-link-solid{border-color:var(--primary);background:var(--primary);color:#101218}
html[data-theme="dark"] .hero,
html[data-theme="dark"] .site-footer{background:var(--surface)}
html[data-theme="dark"] .hero-brand-name,
html[data-theme="dark"] .legal-brand>span,
html[data-theme="dark"] .account-brand-name,
html[data-theme="dark"] .sidebar-brand>span{color:#f0f2f7;text-shadow:none}
html[data-theme="dark"] .url-box,
html[data-theme="dark"] .auth-card,
html[data-theme="dark"] .contact-panel,
html[data-theme="dark"] .result,
html[data-theme="dark"] .copy-button,
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field textarea{border-color:var(--line);background:var(--surface);color:var(--ink)}
html[data-theme="dark"] .url-label{border-color:var(--line)}
html[data-theme="dark"] .input,
html[data-theme="dark"] .account-input-wrap input,
html[data-theme="dark"] .contact-field input,
html[data-theme="dark"] .contact-field textarea{color:var(--ink)}
html[data-theme="dark"] .input::placeholder,
html[data-theme="dark"] .account-input-wrap input::placeholder,
html[data-theme="dark"] .contact-field input::placeholder,
html[data-theme="dark"] .contact-field textarea::placeholder{color:#7f8796}
html[data-theme="dark"] .notice{border-color:#70423f;background:#2b1e20;color:#ffb0ab}
html[data-theme="dark"] .notice.ok,
html[data-theme="dark"] .result{border-color:#285e54;background:#162923;color:#76dac4}
html[data-theme="dark"] .result a{color:#8de3d1}
html[data-theme="dark"] .copy-button{color:var(--teal)}
html[data-theme="dark"] .legal-section p,
html[data-theme="dark"] .legal-list,
html[data-theme="dark"] .legal-meta,
html[data-theme="dark"] .terms-copy p{color:#b6bdc9}
html[data-theme="dark"] .legal-toc a,
html[data-theme="dark"] .footer-links a{color:#b4bbc7}
html[data-theme="dark"] .account-panel{border-color:var(--line);background:rgba(25,28,36,.98)}
html[data-theme="dark"] .account-tabs button{border-color:#3a3f4c;color:#929aa9}
html[data-theme="dark"] .account-free-note{border-color:#285e54;background:#162923;color:#7bdac5}
html[data-theme="dark"] .account-free-note small{color:#a5c9bf}
html[data-theme="dark"] .account-type span,
html[data-theme="dark"] .account-password-rules li{border-color:#383e4a;background:#20232c;color:#aab1bd}
html[data-theme="dark"] .account-type input:checked+span{border-color:var(--primary);background:#292744;color:#c3c0ff}
html[data-theme="dark"] .account-input-wrap,
html[data-theme="dark"] .contact-field input,
html[data-theme="dark"] .contact-field textarea{border-color:#3b424f;background:#20242d;color:#a5adba}
html[data-theme="dark"] .account-input-wrap:focus-within,
html[data-theme="dark"] .contact-field input:focus,
html[data-theme="dark"] .contact-field textarea:focus{background:#171a21}
html[data-theme="dark"] .account-feature{border-color:var(--line)}
html[data-theme="dark"] .account-feature-icon{background:#292744}
html[data-theme="dark"] .account-feature-create .account-feature-icon{background:#15312b}
html[data-theme="dark"] .account-feature-visits .account-feature-icon{background:#352326}
html[data-theme="dark"] .account-feature strong,
html[data-theme="dark"] .contact-heading h2,
html[data-theme="dark"] .contact-intro h1{color:var(--ink)}
html[data-theme="dark"] .dash-shell,
html[data-theme="dark"] .admin-page{background:var(--bg)}
html[data-theme="dark"] .sidebar,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .metric{border-color:var(--line);background:var(--surface)}
html[data-theme="dark"] .nav a{color:#c1c7d1}
html[data-theme="dark"] .nav a.active,
html[data-theme="dark"] .nav a:hover{background:#292744;color:#c4c1ff}
html[data-theme="dark"] .table th{background:#22262f}
html[data-theme="dark"] .table td,
html[data-theme="dark"] .admin-table td{color:#c2c8d2}
html[data-theme="dark"] .compact-list>div,
html[data-theme="dark"] .breakdown-list>div{border-color:var(--line)}
html[data-theme="dark"] .compact-list>div>span,
html[data-theme="dark"] .breakdown-list>div,
html[data-theme="dark"] .traffic-day>strong{color:#c2c8d2}
html[data-theme="dark"] .admin-live{border-color:#28665a;background:#172a25;color:#7fdec9}
html[data-theme="dark"] .admin-table code{background:#252a34;color:#d6dbe4}
html[data-theme="dark"] .status-success{background:#18352f;color:#70d7c0}
html[data-theme="dark"] .status-failed{background:#382326;color:#ffaaa4}
html[data-theme="dark"] .status-role{background:#292744;color:#bebaff}
html[data-theme="dark"] .lb-app-shell{background:var(--bg)}
html[data-theme="dark"] .lb-sidebar{border-color:var(--line);background:rgba(25,28,36,.98);box-shadow:0 14px 35px rgba(0,0,0,.28)}
html[data-theme="dark"] .lb-side-logo,
html[data-theme="dark"] .lb-side-user,
html[data-theme="dark"] .lb-side-icon{border-color:var(--line);background:#20232c}
html[data-theme="dark"] .lb-side-logo>span{color:#f0f2f7}
html[data-theme="dark"] .lb-side-user span,
html[data-theme="dark"] .lb-side-user small,
html[data-theme="dark"] .lb-dash-toolbar p{color:var(--muted)}
html[data-theme="dark"] .lb-side-link{color:#c2c8d2}
html[data-theme="dark"] .lb-side-link:hover,
html[data-theme="dark"] .lb-side-link.is-active{border-color:#454176;background:#292744;color:#c5c2ff}
html[data-theme="dark"] .lb-side-footer{border-color:var(--line)}
html[data-theme="dark"] .lb-personal-path-toggle{color:#d8dce5!important}
html[data-theme="dark"] .lb-personal-path-head>div>span,
html[data-theme="dark"] .lb-personal-path-help{color:#a4acb9}
html[data-theme="dark"] .lb-side-button.secondary,
html[data-theme="dark"] .theme-toggle-sidebar{border-color:#454176;background:#292744;color:#c5c2ff}
html[data-theme="dark"] .lb-filter,
html[data-theme="dark"] .lb-form-card,
html[data-theme="dark"] .lb-card,
html[data-theme="dark"] .lb-metric,
html[data-theme="dark"] .lb-result{border-color:var(--line);background:var(--surface);box-shadow:0 14px 35px rgba(0,0,0,.2)}
html[data-theme="dark"] .lb-filter input,
html[data-theme="dark"] .lb-filter select,
html[data-theme="dark"] .lb-create-form input,
html[data-theme="dark"] .lb-password-form input,
html[data-theme="dark"] .lb-personal-path-entry{border-color:#3c424f;background:#20242d;color:var(--ink)}
html[data-theme="dark"] .lb-personal-path-entry input{border-color:#3c424f;background:#171a21;color:var(--ink)}
html[data-theme="dark"] .lb-create-path-preview input{color:#c5c2ff}
html[data-theme="dark"] .lb-table th{background:#22262f;color:#a7afbc}
html[data-theme="dark"] .lb-table td{border-color:var(--line);color:#c0c6d1}
html[data-theme="dark"] .lb-new-link-row td{background:#17312b}
html[data-theme="dark"] .lb-copy-icon{border-color:#454176;background:#292744;color:#bbb8ff}
html[data-theme="dark"] .lb-ranked-list>a{border-color:#343945;color:#f3f5f8}
html[data-theme="dark"] .lb-ranked-list>a:hover{background:#20242d}
html[data-theme="dark"] .lb-ranked-list>a>span{color:#e5e8ee}
html[data-theme="dark"] .lb-ranked-list>a>strong{color:#c5c2ff}
html[data-theme="dark"] .lb-chart-plot{fill:#15181f;stroke:#323743}
html[data-theme="dark"] .lb-chart-grid{stroke:#3b414d}
html[data-theme="dark"] .lb-chart-axis,
html[data-theme="dark"] .lb-chart-axis-date{fill:#a3abb8}
html[data-theme="dark"] .lb-country-donut-base{stroke:#303540}
html[data-theme="dark"] .lb-country-total{fill:#f3f5f8}
html[data-theme="dark"] .lb-country-total-label{fill:#a9b0bd}
html[data-theme="dark"] .lb-country-legend button{color:#e5e8ee}
html[data-theme="dark"] .lb-country-legend small,
html[data-theme="dark"] .lb-card-head small{color:#a9b0bd}
html[data-theme="dark"] .lb-dashboard-country-row{border-color:#343945}html[data-theme="dark"] .lb-dashboard-country-row small{color:#a9b0bd}html[data-theme="dark"] .lb-dashboard-country-row>b{color:#f3f5f8}
html[data-theme="dark"] .lb-country-legend button:hover,
html[data-theme="dark"] .lb-country-legend button[aria-pressed="true"],
html[data-theme="dark"] .lb-country-activity-columns{border-color:var(--line);background:#22262f}
html[data-theme="dark"] .lb-country-color-0{color:#8d88ff}
html[data-theme="dark"] .lb-country-color-1{color:#39c8ae}
html[data-theme="dark"] .lb-country-color-2{color:#ff7d77}
html[data-theme="dark"] .lb-country-color-3{color:#68b5e7}
html[data-theme="dark"] .lb-country-color-4{color:#f2bd50}
html[data-theme="dark"] .lb-country-color-5{color:#e07bc3}
html[data-theme="dark"] .lb-country-color-6{color:#78c18a}
html[data-theme="dark"] .lb-country-color-7{color:#a58bea}
html[data-theme="dark"] .lb-country-color-8{color:#f29a62}
html[data-theme="dark"] .lb-country-color-9{color:#5bc3d0}
html[data-theme="dark"] .lb-country-color-10{color:#f07383}
html[data-theme="dark"] .lb-country-color-11{color:#9da7b8}
html[data-theme="dark"] .lb-country-dialog-shell{border-color:var(--line);background:#191c24;color:#f3f5f8}
html[data-theme="dark"] .lb-country-dialog-close{border-color:#3a404c;background:#22262f;color:#c0c6d1}
html[data-theme="dark"] .lb-country-visit-row{border-color:var(--line)}
html[data-theme="dark"] .lb-country-visit-row strong,
html[data-theme="dark"] .lb-country-visit-row time{color:#d9dde5}
html[data-theme="dark"] .lb-latest-modal-table{border-color:#383e4a}
html[data-theme="dark"] .lb-latest-modal-columns{background:#22262f;color:#a9b0bd}
html[data-theme="dark"] .lb-latest-modal-row{border-color:#343945;color:#c7cdd7}
html[data-theme="dark"] .lb-latest-modal-row time{color:#f3f5f8}
html[data-theme="dark"] .lb-country-more{border-color:#454176;background:#292744;color:#c2bfff}
html[data-theme="dark"] .lb-personal-path-change{border-color:#454176;background:#292744;color:#c2bfff}
html[data-theme="dark"] .lb-personal-path-change:disabled{border-color:#303540;background:#20232c;color:#747b88}
html[data-theme="dark"] .lb-link-path-setting{border-color:#383e4a;background:#20232c}
html[data-theme="dark"] .lb-link-path-setting>div span{color:#a4acb9}
html[data-theme="dark"] .lb-empty{border-color:#424854;background:#20242d;color:#aeb5c1}
html[data-theme="dark"] .lb-alert.ok{border-color:#285e54;background:#162923;color:#7bdac5}
html[data-theme="dark"] .lb-alert.error{border-color:#70423f;background:#2b1e20;color:#ffb0ab}
html[data-theme="dark"] .lb-mobile-menu{background:#292744;color:#fff}
html[data-theme="dark"] .lb-settings-tabs{border-color:#383e4a;background:#20232c;box-shadow:none}
html[data-theme="dark"] .lb-settings-tabs button{color:#aab1bd}
html[data-theme="dark"] .lb-settings-tabs button:hover,
html[data-theme="dark"] .lb-settings-tabs button.is-active{color:#c5c2ff}
html[data-theme="dark"] .lb-setting-row,
html[data-theme="dark"] .lb-password-rules li{border-color:#383e4a;background:#20232c;color:#aab1bd}
html[data-theme="dark"] .lb-setting-row>div>span{color:#a4acb9}
html[data-theme="dark"] .theme-toggle-settings{border:0;background:transparent;color:#d8dce5}
html[data-theme="dark"] .theme-toggle-settings:hover{background:transparent;color:#fff}
html[data-theme="dark"] .lb-pagination a{border-color:#3a404c;background:#20232c;color:#c0c6d1}
html[data-theme="dark"] .lb-pagination a:hover{border-color:#595493;background:#292744;color:#c5c2ff}
html[data-theme="dark"] .lb-pagination strong{border-color:var(--primary);background:var(--primary);color:#101218}
html[data-theme="dark"] .lb-pagination a.is-disabled{border-color:#303540;background:#191c24;color:#686f7c}
@media(max-width:520px){
  .theme-toggle-top span,
  .theme-toggle-account span{display:none}
  .theme-toggle-top,
  .theme-toggle-account{width:42px;padding:0}
}


/* LnkBit admin dashboard redesign — merged into the existing stylesheet. */
:root{--admin-bg:#f4f7fb;--admin-card:#fff;--admin-text:#172033;--admin-muted:#697386;--admin-border:#e5eaf1;--admin-primary:#2563eb;--admin-primary-soft:#eaf1ff;--admin-dark:#111827;--admin-green:#059669;--admin-red:#dc2626;--admin-amber:#d97706;--admin-shadow:0 10px 32px rgba(15,23,42,.07)}
*{box-sizing:border-box}.lnk-admin-page{margin:0;background:var(--admin-bg);color:var(--admin-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.admin-layout{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.admin-sidebar-new{position:sticky;top:0;height:100vh;padding:24px 18px;background:linear-gradient(180deg,#101827 0%,#111d33 100%);color:#fff;display:flex;flex-direction:column;z-index:20}.admin-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:4px 8px 22px}.admin-brand img{width:38px;height:38px}.admin-brand strong{font-size:22px;letter-spacing:-.5px}.admin-profile{padding:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:16px;margin-bottom:20px}.admin-profile small,.admin-profile span{display:block;color:#9fb0ca}.admin-profile strong{display:block;margin:4px 0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-nav{display:grid;gap:7px}.admin-nav a{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:11px;color:#bdc9da;text-decoration:none;font-weight:650;font-size:14px;transition:.18s}.admin-nav a:hover{color:#fff;background:rgba(255,255,255,.07)}.admin-nav a.active{color:#fff;background:#2563eb;box-shadow:0 8px 20px rgba(37,99,235,.28)}.admin-nav-icon{width:25px;height:25px;border-radius:8px;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:11px;font-weight:800}.admin-nav a.active .admin-nav-icon{background:rgba(255,255,255,.18)}.admin-sidebar-bottom{margin-top:auto;display:grid;gap:8px}.admin-sidebar-bottom a,.admin-sidebar-bottom button{width:100%;border:0;text-decoration:none;background:transparent;color:#bdc9da;padding:11px 13px;text-align:left;border-radius:11px;font:inherit;font-weight:650;cursor:pointer}.admin-sidebar-bottom a:hover,.admin-sidebar-bottom button:hover{background:rgba(255,255,255,.07);color:#fff}.admin-content{min-width:0;padding:30px}.admin-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.admin-heading-new h1{margin:4px 0 5px;font-size:27px;letter-spacing:-.7px}.admin-heading-new p{margin:0;color:var(--admin-muted);font-size:14px}.admin-kicker{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--admin-primary);text-transform:uppercase}.live-pill{display:flex;align-items:center;gap:9px;background:#ecfdf5;color:#047857;border:1px solid #c9f4df;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800;white-space:nowrap}.live-pill i{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 0 5px rgba(16,185,129,.12)}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:14px;margin-bottom:20px}.metric-card{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:16px;padding:17px;box-shadow:var(--admin-shadow);min-width:0}.metric-card .metric-label{display:block;color:var(--admin-muted);font-size:12px;font-weight:700;margin-bottom:9px}.metric-card strong{display:block;font-size:28px;line-height:1;letter-spacing:-1px}.metric-card small{display:block;color:#8a94a6;margin-top:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-card.primary{background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent}.metric-card.primary .metric-label,.metric-card.primary small{color:#dbeafe}.content-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:18px;margin-bottom:18px}.content-grid.equal{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-new{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:18px;box-shadow:var(--admin-shadow);overflow:hidden;margin-bottom:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 20px;border-bottom:1px solid var(--admin-border)}.panel-head h2{margin:2px 0 0;font-size:16px;letter-spacing:-.2px}.panel-head span{display:block;color:var(--admin-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.panel-head a{color:var(--admin-primary);text-decoration:none;font-size:13px;font-weight:750}.panel-body{padding:19px 20px}.table-scroll{overflow:auto}.admin-data-table{width:100%;border-collapse:collapse;font-size:13px}.admin-data-table th{padding:11px 13px;text-align:left;color:#798397;font-size:11px;text-transform:uppercase;letter-spacing:.055em;background:#f8fafc;border-bottom:1px solid var(--admin-border);white-space:nowrap}.admin-data-table td{padding:13px;border-bottom:1px solid #edf0f5;vertical-align:middle}.admin-data-table tbody tr:last-child td{border-bottom:0}.admin-data-table tbody tr:hover{background:#fbfdff}.cell-main{display:block;max-width:360px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cell-sub{display:block;max-width:360px;color:var(--admin-muted);font-size:11px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.02em;white-space:nowrap}.badge-human{background:#e8f8f1;color:#047857}.badge-bot{background:#fff1f2;color:#be123c}.badge-success{background:#e8f8f1;color:#047857}.badge-failed{background:#fff1f2;color:#be123c}.badge-role{background:#eef2ff;color:#4338ca}.badge-muted{background:#f1f5f9;color:#64748b}.short-link{color:var(--admin-primary);font-weight:750;text-decoration:none}.copy-mini{border:1px solid #dbe3ef;background:#fff;color:#4b5563;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:750;cursor:pointer;margin-left:6px}.copy-mini:hover{border-color:#9db8f8;color:var(--admin-primary)}.chart-wrap{display:flex;align-items:flex-end;gap:10px;height:225px;padding-top:15px;overflow-x:auto}.chart-day{min-width:42px;flex:1;display:grid;grid-template-rows:26px 1fr 22px;text-align:center;height:100%}.chart-day strong{font-size:11px;color:#657085}.chart-bar{height:100%;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:10px 10px 5px 5px;overflow:hidden}.chart-bar span{display:block;width:70%;min-height:6px;background:linear-gradient(180deg,#4f7df3,#2563eb);border-radius:8px 8px 3px 3px}.chart-day small{font-size:10px;color:#8a94a6;padding-top:6px;white-space:nowrap}.stack-list{display:grid}.stack-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 0;border-bottom:1px solid #edf0f5}.stack-item:last-child{border-bottom:0}.stack-item strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stack-item small{display:block;color:var(--admin-muted);margin-top:3px}.stack-number{font-size:15px;font-weight:850;color:var(--admin-text)}.progress-row{padding:11px 0;border-bottom:1px solid #edf0f5}.progress-row:last-child{border-bottom:0}.progress-row-top{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:8px}.progress-row-top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-track{height:7px;background:#edf2f7;border-radius:999px;overflow:hidden}.progress-track i{display:block;height:100%;background:#2563eb;border-radius:999px}.empty-box{padding:34px 20px;color:var(--admin-muted);text-align:center}.section-note{margin:-7px 0 17px;color:var(--admin-muted);font-size:12px}.mobile-nav-toggle{display:none}.visitor-card-list{display:grid;gap:10px}.visitor-card{border:1px solid var(--admin-border);border-radius:14px;padding:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.visitor-card strong{font-size:13px}.visitor-card small{display:block;color:var(--admin-muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visitor-card time{display:block;margin-top:6px;font-size:11px;color:var(--admin-muted);white-space:nowrap}.ua-text{max-width:500px;white-space:normal;word-break:break-word;color:#596579;font-size:11px;line-height:1.5}
.admin-period-filter{margin-bottom:18px;padding:16px 18px;display:grid;grid-template-columns:minmax(230px,1fr) 160px 160px auto auto;align-items:end;gap:11px;border:1px solid var(--admin-border);border-radius:16px;background:var(--admin-card);box-shadow:var(--admin-shadow)}.admin-period-filter>div span,.admin-period-filter>div strong,.admin-period-filter>div small{display:block}.admin-period-filter>div span{color:var(--admin-primary);font-size:10px;font-weight:850;text-transform:uppercase}.admin-period-filter>div strong{margin-top:4px;font-size:16px}.admin-period-filter>div small{margin-top:4px;color:var(--admin-muted);font-size:11px}.admin-period-filter label{display:grid;gap:6px;color:var(--admin-muted);font-size:10px;font-weight:800;text-transform:uppercase}.admin-period-filter input{width:100%;height:44px;padding:0 11px;border:1px solid #d9e0ea;border-radius:10px;background:#fff;color:var(--admin-text);font:inherit;font-size:12px;outline:0}.admin-period-filter input:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.admin-period-filter button,.admin-period-filter a{min-height:44px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;font:inherit;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.admin-period-filter button{background:var(--admin-primary);color:#fff;cursor:pointer}.admin-period-filter a{border-color:#d9e0ea;background:#fff;color:var(--admin-primary)}.admin-line-chart{min-height:330px}.admin-chart-legend{min-height:34px;display:flex;align-items:center;justify-content:flex-end;gap:16px;color:var(--admin-muted);font-size:11px;font-weight:750}.admin-chart-legend span{display:flex;align-items:center;gap:7px}.admin-chart-legend i{width:9px;height:9px;border-radius:50%;background:#2563eb}.admin-chart-legend .humans i{background:#14b8a6}.admin-chart-legend b{margin-left:auto;color:var(--admin-text);font-size:11px}.admin-line-chart svg{display:block;width:100%;height:300px;overflow:visible}.admin-chart-plot{fill:#f8fafc;stroke:#e9eef5}.admin-chart-grid{stroke:#dfe5ed;stroke-width:1;vector-effect:non-scaling-stroke}.admin-chart-grid.vertical{stroke-dasharray:4 8;opacity:.7}.admin-chart-axis{fill:#7b8494;font-size:11px;font-weight:750}.admin-chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.admin-chart-line.views{stroke:#2563eb}.admin-chart-line.human{stroke:#14b8a6;stroke-width:3;stroke-dasharray:8 7}.admin-chart-point{fill:#fff;stroke:#2563eb;stroke-width:3;vector-effect:non-scaling-stroke}.admin-pie-layout{min-height:250px;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:24px}.admin-donut{position:relative;width:180px;height:180px;margin:auto;display:grid;place-items:center}.admin-pie-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.admin-pie-base,.admin-pie-segment{fill:none;stroke-width:17}.admin-pie-base{stroke:#e9eef5}.admin-pie-segment{stroke:currentColor;stroke-linecap:butt}.admin-donut-center{position:relative;z-index:1;width:104px;height:104px;display:grid;align-content:center;border-radius:50%;background:var(--admin-card);box-shadow:0 0 0 1px var(--admin-border);text-align:center}.admin-donut-center strong,.admin-donut-center small{display:block}.admin-donut-center strong{font-size:27px}.admin-donut-center small{margin-top:4px;color:var(--admin-muted);font-size:10px;font-weight:800;text-transform:uppercase}.admin-pie-legend{max-height:235px;padding-right:5px;display:grid;gap:7px;overflow-y:auto}.admin-pie-row{min-height:38px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid #edf0f5;font-size:12px}.admin-pie-row:last-child{border-bottom:0}.admin-pie-row i{width:9px;height:9px;border-radius:50%;background:currentColor}.admin-pie-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-pie-row b{font-size:11px;white-space:nowrap}.admin-pie-color-0{color:#2563eb}.admin-pie-color-1{color:#14b8a6}.admin-pie-color-2{color:#f59e0b}.admin-pie-color-3{color:#ef4444}.admin-pie-color-4{color:#8b5cf6}.admin-pie-color-5{color:#0ea5e9}.admin-pie-color-6{color:#22c55e}.admin-pie-color-7{color:#64748b}.admin-pie-color-8{color:#ec4899}.admin-pie-color-9{color:#84cc16}.admin-table-more{padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--admin-border);background:#fbfdff}.admin-table-more span{color:var(--admin-muted);font-size:12px;font-weight:700}.admin-table-more button{min-height:38px;padding:0 15px;border:1px solid #cfd9e8;border-radius:9px;background:#fff;color:var(--admin-primary);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.admin-table-more button:hover{border-color:#9db8f8;background:#f4f7ff}.admin-table-more button[hidden]{display:none}.admin-security-wrap{width:min(760px,100%)}.admin-alert{margin-bottom:14px;padding:13px 15px;border:1px solid;border-radius:11px;font-size:13px;font-weight:750}.admin-alert.error{border-color:#fecdd3;background:#fff1f2;color:#be123c}.admin-alert.success{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.admin-security-intro{margin:0 0 18px;color:var(--admin-muted);font-size:13px;line-height:1.65}.admin-password-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-password-form label{display:grid;gap:7px;color:var(--admin-muted);font-size:10px;font-weight:850;text-transform:uppercase}.admin-password-form label:first-of-type{grid-column:1/-1}.admin-password-form input{width:100%;height:48px;padding:0 13px;border:1px solid #d9e0ea;border-radius:11px;background:#fff;color:var(--admin-text);font:inherit;outline:0}.admin-password-form input:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.admin-password-rules{grid-column:1/-1;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;list-style:none}.admin-password-rules li{min-height:38px;padding:8px 9px;display:flex;align-items:center;border:1px solid #e3e8ef;border-radius:9px;background:#f8fafc;color:var(--admin-muted);font-size:10px;font-weight:750}.admin-password-form button{grid-column:1/-1;justify-self:end;min-height:44px;padding:0 18px;border:0;border-radius:10px;background:var(--admin-primary);color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.admin-password-rules li{gap:8px;transition:border-color .18s,background-color .18s,color .18s}.admin-password-rules li:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#aab3c1;transition:background-color .18s,box-shadow .18s}.admin-password-rules li.valid{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.admin-password-rules li.valid:before{background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12)}.admin-password-match{grid-column:1/-1;margin:0;padding:10px 12px;border:1px solid;border-radius:9px;font-size:11px;font-weight:800}.admin-password-match[hidden]{display:none}.admin-password-match.valid{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.admin-password-match.invalid{border-color:#fecdd3;background:#fff1f2;color:#be123c}
@media(max-width:940px){.admin-layout{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.admin-sidebar-new,.admin-content{min-width:0;max-width:100%}.admin-sidebar-new{position:relative;height:auto;padding:14px}.admin-brand{padding-bottom:12px}.admin-profile{display:none}.admin-nav{max-width:100%;display:flex;overflow-x:auto;padding-bottom:3px}.admin-nav a{white-space:nowrap}.admin-sidebar-bottom{display:none}.admin-content{padding:20px}.content-grid,.content-grid.equal{grid-template-columns:minmax(0,1fr)}.admin-topline{align-items:flex-start}.live-pill{margin-top:4px}.admin-period-filter{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.admin-period-filter>div{grid-column:1/-1}}
@media(max-width:620px){.admin-content{padding:15px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-card{padding:14px}.metric-card strong{font-size:23px}.admin-heading-new h1{font-size:22px}.admin-topline{display:block}.live-pill{display:inline-flex;margin-top:13px}.panel-head,.panel-body{padding:15px}.chart-day{min-width:38px}.admin-nav a{padding:9px 11px}.admin-brand strong{font-size:19px}.admin-pie-layout{grid-template-columns:1fr}.admin-pie-legend{max-height:210px}.admin-table-more{align-items:stretch;flex-direction:column}.admin-table-more button{width:100%}.admin-period-filter,.admin-password-form,.admin-password-rules{grid-template-columns:1fr}.admin-period-filter>div,.admin-password-form label:first-of-type,.admin-password-rules,.admin-password-form button{grid-column:auto}.admin-period-filter button,.admin-period-filter a,.admin-password-form button{width:100%}.admin-chart-legend{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.admin-chart-legend b{width:100%;margin:0}.admin-line-chart svg{height:250px}}

/* CSP-safe dynamic chart/progress classes */
.visitor-side{text-align:right}
.copy-fallback-input{position:fixed;left:-9999px;top:-9999px;opacity:0;pointer-events:none}
.bar-height-0{height:0%}
.bar-height-1{height:1%}
.bar-height-2{height:2%}
.bar-height-3{height:3%}
.bar-height-4{height:4%}
.bar-height-5{height:5%}
.bar-height-6{height:6%}
.bar-height-7{height:7%}
.bar-height-8{height:8%}
.bar-height-9{height:9%}
.bar-height-10{height:10%}
.bar-height-11{height:11%}
.bar-height-12{height:12%}
.bar-height-13{height:13%}
.bar-height-14{height:14%}
.bar-height-15{height:15%}
.bar-height-16{height:16%}
.bar-height-17{height:17%}
.bar-height-18{height:18%}
.bar-height-19{height:19%}
.bar-height-20{height:20%}
.bar-height-21{height:21%}
.bar-height-22{height:22%}
.bar-height-23{height:23%}
.bar-height-24{height:24%}
.bar-height-25{height:25%}
.bar-height-26{height:26%}
.bar-height-27{height:27%}
.bar-height-28{height:28%}
.bar-height-29{height:29%}
.bar-height-30{height:30%}
.bar-height-31{height:31%}
.bar-height-32{height:32%}
.bar-height-33{height:33%}
.bar-height-34{height:34%}
.bar-height-35{height:35%}
.bar-height-36{height:36%}
.bar-height-37{height:37%}
.bar-height-38{height:38%}
.bar-height-39{height:39%}
.bar-height-40{height:40%}
.bar-height-41{height:41%}
.bar-height-42{height:42%}
.bar-height-43{height:43%}
.bar-height-44{height:44%}
.bar-height-45{height:45%}
.bar-height-46{height:46%}
.bar-height-47{height:47%}
.bar-height-48{height:48%}
.bar-height-49{height:49%}
.bar-height-50{height:50%}
.bar-height-51{height:51%}
.bar-height-52{height:52%}
.bar-height-53{height:53%}
.bar-height-54{height:54%}
.bar-height-55{height:55%}
.bar-height-56{height:56%}
.bar-height-57{height:57%}
.bar-height-58{height:58%}
.bar-height-59{height:59%}
.bar-height-60{height:60%}
.bar-height-61{height:61%}
.bar-height-62{height:62%}
.bar-height-63{height:63%}
.bar-height-64{height:64%}
.bar-height-65{height:65%}
.bar-height-66{height:66%}
.bar-height-67{height:67%}
.bar-height-68{height:68%}
.bar-height-69{height:69%}
.bar-height-70{height:70%}
.bar-height-71{height:71%}
.bar-height-72{height:72%}
.bar-height-73{height:73%}
.bar-height-74{height:74%}
.bar-height-75{height:75%}
.bar-height-76{height:76%}
.bar-height-77{height:77%}
.bar-height-78{height:78%}
.bar-height-79{height:79%}
.bar-height-80{height:80%}
.bar-height-81{height:81%}
.bar-height-82{height:82%}
.bar-height-83{height:83%}
.bar-height-84{height:84%}
.bar-height-85{height:85%}
.bar-height-86{height:86%}
.bar-height-87{height:87%}
.bar-height-88{height:88%}
.bar-height-89{height:89%}
.bar-height-90{height:90%}
.bar-height-91{height:91%}
.bar-height-92{height:92%}
.bar-height-93{height:93%}
.bar-height-94{height:94%}
.bar-height-95{height:95%}
.bar-height-96{height:96%}
.bar-height-97{height:97%}
.bar-height-98{height:98%}
.bar-height-99{height:99%}
.bar-height-100{height:100%}
.bar-width-0{width:0%}
.bar-width-1{width:1%}
.bar-width-2{width:2%}
.bar-width-3{width:3%}
.bar-width-4{width:4%}
.bar-width-5{width:5%}
.bar-width-6{width:6%}
.bar-width-7{width:7%}
.bar-width-8{width:8%}
.bar-width-9{width:9%}
.bar-width-10{width:10%}
.bar-width-11{width:11%}
.bar-width-12{width:12%}
.bar-width-13{width:13%}
.bar-width-14{width:14%}
.bar-width-15{width:15%}
.bar-width-16{width:16%}
.bar-width-17{width:17%}
.bar-width-18{width:18%}
.bar-width-19{width:19%}
.bar-width-20{width:20%}
.bar-width-21{width:21%}
.bar-width-22{width:22%}
.bar-width-23{width:23%}
.bar-width-24{width:24%}
.bar-width-25{width:25%}
.bar-width-26{width:26%}
.bar-width-27{width:27%}
.bar-width-28{width:28%}
.bar-width-29{width:29%}
.bar-width-30{width:30%}
.bar-width-31{width:31%}
.bar-width-32{width:32%}
.bar-width-33{width:33%}
.bar-width-34{width:34%}
.bar-width-35{width:35%}
.bar-width-36{width:36%}
.bar-width-37{width:37%}
.bar-width-38{width:38%}
.bar-width-39{width:39%}
.bar-width-40{width:40%}
.bar-width-41{width:41%}
.bar-width-42{width:42%}
.bar-width-43{width:43%}
.bar-width-44{width:44%}
.bar-width-45{width:45%}
.bar-width-46{width:46%}
.bar-width-47{width:47%}
.bar-width-48{width:48%}
.bar-width-49{width:49%}
.bar-width-50{width:50%}
.bar-width-51{width:51%}
.bar-width-52{width:52%}
.bar-width-53{width:53%}
.bar-width-54{width:54%}
.bar-width-55{width:55%}
.bar-width-56{width:56%}
.bar-width-57{width:57%}
.bar-width-58{width:58%}
.bar-width-59{width:59%}
.bar-width-60{width:60%}
.bar-width-61{width:61%}
.bar-width-62{width:62%}
.bar-width-63{width:63%}
.bar-width-64{width:64%}
.bar-width-65{width:65%}
.bar-width-66{width:66%}
.bar-width-67{width:67%}
.bar-width-68{width:68%}
.bar-width-69{width:69%}
.bar-width-70{width:70%}
.bar-width-71{width:71%}
.bar-width-72{width:72%}
.bar-width-73{width:73%}
.bar-width-74{width:74%}
.bar-width-75{width:75%}
.bar-width-76{width:76%}
.bar-width-77{width:77%}
.bar-width-78{width:78%}
.bar-width-79{width:79%}
.bar-width-80{width:80%}
.bar-width-81{width:81%}
.bar-width-82{width:82%}
.bar-width-83{width:83%}
.bar-width-84{width:84%}
.bar-width-85{width:85%}
.bar-width-86{width:86%}
.bar-width-87{width:87%}
.bar-width-88{width:88%}
.bar-width-89{width:89%}
.bar-width-90{width:90%}
.bar-width-91{width:91%}
.bar-width-92{width:92%}
.bar-width-93{width:93%}
.bar-width-94{width:94%}
.bar-width-95{width:95%}
.bar-width-96{width:96%}
.bar-width-97{width:97%}
.bar-width-98{width:98%}
.bar-width-99{width:99%}
.bar-width-100{width:100%}
