:root{--navy:#14294c;--navy-2:#203b68;--bg:#f4f7fa;--card:#fff;--ink:#141c2b;--muted:#647086;--line:#dfe5ec;--green:#1d9863;--amber:#dc890e;--red:#c83535;--shadow:0 8px 28px rgba(20,41,76,.06)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Tahoma,"Segoe UI",sans-serif;font-size:16px}.app-shell{min-height:100vh}.sidebar{position:fixed;right:0;top:0;bottom:0;width:250px;background:var(--navy);color:#fff;padding:32px 20px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;flex-direction:column;margin:0 12px 34px}.brand strong{font-size:1.5rem}.brand span{color:#aebbd0;font:12px "Segoe UI",sans-serif;margin-top:7px;direction:ltr;text-align:right}.sidebar nav{display:grid;gap:7px}.nav-item{border:0;background:transparent;color:#dbe3ef;border-radius:10px;padding:13px 16px;text-align:right;font:inherit;cursor:pointer}.nav-item:hover,.nav-item.active{background:#2d4774;color:#fff}.nav-item span{display:inline-block;width:26px;color:#9fb2d1}.quarter{margin-top:auto;display:flex;flex-direction:column;gap:8px;color:#bac6d8;font-size:13px;padding:12px}.quarter strong{color:#fff}.main{margin-right:250px;padding:32px 40px 56px;min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.topbar h1{margin:0;font-size:1.75rem}.topbar p{margin:7px 0 0;color:var(--muted);font-size:14px}.profile{display:flex;align-items:center;gap:10px}.profile div{display:flex;flex-direction:column;gap:4px}.profile small{font-size:12px;color:var(--muted)}.avatar{width:46px;height:46px;border-radius:50%;background:#dfebff;color:var(--navy);display:grid;place-items:center;font-weight:700}.view{display:none}.view.active{display:block}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.metric{background:var(--card);border-radius:16px;padding:20px;min-height:126px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}.metric span,.metric small{color:var(--muted);font-size:13px}.metric strong{font-size:1.45rem}.metrics.compact .metric{min-height:100px}.content-grid{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(270px,1fr);gap:24px}.panel{background:var(--card);border-radius:16px;padding:24px;box-shadow:var(--shadow)}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-head h2,.panel h2{margin:0;font-size:1.15rem}.section-head p,.panel>p{margin:7px 0 0;color:var(--muted);font-size:13px}.filter{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 13px;color:var(--muted)}.attention-list{display:grid;gap:12px}.attention-row{width:100%;border:0;background:#f9fbfd;border-radius:12px;padding:15px 16px;display:grid;grid-template-columns:8px minmax(230px,1fr) minmax(180px,.7fr) auto;align-items:center;gap:14px;text-align:right;color:var(--ink);cursor:pointer}.attention-row:hover{background:#f1f5fa}.attention-row i,.task i{width:8px;height:28px;border-radius:6px;background:var(--navy)}.attention-row i.danger,.task i.danger{background:var(--red)}.attention-row i.warning,.task i.warning{background:var(--amber)}.attention-row span{display:flex;flex-direction:column;gap:6px}.attention-row small,.attention-row em{color:var(--muted);font-size:13px;font-style:normal}.attention-row u{color:var(--navy);font-weight:700;text-decoration:none;font-size:13px}.objective-mini{margin:20px 0}.objective-mini div{display:flex;justify-content:space-between}.objective-mini small{display:block;color:var(--muted);margin:8px 0 7px}progress{width:100%;height:7px;border:0;border-radius:10px;overflow:hidden}progress::-webkit-progress-bar{background:#e4e9ef}progress::-webkit-progress-value{background:var(--amber);border-radius:10px}.objective-mini:nth-of-type(3) progress::-webkit-progress-value,.objective-mini:nth-of-type(5) progress::-webkit-progress-value{background:var(--green)}.quick-action{margin-top:24px;background:var(--navy);color:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between}.quick-action small,.quick-action p{color:#b7c4d7}.quick-action h2{margin:8px 0}.quick-action p{margin:0}.primary{border:0;background:var(--navy);color:#fff;border-radius:10px;padding:14px 22px;font:inherit;font-weight:700;cursor:pointer}.quick-action .primary{background:#fff;color:var(--navy)}.green{color:var(--green)!important}.amber{color:var(--amber)!important}.red{color:var(--red)!important}.owner-grid{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(290px,1fr);gap:24px}.objective-card{display:grid;grid-template-columns:1fr 260px;gap:32px;align-items:center;background:#f9fbfd;border:1px solid #edf1f5;border-radius:14px;padding:20px;margin-bottom:14px}.objective-card h3{margin:0 0 8px}.objective-card p{margin:0 0 18px;color:var(--muted);font-size:14px}.objective-card small{color:var(--muted)}.score{display:flex;flex-direction:column;gap:8px}.score strong{font-size:1.4rem}.score progress::-webkit-progress-value{background:var(--green)}.subheading{margin:30px 0 14px!important}.task{display:grid;grid-template-columns:8px 1fr 120px 90px;gap:12px;align-items:center;background:#f9fbfd;border-radius:10px;padding:12px;margin-top:9px}.task span{color:var(--muted);font-size:13px}.task button{border:0;background:transparent;color:var(--navy);font-weight:700;cursor:pointer}.weekly{display:flex;flex-direction:column;gap:15px}.weekly label,.update-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700}.weekly textarea,.weekly input,.update-form input,.update-form select,.update-form textarea{width:100%;border:1px solid var(--line);border-radius:9px;background:#f7f9fc;padding:12px;font:inherit;color:var(--ink)}textarea{min-height:82px;resize:vertical}.full{width:100%}.update-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(300px,1fr);gap:24px}.update-form fieldset{border:0;border-top:1px solid var(--line);padding:22px 0 4px;margin:0 0 14px}.update-form fieldset:first-of-type{border-top:0}.update-form legend{font-weight:700;padding:0 0 12px;font-size:15px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-row.three{grid-template-columns:repeat(3,1fr)}.calculated{margin-top:14px;background:#eaf8f1;border-radius:10px;padding:13px;display:flex;justify-content:space-between}.calculated span{color:var(--muted);font-size:13px}.calculated strong{color:var(--green)}.confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:9px 0 15px}.confidence button{background:#fff;border:1px solid var(--line);border-radius:9px;padding:11px;cursor:pointer}.confidence button.selected{border-color:var(--amber);background:#fff8e9;color:var(--amber);font-weight:700}.check-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.check-row label{border:1px solid var(--line);padding:12px;border-radius:9px;display:block}.check-row input{width:auto;margin-left:7px}.preview{position:sticky;top:24px;height:max-content}.preview-hero{background:var(--navy);color:#fff;border-radius:12px;padding:20px;margin:22px 0;display:grid;gap:9px}.preview-hero small{color:#b9c6d8}.preview-hero b{font-size:1.25rem}.preview-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-metrics div{background:#f3f6f9;border-radius:10px;padding:13px;display:flex;flex-direction:column;gap:7px}.preview-metrics small{color:var(--muted)}.preview h3{font-size:14px;margin-top:24px}.preview>p{line-height:1.8}.empty-view .panel{min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#toast{position:fixed;left:28px;bottom:28px;background:#111d32;color:#fff;padding:14px 20px;border-radius:10px;box-shadow:var(--shadow);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s;z-index:30}#toast.show{opacity:1;transform:none}
.team-badge,.source-chip,.state-pill,.subteams span{display:inline-flex;align-items:center;width:max-content;border-radius:999px;font-size:12px;font-weight:700}.team-badge{background:#e8eef8;color:var(--navy);padding:5px 9px;margin-bottom:10px}.source-chip{background:#edf7f2;color:var(--green);padding:7px 11px}.teams-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.team-card{position:relative;border:1px solid #e5eaf0;background:#fbfcfe;border-radius:15px;padding:18px;display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:start;min-height:218px}.team-card.wide{grid-column:span 2}.team-icon{width:44px;height:44px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px}.team-card h3{margin:2px 0 7px;font-size:17px}.team-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.team-card dl{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 0 0}.team-card dl div{background:#f0f4f8;border-radius:9px;padding:9px}.team-card dt{color:var(--muted);font-size:11px;margin-bottom:5px}.team-card dd{margin:0;font-size:13px;font-weight:700}.team-card.wide dl{grid-template-columns:2fr 1fr 1fr}.state-pill{position:absolute;left:14px;top:14px;background:#f1f2f4;color:#6b7280;padding:5px 8px}.subteams{grid-column:1/-1;display:flex;gap:7px;flex-wrap:wrap}.subteams span{background:#e8eef8;color:var(--navy);padding:5px 9px}
.owner-directory{margin-bottom:18px}.owner-picker{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.owner-picker select{border:1px solid var(--line);border-radius:9px;background:#f8fafc;padding:9px 12px;font:inherit;color:var(--ink)}.owner-strip{display:grid;grid-template-columns:repeat(9,minmax(95px,1fr));gap:9px}.owner-chip{border:1px solid var(--line);background:#fafcff;border-radius:12px;padding:11px 8px;display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--ink);font:inherit;cursor:pointer}.owner-chip:hover,.owner-chip.active{border-color:#8ca3c8;background:#eaf0fa}.owner-chip span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:700}.owner-chip b{font-size:12px}.owner-chip small{font-size:10px;color:var(--muted);text-align:center}.owner-workspace{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(290px,1fr);gap:24px}.primary.small{padding:9px 14px;font-size:13px}.owner-objective-card{display:grid;grid-template-columns:1fr 190px;gap:22px;align-items:center;background:#f8fafc;border:1px solid #e6ebf1;border-radius:13px;padding:18px;margin-top:12px}.owner-objective-card h3{font-size:15px;line-height:1.75;margin:0 0 7px}.owner-objective-card p{font-size:12px;color:var(--muted);margin:0}.owner-score{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.owner-score strong{font-size:20px;color:var(--navy)}.owner-score progress{grid-column:1/-1}.owner-focus{height:max-content}.focus-item{display:grid;grid-template-columns:7px 1fr;gap:11px;background:#f8fafc;border-radius:10px;padding:12px;margin-top:10px}.focus-item i{width:7px;height:100%;min-height:38px;border-radius:5px;background:var(--navy)}.focus-item i.danger{background:var(--red)}.focus-item i.warning{background:var(--amber)}.focus-item b{font-size:12px}.focus-item p,.focus-clear p{font-size:12px;color:var(--muted);line-height:1.7;margin:5px 0 0}.focus-clear{background:#edf7f2;color:var(--green);border-radius:11px;padding:16px;margin-top:15px}.update-side{display:grid;gap:16px;align-content:start}.update-side .preview{position:static}.conditional-field{margin-top:12px}.update-history{padding:18px}.history-list{display:grid;gap:9px}.history-item{display:grid;grid-template-columns:1fr auto auto;gap:5px 9px;border:1px solid var(--line);border-radius:10px;padding:11px}.history-item div{display:flex;flex-direction:column;gap:4px}.history-item small,.history-item time{color:var(--muted);font-size:10px}.history-item>strong,.history-item>span{font-size:12px}.history-item p{grid-column:1/-1;margin:4px 0 0;font-size:11px;line-height:1.6}.history-item time{grid-column:1/-1}.empty-history{color:var(--muted);font-size:12px;text-align:center;padding:16px 0}.status-on{background:#e7f6ef;color:var(--green)}
.execution-tabs{display:flex;gap:7px;margin-bottom:18px;background:#e9eef4;border-radius:12px;padding:5px;width:max-content}.execution-tabs button{border:0;background:transparent;border-radius:9px;padding:10px 15px;color:var(--muted);font:inherit;font-size:13px}.execution-tabs button.active{background:#fff;color:var(--navy);font-weight:700;box-shadow:0 3px 12px rgba(20,41,76,.08)}.execution-tabs button span{background:var(--navy);color:#fff;border-radius:999px;padding:2px 6px;font-size:10px;margin-right:5px}.execution-tabs button:disabled{opacity:.55}.prerequisite-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(320px,1fr);gap:24px}.prerequisite-toolbar{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.prerequisite-toolbar h2{margin:0}.prerequisite-toolbar p{margin:7px 0 0;color:var(--muted);font-size:12px}.prerequisite-filters{display:flex;gap:9px}.prerequisite-filters label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:11px}.prerequisite-filters select{min-width:140px;border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:8px 10px;font:inherit;color:var(--ink)}.prerequisite-list{display:grid;gap:12px}.prerequisite-card{background:#fff;border:1px solid #e1e7ed;border-radius:14px;padding:18px;box-shadow:var(--shadow)}.prerequisite-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.prerequisite-head h3{font-size:15px;margin:8px 0 5px}.prerequisite-head p{font-size:11px;color:var(--muted);margin:0}.category-chip{display:inline-flex;border-radius:999px;background:#e9eef8;color:var(--navy);font:700 10px "Segoe UI",sans-serif;padding:5px 8px;direction:ltr}.prerequisite-status{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700;white-space:nowrap}.prerequisite-blocked{background:#fdeaea;color:var(--red)}.prerequisite-progressing{background:#fff3da;color:#9b6206}.prerequisite-requested{background:#eef1f4;color:#657083}.prerequisite-ready{background:#e7f6ef;color:var(--green)}.prerequisite-link{margin:14px 0 11px;background:#f6f8fb;border-radius:9px;padding:10px;display:grid;grid-template-columns:60px 1fr auto;gap:9px;align-items:center}.prerequisite-link small{color:var(--muted)}.prerequisite-link b{font-size:12px;line-height:1.6}.prerequisite-link span{font-size:11px;color:var(--navy);font-weight:700}.prerequisite-people{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.prerequisite-people div{border:1px solid #edf0f4;border-radius:8px;padding:9px;display:flex;flex-direction:column;gap:5px}.prerequisite-people small{color:var(--muted);font-size:10px}.prerequisite-people strong{font-size:12px}.readiness-row{display:grid;grid-template-columns:70px 1fr 42px;gap:9px;align-items:center;margin:13px 0}.readiness-row span,.readiness-row b{font-size:11px}.impact-row{background:#fff4f1;color:#84372f;border-radius:9px;padding:10px;display:flex;gap:9px;font-size:11px;line-height:1.6}.impact-row b{white-space:nowrap}.record-source{display:block;color:var(--muted);font-size:9px;margin-top:9px}.prerequisite-form-panel{height:max-content;position:sticky;top:22px}.prerequisite-form-panel>p{margin-bottom:18px}.prerequisite-form-panel form{display:grid;gap:13px}.prerequisite-form-panel label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.prerequisite-form-panel input,.prerequisite-form-panel select,.prerequisite-form-panel textarea{width:100%;border:1px solid var(--line);border-radius:9px;background:#f7f9fc;padding:10px;font:inherit;color:var(--ink)}
.objective-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:16px}.objective-toolbar h2{margin:0}.objective-toolbar p{margin:7px 0 0;color:var(--muted);font-size:13px}.objective-filters{display:grid;grid-template-columns:minmax(220px,1.7fr) minmax(150px,1fr) minmax(150px,1fr);gap:10px;min-width:min(100%,600px)}.objective-filters label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px}.objective-filters input,.objective-filters select{height:42px;border:1px solid var(--line);border-radius:9px;background:#f8fafc;padding:0 11px;font:inherit;color:var(--ink)}.okr-summary{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 16px}.okr-summary span{background:#e8eef8;color:var(--navy);border-radius:9px;padding:9px 12px;font-size:13px}.okr-summary b{font-size:16px;margin-left:4px}.okr-catalog{display:grid;gap:14px}.objective-record{background:var(--card);border:1px solid #e2e8f0;border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.objective-record summary{list-style:none;display:grid;grid-template-columns:1fr 170px;gap:20px;align-items:center;padding:20px 22px;cursor:pointer}.objective-record summary::-webkit-details-marker{display:none}.objective-record summary:hover{background:#fafcff}.objective-record[open] summary{border-bottom:1px solid var(--line)}.objective-identity h3{font-size:16px;line-height:1.8;margin:0 0 5px}.objective-identity p{font-size:13px;color:var(--muted);margin:0}.objective-health{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:end;gap:5px 12px;text-align:left}.objective-health strong{font-size:22px;color:var(--navy)}.objective-health small{grid-column:2;color:var(--muted);font-size:11px}.kr-list{padding:14px;display:grid;gap:10px;background:#f5f8fb}.kr-card{position:relative;display:grid;grid-template-columns:52px minmax(240px,2fr) minmax(130px,.9fr) minmax(125px,.8fr) 72px 80px auto;align-items:center;gap:11px;background:#fff;border:1px solid #e6ebf1;border-radius:12px;padding:14px}.kr-index{font:700 12px "Segoe UI",sans-serif;color:var(--muted);direction:ltr}.kr-main h4{margin:0;font-size:14px;line-height:1.65}.kr-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.kr-tags span{background:#f0f4f8;color:var(--muted);padding:4px 7px;border-radius:6px;font:11px "Segoe UI",Tahoma,sans-serif}.kr-stat{display:flex;flex-direction:column;gap:5px}.kr-stat small{color:var(--muted);font-size:10px}.kr-stat strong{font-size:12px;line-height:1.5}.kr-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700;white-space:nowrap}.status-off{background:#fdeaea;color:var(--red)}.status-risk{background:#fff3da;color:#a86600}.status-pending{background:#eef0f3;color:#667085}.status-review{background:#e9eefb;color:#315a9b}.kr-blocker,.kr-note{grid-column:2/-1;border-radius:8px;padding:9px 11px;display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.6}.kr-blocker{background:#fff2f1;color:#8f2b2b}.kr-note{background:#edf3ff;color:#294f8d}.kr-blocker b,.kr-note b{white-space:nowrap}.no-results{text-align:center;padding:50px 20px}.no-results p{color:var(--muted)}
@media(max-width:1050px){.sidebar{width:82px;padding:24px 12px}.brand strong{font-size:0}.brand strong:after{content:'هج';font-size:20px}.brand span,.quarter,.nav-item:not(.active){font-size:0}.nav-item{padding:13px;text-align:center}.nav-item span{font-size:18px;width:auto}.main{margin-right:82px;padding:24px}.metrics{grid-template-columns:1fr 1fr}.content-grid,.owner-grid,.owner-workspace,.update-layout,.prerequisite-layout{grid-template-columns:1fr}.preview{position:static}.prerequisite-form-panel{position:static}.objective-summary{order:-1}.teams-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-strip{grid-template-columns:repeat(5,1fr)}.objective-toolbar{align-items:stretch;flex-direction:column}.objective-filters{width:100%}.kr-card{grid-template-columns:48px minmax(200px,2fr) repeat(2,minmax(100px,1fr)) auto}.kr-stat:nth-of-type(4),.kr-stat:nth-of-type(5){display:none}}
@media(max-width:650px){.sidebar{position:static;width:100%;height:auto;flex-direction:row;align-items:center;overflow:auto;padding:12px}.brand{margin:0 0 0 12px}.sidebar nav{display:flex}.nav-item{white-space:nowrap}.quarter{display:none}.main{margin:0;padding:18px}.topbar{align-items:flex-start}.profile div{display:none}.metrics{grid-template-columns:1fr}.content-grid,.owner-grid,.owner-workspace,.update-layout,.prerequisite-layout{display:block}.panel{margin-bottom:18px}.attention-row{grid-template-columns:8px 1fr auto}.attention-row em{display:none}.quick-action{align-items:flex-start;gap:20px;flex-direction:column}.objective-card,.owner-objective-card{grid-template-columns:1fr}.field-row,.field-row.three,.check-row{grid-template-columns:1fr}.topbar h1{font-size:1.45rem}.teams-grid{grid-template-columns:1fr}.team-card.wide{grid-column:auto}.section-head{align-items:flex-start;gap:12px}.source-chip{white-space:nowrap}.owner-strip{grid-template-columns:repeat(3,1fr)}.owner-directory .section-head{flex-direction:column}.objective-filters{grid-template-columns:1fr}.objective-record summary{grid-template-columns:1fr}.objective-health{justify-content:start;text-align:right}.objective-health small{grid-column:2}.kr-card{grid-template-columns:38px 1fr auto}.kr-main{grid-column:2/3}.kr-stat{display:none}.kr-status{grid-column:3}.kr-blocker,.kr-note{grid-column:1/-1}.okr-summary{display:grid;grid-template-columns:1fr}.objective-toolbar{padding:18px}.execution-tabs{width:100%;overflow:auto}.execution-tabs button{white-space:nowrap}.prerequisite-toolbar{align-items:stretch;flex-direction:column;gap:14px}.prerequisite-filters{display:grid;grid-template-columns:1fr 1fr}.prerequisite-link{grid-template-columns:1fr}.prerequisite-people{grid-template-columns:1fr 1fr}.impact-row{flex-direction:column}}
.topbar-actions{display:flex;align-items:center;gap:18px}.sheet-sync-status{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);background:#fff;text-decoration:none;font-size:12px}.sheet-sync-status i{width:8px;height:8px;border-radius:50%;background:#94a3b8}.sheet-sync-status.synced i{background:var(--green)}.sheet-sync-status.fallback i{background:var(--amber)}.sheet-sync-status.loading i{animation:sync-pulse 1s infinite}@keyframes sync-pulse{50%{opacity:.3}}@media(max-width:650px){.topbar-actions{gap:8px}.sheet-sync-status{padding:8px}.sheet-sync-status span{display:none}}
