
:root{
--bg:#0f172a;
--card:#111827;
--text:#f8fafc;
--muted:#94a3b8;
--line:#334155;
--brand:#22c55e;
--brand2:#16a34a;
--shadow:0 20px 50px rgba(0,0,0,.35);
}

html{scrollbar-gutter:stable;}

*{margin:0;padding:0;box-sizing:border-box;
scrollbar-width:thin;
scrollbar-color:rgba(148,163,184,.32) transparent;
}

*::-webkit-scrollbar{width:5px;height:5px}
*::-webkit-scrollbar-track{background:transparent}
*::-webkit-scrollbar-thumb{
background:rgba(148,163,184,.22);
border-radius:999px;
}
*::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.4)}

.hidden{display:none!important}

body{
font-family:Arial;
background:linear-gradient(135deg,#020617,#0f172a,#111827);
color:var(--text);
padding:30px;
min-height:100vh;
}

.wrap{max-width:1400px;margin:auto}

.app-stage:fullscreen{
max-width:none;width:100%;min-height:100vh;margin:0;
padding:24px;overflow:auto;
background:linear-gradient(135deg,#020617,#0f172a,#111827);
box-sizing:border-box;
}

body.light .app-stage:fullscreen{
background:linear-gradient(135deg,#f8fafc,#f1f5f9,#e2e8f0);
}

.masthead{
display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
gap:14px;margin-bottom:18px;padding:12px 16px;
border-radius:18px;
background:linear-gradient(135deg,rgba(30,41,59,.65),rgba(15,23,42,.5));
border:1px solid rgba(51,65,85,.85);
box-shadow:0 12px 40px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04);
backdrop-filter:blur(10px);
}

.masthead-nav,.masthead-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}

.chip-btn{
display:inline-flex;align-items:center;gap:8px;
padding:11px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.25);
cursor:pointer;font-weight:700;font-size:13px;
background:linear-gradient(165deg,rgba(51,65,85,.55),rgba(15,23,42,.75));
color:#f1f5f9;
box-shadow:0 4px 16px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.06);
transition:transform .18s,box-shadow .2s,border-color .2s,filter .2s;
}

.chip-btn:hover{
transform:translateY(-1px);
border-color:rgba(34,197,94,.45);
box-shadow:0 8px 28px rgba(34,197,94,.12),0 4px 16px rgba(0,0,0,.25);
}

.chip-btn:active{transform:translateY(0) scale(.98)}

.chip-btn.install-btn{
border-color:rgba(59,130,246,.35);
background:linear-gradient(165deg,rgba(37,99,235,.35),rgba(15,23,42,.8));
}

.chip-btn.secondary-btn{
border-color:rgba(251,191,36,.25);
}

.btn-sheen{
width:42px;height:42px;padding:0;border-radius:14px;border:1px solid rgba(148,163,184,.28);
cursor:pointer;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;
background:linear-gradient(145deg,rgba(71,85,105,.5),rgba(30,41,59,.85));
color:#e2e8f0;
box-shadow:0 4px 14px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.07);
transition:transform .15s,border-color .2s,box-shadow .2s;
}

.btn-sheen:hover{
transform:translateY(-1px);
border-color:rgba(34,197,94,.4);
box-shadow:0 6px 22px rgba(34,197,94,.1);
}

.history-dropdown{position:relative}
.history-summary{
list-style:none;display:inline-flex;align-items:center;gap:6px;
cursor:pointer;font-size:13px;font-weight:700;padding:0 12px 0 10px;
min-width:auto;width:auto;height:42px;border-radius:14px;
}
.history-summary::-webkit-details-marker{display:none}
.history-summary-label{font-size:12px;font-weight:700}

