.daily-catalog-hero {
  background:
    linear-gradient(rgba(255,255,255,.72) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.72) 1px,transparent 1px),
    radial-gradient(circle at 88% 8%,#d8f8f3 0,transparent 32%),
    linear-gradient(145deg,#fbfcff,#f0fbf8);
  background-size:44px 44px,44px 44px,auto,auto;
}
.daily-catalog .catalog-card-icon { background:linear-gradient(135deg,#087d68,#0da9c7); }
.daily-tool-page { min-height:100vh; background:#f5f7fb; }
.daily-tool-page .tool-header { position:absolute; }
.daily-hero {
  position:relative;
  padding:150px max(6vw,36px) 58px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:46px;
  overflow:hidden;
  background:
    radial-gradient(circle at 91% 3%,#d7f9f3,transparent 29%),
    radial-gradient(circle at 7% 78%,#e8e2ff,transparent 28%),
    linear-gradient(145deg,#fcfdff,#f3faf9);
}
.daily-hero::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.82) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.82) 1px,transparent 1px);
  background-size:42px 42px;
  pointer-events:none;
}
.daily-hero-copy,.daily-privacy { position:relative; z-index:1; }
.daily-hero-copy { max-width:820px; }
.daily-hero h1 { margin:16px 0 17px; font-size:clamp(48px,5.1vw,74px); line-height:.98; letter-spacing:-.06em; }
.daily-hero h1 span { display:block; color:transparent; background:linear-gradient(100deg,#087d68,#0b94bf 55%,#663bc7); -webkit-background-clip:text; background-clip:text; }
.daily-hero-copy>p { max-width:710px; margin:0; color:#596482; font-size:17px; line-height:1.75; }
.daily-privacy { width:min(360px,100%); padding:19px; display:flex; align-items:flex-start; gap:13px; border:1px solid rgba(255,255,255,.95); border-radius:19px; background:rgba(255,255,255,.78); box-shadow:0 18px 45px rgba(33,42,97,.09); backdrop-filter:blur(14px); }
.daily-privacy>span { width:43px; height:43px; display:grid; place-items:center; flex:0 0 auto; border-radius:13px; color:#fff; background:linear-gradient(135deg,#087d68,#14b8a0); font-size:20px; }
.daily-privacy b,.daily-privacy small { display:block; }
.daily-privacy b { margin:1px 0 6px; font-size:13px; }
.daily-privacy small { color:#65708d; font-size:11px; line-height:1.55; }
.daily-shell { max-width:1240px; margin:34px auto 72px; padding:0 24px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr); gap:20px; align-items:start; }
.daily-panel { min-width:0; padding:28px; border:1px solid #dfe3ee; border-radius:25px; background:#fff; box-shadow:0 18px 48px rgba(27,37,86,.07); }
.daily-panel.sticky { position:sticky; top:24px; }
.daily-panel-head { margin-bottom:24px; display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.daily-kicker { color:#087d68; font-size:9px; font-weight:950; letter-spacing:.12em; text-transform:uppercase; }
.daily-panel h2 { margin:7px 0 5px; font-size:23px; letter-spacing:-.035em; }
.daily-panel-head p,.daily-muted { margin:0; color:#75809a; font-size:11px; line-height:1.6; }
.daily-badge { padding:7px 10px; border-radius:999px; color:#087b55; background:#e8f9f2; font-size:9px; font-weight:900; white-space:nowrap; }
.daily-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.daily-grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.daily-field { min-width:0; }
.daily-field.full { grid-column:1/-1; }
.daily-field>span,.daily-label { display:flex; align-items:center; justify-content:space-between; gap:10px; margin:0 0 8px; color:#4f5a78; font-size:11px; font-weight:900; }
.daily-field>span small,.daily-label small { color:#8a93aa; font-size:8px; font-weight:700; }
.daily-input,.daily-select,.daily-textarea {
  width:100%;
  min-height:48px;
  padding:0 13px;
  border:1px solid #d8dce8;
  border-radius:12px;
  outline:0;
  color:#1b2550;
  background:#fff;
  font-family:inherit;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}
.daily-textarea { min-height:210px; padding:13px; resize:vertical; line-height:1.65; font-weight:600; }
.daily-input:focus,.daily-select:focus,.daily-textarea:focus { border-color:#5e48bd; box-shadow:0 0 0 3px rgba(94,72,189,.09); }
.daily-checks { margin-top:15px; display:flex; flex-wrap:wrap; gap:8px; }
.daily-check { min-height:38px; padding:0 11px; display:inline-flex; align-items:center; gap:8px; border:1px solid #dfe2ec; border-radius:10px; color:#5f6986; background:#fafbfe; cursor:pointer; font-size:10px; font-weight:800; }
.daily-check input { accent-color:#6046bd; }
.daily-actions { margin-top:20px; display:flex; flex-wrap:wrap; gap:9px; }
.daily-button { min-height:48px; padding:0 17px; display:inline-flex; align-items:center; justify-content:center; gap:9px; border:0; border-radius:12px; color:#fff; background:linear-gradient(110deg,#15235d,#6040bd 65%,#078ea8); box-shadow:0 12px 25px rgba(60,49,154,.18); cursor:pointer; font-size:11px; font-weight:900; }
.daily-button.secondary { border:1px solid #d9ddea; color:#33405f; background:#fff; box-shadow:none; }
.daily-button.ghost { color:#6044b8; background:#f3efff; box-shadow:none; }
.daily-button.success { background:linear-gradient(110deg,#087d68,#14a97c); }
.daily-button:disabled { cursor:not-allowed; opacity:.42; box-shadow:none; }
.daily-button:focus-visible,.daily-icon-button:focus-visible { outline:3px solid rgba(67,82,187,.24); outline-offset:2px; }
.daily-status { min-height:17px; margin:12px 0 0; color:#66718d; font-size:10px; line-height:1.55; }
.daily-status.error { color:#bc334a; }
.daily-output { min-height:260px; display:flex; align-items:center; justify-content:center; flex-direction:column; border:1px dashed #cdd3e4; border-radius:18px; color:#7b849e; background:linear-gradient(145deg,#fafbff,#f4f7fb); text-align:center; }
.daily-output-icon { width:62px; height:62px; display:grid; place-items:center; border-radius:18px; color:#fff; background:linear-gradient(135deg,#087d68,#0da9c7); font-size:22px; font-weight:950; }
.daily-output h3 { margin:17px 0 6px; color:#283253; font-size:16px; }
.daily-output p { max-width:300px; margin:0; font-size:10px; line-height:1.6; }
.daily-result { padding:18px; border:1px solid #bee7d8; border-radius:17px; background:#effbf6; }
.daily-result[hidden] { display:none; }
.daily-result-title { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.daily-result-title h3 { margin:0; color:#154f3e; font-size:15px; }
.daily-icon-button { width:38px; height:38px; display:grid; place-items:center; border:1px solid #d9e1e7; border-radius:10px; color:#43526d; background:#fff; cursor:pointer; font-weight:900; }
.result-list { margin:14px 0 0; padding:0; display:grid; gap:8px; list-style:none; }
.result-list li { padding:12px 13px; display:flex; align-items:center; gap:10px; border:1px solid #dbe9e4; border-radius:11px; color:#263a42; background:#fff; font-size:12px; font-weight:800; }
.result-list li span { width:25px; height:25px; display:grid; place-items:center; flex:0 0 auto; border-radius:8px; color:#087d68; background:#e4f8f0; font-size:9px; }
.group-grid { margin-top:13px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.group-card { padding:14px; border:1px solid #dce6e2; border-radius:13px; background:#fff; }
.group-card h4 { margin:0 0 9px; color:#087d68; font-size:11px; }
.group-card p { margin:0; color:#405068; font-size:10px; line-height:1.7; white-space:pre-line; }
.metric-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.metric { padding:15px; border:1px solid #dfe3ed; border-radius:14px; background:#fafbfe; }
.metric span,.metric b { display:block; }
.metric span { color:#7b849d; font-size:9px; }
.metric b { margin-top:7px; color:#1e2a50; font-size:20px; letter-spacing:-.03em; overflow-wrap:anywhere; }
.big-result { padding:22px; border:1px solid #bce5d6; border-radius:17px; color:#164d3d; background:#effbf6; }
.big-result span,.big-result b,.big-result small { display:block; }
.big-result span { font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.big-result b { margin:9px 0 6px; font-size:clamp(26px,4vw,42px); letter-spacing:-.045em; overflow-wrap:anywhere; }
.big-result small { color:#5e7b70; font-size:10px; line-height:1.55; }
.segmented { margin-bottom:20px; padding:5px; display:flex; flex-wrap:wrap; gap:5px; border:1px solid #dfe2ec; border-radius:13px; background:#f8f9fc; }
.segmented button { min-height:38px; padding:0 13px; border:0; border-radius:9px; color:#64708d; background:transparent; cursor:pointer; font-size:10px; font-weight:900; }
.segmented button.active { color:#fff; background:#17214c; }
.tab-panel[hidden] { display:none; }
.qr-preview { min-height:390px; display:grid; place-items:center; border:1px dashed #cad1e2; border-radius:18px; background:#fafbfe; }
.qr-preview canvas { max-width:calc(100% - 30px); height:auto; border-radius:8px; box-shadow:0 12px 28px rgba(28,38,86,.11); image-rendering:pixelated; }
.color-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.color-control { min-height:48px; padding:6px 10px; display:flex; align-items:center; gap:10px; border:1px solid #d8dce8; border-radius:12px; }
.color-control input { width:31px; height:31px; padding:0; border:0; border-radius:8px; background:none; }
.color-control span { color:#53607d; font-size:10px; font-weight:800; }
.password-output { width:100%; min-height:74px; padding:15px; display:flex; align-items:center; justify-content:space-between; gap:12px; border:1px solid #bce5d6; border-radius:15px; color:#174d3e; background:#effbf6; }
.password-output code { font:800 16px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace; overflow-wrap:anywhere; }
.strength-track { height:8px; margin-top:12px; overflow:hidden; border-radius:999px; background:#e6e9f1; }
.strength-track span { width:0; height:100%; display:block; border-radius:inherit; background:#18a875; transition:width .2s ease,background .2s ease; }
.text-stats { margin-bottom:13px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
.text-stats div { padding:11px; border:1px solid #dfe3ed; border-radius:11px; background:#fafbfe; text-align:center; }
.text-stats b,.text-stats span { display:block; }
.text-stats b { color:#1e2a50; font-size:17px; }
.text-stats span { margin-top:3px; color:#7d869f; font-size:8px; }
.tool-row { margin-top:12px; display:flex; flex-wrap:wrap; gap:7px; }
.tool-row button { min-height:36px; padding:0 11px; border:1px solid #dce0eb; border-radius:9px; color:#4f5a79; background:#fff; cursor:pointer; font-size:9px; font-weight:900; }
.history-list { margin-top:17px; padding-top:15px; border-top:1px solid #e6e9f1; }
.history-list h4 { margin:0 0 9px; color:#57627f; font-size:10px; }
.history-list ol { margin:0; padding-left:21px; color:#76809a; font-size:10px; line-height:1.8; }
@media (max-width:980px) {
  .daily-hero { align-items:flex-start; flex-direction:column; }
  .daily-privacy { width:100%; }
  .daily-shell { grid-template-columns:1fr; }
  .daily-panel.sticky { position:static; }
}
@media (max-width:680px) {
  .daily-hero { padding:122px 18px 46px; gap:27px; }
  .daily-hero h1 { font-size:46px; }
  .daily-hero-copy>p { font-size:14px; }
  .daily-shell { margin-top:24px; padding:0 12px; }
  .daily-panel { padding:20px; border-radius:21px; }
  .daily-grid,.daily-grid.three,.color-row,.group-grid,.metric-grid { grid-template-columns:1fr; }
  .daily-field.full { grid-column:auto; }
  .daily-actions .daily-button { width:100%; }
  .text-stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .qr-preview { min-height:310px; }
}
