:root{--bg:#f7f5ef;--panel:#fffdf8;--panel-soft:#f2efe6;--text:#18201c;--muted:#5f665f;--line:#d8d2c4;--accent:#176b4d;--accent-strong:#0f4d36;--accent-soft:#e3efe8;--gold:#d99a2b;--danger:#9f2f2f;--shadow:0 14px 34px #2c26191a;--radius:8px}*{box-sizing:border-box}html,body{background:linear-gradient(180deg, #fbfaf6 0%, var(--bg) 32%, #f0ece2 100%);color:var(--text);margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}.topbar{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f5efeb;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brandLink{color:inherit;text-decoration:none}.logoMark{object-fit:cover;border-radius:8px;width:44px;height:44px;display:block}.brandName{font-weight:900}.brandSub{color:var(--muted);font-size:12px}.actions{flex-wrap:wrap;gap:10px;display:flex}.mobileMenu{display:none;position:relative}.mobileMenuButton{border:1px solid var(--line);background:var(--panel);min-height:42px;color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;font-weight:800;display:inline-flex}.hamburgerIcon{gap:3px;display:grid}.hamburgerIcon span{background:currentColor;border-radius:999px;width:17px;height:2px}.mobileMenuPanel{z-index:50;border:1px solid var(--line);background:var(--panel);width:min(260px,100vw - 28px);box-shadow:var(--shadow);border-radius:8px;gap:8px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.mobileMenuItem{border:1px solid var(--line);background:var(--panel-soft);width:100%;min-height:44px;color:var(--text);font:inherit;text-align:left;cursor:pointer;border-radius:6px;justify-content:flex-start;align-items:center;padding:10px 12px;font-weight:800;text-decoration:none;display:flex}.mobileMenuItem:hover{background:var(--accent-soft)}.mobileMenuItem:disabled,.mobileMenuItem.disabled{opacity:.45;cursor:not-allowed}.btn{border:1px solid var(--accent);cursor:pointer;background:var(--accent);color:#fffdf8;box-shadow:none;border-radius:8px;align-items:center;padding:10px 16px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.btn:disabled{cursor:not-allowed;opacity:.52;box-shadow:none;transform:none}.btn.ghost{background:var(--panel);color:var(--accent);border-color:var(--line);box-shadow:none}.btn.ghost:hover{background:var(--accent-soft);border-color:#b8cabc}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.homeWrap{gap:18px;width:min(1200px,100% - 44px);margin:30px auto;display:grid}.homeHero{gap:18px;padding:38px;display:grid}.pill{background:var(--accent-soft);border:1px solid var(--line);width:fit-content;color:var(--accent-strong);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.homeTitle{letter-spacing:0;max-width:820px;margin:0;font-size:clamp(34px,6vw,64px);line-height:1.1}.homeText{color:var(--muted);max-width:760px;margin:0;font-size:18px;line-height:1.6}.homeCtas{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.statsRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px;display:grid}.stat{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);padding:14px}.statNum{color:var(--accent-strong);font-weight:900}.statLabel{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.4}.homeTools,.homeInfo{padding:24px}.homeSectionHead{justify-content:space-between;align-items:end;gap:12px;display:flex}.homeSectionHead h2,.homeInfo h2{margin:0}.homeSectionSub{color:var(--muted);font-size:14px}.toolGrid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;display:grid}.toolCard{border-radius:var(--radius);border:1px solid var(--line);background:var(--panel-soft);color:inherit;padding:18px;text-decoration:none;transition:all .15s}.toolCard:hover{background:#f8f6ee;border-color:#b8cabc}.toolTop{gap:8px;margin-bottom:10px;display:grid}.toolBadge{background:var(--accent-soft);width:fit-content;color:var(--accent-strong);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.toolBadge.ghost{color:var(--muted);background:#eee8da}.toolName{font-size:20px;font-weight:900}.toolDesc,.toolMeta,.infoText{color:var(--muted);line-height:1.5}.toolMeta{margin-top:12px;font-size:13px}.infoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.infoCard{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);padding:16px}.infoTitle{margin-bottom:8px;font-weight:900}.homeFooter{padding:8px 0 26px}.homeFooterInner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.footerBrand{color:var(--text);font-weight:900}.footerLinks{flex-wrap:wrap;gap:12px;display:flex}.footerLinks a{color:var(--accent);font-weight:700}.invoiceWrap{gap:20px;width:min(1200px,100% - 44px);margin:24px auto;display:grid}.invoiceTitle{margin:0;font-size:28px}.invoiceText{color:var(--muted);max-width:800px;margin-top:8px;line-height:1.6}.grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:24px;display:grid}.formCard{padding:22px}.twoCol{grid-template-columns:1fr 1fr;gap:14px;display:grid}.documentToggle{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:4px;width:fit-content;margin:4px 0 18px;padding:4px;display:inline-flex}.documentToggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:9px 14px;font-weight:800}.documentToggle button.active{background:var(--accent);color:#fffdf8;box-shadow:none}.field{gap:6px;margin-bottom:14px;display:grid}.field span{color:var(--muted);font-size:12px}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#fffef9;border-radius:8px;padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:2px solid #176b4d2e}select option{color:#111;background:#fff}textarea{resize:vertical}.logoPreviewBox{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.logoPreviewImg{object-fit:contain;border-radius:6px;max-width:100%;max-height:120px}.table{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;margin-top:12px;padding:14px}.thead,.trow4{grid-template-columns:.6fr 2fr .8fr 1fr 40px;align-items:center;gap:10px;display:grid}.amountCell{text-align:right;font-weight:700}.iconBtn{border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer;border-radius:6px}.previewCard{max-width:100%;padding:22px}.invoice{color:#111;background:#fff;border-radius:8px;width:100%;padding:24px;overflow:hidden}.invBrandBlock{gap:10px;display:grid}.invLogoBig{object-fit:contain;max-width:260px;max-height:80px}.invTitle{font-size:24px;font-weight:900}.invParties{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.box{white-space:pre-wrap;border:1px solid #eee;border-radius:8px;padding:12px}.invTable{border:1px solid #eee;border-radius:8px;margin-top:18px;overflow:hidden}.invHead4,.invRow4{grid-template-columns:.6fr 2fr .8fr 1fr;gap:12px;padding:12px;display:grid}.invHead4{background:#fafafa;font-weight:700}.right{text-align:right}.seoCard{padding:22px}.seoList{color:var(--muted);margin:10px 0 10px 20px}.seoContentGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.seoTextBlock,.faqItem{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);padding:16px}.seoTextBlock h3,.faqItem h3{margin:0 0 8px;font-size:16px}.seoTextBlock p,.faqItem p{color:var(--muted);margin:0;line-height:1.55}.faqGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.seoInlineLinks{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.toolScreenshotGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.toolScreenshotCard{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);color:inherit;padding:12px;text-decoration:none}.toolScreenshotCard img{aspect-ratio:16/10;object-fit:cover;object-position:top left;border:1px solid var(--line);background:#fbfaf6;border-radius:6px;width:100%;display:block}.toolScreenshotCard strong{margin-top:10px;display:block}.toolScreenshotCard span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.45;display:block}@media (width<=980px){.grid,.twoCol,.seoContentGrid,.faqGrid,.toolScreenshotGrid,.toolGrid,.invParties{grid-template-columns:1fr}.thead{display:none}.trow4{grid-template-columns:1fr;gap:10px}.amountCell{text-align:left}}.subhead{margin:18px 0 10px}.btn.small{border-radius:6px;padding:8px 12px;font-size:13px}.hint{color:var(--muted);font-size:12px}.logoPreviewInner{gap:10px;display:grid}.logoPreviewEmpty{color:var(--muted);font-size:13px}.toggles{flex-wrap:wrap;gap:14px;margin:12px 0;display:flex}.check{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:inline-flex}.check.inline{margin-top:8px}.totalsGrid{gap:14px;display:grid}.summaryCol{gap:10px;display:grid}.summaryBox{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;padding:14px}.sumRow{border-bottom:1px solid var(--line);justify-content:space-between;padding:8px 0;display:flex}.sumRow:last-child{border-bottom:0}.sumRow.total strong{font-size:18px}.pdfWrap{width:100%}.receiptWrap,.logbookWrap{gap:20px;width:min(1200px,100% - 44px);margin:24px auto;display:grid}.receiptIntro{gap:6px;display:grid}.mutedText{color:var(--muted)}.receiptFormHead,.receiptCardTop,.receiptCardActions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.receiptFormHead h2,.receiptCategorySummary h2,.receiptFilters h2{margin-top:0}.receiptFormHead p{margin:6px 0 0}.receiptFilterGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.receiptFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.logbookGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.purposeButtons{flex-wrap:wrap;gap:8px;margin:2px 0 16px;display:flex}.purposeButtons button{border:1px solid var(--line);background:var(--panel-soft);color:var(--text);cursor:pointer;border-radius:999px;padding:8px 12px;font-weight:800}.purposeButtons button.active,.purposeButtons button:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:#b8cabc}.receiptErrors{color:var(--danger);background:#f8e8e5;border:1px solid #d7a1a1;border-radius:8px;margin-bottom:14px;padding:12px}.receiptReviewCard{overflow:hidden}.receiptReviewLayout{grid-template-columns:minmax(240px,.38fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.receiptImagePanel,.receiptFieldsPanel{gap:14px;min-width:0;display:grid}.receiptImagePanel{position:sticky;top:92px}.imageUpload{min-height:92px;color:var(--text);cursor:pointer;text-align:center;background:#fbfaf6;border:1px dashed #b8cabc;border-radius:8px;place-items:center;padding:18px;font-weight:800;display:grid}.imageUpload input{display:none}.receiptImagePreview{gap:10px;max-width:100%;display:grid}.receiptImagePreview img{object-fit:contain;border:1px solid var(--line);background:#fbfaf6;border-radius:8px;width:100%;max-height:340px}.receiptFormActions{flex-wrap:wrap;gap:10px;display:flex}.logbookKmPreview{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);justify-content:space-between;align-items:center;gap:12px;margin:6px 0 16px;padding:14px;display:flex}.logbookKmPreview span{color:var(--muted);font-size:13px}.logbookKmPreview strong{color:var(--accent-strong);font-size:22px}.aiRetryButton{justify-content:center;width:100%}.aiPanel{background:#fbf1d9;border:1px solid #dfc384;border-radius:8px;gap:8px;padding:14px;display:grid}.aiPanel h3{margin:0;font-size:15px}.aiPanel p{color:var(--muted);margin:4px 0 0;line-height:1.5}.aiPanel ul{color:var(--muted);margin:0 0 0 18px;padding:0}.receiptSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.receiptSummaryCard{gap:8px;padding:18px;display:grid}.receiptSummaryCard span{color:var(--muted);font-size:13px}.receiptSummaryCard strong{font-size:24px}.receiptCategorySummary,.receiptFilters{padding:22px}.receiptCategoryList{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.receiptList,.tripList{gap:12px;margin-top:14px;display:grid}.exportNote{margin:0 0 14px;font-size:13px}.receiptCard{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;grid-template-columns:132px 1fr;gap:16px;padding:16px;display:grid}.receiptThumbButton{cursor:pointer;background:0 0;border:0;border-radius:8px;width:132px;height:132px;padding:0}.receiptThumb{border:1px solid var(--line);object-fit:cover;background:#fbfaf6;border-radius:8px;width:132px;height:132px}.receiptThumbEmpty{color:var(--muted);text-align:center;place-items:center;font-size:12px;display:grid}.receiptCardBody{gap:12px;min-width:0;display:grid}.receiptCard h3{margin:0;line-height:1.2}.receiptMeta,.receiptDetails,.receiptAmounts span{color:var(--muted);font-size:13px}.receiptAmounts{text-align:right;gap:4px;display:grid}.receiptAmounts strong{font-size:18px}.receiptDetails{gap:4px;display:grid}.receiptCardActions{justify-content:flex-start;align-items:center}.receiptCardActions .btn{min-height:36px}.receiptCardActions .btn:last-child{margin-left:auto}.tripCard{border-radius:var(--radius);border:1px solid var(--line);background:var(--panel-soft);grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:16px;display:grid}.tripCard h3{margin:0;line-height:1.25}.tripNotes{color:var(--muted);margin:10px 0 0;line-height:1.5}.tripDistance{text-align:right;align-content:start;gap:4px;display:grid}.tripDistance strong{color:var(--accent-strong);font-size:22px}.tripDistance span{color:var(--muted);font-size:13px}.tripActions{grid-column:1/-1}.receiptEmpty{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:8px;margin-top:14px;padding:18px}.receiptModalBackdrop{z-index:30;background:#18201cb8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.receiptModal{width:min(900px,100%);max-height:calc(100vh - 36px);padding:18px;overflow:auto}.receiptModalImage{object-fit:contain;border:1px solid var(--line);background:#fbfaf6;border-radius:8px;width:100%;max-height:72vh}.pdfEditorWrap{gap:20px;width:min(1360px,100% - 44px);margin:24px auto;display:grid}.pdfEditorLayout{grid-template-columns:minmax(250px,320px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.pdfToolsPanel{gap:16px;padding:18px;display:grid;position:sticky;top:92px}.pdfUpload{min-height:110px}.pdfToolButtons{grid-template-columns:1fr;gap:10px;display:grid}.pdfToolButtons .btn,.pdfDownloadButton{justify-content:center}.hiddenFileInput{display:none}.pdfSelectionPanel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-soft);gap:12px;padding:14px;display:grid}.pdfSelectionPanel h2{margin:0;font-size:18px}.pdfSelectionPanel .field{margin-bottom:0}.pdfOverlayCount{color:var(--accent-strong);font-weight:900}.pdfPreviewPanel{min-height:560px;padding:18px;overflow:auto}.pdfEmptyState{min-height:500px;color:var(--muted);text-align:center;border:1px dashed var(--line);border-radius:var(--radius);background:#fbfaf6;align-content:center;place-items:center;gap:8px;display:grid}.pdfEmptyState strong{color:var(--text);font-size:18px}.pdfPages{justify-items:center;gap:24px;display:grid}.pdfPageBlock{gap:8px;display:grid}.pdfPageLabel{color:var(--muted);font-size:13px;font-weight:800}.pdfPageSurface{border:1px solid var(--line);background:#fff;max-width:100%;position:relative;overflow:hidden;box-shadow:0 10px 26px #2c261924}.pdfPageCanvas{max-width:100%;display:block}.pdfOverlay{z-index:2;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none;background:#e3efe82e;border:1px solid #176b4d9e;min-width:24px;min-height:18px;position:absolute}.pdfOverlay.selected{border-color:var(--gold);box-shadow:0 0 0 2px #d99a2b40}.pdfTextOverlay{color:#111;white-space:pre-wrap;width:100%;height:100%;padding:2px 4px;line-height:1.15;overflow:hidden}.pdfImageOverlay{object-fit:fill;pointer-events:none;width:100%;height:100%;display:block}.pdfWhiteOverlay{pointer-events:none;background:#fff;width:100%;height:100%}.pdfResizeHandle{background:var(--accent);cursor:nwse-resize;border:2px solid #fffdf8;border-radius:4px;width:14px;height:14px;position:absolute;bottom:-6px;right:-6px}.invTop{justify-content:space-between;gap:16px;display:flex}.invMeta{gap:6px;min-width:220px;display:grid}.metaRow{justify-content:space-between;gap:12px;font-size:13px;display:flex}.metaRow span{color:#444}.metaRow strong{font-weight:800}.label{color:#555;margin-bottom:6px;font-size:12px;font-weight:700}.invTotalsWrap{justify-content:flex-end;margin-top:16px;display:flex}.invTotalsBox{background:#fff;border:1px solid #eee;border-radius:8px;width:min(320px,100%);padding:12px}.invTotRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.invTotRow:last-child{border-bottom:0}.invTotRowTotal strong{font-size:16px}.invNotesTerms{grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;display:grid}.invNoteBox{white-space:pre-wrap;color:#111;border:1px solid #eee;border-radius:8px;min-height:72px;padding:12px;font-size:13px}@media (width<=980px){.invTop{flex-direction:column}.invMeta{min-width:0}.invNotesTerms,.receiptReviewLayout{grid-template-columns:1fr}.receiptImagePanel{position:static}.receiptFormGrid,.logbookGrid,.receiptFilterGrid,.receiptSummaryGrid,.seoContentGrid,.faqGrid,.toolScreenshotGrid,.receiptCategoryList{grid-template-columns:1fr}.receiptCard{grid-template-columns:82px 1fr}.receiptThumbButton,.receiptThumb{width:82px;height:82px}.receiptAmounts{text-align:left}.receiptCardActions .btn:last-child{margin-left:0}.tripCard{grid-template-columns:1fr}.tripDistance{text-align:left}.pdfEditorLayout{grid-template-columns:1fr}.pdfToolsPanel{position:static}.pdfPreviewPanel{min-height:420px}}@media (width<=720px){.topbar{gap:12px;padding:12px 14px}.brand{min-width:0}.logoMark{border-radius:8px;flex:none;width:38px;height:38px}.brandName{font-size:15px;line-height:1.1}.brandSub{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.topbar>.actions{display:none}.mobileMenu{flex:none;margin-left:auto;display:block}.homeSectionHead{flex-direction:column;align-items:start}}@media (width<=640px){.homeWrap,.invoiceWrap,.receiptWrap,.logbookWrap,.pdfEditorWrap{width:min(100% - 28px,1200px);margin-top:18px}.homeHero,.homeTools,.homeInfo{padding:18px}.statsRow,.infoGrid{grid-template-columns:1fr}.homeTitle{font-size:36px}.homeText{font-size:16px}.receiptWrap{width:min(100% - 28px,1200px)}.formCard,.receiptCategorySummary,.receiptFilters{padding:16px}.receiptCard{grid-template-columns:1fr}.receiptThumbButton,.receiptThumb{width:100%;height:190px}.receiptCardTop{display:grid}.pdfToolButtons{grid-template-columns:1fr}.receiptFormActions .btn,.receiptCardActions .btn,.pdfToolButtons .btn{justify-content:center;width:100%}.logbookKmPreview{display:grid}}
