:root{
  --bg:#0c0f14;--bg-soft:#11151b;--card:#151a22;--card-2:#1a2029;--card-3:#202631;
  --ink:#f4f5f7;--muted:#a7adb7;--faint:#747c88;--line:rgba(255,255,255,.075);--line2:rgba(255,255,255,.12);
  --accent:#6670ff;--accent2:#9e94ff;--green:#43d38d;--gold:#ffd45c;--danger:#ff7474;--orange:#f6a44a;
  --sidebar:232px;--radius:22px;--shadow:0 28px 90px rgba(0,0,0,.34)
}


*::-webkit-scrollbar {
            width: 7px;
            background-color: transparent;
            transition: all 1;
        }

        *::-webkit-scrollbar-thumb {
          background-color: #fff;
          border-radius: 4px;
        }

        *::-webkit-scrollbar-track {
          background-color: #181a1b;
            display: none;
        }

        *::-webkit-scrollbar-button:single-button {
          display: none;
          height: 0;
          width: 0;
        }

        *::-webkit-scrollbar-button {
          display: none;
          height: 0;
          width: 0;
        }


*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans Armenian","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{color:inherit}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#9892ff;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.rich-copy{color:var(--muted);font-size:14px;line-height:1.72}.rich-copy p{margin:0 0 12px}.rich-copy p:last-child{margin-bottom:0}.rich-copy strong,.rich-copy b{color:#eef0f3}.rich-copy ul,.rich-copy ol{margin:8px 0 0;padding-left:21px}.rich-copy li+li{margin-top:7px}.rich-copy a{color:#aaa4ff}.rich-copy.compact{font-size:13px;line-height:1.65;overflow-y: auto; max-height: 25dvh;padding-bottom: 15px;}.brand-mark{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:url("https://carpark.am/shared/logo/2.0/mainlogo_white.png") center/76% auto no-repeat;border:1px solid var(--line);box-shadow:0 6px 18px rgba(0,0,0,.16);overflow:hidden}.primary-btn,.secondary-btn,.save-btn{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:700;transition:.18s ease}.primary-btn{min-height:44px;padding:0 19px;background:linear-gradient(135deg,#5360ff,#7565f6);color:#fff;box-shadow:0 9px 28px rgba(92,92,255,.2)}.primary-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.primary-btn:disabled{opacity:.6;cursor:wait;transform:none}.secondary-btn{min-height:38px;padding:0 14px;background:#20252d;color:#d7dae0;border:1px solid var(--line)}.secondary-btn:hover{border-color:var(--line2);background:#242a34}.icon-btn{width:38px;height:38px;border:0;border-radius:50%;background:#20252d;color:#c8ccd3;display:grid;place-items:center;cursor:pointer}.deadline-pill{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:9px 12px;border:1px solid rgba(101,112,255,.22);border-radius:999px;background:rgba(101,112,255,.08);color:#b9b7ff;font-size:11px}.deadline-pill.light{background:rgba(255,255,255,.04);border-color:var(--line2);color:#c6cad0}.form-error{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border-radius:12px;background:rgba(255,116,116,.08);color:#ff9292;font-size:12px;line-height:1.5}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

