:root{--six-gold-400: #DEAE45;--six-gold-500: #C9952A;--six-gold-600: #B5821F;--six-gold-700: #7A5519;--six-cream: #FEF9EE;--six-cream-dark: #FAF0D4;--border-soft: #E5E7EB;--border-gold-soft: #EDD994;--ink: #1C1C1E;--ink-muted: #6B7280;--ink-faint: #9CA3AF;--radius-xs: 6px;--radius-sm: 8px;--radius-md: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;color:var(--ink);background:#f5f7fa}.app-shell{display:flex;height:100vh;overflow:hidden}.app-main-wrap{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.app-main-wrap>main.app-main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-header,.bottom-tab-bar,.mobile-only-drawer{display:none}@media (max-width: 768px){.sidebar,.app-shell>aside{display:none!important}.mobile-header,.bottom-tab-bar,.mobile-only-drawer{display:flex!important}.app-main-wrap>main.app-main{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}input[type=text],input[type=email],input[type=url],input[type=number],input[type=password],input[type=date],input[type=time],textarea,select{font-size:16px!important}.modal-content{width:100%!important;max-width:100%!important;border-radius:18px 18px 0 0!important;max-height:90vh!important;margin-top:auto!important}.modal-overlay{align-items:flex-end!important}}@media (max-width: 1024px) and (min-width: 769px){.sidebar{width:220px}}.sidebar{width:250px;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.sidebar-header{padding:1.5rem 1rem 1rem;border-bottom:1px solid var(--border-soft)}.sidebar-header h2{font-size:1.1rem;font-weight:800;color:var(--ink);letter-spacing:-.01em}.sidebar-header-sub{font-size:11px;color:var(--six-gold-600);font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-top:2px}.sidebar-profile-bar{padding:.65rem 1rem;border-bottom:1px solid var(--border-soft);background:var(--six-cream)}.sidebar-profile-bar select{width:100%;padding:.45rem .6rem;border:1px solid var(--border-gold-soft);border-radius:var(--radius-xs);background:#fff;color:var(--six-gold-700);font-size:12px;font-weight:600;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238B6413'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px}.sidebar-profile-bar select:focus{border-color:var(--six-gold-500);box-shadow:0 0 0 2px #c9952a26}.sidebar-profile-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:4px}.sidebar-nav{display:flex;flex-direction:column;gap:0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border:none;background:transparent;cursor:pointer;font-size:14px;color:#666;transition:all .2s;text-align:left}.nav-item:hover{background:var(--six-cream);color:var(--ink)}.nav-item.active{background:var(--six-cream);color:var(--six-gold-700);border-left:3px solid var(--six-gold-500);padding-left:calc(1rem - 3px);font-weight:600}.nav-icon{font-size:1.2rem}.sidebar-footer{padding:.75rem 1rem;border-top:1px solid var(--border-soft);margin-top:auto;font-size:11px;color:var(--ink-faint);display:flex;align-items:center;gap:6px}.sidebar-footer-dot{width:6px;height:6px;border-radius:50%;background:var(--six-gold-400);flex-shrink:0}.app-main{flex:1;overflow-y:auto;padding:2rem}.section-header{margin-bottom:2rem}.section-header h1{font-size:2rem;margin-bottom:.5rem;color:#111}.section-subtitle{font-size:14px;color:#999}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;transition:all .2s}.product-card:hover{box-shadow:0 10px 15px -3px #0000001a;border-color:#bfdbfe}.product-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#111}.product-category{display:inline-block;font-size:12px;background:#f0f9ff;color:#0284c7;padding:2px 8px;border-radius:4px;margin-bottom:.75rem}.product-desc{font-size:14px;color:#666;margin-bottom:.75rem}.product-price{font-weight:600;color:#059669;margin-bottom:1rem}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn-action{padding:.5rem .75rem;font-size:12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s}.btn-action:hover{background:#f0f0f0;border-color:#999}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-content h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group input:disabled,.form-group select:disabled{background:#f5f5f5;color:#999}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:14px}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.modal-actions button{padding:.75rem 1.5rem;border-radius:4px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.modal-actions button:hover{background:#f5f5f5}.btn-primary{background:var(--six-gold-500)!important;color:#fff!important;border-color:var(--six-gold-500)!important}.btn-primary:hover:not(:disabled){background:var(--six-gold-600)!important;border-color:var(--six-gold-600)!important}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.checkbox-list{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:14px}.checkbox-label input{width:auto}.content-history{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.content-history h2{font-size:1.3rem;margin-bottom:1rem;color:#111}.empty-state{color:#999;font-size:14px}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{border:1px solid #e5e7eb;border-radius:6px;padding:1rem;background:#f9fafb}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.history-header h3{font-size:1rem;color:#333}.badge{font-size:12px;padding:2px 8px;border-radius:12px;background:#f0f9ff;color:#0284c7}.history-date{font-size:12px;color:#999;margin-bottom:.5rem}.history-pieces{font-size:13px;color:#666;margin-bottom:.75rem}.btn-small{padding:.4rem .8rem;font-size:12px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100}.dialog-content{background:#fff;border-radius:8px;padding:2rem;max-width:400px;box-shadow:0 20px 25px -5px #0000001a}.dialog-content h2{font-size:1.3rem;margin-bottom:1rem}.dialog-label{color:#666;margin-bottom:1.5rem;font-size:14px}.cost-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-bottom:1.5rem}.cost-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:.5rem 0}.cost-row strong{font-size:1.1rem;color:#059669}.dialog-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-secondary{padding:.75rem 1.5rem;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:14px}.btn-secondary:hover{background:#f5f5f5}.section{max-width:1200px}.section-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.profile-select-row{min-width:220px}.profile-select-row label,.config-panel label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:.4rem}.profile-select-row select,.config-panel input,.config-panel select{width:100%;padding:.7rem .75rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#111827;font-size:14px}.empty-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;margin-bottom:2rem}.empty-panel h3{font-size:1.15rem;color:#111827;margin-bottom:.5rem}.empty-panel p{color:#6b7280;margin-bottom:1.25rem}.config-grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(260px,.9fr);gap:1.25rem}.config-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.config-panel-wide{grid-column:1 / -1}.config-panel h3{font-size:1.1rem;color:#111827;margin-bottom:1rem}.form-stack{display:flex;flex-direction:column;gap:1rem}.product-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.product-form-span{grid-column:1 / -1}.admin-list{display:flex;flex-direction:column;gap:.75rem}.admin-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;background:#f9fafb}.admin-list-item h4{color:#111827;font-size:1rem;margin-bottom:.25rem}.admin-list-item p{color:#6b7280;font-size:13px;margin-bottom:.5rem}.admin-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-primary{padding:.7rem 1rem;border-radius:4px;border:1px solid #0284c7;cursor:pointer}.btn-primary:disabled{cursor:not-allowed}.btn-danger{border-color:#fecaca;color:#b91c1c}.btn-danger:hover{background:#fef2f2}@media (max-width: 760px){.section-header-row,.admin-list-item{flex-direction:column;align-items:stretch}.profile-select-row{min-width:100%}.config-grid,.product-form{grid-template-columns:1fr}}
