:root{--green:#73bf45;--green-dark:#315f27;--ink:#111;--muted:#666;--line:#dedede;--soft:#f3f3f3;--white:#fff;--danger:#b83838;--shadow:0 16px 42px rgba(0,0,0,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f6f6f6;font-synthesis:none}.day-type-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.day-type-button{min-height:54px;border:2px solid #ccc;border-radius:14px;background:#fff;color:#333;font:inherit;font-weight:850;cursor:pointer}.day-type-button.active{border-color:var(--green);background:var(--green);color:#14220f;box-shadow:0 6px 18px rgba(89,151,53,.22)}.day-type-button:focus-visible{outline:3px solid rgba(115,191,69,.32);outline-offset:2px}.type-badge{display:inline-block;padding:2px 7px;border-radius:999px;font-size:.7rem;line-height:1.5}.type-badge.work{background:#e5f3dd;color:#315f27}.type-badge.vacation{background:#e8edf5;color:#2d4567}.type-badge.sick{background:#f3e7e7;color:#7a3030}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f4f8f1 0,#f7f7f7 18rem)}.app-header{height:88px;padding:12px max(18px,calc((100vw - 1060px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);border-bottom:1px solid #dce8d7;backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand-logo{width:190px;height:64px;object-fit:contain;object-position:left center}.icon-button{width:44px;height:44px;border:0;border-radius:14px;background:#edf6e8;color:var(--green-dark);display:grid;place-items:center;font-size:1.8rem;cursor:pointer}.icon-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}main{width:min(1060px,calc(100% - 32px));margin:0 auto;padding:38px 0 70px}.intro{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.eyebrow,.section-kicker{margin:0 0 6px;color:var(--green-dark);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800}h1,h2{margin:0;line-height:1.1}h1{font-size:clamp(2rem,7vw,3.6rem);letter-spacing:-.055em}h2{font-size:1.35rem;letter-spacing:-.02em}.date-pill{background:#e5f3dd;color:var(--green-dark);padding:10px 14px;border-radius:999px;font-size:.85rem;font-weight:750}.panel{background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.entry-panel{padding:26px;border-top:4px solid var(--green)}.panel-heading,.section-heading-row,.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-heading{padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:22px}.status-dot{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(115,191,69,.16)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:grid;gap:8px;font-size:.88rem;color:#444;font-weight:720}input{width:100%;min-height:48px;border:1px solid #ccc;border-radius:12px;background:#fcfcfc;padding:0 13px;font:inherit;font-size:1rem;color:var(--ink);outline:none}input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(115,191,69,.18)}fieldset{border:0;padding:0;margin:22px 0}legend{font-size:.88rem;color:#444;font-weight:720;margin-bottom:9px}.segmented{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);padding:4px;border-radius:14px}.segmented label{display:block}.segmented input,.choice input{position:absolute;opacity:0;pointer-events:none}.segmented span{display:block;text-align:center;border-radius:10px;padding:11px;cursor:pointer}.segmented input:checked+span{background:var(--green);color:#14220f;box-shadow:0 3px 12px rgba(66,114,42,.2)}.hidden{display:none!important}.hours-preview{display:flex;justify-content:space-between;align-items:center;background:#111;color:#fff;border-radius:15px;padding:15px 17px;margin-top:16px;border-left:6px solid var(--green)}.hours-preview span{font-size:.88rem;color:#ddd}.hours-preview strong{font-size:1.35rem;color:#a6df82}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.choice span{display:block;border:1px solid #ccc;border-radius:12px;padding:12px 8px;text-align:center;color:#444;background:#fff;cursor:pointer}.choice input:checked+span{border-color:var(--green);background:#e8f5e1;color:var(--green-dark);box-shadow:inset 0 0 0 1px var(--green)}.optional{font-weight:500;color:#888}.primary-button,.secondary-button,.continue-button,.text-button{border:0;font:inherit;font-weight:800;cursor:pointer}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.primary-button,.continue-button{width:100%;min-height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:9px}.primary-button{margin-top:0;background:var(--green);color:#14220f;box-shadow:0 8px 22px rgba(89,151,53,.22)}.continue-button{background:#fff;color:var(--green-dark);border:1.5px solid var(--green)}.primary-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.primary-button:active,.continue-button:active{transform:translateY(1px)}.secondary-button{padding:10px 13px;border-radius:11px;background:#e8f5e1;color:var(--green-dark)}.text-button{background:none;padding:14px 0}.danger{color:var(--danger)}.form-message{min-height:20px;margin:10px 0 0;text-align:center;color:var(--green-dark);font-size:.88rem}.summary-section{margin:36px 0}.section-heading-row{margin-bottom:16px}.section-heading-row input[type=month]{width:auto;min-height:42px}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.summary-card{min-height:150px;border-radius:20px;padding:19px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ddd}.summary-card span{font-size:.86rem;font-weight:750}.summary-card strong{font-size:clamp(1.5rem,4vw,2.1rem);letter-spacing:-.04em}.summary-card small{font-size:.74rem;opacity:.72}.summary-card.hours{background:#111;color:#fff;border-color:#111}.summary-card.hours strong{color:#a6df82}.summary-card.expenses{background:#dff1d4;color:#21451b;border-color:#c6e4b5}.summary-card.overnight{background:#fff;color:#111;border-bottom:4px solid var(--green)}.entries-panel{padding:24px}.entries-list{display:grid;gap:10px}.entry-row{display:grid;grid-template-columns:88px 1fr auto auto;align-items:center;gap:16px;padding:15px;border:1px solid var(--line);border-left:4px solid var(--green);border-radius:15px;background:#fcfcfc}.entry-date{font-size:.8rem;color:var(--muted)}.entry-main strong{display:block}.entry-main span{font-size:.82rem;color:var(--muted)}.entry-numbers{text-align:right}.entry-numbers strong,.entry-numbers span{display:block}.entry-numbers span{font-size:.8rem;color:var(--green-dark);margin-top:3px}.delete-button{width:38px;height:38px;border:0;border-radius:11px;background:#f6eaea;color:var(--danger);font-size:1.2rem;cursor:pointer}.empty-state{text-align:center;padding:44px 18px;color:var(--muted)}.empty-state strong{display:block;color:var(--ink);margin:8px 0}.empty-state p{margin:0;font-size:.9rem}.empty-icon{width:48px;height:48px;border-radius:15px;background:#edf6e8;display:grid;place-items:center;margin:auto;color:var(--green-dark);font-size:1.5rem}dialog{width:min(560px,calc(100% - 28px));border:0;border-radius:24px;padding:0;box-shadow:0 24px 80px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(0,0,0,.48);backdrop-filter:blur(3px)}dialog form{padding:25px}.dialog-heading{margin-bottom:12px}.dialog-copy{color:var(--muted);font-size:.9rem;line-height:1.55;margin:0 0 20px}.rate-grid{grid-template-columns:repeat(3,1fr)}.print-report{display:none}@media(max-width:700px){.app-header{height:74px}.brand-logo{width:145px;height:52px}main{width:min(100% - 22px,1060px);padding-top:24px}.intro{align-items:flex-start}.date-pill{display:none}.entry-panel,.entries-panel{padding:18px}.grid.two,.grid.three{grid-template-columns:1fr}.grid.three:not(.rate-grid){grid-template-columns:repeat(2,1fr)}.grid.three:not(.rate-grid) label:last-child{grid-column:1/-1}.choice-grid{grid-template-columns:repeat(2,1fr)}.form-actions{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.summary-card{min-height:128px}.summary-card.hours{grid-column:1/-1}.entry-row{grid-template-columns:72px 1fr auto;gap:10px}.entry-numbers{grid-column:2/3;text-align:left}.delete-button{grid-column:3;grid-row:1/3}.section-heading-row{align-items:flex-end}.secondary-button{font-size:.8rem}.rate-grid{grid-template-columns:1fr}.intro h1{font-size:2.35rem}}@media(max-width:380px){.grid.three:not(.rate-grid){grid-template-columns:1fr}.grid.three:not(.rate-grid) label:last-child{grid-column:auto}.summary-grid{grid-template-columns:1fr}.summary-card.hours{grid-column:auto}}@media print{@page{size:A4 landscape;margin:12mm}body{background:#fff!important}.app-header,main,dialog{display:none!important}.print-report{display:block!important;color:#000;font-family:Arial,sans-serif;font-size:10pt}.print-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #000;padding-bottom:8mm;margin-bottom:6mm}.print-logo{width:48mm;height:auto}.print-title{text-align:right}.print-title h1{font-size:19pt;letter-spacing:0;margin:0 0 3mm}.print-title p{margin:0}.print-meta{display:grid;grid-template-columns:1fr 1fr;gap:4mm;margin-bottom:6mm}.print-meta div{border:1px solid #999;padding:3mm}.print-meta span{display:block;font-size:8pt;color:#555;text-transform:uppercase;margin-bottom:1mm}.print-table{width:100%;border-collapse:collapse;font-size:8.5pt}.print-table th,.print-table td{border:1px solid #aaa;padding:2.2mm 1.5mm;text-align:left;vertical-align:top}.print-table th{background:#eee;font-weight:700}.print-table .num{text-align:right;white-space:nowrap}.print-total{margin-top:6mm;margin-left:auto;width:75mm;border-collapse:collapse}.print-total td{padding:2mm;border-bottom:1px solid #bbb}.print-total td:last-child{text-align:right;font-weight:700}.print-total tr:last-child td{border-top:2px solid #000;border-bottom:0;font-size:11pt}.print-signatures{display:grid;grid-template-columns:1fr 1fr;gap:18mm;margin-top:18mm}.signature-line{border-top:1px solid #000;padding-top:2mm;font-size:8pt;color:#444}.print-note{font-size:8pt;color:#555;margin-top:6mm}}
:root .app-header{display:grid;grid-template-columns:44px 1fr 44px;gap:8px}.app-header .brand-logo{grid-column:2;justify-self:center;object-position:center}.app-header #settingsButton{grid-column:3}.entries-panel{margin-top:22px}#weeklyCostForm{display:flex;gap:12px;align-items:end;margin:20px 0}#weeklyCostForm label{flex:1}.upload-label{margin-top:20px}.receipt-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #ddd}.receipt-row a{overflow-wrap:anywhere;color:#315f27}#weekDownloads{margin-top:14px}#weeklyMessage{line-height:1.5}#prepareWeek{padding:12px}#overnightField{display:none!important}@media(max-width:600px){#weeklyCostForm{display:grid}.receipt-row{flex-wrap:wrap}}
[hidden]{display:none!important}.account-panel{max-width:800px;margin:24px auto;padding:24px}.account-panel form,.account-panel label,#resetForm,#resetForm label{display:grid;gap:12px}.account-panel form{margin:20px 0}.account-nav{display:flex;gap:10px;flex-wrap:wrap;max-width:1100px;margin:20px auto;padding:0 16px}.user-row{padding:20px 0;border-top:1px solid #ddd;overflow-wrap:anywhere}.user-row button{margin:4px}.account-panel h1{font-size:2rem}.account-panel p{line-height:1.5}button:disabled{opacity:.55;cursor:wait}
.report-tabs{display:flex;gap:8px;margin:20px auto 0;width:min(100% - 22px,1060px);background:#ececec;padding:5px;border-radius:14px}.report-tabs button{flex:1;border:0;border-radius:10px;padding:14px 8px;background:transparent;font:inherit;font-weight:700;cursor:pointer}.report-tabs button[aria-pressed=true]{background:#111;color:white}.report-history,.report-editor{padding:24px;margin-bottom:24px}.report-editor h3{font-size:1.15rem;margin:24px 0 12px}.report-editor p{line-height:1.5}.report-editor select,.report-editor textarea,#projectDialog input{width:100%;border:1px solid #ccc;border-radius:10px;padding:12px;background:#fff;color:#111;font:inherit;min-height:46px}.report-editor textarea{resize:vertical}.report-editor label{margin-bottom:14px}.report-editor .grid label{min-width:0}.report-editor input:focus,.report-editor select:focus,.report-editor textarea:focus{outline:2px solid #222;outline-offset:2px;border-color:#222;box-shadow:none}.report-editor .section-heading-row{flex-wrap:wrap;gap:10px}#reportSaveStatus{font-size:.9rem;color:#555}#addProject{margin:0 0 20px}#reportFields{margin:0;min-width:0}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.catalog-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #ccc;border-radius:10px;background:#fff;color:#111;padding:12px;text-align:left;font:inherit;cursor:pointer}.catalog-item small{white-space:nowrap;color:#555}.catalog-item:hover{background:#eee}.report-catalog details{border-bottom:1px solid #ddd}.report-catalog summary{padding:16px 0;font-weight:700;cursor:pointer}.report-catalog{padding:0 0 20px}.position-row{padding:18px;border:1px solid #ccc;border-radius:14px;margin:12px 0;background:#fafafa}.position-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.position-heading strong{overflow-wrap:anywhere}.position-heading button{font-size:.9rem}.position-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.quantity-stepper{display:flex;align-items:center;gap:4px}.quantity-stepper input{min-width:0;text-align:center;padding:0 4px}.quantity-stepper button{border:1px solid #bbb;background:#fff;border-radius:9px;min-width:38px;height:46px;font-size:1.2rem;cursor:pointer}.variant-buttons{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px}.variant-button{border:1px solid #bbb;border-radius:8px;background:white;padding:9px 12px;font:inherit;font-size:.9rem;cursor:pointer}.variant-button[aria-pressed=true]{background:#222;color:white;border-color:#222}.report-editor .primary-button{background:#111;color:#fff;box-shadow:none}.report-editor .secondary-button,.report-history .secondary-button{background:#ececec;color:#111}.report-list-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid #ddd;padding:16px 0}.report-list-row>div{flex:1;min-width:120px;overflow-wrap:anywhere}.report-list-row span{display:block;font-size:.9rem;color:#555;margin-top:5px}#reportMessage{white-space:pre-wrap}#reportPhotoList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}#reportPhotoList figure{margin:12px 0;border:1px solid #ddd;padding:8px;border-radius:12px}#reportPhotoList img{width:100%;height:150px;object-fit:cover;border-radius:8px}#reportPhotoList figcaption{overflow-wrap:anywhere;font-size:.9rem}#projectForm{display:grid;gap:12px}#positionCount{display:inline-block;background:#eee;color:#111;border-radius:9px;padding:2px 9px}.report-photos{border-top:1px solid #ddd;margin-top:24px}#reportDownloads{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:650px){.report-history,.report-editor{padding:16px}.position-fields{grid-template-columns:1fr}.catalog-grid{grid-template-columns:1fr}.position-heading{align-items:flex-start}.position-row{padding:12px}#reportPhotoList{grid-template-columns:repeat(2,minmax(0,1fr))}.report-tabs button{font-size:.95rem}.report-editor .secondary-button,.report-history .secondary-button{font-size:.95rem}}@media print{#reportTabs,#reportsApp,#accountNav,#accountPanel,#adminPanel{display:none!important}}
.report-intro{margin-bottom:16px;align-items:center}.report-intro h1{font-size:1.8rem}.report-editor{padding:18px}.report-editor>.section-heading-row h2{font-size:1.1rem}.report-section{border:1px solid #d5e6ca;border-radius:12px;margin:12px 0;background:#fff;overflow:hidden}.report-section>summary{display:flex;align-items:center;gap:10px;padding:13px 16px;background:#edf6e7;color:#244f1c;font-weight:750;cursor:pointer;list-style:none}.report-section>summary:after{content:'+';margin-left:auto;font-size:1.2rem}.report-section[open]>summary:after{content:'−'}.section-number{display:grid;place-items:center;background:#73bf45;color:#14220f;width:27px;height:27px;border-radius:8px;flex-shrink:0}.report-section-body{padding:16px}.report-section-body>h3,.report-section-body .report-catalog>h3{margin-top:0}.report-section .grid{gap:12px}.report-section label{margin-bottom:12px}.report-editor .primary-button{background:#73bf45;color:#14220f;box-shadow:none}.report-editor .secondary-button,.report-history .secondary-button,.report-intro .secondary-button{background:#e8f5e1;color:#315f27}.report-tabs button[aria-pressed=true]{background:#73bf45;color:#14220f}.catalog-rubrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.rubric-button{font:inherit;font-size:.95rem;font-weight:650;border:1px solid #cdddC4;background:#f7faf5;color:#315f27;border-radius:10px;padding:12px 8px;min-height:48px;cursor:pointer}.rubric-button[aria-pressed=true]{background:#73bf45;color:#14220f;border-color:#73bf45}.report-catalog{padding-bottom:8px}.catalog-search{margin:12px 0;border:0!important}.catalog-search summary,.optional-report-fields>summary,.position-extras>summary{color:#315f27;font-size:.9rem;font-weight:500;padding:8px 0;cursor:pointer}.optional-report-fields[open]>summary{margin-bottom:10px}#catalogHeading{font-size:1rem;margin:14px 0 8px;color:#315f27}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:8px 0}.catalog-item{padding:12px;border-color:#d5e6ca;min-height:48px}.catalog-item:hover{background:#edf6e7}.catalog-item small b{color:#315f27}.compact-position{padding:12px 14px;margin:10px 0;border:1px solid #d5e6ca;border-left:4px solid #73bf45;background:#fafcf9}.compact-position .position-heading{margin-bottom:8px;gap:8px}.compact-position .position-heading small{font-size:.85rem;font-weight:500;color:#315f27}.position-remove{background:transparent;color:#555;border:0;min-width:40px;min-height:40px;font-size:1.4rem;cursor:pointer}.compact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compact-fields>label:only-child{max-width:280px}.compact-fields label{margin:0}.compact-position .quantity-stepper button{background:#e8f5e1;border-color:#c8dfba;color:#315f27}.compact-position select{margin:0;min-height:46px}.position-extras{margin-top:3px}.position-extras[open]{margin-top:10px}.position-extras label{margin-top:8px}#positionCount{background:#e8f5e1;color:#315f27}.report-photos{margin-top:16px}.report-history{padding:0}.report-history>summary{padding:17px;font-weight:650;cursor:pointer}.report-editor .form-actions{margin-top:16px}.report-editor input:focus,.report-editor select:focus,.report-editor textarea:focus{outline:2px solid #609d3e;border-color:#609d3e}.report-editor #reportMessage{color:#315f27}@media(max-width:650px){.report-intro{flex-wrap:wrap;gap:12px}.report-intro h1{font-size:1.6rem}.report-editor{padding:12px}.report-section-body{padding:12px}.catalog-rubrics{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-item{align-items:flex-start;flex-direction:column;gap:4px}.catalog-item small{align-self:flex-end}.compact-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-fields input{min-width:0}.compact-fields .quantity-stepper button{min-width:30px;padding:0}.report-section>summary{padding:12px}.report-section .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:380px){.compact-fields{grid-template-columns:1fr}.report-section .grid.two{grid-template-columns:1fr}}
.language-bar{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:10px max(18px,calc((100vw - 1060px)/2));background:#e8f5e1;color:#315f27}.language-bar label{margin:0;font-size:.9rem}.language-bar select{font:inherit;color:#111;background:#fff;border:1px solid #bad6ab;border-radius:9px;padding:9px 12px;min-height:44px;max-width:65%}.pdf-language-note{font-size:.85rem;color:#666;line-height:1.5}.rubric-button,.catalog-item,.report-tabs button{overflow-wrap:anywhere;hyphens:auto}.language-bar option{color:#111;background:#fff}@media(max-width:500px){.language-bar{padding:10px 14px;justify-content:space-between;gap:8px}.language-bar label{font-size:.85rem}.language-bar select{max-width:62%}}@media print{.language-bar{display:none!important}}

.report-share-panel{padding:18px;border:1px solid #74a84c;border-radius:14px;background:#f2f8ed;margin:16px 0}.report-share-panel p{line-height:1.5}.report-share-panel button{margin:4px 6px 4px 0;white-space:normal}

.position-done{margin-top:12px;min-height:44px;min-width:110px}

/* Prominent centered branding and instantly visible category symbols. */
:root .app-header{height:auto;min-height:190px;position:relative;display:flex;justify-content:center;padding:18px 56px;background:#fff}
.app-header .brand-logo{display:block;width:min(380px,100%);height:160px;object-fit:contain;object-position:center}
.app-header #settingsButton{position:absolute;right:12px;top:16px}
.rubric-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:112px;text-align:center}
.rubric-symbol{width:42px;height:42px;flex-shrink:0;pointer-events:none}
.action-symbol{width:24px;height:24px;flex-shrink:0;pointer-events:none}
.section-symbol{width:23px;height:23px;pointer-events:none}
.section-number{width:36px;height:36px}
#reportPdfButton,#shareReport{display:flex;align-items:center;justify-content:center;gap:9px}
@media(max-width:650px){:root .app-header{min-height:162px;padding:14px 42px}.app-header .brand-logo{width:min(300px,100%);height:134px}.rubric-button{min-height:108px;padding:12px 8px}.rubric-symbol{width:38px;height:38px}}
.finished-position{display:flex;align-items:center;gap:12px}.finished-position>div{flex:1;min-width:0}.finished-position p{margin:5px 0 0;font-weight:600}.finished-position strong,.finished-position p{overflow-wrap:anywhere}#catalogRubrics{scroll-margin-top:16px}@media(max-width:400px){.finished-position{flex-wrap:wrap}.finished-position>div{flex-basis:100%}}

.roof-product-photo{display:block;width:100%;height:104px;object-fit:contain;background:#fff;border-radius:7px;pointer-events:none}.rubric-button{min-height:154px;padding:10px;background:#fff}.rubric-button[aria-pressed=true]{background:#edf5e7;border-color:#73bf45;box-shadow:inset 0 0 0 1px #73bf45}.image-credits{margin-top:12px;color:#666;font-size:.8rem}.image-credits a{color:#315f27}.image-credits summary{cursor:pointer}@media(max-width:650px){.roof-product-photo{height:96px}.rubric-button{min-height:145px}}

.catalog-position{min-width:0;align-self:start}.catalog-position>.catalog-item{width:100%;height:100%}.catalog-position.has-editor{grid-column:1/-1}.catalog-position.has-editor>.catalog-item{background:#edf6e7;border-color:#73bf45}.inline-position-host:empty{display:none}.inline-position-host .compact-position{margin:6px 0 4px}.catalog-grid{align-items:start}@media(max-width:650px){.catalog-grid{grid-template-columns:1fr}.catalog-item{flex-direction:row;align-items:center}.catalog-item small{align-self:auto}}

.rubric-group{min-width:0;align-self:start}.rubric-group>.rubric-button{width:100%;position:relative}.rubric-group.is-open{grid-column:1/-1;border:1px solid #73bf45;border-radius:12px;background:#fff;padding:8px}.rubric-group.is-open>.rubric-button{min-height:72px;flex-direction:row;justify-content:flex-start;text-align:left;padding:8px 12px}.rubric-group.is-open .roof-product-photo{width:84px;height:58px;flex:none}.rubric-toggle{position:absolute;top:8px;right:10px;font-size:1.2rem}.rubric-group.is-open .rubric-toggle{position:static;margin-left:auto}#catalogPanel{padding:0 4px 4px}#catalogPanel[hidden]{display:none!important}#catalogPanelHome:empty{display:none}
:root .app-header{position:static;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;padding:10px 12px;height:auto;min-height:0;z-index:auto;overflow:hidden}
.app-header .brand-logo{grid-column:2;grid-row:1;justify-self:center;width:240px;max-width:100%;height:104px;object-fit:contain;object-position:center;display:block}
.app-header #settingsButton{position:static;grid-column:3;grid-row:1;justify-self:end}
@media(max-width:650px){:root .app-header{padding:8px 10px;height:auto;min-height:0}.app-header .brand-logo{width:210px;max-width:100%;height:88px}}
.draft-notice{padding:12px;background:#eef5e8;border-left:3px solid #5c863f;border-radius:8px;margin-bottom:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
#teamPanel{max-width:1100px;margin:20px auto}#teamDialog{max-width:750px;width:calc(100% - 28px)}#teamDetail img{max-width:100%;max-height:300px;object-fit:contain}#teamDetail p{overflow-wrap:anywhere}#teamDetail article{border-bottom:1px solid #ddd;padding:10px 0}#teamList .report-list-row{flex-wrap:wrap}#backupDialog{max-width:650px;width:calc(100% - 28px)}#backupDialog details{margin:18px 0}#trashList article{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd}#backupSummary{overflow-wrap:anywhere}.button-row{display:flex;gap:8px;flex-wrap:wrap}#entryDraftStatus{color:#315622}

.local-info{max-width:1000px;margin:12px auto;padding:0 18px;color:#555;font-size:13px} #teamPanel,#teamDialog{display:none!important}