/* Access states */
.state-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 75% 12%,rgba(86,94,255,.16),transparent 27%),var(--bg)}.state-card{width:min(100%,620px);padding:42px;border-radius:28px;border:1px solid var(--line);background:rgba(21,26,34,.94);box-shadow:var(--shadow)}.state-card .brand-mark{margin-bottom:24px}.state-card h1{font-size:38px;line-height:1.08;letter-spacing:-.04em;margin:12px 0}.state-card p{color:var(--muted);font-size:14px;line-height:1.7}
.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 16% 10%,rgba(85,96,255,.18),transparent 30%),radial-gradient(circle at 88% 85%,rgba(121,85,255,.1),transparent 28%),var(--bg)}.login-shell{width:min(1200px,100%);min-height:650px;display:grid;grid-template-columns:.92fr 1.02fr;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#11151b;box-shadow:var(--shadow);animation:loginIn .55s cubic-bezier(.2,.8,.2,1)}@keyframes loginIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.login-intro{padding:42px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 80% 5%,rgba(99,103,255,.22),transparent 30%),linear-gradient(155deg,#141824,#101319)}.top-brand{display:flex;align-items:center;gap:10px}.top-brand b,.top-brand span{display:block}.top-brand b{font-size:14px}.top-brand span{margin-top:2px;color:var(--faint);font-size:11px}.login-copy{max-width:570px}.login-copy h1{font-size:42px;line-height:1.03;letter-spacing:-.045em;margin:12px 0 20px}.login-panel{display:grid;place-items:center;padding:42px}.login-card{width:min(100%,600px)}.login-card-head{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.confidential-head{display:flex;align-items:center;gap:7px;color:#a5a0ff;font-size:12px;font-weight:800}.invite-for{margin-top:18px}.invite-for span,.invite-for small,.invite-for strong{display:block}.invite-for span{color:var(--faint);font-size:11px}.invite-for strong{font-size:19px;margin-top:4px}.invite-for small{color:var(--muted);font-size:12px;margin-top:3px}.confidentiality-copy{padding:14px;border:1px solid var(--line);border-radius:15px;background:#10141a;margin-bottom:20px;max-height:150px;overflow:auto}.password-label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.password-field{position:relative}.password-field input{width:100%;height:48px;padding:0 48px 0 14px;border:1px solid var(--line);border-radius:14px;background:#171c24;color:#fff;outline:none;font-size:14px}.password-field input:focus{border-color:rgba(106,112,255,.45);box-shadow:0 0 0 4px rgba(102,112,255,.08)}.password-field button{position:absolute;right:7px;top:7px;width:34px;height:34px;border:0;border-radius:10px;background:#202630;color:#9ca3ae;cursor:pointer}.check-row{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:flex-start;margin:15px 0;color:#9fa5af;font-size:12px;line-height:1.55}.check-row input{margin-top:3px;accent-color:var(--accent)}.login-submit{width:100%;margin-top:5px}

/* Tester application shell */
.tester-body{min-height:100vh;background:radial-gradient(circle at 80% -10%,rgba(91,80,255,.11),transparent 28%),var(--bg)}.tester-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) 1fr}.tester-sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar);padding:18px 14px;display:flex;flex-direction:column;border-right:1px solid var(--line);background:rgba(14,17,23,.94);backdrop-filter:blur(24px);z-index:50}.tester-brand{display:flex;align-items:center;gap:10px;padding:4px 5px 22px;text-decoration:none}.tester-brand .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:12px}.tester-brand strong,.tester-brand span{display:block}.tester-brand strong{font-size:13px}.tester-brand span{font-size:11px;color:#7d8490;margin-top:2px}.tester-nav{display:grid;gap:5px}.side-link{height:44px;padding:0 12px;border-radius:13px;display:grid;grid-template-columns:20px 1fr auto;gap:9px;align-items:center;color:#8d949e;text-decoration:none;font-size:12px;font-weight:600;transition:.18s}.side-link i{font-size:18px}.side-link:hover{background:#151a22;color:#d8dbe1}.side-link.is-active{background:linear-gradient(90deg,rgba(102,112,255,.15),rgba(102,112,255,.06));color:#c7c4ff;border:1px solid rgba(102,112,255,.13)}.side-link b{min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:10px}.sidebar-test-meta{margin-top:auto;padding:14px 12px;border-radius:15px;background:#121720;border:1px solid var(--line)}.sidebar-test-meta>span{font-size:11px;font-weight:700;color:#a9a4ff}.mini-progress{height:4px;border-radius:99px;background:#282d36;overflow:hidden;margin:10px 0 8px}.mini-progress i{height:100%;display:block;background:linear-gradient(90deg,#5964ff,#9d8cff);border-radius:inherit}.sidebar-test-meta small{font-size:10.5px;color:#7d8490}.sidebar-user{display:grid;grid-template-columns:34px 1fr 30px;gap:8px;align-items:center;padding:16px 5px 2px}.sidebar-avatar{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#565fff,#8d7bff);display:grid;place-items:center;font-size:13px;font-weight:800}.sidebar-user strong,.sidebar-user span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user strong{font-size:11px}.sidebar-user span{font-size:10px;color:#737b87;margin-top:2px}.sidebar-user>a{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:#777f8b;text-decoration:none}.sidebar-user>a:hover{background:#1a2029;color:#fff}.tester-main{grid-column:2;min-width:0}.tester-topbar{position:sticky;top:0;z-index:40;height:66px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(12,15,20,.78);backdrop-filter:blur(22px)}.topbar-title span,.topbar-title strong{display:block}.topbar-title span{font-size:10.5px;color:#727985}.topbar-title strong{font-size:13px;margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:8px}.countdown-chip{height:35px;padding:0 12px;border-radius:999px;border:1px solid var(--line);display:flex;align-items:center;gap:7px;color:#949ba6;font-size:10.5px;background:#151a21}.countdown-chip i{color:#8f8aff}.topbar-profile,.mobile-menu{width:35px;height:35px;border-radius:50%;border:1px solid var(--line);background:#171c23;color:#9ba2ad;display:grid;place-items:center;text-decoration:none}.mobile-menu{display:none;cursor:pointer}.tester-page{width:min(calc(100% - 54px),1320px);margin:0 auto;padding:32px 0 72px}.reveal{opacity:0;transform:translateY(10px);transition:opacity .42s ease,transform .42s ease}.reveal.is-visible{opacity:1;transform:none}

/* Dashboard */
.dashboard-hero{min-height:195px;padding:28px 30px;border:1px solid var(--line);border-radius:26px;background:radial-gradient(circle at 84% 18%,rgba(108,98,255,.18),transparent 28%),linear-gradient(145deg,#171c25,#12161d);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;overflow:hidden}.dashboard-hero h1{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 9px}.dashboard-hero p{max-width:700px;color:#969da8;font-size:13px;line-height:1.7;margin:0}.hero-progress{display:flex;align-items:center;gap:16px;min-width:270px}.progress-ring{--progress:0;position:relative;width:94px;height:94px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#7c70ff calc(var(--progress)*1%),#282d36 0)}.progress-ring:after{content:"";position:absolute;inset:6px;border-radius:50%;background:#171c24} .progress-ring strong,
    .progress-ring span{
        position:relative;
        z-index:1;
        grid-area:1 / 1;
        display:block;
        text-align:center;
    }
    
    .progress-ring strong{
        font-size:19px;
        line-height:1;
        transform:translateY(-7px);
    }
    
    .progress-ring span{
        font-size:9px;
        line-height:1;
        color:#7e8691;
        transform:translateY(12px);
    }.hero-progress>div:last-child b,.hero-progress>div:last-child small,.hero-progress>div:last-child span{display:block}.hero-progress>div:last-child b{font-size:18px}.hero-progress>div:last-child small{font-size:10.5px;color:#777f8b;margin:3px 0 10px}.hero-progress>div:last-child span{font-size:11px;color:#aaa6ff}.dashboard-section{margin-top:30px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.section-head h2{font-size:24px;letter-spacing:-.035em;margin:5px 0 0}.grid-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter-pills{display:flex;gap:4px;padding:3px;border-radius:999px;background:#141920;border:1px solid var(--line)}.filter-pills button{height:29px;padding:0 11px;border:0;border-radius:999px;background:transparent;color:#777f8a;font-size:10.5px;cursor:pointer}.filter-pills button.is-active{background:#252b36;color:#eceef2}.sort-select{height:36px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#141920;display:flex;align-items:center;gap:6px;color:#7f8792}.sort-select select{border:0;outline:0;background:transparent;color:#9ca3ad;font-size:10.5px;padding-right:2px}.test-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.test-grid-card{--delay:0ms;display:block;border-radius:20px;border:1px solid var(--line);background:#151a22;overflow:hidden;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;transition-delay:var(--delay)}.test-grid-card:hover{transform:translateY(-3px);border-color:rgba(116,111,255,.28);box-shadow:0 18px 48px rgba(0,0,0,.18)}.test-grid-card[hidden]{display:none}.grid-card-media{height:172px;display:grid;place-items:center;position:relative;background:#10141a;overflow:hidden}.grid-card-media img{width:100%;height:100%;object-fit:cover;object-position:center}.grid-card-media>i{font-size:42px;color:#7078ff}.confidential-stamp{position:absolute;bottom:8px;left:9px;padding:4px 7px;border-radius:999px;background:rgba(10,12,17,.72);backdrop-filter:blur(8px);color:#9ba1aa;font-size:8px;font-weight:800;letter-spacing:.09em}.grid-card-body{padding:16px 16px 15px}.grid-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.grid-kicker{font-size:9.5px;color:#858d99;font-weight:800;letter-spacing:.07em}.new-dot{width:8px;height:8px;border-radius:50%;background:#00ff00;box-shadow:0 0 0 0 rgb(172 255 183 / 55%);animation:pulseDot 1.55s infinite;flex:0 0 8px}@keyframes pulseDot{0%{box-shadow:0 0 0 0 rgb(102 255 140 / 48%)}70%{box-shadow:0 0 0 7px rgba(102,104,255,0)}100%{box-shadow:0 0 0 0 rgba(102,104,255,0)}}.test-grid-card h3{font-size:16px;line-height:1.36;margin:7px 0 15px;min-height:44px}.grid-card-status{min-height:25px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#777f8b;font-size:10.5px}.grid-card-status span{display:flex;align-items:center;gap:6px}.grid-card-status span.rated{color:#dbca78}.grid-card-status span.rated i{color:var(--gold)}.grid-card-status span.new{color:#9b97ff}.empty-filter{padding:45px;text-align:center;border:1px dashed var(--line2);border-radius:20px;color:#777f8b}.empty-filter i,.empty-filter strong,.empty-filter span{display:block}.empty-filter i{font-size:28px;margin-bottom:8px}.empty-filter strong{color:#c9cdd3;font-size:14px}.empty-filter span{font-size:11px;margin-top:4px}.text-link{display:inline-flex;align-items:center;gap:6px;color:#9791ff;text-decoration:none;font-size:11px}.publication-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.publication-preview{position:relative;display:grid;grid-template-columns:42px 1fr auto;gap:12px;padding:15px;border-radius:17px;border:1px solid var(--line);background:#141920;text-decoration:none}.publication-icon{width:42px;height:42px;border-radius:13px;background:rgba(101,112,255,.1);color:#8a91ff;display:grid;place-items:center;font-size:19px}.publication-preview div>span{color:#767e89;font-size:9.5px}.publication-preview h3{font-size:13px;margin:4px 0}.publication-preview p{font-size:10.5px;color:#8f96a1;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Page common */
.page-heading{max-width:820px;margin-bottom:24px}.page-heading h1{font-size:36px;letter-spacing:-.045em;margin:8px 0 8px}.page-heading p{font-size:13px;line-height:1.65;color:#9299a4;margin:0}.back-link,.item-breadcrumb a{display:inline-flex;align-items:center;gap:7px;color:#8e96a1;text-decoration:none;font-size:11px}.back-link:hover,.item-breadcrumb a:hover{color:#fff}

/* Test item page */
.item-page{max-width:1240px;margin:0 auto}.item-breadcrumb{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;color:#747c88;font-size:10px}.item-hero{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;margin-bottom:23px}.item-icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,rgba(102,112,255,.18),rgba(102,112,255,.06));border:1px solid rgba(102,112,255,.16);display:grid;place-items:center;color:#8e94ff;font-size:23px}.item-hero h1{font-size:32px;line-height:1.14;letter-spacing:-.04em;margin:6px 0 5px}.viewed-state{display:inline-flex;align-items:center;gap:5px;color:#6fd6a5;font-size:10px}.item-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:17px;align-items:start}.item-primary{min-width:0}.item-copy,.focus-box,.item-feedback{border-radius:20px;border:1px solid var(--line);background:#151a22}.item-copy{padding:22px}.focus-box{margin-top:12px;padding:19px 20px;background:#131820}.focus-caption{display:flex;align-items:center;gap:7px;color:#a8a3ff;font-size:11px;font-weight:700;margin-bottom:10px}.focus-copy{font-size:13px}.focus-copy ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 25px;margin-top:0}.focus-copy li+li{margin-top:0}.theme-tabs{display:flex;gap:6px;margin:15px 0 8px}.theme-tab{height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#151a22;color:#7f8792;display:flex;align-items:center;gap:6px;font-size:10.5px;cursor:pointer}.theme-tab.is-active{background:#252b38;color:#d6d4ff;border-color:rgba(112,105,255,.26)}.screenshots{margin-top:14px}.screenshots.has-tabs{margin-top:8px}.screenshot-frame{display:none;margin:0}.screenshot-frame.is-active{display:block}.media-stage{padding:10px;border:1px solid var(--line);border-radius:19px;background:#11151b;text-align:center}.image-open{position:relative;display:inline-block;max-width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.image-open img{display:block;max-width:100%;width:auto;height:auto;max-height:670px;margin:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.16)}.zoom-pill{position:absolute;right:8px;top:8px;height:29px;padding:0 9px;border-radius:999px;background:rgba(10,12,17,.76);backdrop-filter:blur(10px);display:flex;align-items:center;gap:5px;color:#c4c8ce;font-size:10px}.image-watermark{position:absolute;left:10px;bottom:8px;padding:4px 7px;border-radius:999px;background:rgba(10,12,17,.62);color:rgba(255,255,255,.65);font-size:9px;letter-spacing:.04em;pointer-events:none}.screenshot-frame figcaption{text-align:center;color:#777f8b;font-size:10.5px;margin-top:7px}.item-feedback{position:relative}.feedback-sticky{position:sticky;top:84px;padding:20px}.item-feedback h2{font-size:20px;margin:7px 0 5px}.item-feedback>div>p{font-size:11.5px;color:#858d98;line-height:1.55;margin:0 0 18px}.rating-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rating-head>span{font-size:11px;color:#aab0b9;font-weight:700}.rating-head strong{font-size:18px}.rating-head small{font-size:10px;color:#777e89;margin-left:2px}.rating-stars{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;padding:8px;border-radius:13px;background:#10141a;border:1px solid var(--line);margin-bottom:18px}.star-btn{width:100%;height:31px;border:0;background:transparent;border-radius:8px;color:#4e5662;cursor:pointer;transition:.12s}.star-btn i{font-size:19px;pointer-events:none}.star-btn.is-on,.star-btn.is-preview,.star-btn:hover{color:var(--gold);background:rgba(255,212,92,.045)}.comment-label{display:flex;justify-content:space-between;gap:8px;margin-bottom:7px;font-size:11px;font-weight:700}.comment-label span{font-size:9.5px;color:#747c88;font-weight:500}.item-feedback textarea{width:100%;min-height:126px;resize:vertical;border:1px solid var(--line);border-radius:13px;background:#10141a;color:#e7e9ed;padding:12px;outline:none;font-size:12.5px;line-height:1.6}.item-feedback textarea:focus{border-color:rgba(105,112,255,.35)}.save-status{min-height:31px;display:flex;align-items:center;gap:6px;color:#7e8791;font-size:10.5px}.save-status i{color:var(--green)}.save-status.is-error{color:#ff8d8d}.save-btn{width:100%;height:42px;background:#252b37;color:#d8dbe0;border:1px solid var(--line)}.save-btn:hover{background:#2a3040;border-color:rgba(112,108,255,.22)}.item-pagination{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.item-pagination>a{min-height:64px;padding:11px 14px;border:1px solid var(--line);border-radius:16px;background:#131820;display:flex;align-items:center;gap:10px;text-decoration:none;color:#9299a4}.item-pagination>a.next{justify-content:flex-end;text-align:right}.item-pagination span,.item-pagination small{display:block}.item-pagination span{font-size:10px}.item-pagination small{font-size:11.5px;color:#d4d7dc;margin-top:3px}

/* Publications */
.publication-list{display:grid;gap:10px;max-width:1400px}.publication-card{position:relative;display:grid;grid-template-columns:46px 1fr auto auto;gap:13px;align-items:center;padding:17px;border-radius:18px;border:1px solid var(--line);background:#151a22;text-decoration:none;transition:.18s}.publication-card:hover{transform:translateY(-1px);border-color:var(--line2)}.publication-card.is-unread{border-color:rgba(102,112,255,.18);background:linear-gradient(90deg,rgba(102,112,255,.07),#151a22 28%)}.publication-card-copy>div{display:flex;gap:10px;align-items:center}.publication-card-copy>div span{font-size:9.5px;color:#9c97ff;font-weight:700}.publication-card-copy time{font-size:9.5px;color:#717985}.publication-card h2{font-size:15px;margin:5px 0}.publication-card p{font-size:11px;color:#8d949f;margin:0;line-height:1.5}.publication-card>i{color:#646c78}.publication-detail{max-width:1400px;padding:25px;border:1px solid var(--line);border-radius:22px;background:#151a22}.publication-detail-icon{width:48px;height:48px;border-radius:15px;background:rgba(102,112,255,.11);color:#8d93ff;display:grid;place-items:center;font-size:21px;margin:25px 0 15px}.publication-detail h1{font-size:31px;line-height:1.15;letter-spacing:-.04em;margin:8px 0 20px}.publication-content{font-size:14px}.empty-state{padding:50px;border:1px dashed var(--line2);border-radius:20px;text-align:center;color:#747c88}.empty-state i,.empty-state strong{display:block}.empty-state i{font-size:30px}.empty-state strong{font-size:14px;color:#c8ccd2;margin-top:8px}

/* Profile */
.profile-grid{display:grid;grid-template-columns:300px minmax(0,1300px);gap:16px;align-items:start}.profile-summary,.profile-form{border:1px solid var(--line);border-radius:21px;background:#151a22}.profile-summary{padding:24px;text-align:center}.profile-avatar{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,#5963ff,#8979ff);display:grid;place-items:center;margin:0 auto 13px;font-size:25px;font-weight:800}.profile-summary h2{font-size:18px;margin:0}.profile-summary>span{display:block;color:#818995;font-size:11px;margin-top:4px}.profile-meta{display:grid;gap:7px;margin-top:22px;text-align:left}.profile-meta>div{display:grid;grid-template-columns:26px 1fr auto;gap:7px;align-items:center;padding:10px;border-radius:12px;background:#11161d}.profile-meta i{color:#8e94ff}.profile-meta span{font-size:10px;color:#7c8490}.profile-meta b{font-size:10px;color:#b7bbc2}.profile-form{padding:23px}.form-section+ .form-section{margin-top:24px;padding-top:21px;border-top:1px solid var(--line)}.form-section h3{font-size:15px;margin:0 0 13px}.profile-form label{display:grid;gap:6px;color:#b7bbc3;font-size:11px;font-weight:600}.profile-form label small{color:#707985;font-size:9.5px;font-weight:400}.profile-form input,.profile-form select,.profile-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#10141a;color:#e7e9ed;padding:0 11px;outline:none;font-size:12px}.profile-form input,.profile-form select{height:42px}.profile-form textarea{min-height:100px;padding-top:10px;resize:vertical;line-height:1.55}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{border-color:rgba(105,112,255,.34)}.profile-form input:disabled{opacity:.65}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.profile-save-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.profile-status{font-size:10.5px;display:flex;align-items:center;gap:5px}.profile-status.success{color:#65dca0}.profile-status.error{color:#ff8b8b}

/* Rules */
.rules-page{max-width:1400px;padding:28px;border-radius:22px;border:1px solid var(--line);background:#151a22}.rules-icon{width:52px;height:52px;border-radius:16px;background:rgba(102,112,255,.11);color:#9399ff;display:grid;place-items:center;font-size:23px;margin-bottom:18px}.rules-copy{font-size:14px}.rules-divider{height:1px;background:var(--line);margin:24px 0}

/* Welcome modal */
.welcome-modal{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:20px}.welcome-backdrop{position:absolute;inset:0;background:rgba(4,6,10,.72);backdrop-filter:blur(18px);animation:fadeIn .25s}.welcome-dialog{position:relative;width:min(600px,100%);min-height:80dvh;max-height:90dvh;padding:28px;border:1px solid var(--line2);border-radius:26px;background:#171c24;box-shadow:0 35px 100px rgba(0,0,0,.55);animation:welcomeIn .4s cubic-bezier(.2,.8,.2,1)}@keyframes welcomeIn{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.welcome-modal.is-closing{animation:fadeOut .26s forwards}@keyframes fadeOut{to{opacity:0;transform:scale(.985)}}.welcome-progress{display:flex;gap:5px;margin-bottom:28px}.welcome-progress i{height:3px;flex:1;border-radius:99px;background:#2c323c;transition:.25s}.welcome-progress i.is-active{background:#7373ff}.welcome-step{display:none;animation:stepIn .28s ease}.welcome-step.is-active{display:block}@keyframes stepIn{from{opacity:0;transform:translateX(9px)}to{opacity:1;transform:none}}.welcome-icon{width:54px;height:54px;border-radius:17px;background:rgba(102,112,255,.12);color:#9096ff;display:grid;place-items:center;font-size:24px;margin-bottom:17px}.welcome-step h2{font-size:29px;letter-spacing:-.04em;margin:8px 0 14px}.welcome-step>p{font-size:13px;line-height:1.7;color:#9ca3ad}.welcome-feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.welcome-feature-row span{min-height:70px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#11161d;display:flex;flex-direction:column;justify-content:center;gap:6px;font-size:10.5px;color:#aeb3bb}.welcome-feature-row i{font-size:18px;color:#8f95ff}.welcome-actions{position:absolute;left:28px;right:28px;bottom:26px;display:flex;justify-content:space-between;gap:10px}.welcome-actions .primary-btn{margin-left:auto}

/* Lightbox and toast */
.lightbox{position:fixed;inset:0;z-index:180;display:none;place-items:center;padding:20px}.lightbox.is-open{display:grid}.lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(4,6,9,.84);backdrop-filter:blur(16px)}.lightbox-dialog{position:relative;width:min(1400px,calc(100vw - 42px));max-height:calc(100vh - 42px);border:1px solid var(--line2);border-radius:20px;background:#11151b;overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.6)}.lightbox-top{height:52px;padding:0 14px 0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:11px;color:#9ca3ad}.lightbox-stage{position:relative;padding:14px;max-height:calc(100vh - 94px);overflow:auto;text-align:center}.lightbox-stage img{display:block;max-width:100%;height:auto;margin:auto;border-radius:11px}.image-watermark.large{font-size:10px;position:fixed;left:50%;bottom:32px;transform:translateX(-50%)}.toast{position:fixed;right:20px;bottom:20px;z-index:220;max-width:360px;padding:11px 14px;border-radius:12px;background:#242b36;color:#e5e7eb;border:1px solid var(--line2);box-shadow:0 12px 40px rgba(0,0,0,.35);font-size:11px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s}.toast.is-visible{opacity:1;transform:none}.toast[data-type="error"]{color:#ffabab}

@media(max-width:1100px){.test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-layout{grid-template-columns:1fr}.feedback-sticky{position:static}.item-feedback{margin-top:0}.profile-grid{grid-template-columns:260px 1fr}}
@media(max-width:820px){:root{--sidebar:215px}.tester-shell{grid-template-columns:1fr}.tester-sidebar{transform:translateX(-105%);transition:transform .25s ease;box-shadow:25px 0 70px rgba(0,0,0,.38)}.tester-sidebar.is-open{transform:none}.tester-main{grid-column:1}.mobile-menu{display:grid}.tester-topbar{padding:0 16px}.tester-page{width:min(calc(100% - 28px),1320px);padding-top:22px}.dashboard-hero{grid-template-columns:1fr}.hero-progress{min-width:0}.section-head{align-items:flex-start;flex-direction:column}.grid-tools{justify-content:flex-start}.profile-grid{grid-template-columns:1fr}.profile-summary{text-align:left;display:grid;grid-template-columns:58px 1fr;gap:12px}.profile-avatar{width:58px;height:58px;margin:0;grid-row:1/3}.profile-summary>span{grid-column:2}.profile-meta{grid-column:1/-1}.welcome-dialog{min-height:460px}}
@media(max-width:600px){.login-page{padding:10px}.login-shell{grid-template-columns:1fr;border-radius:22px}.login-intro{padding:26px 22px;min-height:290px}.login-copy h1{font-size:35px}.login-panel{padding:24px 20px}.tester-topbar{height:60px}.countdown-chip{display:none}.dashboard-hero{padding:22px;border-radius:21px}.dashboard-hero h1{font-size:29px}.test-grid{grid-template-columns:1fr}.grid-card-media{height:180px}.filter-pills{max-width:100%;overflow:auto}.filter-pills button{white-space:nowrap}.sort-select{width:100%;justify-content:space-between}.sort-select select{flex:1}.publication-preview-grid{grid-template-columns:1fr}.page-heading h1{font-size:30px}.item-hero{grid-template-columns:44px 1fr}.item-icon{width:44px;height:44px;border-radius:14px}.item-hero h1{font-size:27px}.focus-copy ul{grid-template-columns:1fr}.image-open img{max-height:470px}.rating-stars{gap:1px;padding:6px}.star-btn{height:29px}.star-btn i{font-size:18px}.item-pagination{grid-template-columns:1fr}.item-pagination>span{display:none}.form-grid{grid-template-columns:1fr}.profile-save-row{align-items:stretch;flex-direction:column}.profile-save-row .primary-btn{width:100%}.welcome-dialog{min-height:500px;padding:22px}.welcome-actions{left:22px;right:22px;bottom:21px}.welcome-feature-row{grid-template-columns:1fr}.welcome-feature-row span{min-height:50px}.publication-card{grid-template-columns:42px 1fr auto}.publication-card>.new-dot{position:absolute;right:14px;top:14px}.publication-card>i{display:none}}

/* Tester Area v0.7 additions */
.remember-row{margin-top:10px;margin-bottom:14px}.remember-row span:last-child{min-width:0}.remember-row strong{font-size:12px;color:#d7dae0}.remember-row small{font-size:10.5px;color:#747c88;line-height:1.45}.rules-reminder{margin-top:8px!important;color:#d8dbe0!important}.rules-reminder a{color:#f3a44d;text-decoration:none;font-weight:650}.rules-reminder a:hover{text-decoration:underline}.sidebar-copyright{font-size:9.5px;color:#858d99;line-height:1.4}.logout-form{margin:0}.logout-form button{width:30px;height:30px;border:0;background:transparent;display:grid;place-items:center;border-radius:9px;color:#777f8b;cursor:pointer}.logout-form button:hover{background:#1a2029;color:#fff}

.coming-soon-card{border-style:dashed;background:linear-gradient(145deg,rgba(102,112,255,.07),#151a22);cursor:default}.coming-soon-card:hover{transform:none;box-shadow:none;border-color:rgba(116,111,255,.25)}.coming-soon-media{background:radial-gradient(circle at 50% 50%,rgba(102,112,255,.16),transparent 36%),#11151b}.coming-soon-media>i{position:relative;z-index:2;font-size:38px;color:#8d91ff}.soon-orbit{position:absolute;width:92px;height:92px;border-radius:50%;border:1px dashed rgba(142,145,255,.25);animation:soonSpin 10s linear infinite}.soon-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#7474ff;right:7px;top:13px;box-shadow:0 0 18px rgba(116,116,255,.65)}@keyframes soonSpin{to{transform:rotate(360deg)}}

.empty-state span{display:block;font-size:11px;line-height:1.55;margin-top:6px}.compact-empty{padding:30px}.media-empty{margin-top:14px;padding:38px}

/* Replies from CarPark Team */
.reply-list{display:grid;gap:12px;max-width:1100px}.reply-card{position:relative;padding:20px;border:1px solid var(--line);border-radius:20px;background:#151a22}.reply-card.is-new{border-color:rgba(102,112,255,.28);background:linear-gradient(135deg,rgba(102,112,255,.07),#151a22 35%)}.reply-head{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center}.reply-icon{width:42px;height:42px;border-radius:13px;background:rgba(102,112,255,.11);color:#9296ff;display:grid;place-items:center;font-size:19px}.reply-head span{font-size:9.5px;color:#777f8b;letter-spacing:.05em}.reply-head h2{font-size:15px;margin:4px 0 0}.reply-new{align-self:start;padding:4px 7px;border-radius:999px;background:rgba(102,112,255,.14);color:#aaa7ff!important;font-size:9px!important;font-weight:800}.reply-context{margin:15px 0;padding:12px 13px;border-radius:13px;background:#11161d;border:1px solid var(--line);color:#828a96;font-size:10.5px}.reply-context>span{display:block}.reply-context strong{color:#e2d67e}.reply-context blockquote{margin:9px 0 0;padding-left:11px;border-left:2px solid rgba(102,112,255,.3);color:#9ca3ad;font-size:11.5px;line-height:1.55}.reply-message{margin-bottom:13px}.reply-message>div{display:flex;align-items:center;gap:9px;margin-bottom:7px}.reply-message strong{font-size:12px;color:#dfe2e6}.reply-message time{font-size:9.5px;color:#6f7782}.reply-message p{margin:0;color:#a7adb6;font-size:13px;line-height:1.68}.side-link b{animation:badgePop .25s ease}@keyframes badgePop{from{transform:scale(.7);opacity:.3}to{transform:none;opacity:1}}

/* DB-driven welcome */
.welcome-db-copy{max-height:calc(90dvh - 250px);overflow:auto;padding-right:4px}.welcome-db-copy ul,.welcome-db-copy ol{display:grid;gap:9px;margin-top:16px}.welcome-db-copy li{padding-left:2px}.welcome-dialog{overflow:hidden}.welcome-step{padding-bottom:76px}

/* Rules formatting for DB HTML */
.rules-copy h3,.confidentiality-copy h3{margin:26px 0 10px;font-size:17px;line-height:1.3;letter-spacing:-.02em;color:#f1f2f5}.rules-copy h3:first-child,.confidentiality-copy h3:first-child{margin-top:0}.rules-copy p,.confidentiality-copy p{margin:0 0 14px}.rules-copy ul,.confidentiality-copy ul{margin:14px 0 20px;padding-left:22px}.rules-copy li,.confidentiality-copy li{padding-left:3px;line-height:1.65}.rules-copy li+li,.confidentiality-copy li+li{margin-top:9px}.rules-copy strong,.confidentiality-copy strong{color:#eef0f4}.rules-copy blockquote,.confidentiality-copy blockquote{margin:24px 0 0;padding:16px 18px;border-left:3px solid var(--accent);border-radius:0 14px 14px 0;background:rgba(102,112,255,.07);color:#aeb3bc;line-height:1.7}

@media(max-width:600px){.reply-card{padding:16px}.reply-head{grid-template-columns:38px 1fr auto}.reply-icon{width:38px;height:38px}.coming-soon-media{height:155px}.welcome-db-copy{max-height:calc(90dvh - 230px)}}

/* =========================================================
   Tester Area v0.8 — profile password + full footer
   ========================================================= */
.tester-main{display:flex;flex-direction:column;min-height:100vh}
.tester-page{flex:1}
.profile-stack{display:grid;gap:16px;min-width:0}
.password-form{position:relative;overflow:hidden}
.password-form:before{content:"";position:absolute;right:-80px;top:-100px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(102,112,255,.11),transparent 68%);pointer-events:none}
.password-section{position:relative}
.password-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:8px}
.password-section-head h3{margin:5px 0 0!important}
.password-security-icon{width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:rgba(102,112,255,.11);color:#9896ff;display:grid;place-items:center;font-size:19px}
.password-help{margin:0 0 17px;color:#858d98;font-size:11.5px;line-height:1.6;max-width:620px}
.password-grid{margin-top:10px}
.secure-password-field{position:relative;display:block}
.secure-password-field input{padding-right:45px!important}
.secure-password-field button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:31px;height:31px;border:0;border-radius:9px;background:#1d232c;color:#777f8a;display:grid;place-items:center;cursor:pointer;transition:.16s ease}
.secure-password-field button:hover{background:#252b36;color:#d9dce1}
.secure-password-field button:focus-visible{outline:3px solid rgba(102,112,255,.2);outline-offset:1px}
.password-form .profile-status{max-width:430px;line-height:1.5}

.tester-footer{width:min(calc(100% - 54px),1320px);margin:18px auto 26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#131820,#10141a);overflow:hidden}
.tester-footer-main{padding:22px 24px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2fr);gap:34px;align-items:start}
.tester-footer-brand{display:flex;align-items:center;gap:11px;min-width:0}
.tester-footer-brand .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:11px}
.tester-footer-brand strong,.tester-footer-brand span{display:block}
.tester-footer-brand strong{font-size:13px;color:#e8eaed}
.tester-footer-brand span{font-size:10.5px;color:#727b86;margin-top:3px}
.tester-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.tester-footer-links>div{display:grid;align-content:start;gap:7px}
.tester-footer-links>div>span{font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:#676f7b;font-weight:800;margin-bottom:2px}
.tester-footer-links a{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:5px;color:#949ca7;text-decoration:none;font-size:11px;line-height:1.45;transition:.16s ease}
.tester-footer-links a:hover{color:#dddfe4}
.tester-footer-links a i{font-size:11px}
.tester-footer-links .footer-teamhub-cta{width:fit-content;padding:8px 11px;border:1px solid rgba(112,108,255,.2);border-radius:10px;background:rgba(102,112,255,.075);color:#b9b6ff;font-weight:700}.tester-footer-links .footer-teamhub-cta:hover{background:rgba(102,112,255,.14);border-color:rgba(112,108,255,.32);color:#fff}
.tester-footer-links a b{min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;display:inline-grid;place-items:center;font-size:9px}
.tester-footer-bottom{min-height:43px;padding:10px 24px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#646d79;font-size:9.5px}
.footer-confidential{display:inline-flex;align-items:center;gap:6px;color:#7772ce;font-weight:700;letter-spacing:.04em}

@media(max-width:820px){
  .tester-footer{width:min(calc(100% - 28px),1320px)}
  .tester-footer-main{grid-template-columns:1fr;gap:22px}
  .tester-footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){
  .tester-footer{margin-top:10px;border-radius:18px}
  .tester-footer-main{padding:19px}
  .tester-footer-links{grid-template-columns:1fr 1fr;gap:20px}
  .tester-footer-links>div:last-child{grid-column:1/-1}
  .tester-footer-bottom{padding:12px 19px;align-items:flex-start;flex-direction:column;gap:5px}
  .password-grid{grid-template-columns:1fr}
}

/* TeamHub multi-test switch inside Tester Area */
.tester-test-switch{display:grid;gap:6px;margin:2px 3px 14px;padding:11px;border:1px solid var(--line);border-radius:13px;background:#121720;color:#747c88;font-size:9px;font-weight:700;letter-spacing:.03em}
.tester-test-switch>.ui-select{width:100%;min-width:0}.tester-test-switch .ui-select-button{min-height:36px;height:36px;border-radius:10px;background:#171d26;padding-inline:9px}.tester-test-switch .ui-select-value{font-size:10px}.tester-test-switch .ui-select-menu{z-index:120;left:0;right:0}.tester-test-switch .ui-select-option{font-size:10.5px}
@media(max-width:820px){.tester-test-switch{margin-inline:0}}

/* Live Content workspace */
.live-workspace{margin:0;background:#090d12;color:#eef0f5;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans Armenian","Segoe UI",sans-serif;height:100vh;overflow:hidden}.live-workspace>header{height:58px;padding:0 14px;display:flex;align-items:center;gap:13px;border-bottom:1px solid rgba(255,255,255,.08);background:#11161d}.live-workspace>header>a{color:#c5c9d2;text-decoration:none}.live-workspace>header>div{flex:1}.live-workspace>header span,.live-workspace>header strong{display:block}.live-workspace>header span{font-size:8px;color:#918cff;letter-spacing:.12em}.live-workspace>header strong{font-size:13px;margin-top:2px}.live-workspace>main{height:calc(100vh - 58px);display:grid;grid-template-columns:minmax(0,1fr) 330px}.live-workspace iframe{width:100%;height:100%;border:0;background:#fff}.live-workspace aside{padding:22px;border-left:1px solid rgba(255,255,255,.08);background:#151a22;overflow:auto}.live-workspace aside textarea{width:100%;min-height:150px;margin:16px 0;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#0f141a;color:#fff;resize:vertical}.live-workspace aside .rating-stars{display:flex;gap:2px;margin-top:18px}.live-workspace aside .star-btn{padding:2px;background:none;border:0;color:#6f7480}.live-workspace aside .star-btn.is-on{color:#ffd45c}.live-workspace aside [data-live-status]{font-size:10px;color:#7f8792;line-height:1.5}@media(max-width:820px){.live-workspace>main{grid-template-columns:1fr;grid-template-rows:minmax(45vh,1fr) auto}.live-workspace aside{max-height:42vh;border-left:0;border-top:1px solid rgba(255,255,255,.08)}}
.live-detail-cover{margin-bottom:12px}.live-detail-cover img{display:block;width:100%;max-height:440px;object-fit:contain;border-radius:12px}.live-launch-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding:17px;border:1px solid rgba(102,112,255,.2);border-radius:18px;background:linear-gradient(135deg,rgba(102,112,255,.09),#131820)}.live-launch-box>div{flex:1;min-width:220px}.live-launch-box strong,.live-launch-box small{display:block}.live-launch-box strong{margin-top:5px;font-size:14px}.live-launch-box small{margin-top:4px;color:#7f8792;font-size:10.5px}.live-brand{flex:1;min-width:0}.live-panel-toggle{height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#1a2029;color:#b7bdc7;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:10px}.live-external{height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.09);border-radius:10px;display:inline-flex;align-items:center;gap:6px;font-size:10px}.live-workspace aside h2{margin:7px 0 12px;font-size:18px}.live-workspace aside>label{display:block;margin-top:15px;color:#b7bdc7;font-size:11px;font-weight:700}.live-workspace aside .rating-head{margin-top:16px}.live-workspace aside .rating-stars{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;margin:8px 0 0}.live-workspace aside .star-btn{height:32px;padding:0}.live-workspace.is-panel-collapsed>main{grid-template-columns:minmax(0,1fr) 0}.live-workspace.is-panel-collapsed aside{display:none}@media(max-width:820px){.live-workspace>header{padding-inline:9px;gap:7px}.live-panel-toggle span,.live-external{font-size:0}.live-panel-toggle,.live-external{width:34px;padding:0;justify-content:center}.live-external i{font-size:16px}.live-workspace.is-panel-collapsed>main{grid-template-rows:1fr}.live-launch-box{align-items:stretch}.live-launch-box .primary-btn,.live-launch-box .secondary-btn{width:100%}}

/* Live Content typography and link-button normalization. */
.live-workspace,.live-workspace button,.live-workspace input,.live-workspace textarea,.live-detail{font-family:"Noto Sans Armenian",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.live-workspace>header span,.live-workspace>header strong{display:initial}
.live-workspace .live-brand span,.live-workspace .live-brand strong{display:block}
.live-workspace .live-brand span{font-size:10px;line-height:1.35;color:#a8a4ff;letter-spacing:.035em;font-weight:600}
.live-workspace .live-brand strong{font-size:14px;line-height:1.35;margin-top:2px;color:#f2f3f6}
.live-workspace .live-panel-toggle span{font-size:10.5px;line-height:1.2;letter-spacing:0;color:inherit;font-weight:650}
.live-workspace aside>.eyebrow{font-size:11px;line-height:1.4;letter-spacing:.09em;color:#aaa5ff}
.primary-btn,.primary-btn:hover,.primary-btn:focus,.primary-btn:active,.primary-btn:visited,.secondary-btn,.secondary-btn:hover,.secondary-btn:focus,.secondary-btn:active,.secondary-btn:visited,.live-external,.live-external:hover,.live-external:focus,.live-external:active,.live-external:visited{text-decoration:none}
@media(max-width:820px){.live-workspace .live-panel-toggle span{font-size:0}}

/* Local TeamHub identity — shared by login, Tester Area and state pages. */
.brand-mark{background-color:#0d1218;background-image:url("../teamhub_logo.png");background-repeat:no-repeat;background-position:center;background-size:88% auto}
