@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap);:root{--bg:#f4f6f8;--surface:#fff;--border:#e8ecf0;--text:#1e2530;--text-muted:#8492a6;--accent:#c8972a;--accent-dark:#a67c1e;--menu-bg:#fff;--menu-hover:#f7f8fa;--menu-active-bg:#fff8ec;--menu-active-text:#a67c1e;--menu-border:#edf0f4;--menu-text:#2d3748;--menu-text-muted:#b0bac9;--danger:#e53e3e;--danger-dark:#c53030;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--radius:14px;--radius-sm:9px}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;background:#f4f6f8;background:var(--bg);color:#1e2530;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;line-height:1.5}.app-layout{min-height:100vh}.app-header{background:#fff;background:var(--surface);border-bottom:1px solid #e8ecf0;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);height:56px;left:0;padding:0 1rem;position:fixed;right:0;top:0;z-index:100}.app-header,.header-brand{align-items:center;display:flex}.header-brand{background:none;border:none;border-radius:9px;border-radius:var(--radius-sm);cursor:pointer;gap:.5rem;left:50%;min-height:0;min-height:auto;padding:.25rem .5rem;position:absolute;transition:background .15s}.header-brand,.header-brand:hover{box-shadow:none;transform:translateX(-50%)}.header-brand:hover{background:#f4f6f8;background:var(--bg)}.header-brand-icon{font-size:1.2rem}.header-brand-name{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;white-space:nowrap}.hamburger,.header-brand-name{color:#1e2530;color:var(--text)}.hamburger{align-items:center;background:none;border:none;border-radius:9px;border-radius:var(--radius-sm);box-shadow:none;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;min-height:0;min-height:auto;transition:background .15s;width:40px}.hamburger:hover{background:#f4f6f8;background:var(--bg);box-shadow:none;transform:none}.menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e253059;display:flex;inset:0;position:fixed;z-index:200}.menu-panel{animation:slideIn .22s ease;background:#fff;background:var(--menu-bg);box-shadow:4px 0 32px #00000021;display:flex;flex-direction:column;height:100%;max-width:85vw;width:300px}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.menu-header{background:linear-gradient(160deg,#fffdf7,#f9f6ee);border-bottom:1px solid #edf0f4;border-bottom:1px solid var(--menu-border);justify-content:center;padding:2.5rem 1.5rem 1.75rem;position:relative}.menu-brand,.menu-header{align-items:center;display:flex;flex-direction:column}.menu-brand{gap:.25rem}.menu-brand-icon{font-size:2rem;margin-bottom:.2rem}.menu-brand-title{color:#1e2530;color:var(--text);font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;letter-spacing:-.2px;text-align:center}.menu-brand-sub{color:#c8972a;color:var(--accent);font-size:.68rem;font-weight:600;letter-spacing:2px;text-align:center;text-transform:uppercase}.menu-close{align-items:center;background:#f4f6f8;background:var(--bg);border:1.5px solid #e8ecf0;border:1.5px solid var(--border);border-radius:50%;color:#8492a6;color:var(--text-muted);cursor:pointer;display:flex;font-size:.75rem;height:30px;justify-content:center;position:absolute;right:.9rem;top:.9rem;transition:all .2s;width:30px}.menu-close:hover{background:#e8ecf0;background:var(--border);color:#1e2530;color:var(--text)}.menu-section-label{color:#b0bac9;color:var(--menu-text-muted);font-size:.6rem;font-weight:700;letter-spacing:1.5px;padding:1.25rem 1.25rem .4rem;text-transform:uppercase}.menu-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-y:auto;padding:.25rem .75rem}.menu-link{align-items:center;background:none;border:none;border-radius:9px;border-radius:var(--radius-sm);color:#2d3748;color:var(--menu-text);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.85rem;padding:.75rem .9rem;text-align:left;text-decoration:none;transition:background .15s,color .15s;width:100%}.menu-link:hover{background:#f7f8fa;background:var(--menu-hover);color:#1e2530;color:var(--text)}.menu-link.active{background:#fff8ec;background:var(--menu-active-bg);color:#a67c1e;color:var(--menu-active-text);font-weight:600}.menu-link-icon{flex-shrink:0;font-size:1.1rem;opacity:.8;text-align:center;width:24px}.menu-link.active .menu-link-icon,.menu-link:hover .menu-link-icon{opacity:1}.menu-link-text{flex:1 1}.menu-divider{background:#edf0f4;background:var(--menu-border);height:1px;margin:.5rem .75rem}.menu-footer{border-top:1px solid #edf0f4;border-top:1px solid var(--menu-border);padding:.75rem}.menu-logout{color:#e53e3e!important;color:var(--danger)!important}.menu-logout:hover{background:#fff5f5!important}.main-content{margin:0 auto;max-width:980px;min-width:0;padding:calc(56px + 1.5rem) 2rem 5rem}.card{background:#fff;background:var(--surface);border:1px solid #e8ecf0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);margin-bottom:1.5rem;overflow:hidden;padding:1.75rem}.card h2{border-bottom:1px solid #e8ecf0;border-bottom:1px solid var(--border);color:#1e2530;color:var(--text);font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem}.card h3{color:#8492a6;color:var(--text-muted);font-size:.9rem;font-weight:600;margin-bottom:.75rem}.form-grid{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}label{color:#8492a6;color:var(--text-muted);display:block;font-size:.78rem;font-weight:600;letter-spacing:.4px;margin-bottom:.4rem;text-transform:uppercase}input,select{background:#fff;background:var(--surface);border:1.5px solid #e8ecf0;border:1.5px solid var(--border);border-radius:9px;border-radius:var(--radius-sm);color:#1e2530;color:var(--text);font-family:inherit;font-size:1rem;outline:none;padding:.65rem .85rem;transition:border-color .2s,box-shadow .2s;width:100%}input:focus,select:focus{border-color:#c8972a;border-color:var(--accent);box-shadow:0 0 0 3px #c8972a1f}input[type=checkbox]{accent-color:#c8972a;accent-color:var(--accent);width:auto}button{align-items:center;border:none;border-radius:9px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:600;gap:.4rem;justify-content:center;min-height:44px;padding:.65rem 1.25rem;touch-action:manipulation;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#c8972a,#a67c1e);box-shadow:0 2px 8px #c8972a59;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#d4a030,#b88820);box-shadow:0 4px 12px #c8972a73;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#3d4a5c;box-shadow:0 2px 8px #3d4a5c40;color:#fff}.btn-secondary:hover{background:#2d3748;box-shadow:0 4px 12px #3d4a5c59;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.btn-danger{background:linear-gradient(135deg,#e53e3e,#c53030);box-shadow:0 2px 8px #e53e3e4d;color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#f05252,#d63030);box-shadow:0 4px 12px #e53e3e66;transform:translateY(-1px)}.btn-danger:active{transform:translateY(0)}.tabs{background:#fff;background:var(--surface);border:1px solid #e8ecf0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:flex;flex-wrap:nowrap;gap:.4rem;margin-bottom:1.5rem;overflow-x:auto;padding:.4rem;width:100%}.tab{background:none;border:none;border-radius:9px;border-radius:var(--radius-sm);color:#8492a6;color:var(--text-muted);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1.2rem;transition:all .2s}.tab,.tab:hover{box-shadow:none;transform:none}.tab:hover{background:#f4f6f8;background:var(--bg);color:#1e2530;color:var(--text)}.tab.active{background:#c8972a;background:var(--accent);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);color:#fff;transform:none}table{border-collapse:collapse;display:block;font-size:.85rem;margin-top:1rem;overflow-x:auto;width:100%}tbody,tfoot,thead{display:table;table-layout:auto;width:100%}thead{position:-webkit-sticky;position:sticky;top:0}th{background:#f4f6f8;background:var(--bg);border-bottom:2px solid #e8ecf0;border-bottom:2px solid var(--border);color:#8492a6;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}td,th{padding:.75rem .85rem;text-align:left;white-space:nowrap}td{border-bottom:1px solid #e8ecf0;border-bottom:1px solid var(--border);color:#1e2530;color:var(--text)}tbody tr:hover{background:#fafbfc}@media (hover:none){tbody tr:hover{background:none}}tfoot td{background:#f4f6f8;background:var(--bg);border-top:2px solid #e8ecf0;border-top:2px solid var(--border);font-weight:700}@media (max-width:600px){table.card-table{display:block;overflow-x:visible;overflow-x:initial}table.card-table thead{display:none}table.card-table tbody,table.card-table tfoot{display:block;width:100%}table.card-table tr{background:#fff;background:var(--surface);border:1px solid #e8ecf0;border:1px solid var(--border);border-radius:9px;border-radius:var(--radius-sm);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;box-shadow:var(--shadow-sm);display:block;margin-bottom:.75rem}table.card-table td{align-items:center;border-bottom:1px solid #e8ecf0;border-bottom:1px solid var(--border);display:flex;font-size:.875rem;justify-content:space-between;padding:.6rem .85rem;white-space:normal}table.card-table td:last-child{border-bottom:none}table.card-table td:before{color:#8492a6;color:var(--text-muted);content:attr(data-label);flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.4px;margin-right:1rem;text-transform:uppercase}table.card-table tfoot tr{background:#f4f6f8;background:var(--bg);border-radius:9px;border-radius:var(--radius-sm)}table.card-table tfoot td{font-weight:700}}.ocr-section{background:#f4f6f8;background:var(--bg);border:2px dashed #e8ecf0;border:2px dashed var(--border);border-radius:14px;border-radius:var(--radius);margin-bottom:1rem;padding:2rem;text-align:center;transition:border-color .2s,background .2s}.ocr-section.dragover{background:#fdf6e3;border-color:#c8972a;border-color:var(--accent)}.ocr-result{background:#fdf6e3;border:1px solid #f0d080;margin:1rem 0;padding:1rem 1.25rem}.msg,.ocr-result{border-radius:9px;border-radius:var(--radius-sm)}.msg{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.85rem 1rem}.msg-success{background:#f0fff4;border:1px solid #9ae6b4;color:#276749}.msg-error{background:#fff5f5;border:1px solid #feb2b2;color:#c53030}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}@media (max-width:600px){.field-full{flex-basis:100%!important}}.custom-select{position:relative;width:100%}.custom-select-trigger{align-items:center;background:#fff;background:var(--surface);border:1.5px solid #e8ecf0;border:1.5px solid var(--border);border-radius:9px;border-radius:var(--radius-sm);color:#1e2530;color:var(--text);cursor:pointer;display:flex;font-family:inherit;font-size:1rem;justify-content:space-between;min-height:44px;padding:.65rem .85rem;text-align:left;touch-action:manipulation;transition:border-color .2s,box-shadow .2s;width:100%}.custom-select-trigger:focus,.custom-select-trigger:hover{border-color:#c8972a;border-color:var(--accent);box-shadow:0 0 0 3px #c8972a1f}.custom-select-value{color:#1e2530;color:var(--text)}.custom-select-placeholder{color:#a0aec0}.custom-select-arrow{color:#8492a6;color:var(--text-muted);font-size:.55rem;margin-left:.5rem}.custom-select-options{background:#fff;background:var(--surface);border:1.5px solid #e8ecf0;border:1.5px solid var(--border);border-radius:9px;border-radius:var(--radius-sm);box-shadow:0 8px 32px #0000001a;box-shadow:var(--shadow-lg);list-style:none;max-height:220px;overflow-y:auto;padding:.3rem}.custom-select-option{align-items:center;border-radius:6px;color:#1e2530;color:var(--text);cursor:pointer;display:flex;font-size:.875rem;min-height:44px;padding:.75rem;transition:background .15s}.custom-select-option:hover{background:#f4f6f8;background:var(--bg)}.custom-select-option.active{background:#fdf6e3;color:#a67c1e;color:var(--accent-dark);font-weight:600}.login-wrapper{align-items:center;background:linear-gradient(145deg,#2c4a3e,#1a2e26 50%,#0f1e18);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.login-wrapper:before{background:radial-gradient(circle,#c8972a1f 0,#0000 70%);height:600px;right:-100px;top:-100px;width:600px}.login-wrapper:after,.login-wrapper:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.login-wrapper:after{background:radial-gradient(circle,#c8972a14 0,#0000 70%);bottom:-80px;height:400px;left:-80px;width:400px}.login-card{background:#fffffff7;border-radius:20px;box-shadow:0 24px 64px #00000040;max-width:400px;padding:2.75rem 2.5rem;position:relative;width:100%;z-index:1}.login-logo{margin-bottom:2rem;text-align:center}.login-logo-icon{font-size:2.5rem}.login-logo-title{color:#1e2530;color:var(--text);font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;margin-top:.5rem}.login-logo-sub{color:#8492a6;color:var(--text-muted);font-size:.72rem;letter-spacing:1.5px;margin-top:.2rem;text-transform:uppercase}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e253073;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:300}.modal{animation:modalIn .2s ease;background:#fff;background:var(--surface);border-radius:14px;border-radius:var(--radius);box-shadow:0 8px 32px #0000001a;box-shadow:var(--shadow-lg);max-height:90vh;max-width:520px;overflow-y:auto;padding:2rem;position:relative;width:100%}@keyframes modalIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #e8ecf0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem}.modal-header h3{color:#1e2530;color:var(--text);font-size:1rem;font-weight:700;margin:0}.modal-close{align-items:center;background:#f4f6f8;background:var(--bg);border:1.5px solid #e8ecf0;border:1.5px solid var(--border);border-radius:50%;box-shadow:none;color:#8492a6;color:var(--text-muted);cursor:pointer;display:flex;font-size:.75rem;height:30px;justify-content:center;padding:0;transition:all .2s;width:30px}.modal-close:hover{background:#e8ecf0;background:var(--border);box-shadow:none;color:#1e2530;color:var(--text);transform:none}@media (max-width:768px){.main-content{padding:calc(56px + .75rem) .75rem 5rem}.card{border-radius:9px;border-radius:var(--radius-sm);padding:1rem}.tab{font-size:.8rem;padding:.5rem .75rem;white-space:nowrap}.form-grid{grid-template-columns:1fr}.modal{border-radius:9px;border-radius:var(--radius-sm);padding:1.25rem}}
/*# sourceMappingURL=main.b9f0e5bf.css.map*/