:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-bg:#eaeef5;--color-surface:#fff;--color-navy:#12284d;--color-navy-dark:#0a1830;--color-navy-light:#24406b;--color-accent:#e8792a;--color-text:#1a1f2b;--color-text-muted:#626b7a;--color-border:#dde2eb;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 6px 16px #0f172a1a;--shadow-lg:0 20px 40px #0a183038;--radius-md:10px;--radius-lg:14px;font:16px/145% system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);margin:0}#root{min-height:100svh}@media (width<=640px){:root{font-size:15px}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.page-header h2{color:var(--color-navy)}.btn{border:1px solid var(--color-navy);background:linear-gradient(180deg, var(--color-navy-light), var(--color-navy));color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.55rem 1.15rem;font-size:.9rem;font-weight:500;transition:transform .12s,box-shadow .12s,opacity .12s}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn.secondary{background:var(--color-surface);color:var(--color-navy);border-color:var(--color-border);box-shadow:none}.btn.secondary:hover{border-color:var(--color-navy-light);box-shadow:var(--shadow-sm)}.btn.danger{background:var(--color-surface);color:#c0392b;box-shadow:none;border-color:#e6bcb6}.btn.danger:hover{box-shadow:var(--shadow-sm);background:#fdecea;border-color:#c0392b}.data-table{border-collapse:collapse;background:var(--color-surface);width:100%;color:var(--color-text);font-size:.9rem}.data-table th,.data-table td{border-bottom:1px solid var(--color-border);text-align:left;white-space:nowrap;color:inherit;background:inherit;padding:.65rem .6rem}.data-table th{color:var(--color-text-muted);background:#f4f6fa;font-size:.82rem;font-weight:600}.data-table tbody tr:hover{background:#f4f7fb}.data-table tbody tr.clickable-row{cursor:pointer}.data-table .num{text-align:right}.table-scroll{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow-x:auto}.form-panel{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.25rem}.form-grid{flex-wrap:wrap;justify-content:flex-start;gap:.75rem 1rem;display:flex}.form-field{color:var(--color-text-muted);flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.form-grid .form-field{flex:0 0 220px;min-width:0}.form-field input,.form-field select,.form-field textarea{width:100%;min-width:0}.form-grid .form-field-narrow{flex-basis:130px}.form-grid .form-field-half{flex-basis:180px}.form-grid .form-field-wide{flex-basis:100%}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--color-border);color:var(--color-text);background:#fff;border-radius:8px;padding:.55rem .65rem;font-family:inherit;font-size:.9rem;transition:border-color .12s,box-shadow .12s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-navy-light);outline:none;box-shadow:0 0 0 3px #12284d1f}.form-field input:disabled{color:var(--color-text-muted);background:#f4f6fa}.form-actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.empty-state{text-align:center;color:var(--color-text-muted);padding:2rem}.error-banner{color:#b3261e;background:#fdecea;border-left:3px solid #c0392b;border-radius:8px;margin-bottom:1rem;padding:.65rem .9rem;font-size:.9rem}.success-banner{color:#1e7e42;background:#e8f6ee;border-left:3px solid #1e8449;border-radius:8px;margin-bottom:1rem;padding:.65rem .9rem;font-size:.9rem}.action-links{gap:.5rem;display:flex}.action-links button{color:var(--color-navy-light);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500}.action-links button.danger{color:#c0392b}.summary-row{gap:1.25rem;margin-bottom:1.25rem;display:flex}.summary-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);padding:.85rem 1.4rem}.summary-card .label{color:var(--color-text-muted);letter-spacing:.02em;font-size:.78rem}.summary-card .value{color:var(--color-navy);margin-top:.15rem;font-size:1.4rem;font-weight:700}.shortcut-grid{grid-template-rows:repeat(15,auto);grid-auto-columns:max-content;grid-auto-flow:column;gap:.5rem .75rem;width:max-content;max-width:100%;display:grid}.shortcut-card{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:max-content;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;box-shadow:var(--shadow-sm);padding:.7rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:box-shadow .12s,transform .12s,border-color .12s;display:block;overflow:hidden}.shortcut-card:hover{border-color:var(--color-navy-light);box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-1px)}.home-layout{align-items:flex-start;gap:1.5rem;display:flex}.home-sidebar{flex:none;min-width:160px;max-width:640px}.home-main{flex:1 1 0;min-width:0}.home-notice{flex:260px;min-width:220px;max-width:380px}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;background:#0a142880;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:var(--color-surface);border-radius:var(--radius-lg);width:420px;max-width:92vw;max-height:85vh;box-shadow:var(--shadow-lg);padding:1.4rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h2,.modal-header h3{color:var(--color-navy);margin:0}.modal-close{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-size:1.3rem;line-height:1}.modal-close:hover{color:var(--color-navy)}@media (width<=900px){.home-layout{flex-direction:column}.home-sidebar,.home-notice{width:100%;max-width:100%}.shortcut-grid{grid-template-rows:none;grid-template-columns:repeat(2,1fr);grid-auto-flow:row}}@media (width<=640px){.data-table{font-size:.78rem}.data-table th,.data-table td{padding:.45rem .4rem}.form-panel{padding:.9rem}.form-grid .form-field{flex-basis:100%}.summary-row{flex-wrap:wrap;gap:.75rem}.modal-box{width:100%;padding:1rem}}@media print{.no-print{display:none!important}body{background:#fff}.app-header,.app-main>.page-header{display:none!important}.scale-to-fit{width:auto!important;height:auto!important;overflow:visible!important}.scale-to-fit-inner{width:auto!important;transform:none!important}}@page{size:A4;margin:10mm}.settings-modal{width:720px;max-width:92vw;padding:1.75rem}.settings-section+.settings-section{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.settings-section h3{margin:0 0 .75rem;font-size:.95rem}.settings-section-toggle-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.settings-section-toggle-row h3{margin:0}.settings-link-count{color:#888;text-align:right;margin-bottom:.4rem;font-size:.75rem}.settings-link-list{margin:0;padding:0;list-style:none}.settings-link-list li{cursor:grab;border-bottom:1px solid #eee;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.settings-link-list li.settings-link-drag-over{background:#f0f4fb;border-radius:4px}.settings-link-handle{color:#bbb;cursor:grab;font-size:.9rem}.settings-color-row{align-items:flex-end;gap:1rem;display:flex}.settings-color-row .form-field{flex:none}.settings-color-row input[type=color]{cursor:pointer;width:60px;height:38px;padding:2px}.settings-color-preview{white-space:nowrap;border-radius:6px;padding:.5rem .9rem;font-size:.85rem;font-weight:600}.settings-link-name{flex:1}.settings-link-order{flex-direction:column;display:flex}.settings-link-order button{cursor:pointer;color:#888;background:0 0;border:none;padding:0 .25rem;font-size:.6rem;line-height:1.1}.settings-link-order button:hover:not(:disabled){color:var(--color-navy)}.settings-link-order button:disabled{color:#ddd;cursor:default}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid var(--color-border);z-index:40;background:var(--color-surface);align-items:center;gap:2rem;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0f172a0f}.app-logo-link{line-height:0;display:block}.app-logo{height:28px;display:block}.app-nav{flex:1;gap:.4rem;display:flex}.app-user{align-items:center;gap:.75rem;display:flex}.app-user-email{color:var(--color-text-muted);font-size:.85rem}.nav-link{color:var(--color-text-muted);border-radius:8px;padding:.5rem .85rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.nav-link:hover{color:var(--color-navy);background:#f0f3f8}.nav-link.active{background:var(--color-navy);color:#fff;box-shadow:var(--shadow-sm)}.nav-dropdown{position:relative}.nav-dropdown-toggle{font:inherit;cursor:pointer;background:0 0;border:none}.nav-dropdown-menu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:140px;box-shadow:var(--shadow-md);z-index:10;flex-direction:column;gap:.25rem;padding:.4rem;display:flex;position:absolute;top:calc(100% + .4rem);left:0}.nav-dropdown-menu .nav-link{padding:.5rem .6rem}.app-main{box-sizing:border-box;flex:1;width:100%;padding:2rem}@media (width<=640px){.app-header{flex-wrap:wrap;gap:1rem;padding:.75rem 1rem}.app-nav{white-space:nowrap;flex-wrap:nowrap;flex-basis:100%;order:3;gap:.35rem;overflow-x:auto}.app-nav .nav-link,.app-nav .nav-dropdown-toggle{flex-shrink:0;padding:.4rem .6rem;font-size:.85rem}.app-user{gap:.5rem}.app-user-email{display:none}.app-main{padding:1rem}}.login-page{background:linear-gradient(165deg,#0e2447 0%,#16305c 45%,#24406b 100%);justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative}.login-credit{letter-spacing:.16em;text-transform:uppercase;color:#ffffff73;white-space:nowrap;font-size:.72rem;font-weight:500;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.login-credit span{color:#fffc;font-weight:700}.login-form{border-radius:var(--radius-lg);background:var(--color-surface);width:320px;max-width:90vw;box-shadow:var(--shadow-lg);box-sizing:border-box;border:1px solid #ffffff14;flex-direction:column;gap:1rem;padding:2.25rem 2rem;display:flex}@media (width<=480px){.login-form{padding:1.5rem}}.login-logo{width:100%;max-width:220px;margin:0 auto;display:block}.login-help-toggle{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-self:center;padding:0;font-size:.85rem;text-decoration:underline}.login-help-text{text-align:center;color:var(--color-text-muted);margin:-.5rem 0 0;font-size:.85rem}.calendar-section{margin-bottom:2rem}.calendar-toolbar{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.calendar-toolbar h3{text-align:center;flex:1;margin:0;font-size:1.05rem}.calendar-today-btn{margin-left:.25rem}.calendar-grid{background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}.calendar-weekday{text-align:center;color:var(--color-text-muted);background:#f4f6fa;padding:.4rem;font-size:.8rem}.calendar-weekday.sun{color:#c0392b}.calendar-weekday.sat{color:var(--color-navy-light)}.calendar-day{cursor:pointer;background:#fff;flex-direction:column;gap:2px;min-height:90px;padding:.3rem;font-size:.7rem;display:flex;overflow:hidden}.calendar-day:hover{background:#f7f7f7}.calendar-day.outside{color:#bbb;background:#fafafa}.calendar-day-number{border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.8rem;display:flex}.calendar-day.sun .calendar-day-number{color:#c0392b}.calendar-day.sat .calendar-day-number{color:var(--color-navy-light)}.calendar-day.today .calendar-day-number{background:var(--color-navy);color:#fff}.calendar-day.holiday .calendar-day-number{color:#c0392b;font-weight:700}.calendar-day.holiday.today .calendar-day-number{color:#fff;background:#c0392b}.calendar-holiday{color:#c0392b;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.calendar-event-pill{color:var(--color-navy-light);white-space:nowrap;text-overflow:ellipsis;background:#eaf0fa;border-radius:4px;padding:1px 4px;font-size:.65rem;overflow:hidden}.calendar-more{color:#888;font-size:.65rem}.calendar-modal{width:480px;max-width:92vw}.calendar-modal-events{margin:0 0 1rem;padding:0;list-style:none}.calendar-modal-events li{border-bottom:1px solid #eee;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem 0;font-size:.85rem;display:flex}.calendar-modal-event-pill{border-radius:5px;padding:.2rem .55rem;font-weight:600}.calendar-modal-event-author{color:var(--color-text-muted);flex:1;font-size:.78rem}.calendar-modal-events li .action-links{flex:none}.calendar-modal-form .form-field{margin-bottom:.5rem}.calendar-modal-form .form-actions{margin-top:.5rem}@media (width<=640px){.calendar-day{min-height:60px;padding:.2rem;font-size:.6rem}.calendar-day-number{width:18px;height:18px;font-size:.7rem}.calendar-event-pill,.calendar-holiday,.calendar-more{font-size:.55rem}.calendar-toolbar h3{font-size:.95rem}}.notice-board{flex-direction:column;height:100%;display:flex}.notice-board h3{margin:0 0 .75rem;font-size:1.05rem}.notice-current{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:.75rem;padding:.6rem .75rem}.notice-history-link{color:var(--color-navy-light);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.5rem 0 0;font-size:.8rem;text-decoration:underline}.notice-list{max-height:60vh;overflow-y:auto}.notice-item{border-bottom:1px solid #eee;padding:.5rem .25rem}.notice-item:last-child{border-bottom:none}.notice-item-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.notice-item-meta{color:#888;font-size:.7rem}.notice-delete{color:#bbb;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1}.notice-delete:hover{color:#c0392b}.notice-item-content{white-space:pre-wrap;word-break:break-word;margin:.25rem 0 0;font-size:.85rem}.notice-form{flex-direction:column;gap:.5rem;display:flex}.notice-form textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;padding:.5rem;font-family:inherit;font-size:.85rem}.quote-sheet{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:#111;max-width:900px;margin:0 auto;padding:1.5rem}.quote-title{text-align:center;letter-spacing:.3em;color:var(--color-navy);margin:0 0 1.25rem;font-size:2rem}.quote-info-table,.quote-items-table,.quote-notes-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.85rem}.quote-info-table{table-layout:fixed}.quote-info-table th:first-child{width:15%}.quote-info-table td:nth-child(2){width:30%}.quote-info-table th:nth-child(3){width:12%}.quote-info-table td:nth-child(4){width:43%}.quote-info-table th,.quote-info-table td,.quote-items-table th,.quote-items-table td,.quote-notes-table th,.quote-notes-table td{border:1px solid #ccc;padding:.4rem .55rem}.quote-info-table th,.quote-items-table th,.quote-notes-table th{color:var(--color-text-muted);text-align:center;white-space:nowrap;background:#f4f6fa;font-weight:600}.quote-info-table td input,.quote-items-table td input{color:#111;background:0 0;border:none;width:100%;padding:.15rem .2rem;font-family:inherit;font-size:.85rem}.quote-info-table td input:focus,.quote-items-table td input:focus{outline:1px solid var(--color-navy-light);border-radius:4px}.quote-supplier-label{width:12%}.quote-supplier-cell{vertical-align:top;padding:.5rem .6rem}.quote-supplier-brand{justify-content:space-between;align-items:center;margin-bottom:.45rem;display:flex}.quote-supplier-brand-left{align-items:center;gap:.4rem;display:flex}.quote-supplier-logo{height:34px;display:block}.quote-supplier-name{color:var(--color-navy);white-space:nowrap;font-size:1.35rem;font-weight:700}.quote-supplier-stamp{object-fit:contain;flex-shrink:0;width:2.17cm;height:2.17cm;display:block}.quote-supplier-details{white-space:nowrap;flex-direction:column;gap:.25rem;font-size:.74rem;display:flex}.quote-supplier-row{align-items:baseline;gap:.35rem;display:flex}.quote-supplier-key{color:var(--color-text-muted);flex-shrink:0;min-width:48px}.quote-fax-key{min-width:44px;margin-left:.5rem}.quote-total-row{border:1px solid #ccc;border-radius:6px;align-items:center;margin-bottom:1rem;display:flex;overflow:hidden}.quote-total-label{background:var(--color-navy);color:#fff;box-sizing:border-box;text-align:center;flex:0 0 45%;width:45%;padding:.6rem 1rem;font-size:1.05rem;font-weight:700}.quote-total-value{color:var(--color-navy);text-align:center;box-sizing:border-box;flex:0 0 55%;width:55%;padding:.6rem 1.25rem;font-size:1.15rem;font-weight:700}.quote-items-table{table-layout:fixed}.quote-items-table th:first-child,.quote-items-table td:first-child{width:11%}.quote-items-table th:nth-child(2),.quote-items-table td:nth-child(2){width:25%}.quote-items-table th:nth-child(3),.quote-items-table td:nth-child(3),.quote-items-table th:nth-child(4),.quote-items-table td:nth-child(4){width:7%}.quote-items-table th:nth-child(5),.quote-items-table td:nth-child(5){width:13%}.quote-items-table th:nth-child(6),.quote-items-table td:nth-child(6),.quote-items-table th:nth-child(7),.quote-items-table td:nth-child(7){width:14%}.quote-items-table th:nth-child(8),.quote-items-table td:nth-child(8){width:9%}.quote-items-table .num{text-align:right;white-space:nowrap}.quote-delete-col{text-align:center}.quote-row-delete-btn{color:#c0392b;cursor:pointer;background:#fdecea;border:1px solid #e0a8a0;border-radius:4px;width:22px;height:22px;font-size:.9rem;line-height:1}.quote-row-delete-btn:hover{background:#fadbd8}.quote-footer-desc{text-align:center;color:var(--color-navy);background:#f4f6fa;border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;padding:.6rem;font-weight:600}.quote-notes-table th{width:90px}.quote-notes-table td>div{margin-bottom:.2rem}.quote-notes-bottom{justify-content:space-between;margin-top:.5rem;font-weight:500;display:flex}@media print{.quote-sheet{box-shadow:none;border:none;max-width:100%;padding:0}.quote-items-table th:first-child,.quote-items-table td:first-child{width:12%}.quote-items-table th:nth-child(2),.quote-items-table td:nth-child(2){width:28%}.quote-items-table th:nth-child(3),.quote-items-table td:nth-child(3),.quote-items-table th:nth-child(4),.quote-items-table td:nth-child(4){width:8%}.quote-items-table th:nth-child(5),.quote-items-table td:nth-child(5){width:14%}.quote-items-table th:nth-child(6),.quote-items-table td:nth-child(6),.quote-items-table th:nth-child(7),.quote-items-table td:nth-child(7){width:15%}.quote-title{margin-bottom:.6rem;font-size:1.4rem}.quote-info-table,.quote-items-table,.quote-notes-table{margin-bottom:.5rem;font-size:.68rem}.quote-info-table th,.quote-info-table td,.quote-items-table th,.quote-items-table td,.quote-notes-table th,.quote-notes-table td{padding:.2rem .35rem}.quote-info-table td input,.quote-items-table td input{outline:none;font-size:.68rem}.quote-supplier-cell{padding:.3rem .4rem}.quote-supplier-brand{margin-bottom:.3rem}.quote-supplier-logo{height:26px}.quote-supplier-name{font-size:1.05rem}.quote-supplier-stamp{width:1.8cm;height:1.8cm}.quote-supplier-details{gap:.15rem;font-size:.62rem}.quote-total-row{margin-bottom:.5rem}.quote-total-label,.quote-total-value{padding:.35rem .6rem;font-size:.9rem}.quote-footer-desc{margin-bottom:.5rem;padding:.35rem;font-size:.8rem}}.note-page{flex-direction:column;gap:2rem;display:flex}.note-sheet{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:#111;border:2px solid #1a5fb4;max-width:900px;margin:0 auto;padding:1.25rem}.note-red{border-color:#c0392b}.note-blue .note-title,.note-blue th{color:#1a5fb4}.note-red .note-title,.note-red th{color:#c0392b}.note-blue table,.note-blue td,.note-blue th{border-color:#7fa8d9}.note-red table,.note-red td,.note-red th{border-color:#e0a8a0}.note-title{text-align:center;letter-spacing:.15em;margin:0 0 1rem;font-size:1.3rem;font-weight:700}.note-info-table,.note-items-table,.note-bottom-table{border-collapse:collapse;table-layout:fixed;width:100%;margin-bottom:.85rem;font-size:.8rem}.note-info-table th,.note-info-table td,.note-items-table th,.note-items-table td,.note-bottom-table th,.note-bottom-table td{border:1px solid #ccc;padding:.35rem .5rem}.note-info-table th,.note-items-table th,.note-bottom-table th{text-align:center;background:#f4f6fa;font-weight:700}.note-items-table th,.note-bottom-table th{white-space:nowrap}.note-info-table th{white-space:normal;word-break:keep-all;line-height:1.25}.note-side-label{text-align:center;line-height:1.3}.note-info-table td input,.note-info-table td textarea{color:#111;resize:none;word-break:break-all;background:0 0;border:none;width:100%;padding:.1rem .15rem;font-family:inherit;font-size:.8rem;overflow:hidden}.note-address-input{vertical-align:middle;line-height:1.35;display:block}.note-info-table td input:focus,.note-info-table td textarea:focus{outline:1px solid var(--color-navy-light);border-radius:4px}.note-stamp-cell{height:2.3cm;position:relative;overflow:hidden}.note-ceo-name{text-align:center;white-space:nowrap;z-index:1;width:100%;font-size:.75rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.note-stamp{object-fit:contain;z-index:2;width:2.17cm;height:2.17cm;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.note-date-cell{text-align:center;padding:.2rem!important}.note-date-cell input{background:0 0;border:none;width:100%;padding:0;font-family:inherit;font-size:.75rem}.note-items-table td input{color:#111;background:0 0;border:none;width:100%;padding:.1rem .15rem;font-family:inherit;font-size:.8rem}.note-items-table .num{text-align:right;white-space:nowrap}.note-bottom-table td input{color:#111;background:0 0;border:none;width:100%;padding:.1rem .15rem;font-family:inherit;font-size:.8rem}.note-bottom-suffix{text-align:center;width:24px;color:var(--color-text-muted)}.note-delete-col{text-align:center}.note-row-delete-btn{color:#c0392b;cursor:pointer;background:#fdecea;border:1px solid #e0a8a0;border-radius:4px;width:20px;height:20px;font-size:.85rem;line-height:1}.note-row-delete-btn:hover{background:#fadbd8}@media print{.note-page{gap:.2rem}.note-sheet{box-shadow:none;page-break-inside:avoid;max-width:100%;padding:.35rem}.note-title{margin-bottom:.3rem;font-size:.9rem}.note-info-table,.note-items-table,.note-bottom-table{margin-bottom:.3rem;font-size:.62rem}.note-info-table th,.note-info-table td,.note-items-table th,.note-items-table td,.note-bottom-table th,.note-bottom-table td{padding:.1rem .25rem}.note-info-table td input,.note-items-table td input,.note-bottom-table td input{outline:none}}@media screen{.quote-delivery-split{flex-direction:column;align-items:stretch;gap:3rem;display:flex}.quote-delivery-col{width:100%;max-width:900px}}@media print{body.printing-quote-only .delivery-print-scope,body.printing-note-only .quote-print-scope{display:none!important}}