.history-dropdown-panel{
position:absolute;right:0;top:calc(100% + 10px);z-index:80;
width:min(380px,92vw);max-height:min(320px,50vh);overflow:auto;
padding:10px;border-radius:16px;
background:rgba(15,23,42,.96);
border:1px solid var(--line);
box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.history-dropdown-head{
display:flex;align-items:center;justify-content:space-between;
margin-bottom:8px;padding:4px 6px 8px;border-bottom:1px solid var(--line);
font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;
}

.history-clear-btn{
background:transparent;border:none;color:#94a3b8;font-size:12px;font-weight:600;
cursor:pointer;text-decoration:underline;padding:4px 6px;border-radius:8px;
}
.history-clear-btn:hover{color:#f8fafc}

.history-list{list-style:none;margin:0;padding:0}
.history-empty{padding:14px 10px;font-size:13px;color:var(--muted);text-align:center}

.history-row{
width:100%;text-align:left;display:grid;
grid-template-columns:1fr;gap:4px;
padding:10px 12px;margin-bottom:6px;border-radius:12px;
border:1px solid var(--line);background:#0b1220;color:var(--text);
cursor:pointer;font-size:13px;
transition:background .15s,border-color .15s;
}

.history-row:hover{border-color:#22c55e;background:#111827}

.history-when{font-size:11px;color:var(--muted)}
.history-site{font-weight:600;word-break:break-all}
.history-n{font-size:11px;color:#4ade80}

.row button.btn-analyze,.btn-analyze{
position:relative;overflow:hidden;
padding:14px 22px;border:none;border-radius:14px;cursor:pointer;font-weight:800;font-size:14px;
color:#fff;
background:linear-gradient(135deg,#22c55e,#15803d);
box-shadow:0 6px 24px rgba(34,197,94,.35),inset 0 1px 0 rgba(255,255,255,.2);
transition:transform .18s,box-shadow .2s;
}

.btn-analyze:hover{
transform:translateY(-1px);
box-shadow:0 10px 32px rgba(34,197,94,.45),inset 0 1px 0 rgba(255,255,255,.25);
}

.btn-analyze:active{transform:translateY(0) scale(.99)}

.btn-analyze-glow{
position:absolute;inset:-40%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.18),transparent);
transform:translateX(-60%);animation:analyzeShine 4.5s ease-in-out infinite;
pointer-events:none;
}

.btn-analyze-text{position:relative;z-index:1}

@keyframes analyzeShine{
0%,100%{transform:translateX(-55%)}
50%{transform:translateX(55%)}
}

.card{
background:rgba(17,24,39,.92);
border:1px solid var(--line);
border-radius:22px;
padding:24px;
box-shadow:var(--shadow);
margin-bottom:20px;
}

h1{font-size:34px;margin-bottom:10px}

.sub{color:var(--muted);margin-bottom:20px}

.row{display:flex;gap:12px;flex-wrap:wrap}

input{
flex:1;
min-width:280px;
padding:14px;
border-radius:14px;
border:1px solid var(--line);
background:#0b1220;
color:#fff;
}

button{
padding:14px 18px;
border:none;
border-radius:14px;
cursor:pointer;
font-weight:bold;
background:linear-gradient(135deg,var(--brand),var(--brand2));
color:#fff;
}

.stats{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:10px;
}

.stat{
background:#0b1220;
padding:14px;
border-radius:14px;
text-align:center;
border:1px solid var(--line);
}

.stat .n{font-size:24px;font-weight:bold;margin-top:5px}

.stats-extended{
grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
}

.opt-inline{
display:flex;align-items:center;gap:10px;margin-top:14px;
font-size:13px;color:var(--muted);cursor:pointer;
}

.opt-inline input{
width:auto;min-width:auto;accent-color:var(--brand);
}

.action-bar{
display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;
}

.chip-action{
padding:10px 14px;border-radius:12px;border:1px solid var(--line);
background:#0b1220;color:var(--text);font-size:12px;font-weight:700;
cursor:pointer;transition:background .2s,border-color .2s;
}

.chip-action:hover{
background:#111827;border-color:#475569;
}

.chip-action.muted{
opacity:.9;font-weight:600;
}

.insights-card h2.insights-title{
font-size:20px;margin:0 0 6px;
}

.insights-sub{
color:var(--muted);font-size:13px;margin:0 0 14px;
}

.insight-grid{
display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
gap:10px;margin-bottom:12px;
}

.insight-tile{
background:#0b1220;border:1px solid var(--line);border-radius:14px;
padding:12px;display:flex;flex-direction:column;gap:6px;
}

.insight-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;}

.insight-val{font-size:22px;font-weight:800;color:var(--text);}

.insight-note{font-size:13px;color:var(--muted);margin:0 0 10px;}

.insight-list{margin:0;padding-left:18px;color:#e2e8f0;font-size:14px;line-height:1.55;}

.insight-list li{margin:6px 0;}

.table-toolbar{
display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;
}

.table-search{
flex:1;min-width:200px;max-width:420px;padding:10px 12px;border-radius:12px;
border:1px solid var(--line);background:#0b1220;color:#fff;font-size:13px;
}

.filter-meta{font-size:12px;color:var(--muted);}

.toast{
position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);
background:#111827;color:#f8fafc;padding:12px 18px;border-radius:12px;
border:1px solid var(--line);box-shadow:var(--shadow);font-size:14px;
opacity:0;pointer-events:none;z-index:100000;transition:opacity .25s,transform .25s;
}

.toast.toast-show{
opacity:1;transform:translateX(-50%) translateY(0);
}

.toast.toast-error{
border-color:#f87171;color:#fecaca;
}

.score.score-high{color:#4ade80;}

.score.score-mid{color:#60a5fa;}

.score.score-low{color:#f87171;}

.badge.tools{background:#0ea5e9}

table{
width:100%;
border-collapse:collapse;
margin-top:10px;
}

th,td{
padding:12px;
border-bottom:1px solid #1f2937;
font-size:13px;
}

th{
position:sticky;
top:0;
background:#0b1220;
color:#cbd5e1;
}

.badge{
padding:4px 10px;
border-radius:999px;
font-size:12px;
}

.post{background:#16a34a}
.page{background:#3b82f6}
.tag{background:#f59e0b}
.cat{background:#a855f7}
.other{background:#64748b}

.score{
font-weight:bold;
}

.tableWrap{
max-height:650px;
overflow:auto;
border-radius:16px;
border:1px solid var(--line);
}

























/* =========================================
LEGAL POPUP
========================================= */

.legal-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:20px;
  animation:fadeIn .3s ease;
}

.legal-popup-box{
  width:100%;
  max-width:520px;
  background:#ffffff;
  border-radius:22px;
  padding:28px;
  box-shadow:0 25px 70px rgba(0,0,0,.25);
  text-align:center;
  animation:popIn .35s ease;
}

.legal-popup-icon{
  font-size:42px;
  margin-bottom:12px;
}

.legal-popup-box h3{
  margin:0 0 14px;
  font-size:24px;
  color:#111827;
}

.legal-popup-box p{
  color:#4b5563;
  font-size:15px;
  line-height:1.7;
  margin:0 0 14px;
}

.legal-popup-box button{
  margin-top:10px;
  background:#2563eb;
  color:#fff;
  border:none;
  padding:14px 24px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:.25s;
}

.legal-popup-box button:hover{
  background:#1d4ed8;
  transform:translateY(-2px);
}

@keyframes fadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

@keyframes popIn{
  from{
    opacity:0;
    transform:translateY(30px) scale(.95);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Mobile */
@media(max-width:600px){
  .legal-popup-box{
    padding:22px;
    border-radius:18px;
  }

  .legal-popup-box h3{
    font-size:20px;
  }

  .legal-popup-box p{
    font-size:14px;
  }
}







/* =========================================
POPUP OVERLAY
========================================= */

/* KEEP EVERYTHING + FIX PERFECT Y CENTER */

.popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.60);
  display:none;

  align-items:center;
  justify-content:center;

  z-index:99999;
  padding:20px;

  min-height:100vh; /* חשוב */
}

.popup-overlay.active{
  display:flex;
  animation:fadeIn .25s ease;
}

.popup-box{
  width:100%;
  max-width:720px;

  background:#ffffff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 25px 80px rgba(0,0,0,.25);
  position:relative;
  animation:popIn .28s ease;

  max-height:calc(100vh - 40px); /* במקום 90vh */
  overflow:auto;

  transform:none;
}


/* =========================================
CLOSE BUTTON
========================================= */

.popup-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:#f1f5f9;
  font-size:18px;
  cursor:pointer;
}

.popup-close:hover{
  background:#e2e8f0;
}


/* =========================================
BUTTONS
========================================= */

.tool-extra-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:20px 0;
}

/* =========================
   CLEAN PREMIUM BUTTON
========================= */

.tool-toggle-btn{
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  color: #0f172a;

  border: 1px solid #e2e8f0;

  padding: 14px 18px;
  border-radius: 14px;

  font-weight: 600;
  cursor: pointer;

  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);

  transition: all 0.25s ease;
}

/* hover */
.tool-toggle-btn:hover{
  transform: translateY(-2px);

  background: linear-gradient(135deg, #f1f5f9, #ffffff);

  border-color: #cbd5e1;

  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.10);
}

/* active click */
.tool-toggle-btn:active{
  transform: translateY(0px) scale(0.98);
}


/* =========================================
TEXTAREA
========================================= */

textarea{
  width:100%;
  min-height:180px;
  margin-top:12px;
  border:1px solid #d1d5db;
  border-radius:14px;
  padding:14px;
  resize:vertical;
  font-family:monospace;
}

.copy-btn{
  margin-top:14px;
  background:#10b981;
  color:#fff;
  border:none;
  padding:12px 18px;
  border-radius:12px;
  cursor:pointer;
}


/* =========================================
ANIMATIONS
========================================= */

@keyframes fadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

@keyframes popIn{
  from{
    opacity:0;
    transform:translateY(20px) scale(.96);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}


/* =========================================
MOBILE
========================================= */

@media(max-width:700px){

  .popup-box{
    padding:22px;
    border-radius:18px;
  }

  .tool-extra-actions{
    flex-direction:column;
  }

  .tool-toggle-btn{
    width:100%;
  }

}





/* =========================================
LIGHT MODE (DEFAULT)
========================================= */

.popup-overlay{
  background:rgba(0,0,0,.60);
}

.popup-box{
  background:#ffffff;
  color:#111827;
  border:1px solid #e5e7eb;
  box-shadow:0 25px 80px rgba(0,0,0,.25);
}

/* Headings */
.popup-box h1,
.popup-box h2,
.popup-box h3,
.popup-box h4{
  color:#111827;
}

/* Text */
.popup-box p,
.popup-box li,
.popup-box span,
.popup-box small{
  color:#4b5563;
}

/* Close button */
.popup-close{
  background:#f1f5f9;
  color:#111827;
  border:1px solid #e5e7eb;
}

.popup-close:hover{
  background:#e2e8f0;
}

/* Copy button */
.copy-btn{
  background:#10b981;
  color:#ffffff;
}

.copy-btn:hover{
  background:#059669;
}

/* Textarea */
textarea{
  background:#ffffff;
  color:#111827;
  border:1px solid #d1d5db;
}

/* Embed box */
.embed-box{
  background:#ffffff;
  color:#111827;
}

/* Similar tools */
.similar-tools{
  background:#f8fafc;
  color:#111827;
}

.similar-tool-card{
  background:#ffffff;
  color:#111827;
  border:1px solid #e5e7eb;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

/* Cards text */
.tool-card-content p{
  color:#6b7280;
}

/* List */
#similarToolsList li{
  background:#ffffff;
  border:1px solid #e5e7eb;
  color:#111827;
}



/* =========================================
DARK MODE
body.dark
========================================= */

body.dark .popup-overlay{
  background:rgba(0,0,0,.78);
  color:#f9fafb;
}

body.dark .popup-box{
  background:#0f172a;
  color:#f9fafb;
  border:1px solid #1e293b;
  box-shadow:0 25px 80px rgba(0,0,0,.55);
}

/* Headings */
body.dark .popup-box h1,
body.dark .popup-box h2,
body.dark .popup-box h3,
body.dark .popup-box h4{
  color:#f8fafc;
}

/* Text */
body.dark .popup-box p,
body.dark .popup-box li,
body.dark .popup-box span,
body.dark .popup-box small{
  color:#cbd5e1;
}

/* Close button */
body.dark .popup-close{
  background:#1e293b;
  color:#f8fafc;
  border:1px solid #334155;
}

body.dark .popup-close:hover{
  background:#334155;
}

body.dark .tool-toggle-btn{
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #e5e7eb;
  border: 1px solid #1f2937;
}

body.dark .tool-toggle-btn:hover{
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16,185,129,0.15),
              0 10px 26px rgba(0,0,0,0.6);
}

/* Copy button */
body.dark .copy-btn{
  background:#059669;
  color:#ffffff;
  border:1px solid #10b981;
}

body.dark .copy-btn:hover{
  background:#047857;
}

/* Textarea */
body.dark textarea{
  background:#020617;
  color:#e2e8f0;
  border:1px solid #334155;
}

/* Embed box */
body.dark .embed-box{
  background:transparent;
  color:#e5e7eb;
}

/* Similar tools section */
body.dark .similar-tools{
  background:#0f172a;
  color:#f9fafb;
}

/* Cards */
body.dark .similar-tool-card{
  background:#111827;
  color:#f9fafb;
  border:1px solid rgba(255,255,255,0.06);
  box-shadow:0 6px 18px rgba(0,0,0,0.55);
}

body.dark .similar-tool-card:hover{
  box-shadow:0 12px 28px rgba(0,0,0,0.65);
}

/* Card text */
body.dark .tool-card-content h3{
  color:#f9fafb;
}

body.dark .tool-card-content p{
  color:#9ca3af;
}

/* Rating */
body.dark .tool-card-content .tool-rating{
  color:#fbbf24;
}

/* Badges */
body.dark .tool-badge{
  color:#ffffff;
}

body.dark .tool-badge.trending{
  background:#3b82f6;
}

body.dark .tool-badge:not(.trending){
  background:#f59e0b;
}

/* Image */
body.dark .similar-tool-card img{
  filter:brightness(0.9) contrast(1.1);
}

/* List */
body.dark #similarToolsList li{
  background:#111827;
  border:1px solid rgba(255,255,255,0.06);
  color:#f9fafb;
}

body.dark #similarToolsList li:hover{
  background:#1f2937;
  box-shadow:0 6px 16px rgba(0,0,0,0.5);
}

body.dark #similarToolsList li a{
  color:#93c5fd;
}

body.dark #similarToolsList li a:hover{
  color:#ffffff;
}





/* =========================
   ADS CENTERING
========================= */

.top-ad,
.bottom-ad{
  display:flex;
  justify-content:center;  /* מרכז אופקי */
  align-items:center;
  width:100%;
}

/* חשוב מאוד - מונע "דחיפה" לצד */
.top-ad ins.adsbygoogle,
.bottom-ad ins.adsbygoogle{
  display:block !important;
  margin:0 auto;
}

/* Override default tool-toggle when premium combo is used */
button.tool-toggle-btn.tool-toggle-premium{
display:inline-flex;align-items:center;gap:10px;
padding:14px 20px;border-radius:16px;
border:1px solid rgba(226,232,240,.35);
background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(148,163,184,.08));
color:#f8fafc;font-weight:700;font-size:14px;cursor:pointer;
box-shadow:0 8px 28px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1);
backdrop-filter:blur(8px);
transition:transform .2s,border-color .2s,box-shadow .2s;
}

button.tool-toggle-btn.tool-toggle-premium:hover{
transform:translateY(-2px);
border-color:rgba(34,197,94,.5);
box-shadow:0 12px 36px rgba(34,197,94,.12),inset 0 1px 0 rgba(255,255,255,.14);
}

button.tool-toggle-btn.tool-toggle-premium .tt-ico{font-size:18px}

/* ========== Light theme (dashboard) ========== */
body.light{
color:#0f172a;
background:linear-gradient(135deg,#f8fafc,#e8eef5,#e2e8f0);
}

body.light .card{
background:rgba(255,255,255,.92);
border-color:#cbd5e1;
box-shadow:0 16px 44px rgba(15,23,42,.08);
}

body.light .sub,
body.light .filter-meta,
body.light .insight-note,
body.light .insight-label{color:#64748b}

body.light h1{color:#0f172a}

body.light input,
body.light .table-search{
background:#fff;color:#0f172a;border-color:#cbd5e1;
}

body.light .stat,
body.light .chip-action,
body.light .insight-tile,
body.light .tableWrap{
background:#f8fafc;border-color:#e2e8f0;
}

body.light .chip-action:hover{background:#fff}

body.light th{
background:#f1f5f9;color:#334155;
}

body.light td{border-bottom-color:#e2e8f0;color:#1e293b}

body.light .insight-list{color:#334155}

body.light .masthead{
background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(241,245,249,.95));
border-color:#cbd5e1;
box-shadow:0 10px 36px rgba(15,23,42,.08),inset 0 1px 0 #fff;
}

body.light .chip-btn{
color:#0f172a;
border-color:#cbd5e1;
background:linear-gradient(165deg,#fff,#e2e8f0);
box-shadow:0 4px 14px rgba(15,23,42,.06),inset 0 1px 0 #fff;
}

body.light .chip-btn:hover{
border-color:#22c55e;
box-shadow:0 8px 24px rgba(34,197,94,.12);
}

body.light .btn-sheen{
color:#0f172a;
border-color:#cbd5e1;
background:linear-gradient(145deg,#fff,#e2e8f0);
box-shadow:0 4px 12px rgba(15,23,42,.06);
}

body.light .btn-sheen:hover{border-color:#22c55e}

body.light .history-dropdown-panel{
background:rgba(255,255,255,.98);
border-color:#e2e8f0;
box-shadow:0 20px 50px rgba(15,23,42,.12);
}

body.light .history-row{
background:#fff;color:#0f172a;border-color:#e2e8f0;
}

body.light .history-row:hover{background:#f8fafc;border-color:#22c55e}

body.light .history-clear-btn{color:#64748b}
body.light .history-clear-btn:hover{color:#0f172a}

body.light .toast{
background:#fff;color:#0f172a;border-color:#e2e8f0;
}

body.light *{scrollbar-color:rgba(100,116,139,.28) transparent}
body.light *::-webkit-scrollbar-thumb{background:rgba(100,116,139,.2)}
body.light *::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.38)}

body.light button.tool-toggle-btn.tool-toggle-premium{
border-color:#cbd5e1;
background:linear-gradient(135deg,#fff,#f1f5f9);
color:#0f172a;
box-shadow:0 8px 24px rgba(15,23,42,.08),inset 0 1px 0 #fff;
}

body.light button.tool-toggle-btn.tool-toggle-premium:hover{
border-color:#16a34a;
box-shadow:0 12px 32px rgba(34,197,94,.12);
}

body.light .app-stage:fullscreen{
background:linear-gradient(135deg,#f8fafc,#eef2f7,#e2e8f0);
}

