:root{--bg:#f5f6f8;--surface:#fff;--border:#e3e6ea;--text:#1f2430;--muted:#6b7280;--primary:#2f6fed;--primary-hover:#2459c4;--danger:#c0392b;--radius:10px;--shadow:0 1px 3px #10182814, 0 1px 2px #1018280f;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:.85rem 1.5rem;display:flex}.brand{color:var(--text);font-size:1.2rem;font-weight:700}.brand:hover{text-decoration:none}.main-nav{gap:1rem;display:flex}.main-nav a{color:var(--muted);font-weight:500}.main-nav a.active{color:var(--text)}.header-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.user-email{color:var(--muted);font-size:.9rem}.app-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.app-footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:1rem 1.5rem;font-size:.85rem}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{border-color:var(--border);color:var(--text);background:0 0}.btn-ghost:hover{background:var(--bg)}.btn-block{width:100%}.muted{color:var(--muted)}.page-header h1{margin-top:0}.hero{text-align:center;padding:2.5rem 1rem 3rem}.hero h1{margin:0 0 .75rem;font-size:2.4rem}.lead{color:var(--muted);max-width:36rem;margin:0 auto 1.5rem;font-size:1.1rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.placeholder-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.placeholder-card h3{margin:.75rem 0 .5rem}.placeholder-card p{color:var(--muted);margin:0;font-size:.92rem}.placeholder-thumb{background:linear-gradient(135deg,#e8edf7,#d7e0f0);border-radius:8px;height:120px}.login-page{justify-content:center;align-items:flex-start;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:var(--shadow);padding:2rem}.login-card h1{margin:0 0 .25rem;font-size:1.5rem}.login-form{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.field{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;display:flex}.field input{border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;font-size:.95rem}.field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2f6fed26}.form-error{color:var(--danger);margin:0;font-size:.9rem}.table-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.92rem}.data-table th{color:var(--muted);background:#fafbfc;font-weight:600}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f7f9fc}.table-row--clickable{cursor:pointer}.table-row--clickable:hover{background:#eef3fc}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.widget--list,.widget--col{flex-direction:column;gap:.75rem}.widget-stat-row{align-items:flex-start;gap:1rem;width:100%;display:flex}.widget--warning{border-left:4px solid #f59e0b}.widget--success{border-left:4px solid #22c55e}.widget-icon{flex-shrink:0;font-size:2rem;line-height:1}.widget-body{flex:1}.widget-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.widget-value{color:var(--text);margin:0 0 .2rem;font-size:2.2rem;font-weight:700;line-height:1}.widget-sub{color:var(--muted);margin:0;font-size:.9rem}.widget-header{align-items:center;gap:.6rem;display:flex}.widget-header .widget-icon{font-size:1.3rem}.widget-header .widget-label{margin:0}.widget-empty{margin:0;font-size:.9rem}.widget-list{width:100%;margin:0;padding:0;list-style:none}.widget-list-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:.5rem;padding:.5rem 0;display:flex}.widget-list-item:last-child{border-bottom:none}.widget-list-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text);font-size:.92rem;font-weight:500;overflow:hidden}.widget-list-meta{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.8rem}.widget-list-row-link{width:100%;min-width:0;color:inherit;justify-content:space-between;align-items:baseline;gap:.5rem;text-decoration:none;display:flex}.widget-list-row-link:hover .widget-list-name{text-decoration:underline}.widget-list-end{flex-shrink:0;align-items:baseline;gap:.4rem;display:flex}.widget-list-nav-icon{text-align:center;flex-shrink:0;width:1.1rem;font-size:.85rem}.widget-list--invoices{border-top:1px solid var(--border);margin-top:.25rem;padding-top:.5rem}.invoice-number{font-weight:600}.invoice-customer{color:var(--muted)}.invoice-amount{color:var(--text);font-weight:600}.new-menu{display:inline-block;position:relative}.new-menu-plus{font-size:1.1em;font-weight:700}.new-menu-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:100;min-width:160px;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 16px #1018281f}.new-menu-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;padding:.6rem 1rem;font-size:.95rem;display:block}.new-menu-item:hover{background:var(--bg)}.new-menu-item--danger{color:var(--danger)}.new-menu-item--danger:hover{background:#fef2f2}.col-actions{text-align:center;width:40px;padding:0!important}.row-menu{display:inline-block;position:relative}.row-menu-dropdown{min-width:150px;left:auto;right:0}.row-menu-toggle{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:1.1rem;line-height:1}.row-menu-toggle:hover{background:var(--bg);color:var(--text)}.row-menu-toggle:disabled{opacity:.5;cursor:not-allowed}.pdf-btn{margin-left:auto}.section-header-row{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.section-header-row h2{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:1rem;font-weight:600}.save-indicator--err{color:var(--danger);font-size:.8rem}.address-display p{margin:0 0 .2rem;font-size:.92rem}.settings-page{max-width:680px}.settings-list{flex-direction:column;gap:.5rem;display:flex}.settings-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.settings-toggle{background:var(--surface);text-align:left;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;display:flex}.settings-toggle:hover{background:var(--bg)}.settings-toggle--open{border-bottom:1px solid var(--border)}.settings-toggle-arrow{color:var(--muted);margin-left:auto;font-size:.75rem}.settings-panel{padding:1.25rem}.page-header--actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-header--actions h1{margin:0}.page-header--back{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header--back h1{margin:0}.form-page{max-width:720px}.entity-form{flex-direction:column;gap:2rem;display:flex}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.form-section h2{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1.25rem;font-size:1rem;font-weight:600}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.field--full{grid-column:1/-1}.field select,.field input[type=date],.field input[type=number]{border:1px solid var(--border);background:var(--surface);border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.95rem}.field select:focus,.field input[type=date]:focus,.field input[type=number]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2f6fed26}.form-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn-sm{padding:.35rem .75rem;font-size:.85rem}.invoice-detail-page{max-width:900px}.invoice-header-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:2rem;padding:1.5rem}.invoice-header-top{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.invoice-number-title{margin:0;font-size:1.25rem}.save-indicator{color:var(--muted);font-size:.8rem}.save-indicator--ok{color:#22c55e}.invoice-fields-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.invoice-rows-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.invoice-rows-section h2{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem;font-size:1rem;font-weight:600}.invoice-rows-section h3{margin:1.75rem 0 .75rem;font-size:.95rem;font-weight:600}.add-row-wrapper{border-top:1px solid var(--border);margin-top:1rem;padding-top:.5rem}.add-row-form{flex-direction:column;gap:.75rem;display:flex}.add-row-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.col-num{text-align:right}.col-muted{color:var(--muted);font-size:.88rem}.data-table tfoot td{border-bottom:none;padding-top:.6rem;padding-bottom:.6rem}.totals-label{color:var(--muted);font-size:.88rem}.totals-value{font-weight:600}.totals-grand td{border-top:2px solid var(--border);font-size:1rem;font-weight:700}.btn-icon-danger{cursor:pointer;color:var(--danger);background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:.9rem;line-height:1}.btn-icon-danger:hover{background:#fef2f2}.btn-icon-danger:disabled{opacity:.4;cursor:not-allowed}.cms-edit-bar{border-radius:var(--radius);background:#fffbeb;border:1px solid #fde68a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.5rem .75rem;display:flex}.cms-row{align-items:start;gap:2rem;margin-bottom:2rem;display:grid}.cms-row:last-child{margin-bottom:0}.cms-content{max-width:72ch;line-height:1.75}.cms-content img{border-radius:8px;max-width:100%;height:auto}.cms-content img[data-align=center]{margin-inline:auto;display:block}.cms-content img[data-align=left]{margin-inline-end:auto;display:block}.cms-content img[data-align=right]{margin-inline-start:auto;display:block}.cms-content h1,.cms-content h2,.cms-content h3{margin:1.5rem 0 .5rem}.cms-content p{margin:0 0 1rem}.cms-content ul,.cms-content ol{margin-bottom:1rem;padding-left:1.5rem}.cms-content blockquote{border-left:4px solid var(--border);color:var(--muted);margin:0 0 1rem;padding:.5rem 1rem}.content-editor-page{max-width:1100px}.content-editor-layout{grid-template-columns:1fr 240px;align-items:start;gap:1.5rem;display:grid}.content-editor-sidebar .form-section{position:sticky;top:1rem}.editor-wrapper{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.editor-toolbar{border-bottom:1px solid var(--border);background:#fafbfc;flex-wrap:wrap;align-items:center;gap:2px;padding:.5rem .75rem;display:flex}.editor-btn{cursor:pointer;color:var(--text);text-align:center;background:0 0;border:1px solid #0000;border-radius:6px;min-width:2rem;padding:.25rem .5rem;font-size:.9rem;line-height:1.4}.editor-btn:hover{background:var(--bg);border-color:var(--border)}.editor-btn--active{background:var(--primary);color:#fff;border-color:var(--primary)}.editor-btn:disabled{opacity:.35;cursor:not-allowed}.editor-divider{background:var(--border);flex-shrink:0;width:1px;height:1.25rem;margin:0 4px}.editor-content{min-height:320px;padding:1rem 1.25rem;line-height:1.75}.editor-content .tiptap{outline:none;min-height:300px}.editor-content .tiptap p{margin:0 0 .75rem}.editor-content .tiptap h1,.editor-content .tiptap h2,.editor-content .tiptap h3{margin:1.25rem 0 .5rem}.editor-content .tiptap ul,.editor-content .tiptap ol{margin-bottom:.75rem;padding-left:1.5rem}.editor-content .tiptap blockquote{border-left:3px solid var(--border);color:var(--muted);margin:0 0 .75rem;padding:.25rem 1rem}.editor-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--muted);pointer-events:none;height:0}.editor-content .tiptap img{border-radius:8px;max-width:100%;height:auto}.resizable-image{margin:.5rem 0}.resizable-image-inner{max-width:100%;line-height:0;display:inline-block;position:relative}.resizable-image-inner img.ProseMirror-selectednode{outline:2px solid var(--primary);outline-offset:2px}.resizable-image-handle{background:var(--primary);cursor:nwse-resize;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-6px;right:-6px;box-shadow:0 1px 3px #1018284d}.resizable-image-toolbar{background:var(--surface);border:1px solid var(--border);z-index:10;border-radius:8px;gap:2px;padding:3px;line-height:1;display:inline-flex;position:absolute;top:-2.4rem;left:0;box-shadow:0 2px 8px #10182826}.ri-align-btn{cursor:pointer;color:var(--text);background:0 0;border:1px solid #0000;border-radius:6px;padding:.2rem .4rem;font-size:.9rem}.ri-align-btn:hover{background:var(--bg)}.ri-align-btn--active{background:var(--primary);color:#fff}.section-editor-row{align-items:start;gap:1.5rem;margin-bottom:1.5rem;display:grid}.section-editor-cell{flex-direction:column;gap:.4rem;min-width:0;display:flex}.section-editor-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.user-menu{display:inline-block;position:relative}.user-menu-trigger{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text);background:0 0;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.9rem;font-weight:500;transition:background .15s;display:inline-flex}.user-menu-trigger:hover{background:var(--bg)}.user-menu-name{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.user-menu-chevron{color:var(--muted);font-size:.7rem}.user-menu-dropdown{min-width:180px;left:auto;right:0}.modal-backdrop{z-index:200;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;padding:1.75rem;box-shadow:0 8px 32px #1018282e}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-header h2{margin:0;font-size:1.2rem}.modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:1rem;line-height:1}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-success{color:#16a34a;text-align:center;margin:.5rem 0 1rem;font-weight:500}.public-shell{--pub-bg:#f4f8f0;--pub-surface:#fff;--pub-surface-alt:#e9f1e1;--pub-border:#d7e3cc;--pub-text:#27332a;--pub-heading:#2c4633;--pub-muted:#5f7063;--pub-primary:#5a8360;--pub-primary-hover:#476a4d;--pub-accent:#c98a4b;--pub-serif:Georgia, "Iowan Old Style", "Times New Roman", serif;background:var(--pub-bg);min-height:100vh;color:var(--pub-text);flex-direction:column;display:flex}.public-shell a{color:var(--pub-primary)}.public-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--pub-border);background:#f4f8f0e0;position:sticky;top:0}.public-header-inner{align-items:center;gap:2rem;max-width:1080px;margin:0 auto;padding:1.05rem 1.5rem;display:flex}.public-brand{font-family:var(--pub-serif);color:var(--pub-heading);letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.public-brand:hover{text-decoration:none}.public-nav{align-items:center;gap:1.75rem;display:flex}.public-nav a{color:var(--pub-muted);padding:.25rem 0;font-size:.98rem;font-weight:500;position:relative}.public-nav a:hover{color:var(--pub-heading);text-decoration:none}.public-nav a.active{color:var(--pub-heading)}.public-nav a.active:after{content:"";background:var(--pub-accent);border-radius:2px;height:2px;position:absolute;bottom:-3px;left:0;right:0}.public-header-actions{margin-left:auto}.public-shell .btn-primary{background:var(--pub-primary);color:#fff;border-radius:999px;padding:.55rem 1.35rem}.public-shell .btn-primary:hover{background:var(--pub-primary-hover)}.public-shell .btn-ghost{border-color:var(--pub-border);color:var(--pub-heading);border-radius:999px}.public-shell .btn-ghost:hover{background:var(--pub-surface-alt)}.public-main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 1.5rem 4rem}.public-shell .page{padding:0}.public-shell .hero{border:1px solid var(--pub-border);text-align:center;background:linear-gradient(160deg,#ecf4e4 0%,#dcebce 100%);border-radius:20px;margin-bottom:2.5rem;padding:3.75rem 2rem}.public-shell .hero h1{font-family:var(--pub-serif);color:var(--pub-heading);margin:0 0 1rem;font-size:2.7rem;line-height:1.1}.public-shell .lead{color:var(--pub-muted);max-width:36rem;margin:0 auto 1.75rem;font-size:1.15rem}.public-shell .hero-actions{justify-content:center;gap:.75rem;display:flex}.public-shell .cms-content{max-width:none;color:var(--pub-text);font-size:1.08rem;line-height:1.8}.public-shell .cms-content h1,.public-shell .cms-content h2,.public-shell .cms-content h3{font-family:var(--pub-serif);color:var(--pub-heading);line-height:1.2}.public-shell .cms-content h1{margin:0 0 1rem;font-size:2.2rem}.public-shell .cms-content h2{margin:2.25rem 0 .75rem;font-size:1.6rem}.public-shell .cms-content h3{margin:1.75rem 0 .5rem;font-size:1.25rem}.public-shell .cms-content a{color:var(--pub-primary);text-underline-offset:2px;text-decoration:underline}.public-shell .cms-content blockquote{border-left:4px solid var(--pub-accent);background:var(--pub-surface-alt);color:var(--pub-muted);border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.85rem 1.25rem}.public-shell .field input:focus,.public-shell .field select:focus{border-color:var(--pub-primary);box-shadow:0 0 0 3px #5a83602e}.public-footer{color:#cddec4;background:#2c4633;margin-top:auto}.public-footer-inner{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1080px;margin:0 auto;padding:2.75rem 1.5rem 1.75rem;display:flex}.public-footer .public-brand{color:#fff}.public-footer-tagline{color:#9fb59a;max-width:22rem;margin:.5rem 0 0;font-size:.95rem}.public-footer-nav{flex-direction:column;gap:.5rem;display:flex}.public-footer-nav a{color:#cddec4;font-size:.95rem}.public-footer-nav a:hover{color:#fff;text-decoration:none}.public-footer-bottom{text-align:center;color:#9fb59a;border-top:1px solid #ffffff1f;padding:1rem;font-size:.85rem}@media (width<=640px){.public-header-inner{flex-wrap:wrap;gap:.85rem 1.25rem}.public-nav{flex-wrap:wrap;order:3;gap:1.25rem;width:100%}.public-header-actions{margin-left:0}.public-main{padding:2rem 1.25rem 3rem}.public-shell .hero{padding:2.5rem 1.25rem}.public-shell .hero h1{font-size:2rem}.cms-row,.section-editor-row{grid-template-columns:1fr!important}}
