:root{
  --bg:#07111b;
  --bg-2:#091521;
  --panel:#0b1825;
  --panel-2:#0d1c2b;
  --panel-3:#102033;
  --line:#26384b;
  --line-2:#1d2e40;
  --text:#f4f6f8;
  --muted:#8291a3;
  --muted-2:#64768a;
  --blue:#2081ef;
  --blue-2:#0e60c4;
  --blue-soft:#0f2946;
  --cyan:#36bdd8;
  --green:#36cf88;
  --green-soft:#0d3527;
  --red:#f06467;
  --red-soft:#3d1b22;
  --amber:#e4aa39;
  --amber-soft:#3d3019;
  --rose:#f06173;
  --radius:13px;
  --nav-h:64px;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{background:var(--bg);color-scheme:dark}
html,body{
  margin:0;min-height:100%;background:
    radial-gradient(420px 230px at 50% -90px,rgba(40,91,145,.18),transparent 72%),
    linear-gradient(180deg,#06101a 0%,#08131e 45%,#07131d 100%);
  color:var(--text);
  font-family:"Vazirmatn","Noto Sans Arabic",Tahoma,sans-serif;
  font-size:13px;
}
body{padding-bottom:calc(var(--nav-h) + 12px);overflow-x:hidden}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(32,129,239,.75);outline-offset:2px}
svg{display:block}
#app{max-width:430px;margin:0 auto;min-height:100vh}

/* Header */
.topbar{
  position:sticky;top:0;z-index:20;min-height:82px;padding:14px 16px 10px;
  display:flex;justify-content:space-between;align-items:flex-start;
  background:linear-gradient(180deg,rgba(6,16,26,.99) 0%,rgba(6,16,26,.97) 68%,rgba(6,16,26,.75) 88%,rgba(6,16,26,0) 100%);
  backdrop-filter:blur(10px)
}
.topbar>div:first-child{min-width:0}
.eyebrow{font-size:11px;color:var(--muted);line-height:1.5;margin-bottom:1px}
.topbar h1{font-size:23px;line-height:1.35;margin:2px 0 0;font-weight:800;letter-spacing:-.4px}
.icon-btn,.icon-action,.micro-icon,.round{
  border:1px solid var(--line);background:#0d1c2b;color:#dfe8f3;display:grid;place-items:center;padding:0
}
.icon-btn{width:36px;height:36px;border-radius:11px}
.icon-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Main + basic utilities */
.view{padding:2px 14px 24px}
.row{display:flex;align-items:center;gap:8px;min-width:0}
.between{justify-content:space-between}
.wrap{flex-wrap:wrap}
.muted{color:var(--muted)}
.tiny{font-size:10px}
.danger-text{color:#ff9295!important}
.success-text{color:#62dfa3}
.svg-icon{display:inline-grid;place-items:center}
.svg-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.list,.goal-list,.plan-stack,.report-list,.note-list,.mini-plans{display:flex;flex-direction:column;gap:7px}

/* Bottom navigation */
.bottom-nav{
  position:fixed;z-index:30;left:50%;bottom:0;transform:translateX(-50%);
  width:min(430px,100%);height:calc(var(--nav-h) + env(safe-area-inset-bottom));
  display:grid;grid-template-columns:repeat(4,1fr);gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));
  background:rgba(7,16,27,.98);border-top:1px solid #203246;backdrop-filter:blur(16px)
}
.nav-item{border:0;background:transparent;color:#6f8196;border-radius:11px;padding:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:500}
.nav-item.active{color:#eef5fd;background:#102947}
.nav-icon{height:18px;color:#758da7;display:grid;place-items:center}
.nav-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.nav-item.active .nav-icon{color:#4c9dff}

/* Universal sections */
.section-title{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:15px 1px 7px}
.section-title-tight{margin-top:12px}
.section-title h2{margin:0;font-size:13.5px;line-height:1.45;font-weight:750}
.section-title span{font-size:10px;color:var(--muted)}
.text-action{border:0;background:transparent;color:#79aee9;padding:2px 0;font-size:10.5px}
.empty{border:1px dashed #294159;background:rgba(9,21,34,.34);border-radius:12px;padding:21px 14px;text-align:center;color:var(--muted);font-size:12px;line-height:1.85}
.empty strong{display:block;color:#dfe7ef;font-size:14px;margin-bottom:5px}
.empty.compact{padding:13px}
.wide-add{width:100%;margin-top:9px;border:1px solid #1d5fa5;background:linear-gradient(180deg,#125bb8,#0c4286);color:#eaf5ff;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:650}

/* Small controls */
.icon-action{width:32px;height:32px;border-radius:9px;font-size:17px;line-height:1}
.icon-action.primary{background:linear-gradient(180deg,#2083ef,#0d61c4);border-color:#2d8bf2;color:#fff}
.micro-icon{width:28px;height:28px;border-radius:8px;background:#0b1a29}
.micro-icon .svg-icon svg{width:14px;height:14px}
.micro-icon.success{color:#68dfa4;border-color:#245f49}
.micro-icon.danger{color:#f39195;border-color:#55303a;background:#21151b}
.round{width:31px;height:31px;border-radius:9px;font-size:16px}
.toolbar-line,.year-picker{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 11px}
.toolbar-line strong,.year-picker strong{font-size:13.5px;min-width:70px;text-align:center}

/* Today */
.today-strip{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;background:#0b1927;border:1px solid var(--line);border-radius:12px;padding:9px 10px;margin-bottom:10px}
.today-strip>div{display:flex;flex-direction:column;align-items:center;gap:2px}
.today-strip strong{font-size:16px;line-height:1.2}
.today-strip span{font-size:9.5px;color:var(--muted)}
.today-strip i{height:26px;background:#203347}
.daily-stack{display:flex;flex-direction:column;gap:7px}
.daily-task{display:grid;grid-template-columns:31px minmax(0,1fr) auto;gap:9px;align-items:start;background:linear-gradient(180deg,#0d1b2a,#0a1724);border:1px solid #263a50;border-radius:12px;padding:10px}
.daily-task.done{border-color:#27654c}
.daily-task.missed{border-color:#60303a}
.task-state{width:31px;height:31px;display:grid;place-items:center;color:#7592ac}
.task-state .svg-icon svg{width:24px;height:24px}
.daily-task.done .task-state{color:var(--green)}
.daily-task.missed .task-state{color:var(--red)}
.task-main{min-width:0}
.task-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:7px}
.task-title-row strong{font-size:12.5px;line-height:1.65;overflow-wrap:anywhere}
.task-status{font-size:9px;white-space:nowrap;color:var(--muted)}
.task-status.done{color:#62dda0}.task-status.missed{color:#ef898c}
.task-meta{font-size:10px;line-height:1.7;color:var(--muted);margin-top:2px}
.task-note{font-size:10.4px;color:#c2ceda;margin-top:5px;line-height:1.75;border-top:1px solid #172a3c;padding-top:5px}
.task-side-actions{display:flex;flex-direction:column;gap:4px}

/* Goals list */
.goal-row{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:right;background:linear-gradient(180deg,#0e1b29,#0b1724);border:1px solid #24374a;color:var(--text);border-radius:11px;padding:10px 11px}
.goal-mark,.plan-symbol,.report-plan-icon,.hero-goal-icon{display:grid;place-items:center;border-radius:50%;width:31px;height:31px;background:#161e2b;color:var(--rose);border:1px solid currentColor}
.goal-mark .svg-icon svg,.plan-symbol .svg-icon svg,.report-plan-icon .svg-icon svg,.hero-goal-icon .svg-icon svg{width:17px;height:17px}
.goal-mark.green,.plan-symbol.green,.report-plan-icon.green{color:var(--green);background:#102a21}
.goal-mark.amber,.plan-symbol.amber{color:var(--amber);background:#2d2719}
.goal-mark.cyan,.plan-symbol.cyan,.report-plan-icon.cyan{color:var(--cyan);background:#0e2830}
.goal-mark.rose,.plan-symbol.rose,.hero-goal-icon.rose,.report-plan-icon.rose{color:var(--rose);background:#2b1820}
.goal-row-copy{display:flex;flex-direction:column;min-width:0;gap:2px}
.goal-row-copy strong{font-size:12.2px;line-height:1.55;font-weight:700}
.goal-row-copy small{font-size:9.7px;color:var(--muted);line-height:1.5}
.status-pill{font-size:9px;color:#8abdf2;background:#15324f;border:1px solid #254d71;border-radius:7px;padding:3px 6px}

/* Goal detail */
.detail-head{display:flex;align-items:center;gap:6px;margin-bottom:7px}
.detail-spacer{flex:1}
.hero-goal{display:flex;align-items:center;gap:10px;padding:5px 2px 10px}
.hero-goal-icon{width:35px;height:35px}
.hero-goal h2{font-size:15px;margin:0 0 2px;line-height:1.6}
.hero-goal span{font-size:10.2px;color:var(--muted)}
.reference-card,.vision-card{background:#0c1a28;border:1px solid #21364a;border-radius:11px;padding:10px 11px}
.reference-card{display:flex;justify-content:space-between;gap:9px;align-items:center}
.reference-label{font-size:10px;color:var(--muted)}
.reference-value{font-size:11.5px;color:#e5edf5;text-align:left}
.vision-card{font-size:11.5px;line-height:1.9;color:#d6dee7;white-space:pre-wrap}
.ladder-list{background:#0b1723;border:1px solid #203449;border-radius:11px;padding:3px 8px}
.ladder-node{padding:5px 0;border-bottom:1px solid #172a3d}
.ladder-node:last-child{border-bottom:0}
.ladder-row{display:grid;grid-template-columns:25px minmax(0,1fr) 28px;gap:7px;align-items:center}
.ladder-leading{color:#6d8ca8;display:grid;place-items:center}
.ladder-leading .svg-icon svg{width:14px;height:14px}
.ladder-copy{display:flex;flex-direction:column;gap:0;min-width:0}
.ladder-copy strong{font-size:11.5px;line-height:1.55}
.ladder-copy small{font-size:8.8px;color:var(--muted-2)}
.ladder-actions{display:flex;gap:3px;flex-wrap:wrap;padding:4px 31px 0 0}
.ladder-actions button{border:0;background:transparent;color:#7592ae;font-size:8px;padding:2px 4px}
.ladder-children{padding-right:14px;border-right:1px solid #274a68;margin:3px 17px 0 0}
.depth-1>.ladder-row .ladder-leading{color:#44a9a8}.depth-2>.ladder-row .ladder-leading{color:#9f8ac9}
.mini-plan-row{display:flex;align-items:center;justify-content:space-between;gap:9px;background:#0b1825;border:1px solid #1e3246;border-radius:9px;padding:8px 9px}
.mini-plan-row span{font-size:11px}.mini-plan-row small{font-size:8px;color:var(--muted)}

/* Tabs + month picker */
.tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:#0a1825;border:1px solid #213548;border-radius:11px;padding:3px;margin-bottom:10px;min-height:40px}
.tab{border:0;background:transparent;color:#76889d;border-radius:8px;padding:7px 5px;font-size:11.5px;font-weight:600}
.tab.active{background:#173a62;color:#f3f7fb}
.compact-tabs{grid-template-columns:1fr 1fr}.report-tabs{grid-template-columns:repeat(3,1fr)}
.month-picker{display:flex;align-items:center;justify-content:space-between;background:#0b1927;border:1px solid #26384b;border-radius:11px;padding:7px 9px;margin-bottom:9px}
.month-title{font-size:12.5px;font-weight:750}

/* Month plan cards */
.monthly-plan-card{background:linear-gradient(180deg,#0d1a28,#0a1723);border:1px solid #25384b;border-radius:12px;padding:10px 11px}
.plan-top{display:grid;grid-template-columns:31px minmax(0,1fr) auto;gap:9px;align-items:start}
.plan-copy{display:flex;flex-direction:column;min-width:0;gap:2px}
.plan-copy strong{font-size:11.8px;line-height:1.6}
.plan-copy span{font-size:9.7px;line-height:1.55;color:var(--muted)}
.plan-card-actions{display:flex;gap:3px}
.progress{height:4px;background:#13253a;border-radius:999px;overflow:hidden;margin:8px 0 5px}
.progress>i{display:block;height:100%;background:linear-gradient(90deg,#2ed082,#55dea0);border-radius:inherit}
.progress.blue>i{background:linear-gradient(90deg,#2583ec,#3ac3dc)}
.plan-foot{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:9.5px}
.plan-links{display:flex;gap:6px;margin-top:7px}
.plan-links button{border:0;background:#102137;color:#b8c7d8;border-radius:8px;padding:6px 8px;font-size:8.5px}

/* Week view */
.week-sheet{border:1px solid #26394d;border-radius:12px;overflow:hidden;background:#091522}
.week-row{display:grid;grid-template-columns:67px minmax(0,1fr);gap:7px;padding:7px 8px;border-bottom:1px solid #1b2d40}
.week-row:last-child{border-bottom:0}
.week-day{display:flex;flex-direction:column;justify-content:center;gap:1px;border-left:1px solid #1e3144;padding-left:7px}
.week-day strong{font-size:10.5px}.week-day small{font-size:8.5px;color:var(--muted)}
.week-row-tasks{display:flex;flex-direction:column;gap:4px;justify-content:center}
.week-mini-task{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;border:0;background:#0d1c2b;color:#dce5ed;text-align:right;border-radius:7px;padding:5px 6px}
.week-mini-task>span:nth-child(2){font-size:9.6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.week-mini-task small{font-size:8.5px;color:var(--muted)}
.dot{width:6px;height:6px;border-radius:50%;background:#678097}.dot.done{background:var(--green)}.dot.missed{background:var(--red)}.dot.pending{background:#61a1d8}
.rest-label{font-size:9.5px;color:#66798e}

/* Notes */
.note-item{background:#0c1a28;border:1px solid #213548;border-radius:10px;padding:9px 10px}
.note-top{display:flex;justify-content:space-between;align-items:center;gap:8px}
.note-scope{font-size:9px;color:#8eb4db;background:#102844;border-radius:7px;padding:3px 6px}
.note-item p{margin:5px 0 0;font-size:10.5px;line-height:1.8;color:#d0dbe6;white-space:pre-wrap}

/* Reports */
.weekly-summary{display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;align-items:center;background:#0c1a28;border:1px solid #253a4d;border-radius:12px;padding:12px}
.donut{position:relative;width:74px;height:74px;display:grid;place-items:center;color:var(--green)}
.donut svg{position:absolute;inset:0;width:74px;height:74px;transform:rotate(-90deg)}
.donut circle{fill:none;stroke-width:6}
.donut-track{stroke:#183145}.donut-value{stroke:currentColor;stroke-linecap:round}
.donut strong{font-size:14px;color:#eef5fa}
.weekly-copy{display:flex;flex-direction:column;gap:4px}
.weekly-copy strong{font-size:11.7px;line-height:1.55}.weekly-copy span{font-size:9.7px;line-height:1.6;color:var(--muted)}
.weekly-copy .missed-line{color:#d98285}
.weekly-report-row{display:flex;justify-content:space-between;gap:10px;background:#0c1a28;border-bottom:1px solid #1d3043;padding:8px 10px}
.weekly-report-row:first-child{border-radius:10px 10px 0 0}.weekly-report-row:last-child{border-radius:0 0 10px 10px;border-bottom:0}
.weekly-report-row span{font-size:10.4px}.weekly-report-row strong{font-size:8.8px;color:#c9d6e3}
.monthly-report-card{display:grid;grid-template-columns:31px minmax(0,1fr) auto;gap:9px;align-items:center;background:#0c1a28;border:1px solid #24384d;border-radius:11px;padding:10px}
.report-plan-main{display:flex;flex-direction:column;gap:2px;min-width:0}.report-plan-main strong{font-size:11.4px;line-height:1.5}.report-plan-main span{font-size:9.2px;color:var(--muted);line-height:1.5}
.report-percent{font-size:11px;color:#cfdbe7}
.result-card{display:grid;grid-template-columns:minmax(0,1fr) 63px;gap:10px;align-items:center;background:#0c1a28;border:1px solid #24394d;border-radius:11px;padding:10px 11px}
.result-copy{display:flex;flex-direction:column;gap:3px}.result-copy strong{font-size:11.5px;line-height:1.6}.result-copy span{font-size:9.5px;color:var(--muted)}.result-copy em{font-size:8.7px;color:#63dfa2;font-style:normal;margin-top:2px}
.result-button{border:1px solid #25527d;background:#102a48;color:#b9d8f5;border-radius:9px;padding:8px 6px;font-size:8.5px}
.year-picker{margin-top:1px}
.year-hero{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#0c1a28;border:1px solid #253a4e;border-radius:12px;padding:11px 12px}
.year-hero-copy{display:flex;flex-direction:column;gap:2px}.year-hero-copy span{font-size:10.2px;color:#cad5df}.year-hero-copy strong{font-size:15px;line-height:1.45}.year-hero-copy small{font-size:9.2px;color:var(--muted)}
.year-hero-mark{width:40px;height:40px;border-radius:12px;background:#102844;color:#41a5ed;display:grid;place-items:center;border:1px solid #285579}.year-hero-mark .svg-icon svg{width:22px;height:22px}
.chart-card{margin-top:8px;background:#091725;border:1px solid #20374c;border-radius:11px;padding:8px 8px 2px;overflow:hidden}
.line-chart{height:148px;direction:ltr}.line-chart svg{width:100%;height:100%;overflow:visible}.gridline{stroke:#1a3146;stroke-width:.8;fill:none}.chart-line{fill:none;stroke:#2888ec;stroke-width:2}.chart-dot{fill:#399dff;stroke:#0d2135;stroke-width:1.5}.line-chart text{font-family:"Vazirmatn",Tahoma,sans-serif;font-size:8px;fill:#718399}
.year-total{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#0b1927;border:1px solid #20354a;border-radius:10px;padding:9px 10px;margin-top:8px}.year-total span{font-size:9.8px;color:var(--muted)}.year-total strong{font-size:11.5px}
.year-goal-row{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#0b1825;border-bottom:1px solid #1d3043;padding:8px 9px}.year-goal-row:first-of-type{border-radius:10px 10px 0 0}.year-goal-row:last-of-type{border-radius:0 0 10px 10px;border-bottom:0}.year-goal-row span{font-size:10.3px}.year-goal-row strong{font-size:8.6px;color:#c3d0dd}

/* Legacy reusable cards if older markup appears */
.card,.list-item{background:#0c1a28;border:1px solid #24384d;border-radius:11px;padding:10px 11px;margin-bottom:8px}
.card h3{font-size:12px;margin:0 0 3px}.card p{font-size:10px;color:var(--muted);line-height:1.7;margin:3px 0}
.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.kpi{background:#0c1a28;border:1px solid #24384d;border-radius:11px;padding:11px}.kpi .v{font-size:17px;font-weight:800}.kpi .l{font-size:8.5px;color:var(--muted);margin-top:4px}
.badge{font-size:8px;color:#8abdf2;background:#15324f;border:1px solid #254d71;border-radius:7px;padding:3px 6px}.badge.green{color:#7be2ad;background:#113729;border-color:#23624a}.badge.red{color:#f3a0a2;background:#351b20;border-color:#63313a}.badge.amber{color:#edc873;background:#332a1b;border-color:#5b492a}
.metric{font-size:10px;color:var(--muted)}

/* Forms */
.btn{border:1px solid var(--line);border-radius:9px;padding:8px 10px;color:#ecf3fb;background:#102136;line-height:1.25}.btn.primary{background:linear-gradient(180deg,#2083ef,#0d61c4);border-color:#2d8bf2}.btn.danger{background:var(--red-soft);border-color:#65303a;color:#ffb6b8}.btn.ghost{background:transparent}.btn.small{padding:6px 8px;font-size:10px}.btn.block{width:100%}
.form-grid{display:grid;gap:10px}.field{display:grid;gap:4px}.field label{font-size:10.3px;color:#b0bfce}.field input,.field textarea,.field select{width:100%;background:#071522;color:#f1f5f8;border:1px solid #2a425a;border-radius:9px;padding:9px 10px;outline:none;font-size:12px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#3188ec}.field textarea{min-height:84px;resize:vertical}.hint{font-size:8px;color:#718499}
.modal{border:0;padding:0;background:transparent;width:min(410px,calc(100% - 18px));max-width:none;color:#fff}.modal::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}.modal-card{background:#0a1724;border:1px solid #2a4158;border-radius:16px;padding:13px;max-height:88vh;overflow:auto;box-shadow:0 24px 70px rgba(0,0,0,.56)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.modal-head h2{font-size:14px;margin:0}.modal-actions{display:flex;gap:7px;margin-top:13px}.modal-actions .btn{flex:1}
.toast{position:fixed;z-index:60;left:50%;bottom:76px;transform:translate(-50%,14px);opacity:0;pointer-events:none;background:#10243a;color:#fff;border:1px solid #2a4b69;border-radius:9px;padding:8px 11px;transition:.18s;font-size:9.5px}.toast.show{opacity:1;transform:translate(-50%,0)}

::-webkit-scrollbar{width:0;height:0}
@media(min-width:650px){#app{border-left:1px solid rgba(35,54,74,.3);border-right:1px solid rgba(35,54,74,.3)}.bottom-nav{border:1px solid #203246;border-bottom:0;border-radius:14px 14px 0 0}}


/* Backup / Restore — v1.2 */
.backup-title{margin-top:18px}
.backup-card{
  display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;
  background:linear-gradient(180deg,#0c1b29,#091723);
  border:1px solid #274057;border-radius:12px;padding:11px 12px;margin-bottom:3px
}
.backup-mark{
  width:38px;height:38px;border-radius:11px;display:grid;place-items:center;
  color:#58a8ff;background:#102947;border:1px solid #285985
}
.backup-mark .svg-icon svg{width:21px;height:21px}
.backup-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.backup-copy strong{font-size:11.8px;line-height:1.55;color:#edf4fa}
.backup-copy span{font-size:9.6px;line-height:1.6;color:#8eb6df}
.backup-copy small{font-size:9px;line-height:1.65;color:var(--muted)}
.backup-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:2px}
.backup-btn{
  min-height:34px;border:1px solid #2b4259;background:#0e2033;color:#cbd8e5;border-radius:9px;
  padding:7px 8px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10.3px
}
.backup-btn.primary{background:#102f51;border-color:#245b8c;color:#bdddff}
.backup-btn .svg-icon svg{width:15px;height:15px}
