:root{--primary: #EDAA74;--primary-dark: #D4915E;--primary-light: rgba(237, 170, 116, .12);--brand-green: #002901;--brand-green-light: #0A3D0A;--bg: #101310;--bg-alt: #1B1E1B;--bg-light: #252825;--text: #E0E0E0;--text-muted: #9FA09F;--border: #2C2F2C;--danger: #CF6679;--success: #81C784;--radius: 8px;--shadow: 0 4px 12px rgba(0, 0, 0, .4)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:1rem 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:1rem}.logo-mark{width:40px;height:40px;padding:.5rem;background:linear-gradient(135deg,var(--brand-green),var(--brand-green-light));border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:var(--primary);box-shadow:0 4px 12px #edaa7433;transition:box-shadow .2s}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo-link:hover .logo-mark{box-shadow:0 4px 16px #edaa7459}.logo-text h1{font-size:1.5rem;font-weight:700;margin-bottom:.1rem}.logo-text h1 .logo-subtitle{color:var(--primary);font-weight:600}.logo-text h1 .logo-separator{color:var(--text-muted);font-weight:300;margin:0 .3rem;opacity:.5}.logo-text p{font-size:.8rem;color:var(--text-muted);letter-spacing:.02em}.logo-subtitle{white-space:nowrap}.main-content{max-width:1400px;margin:0 auto;padding:2rem;width:100%}.tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;background:var(--bg-alt);padding:.5rem;border-radius:var(--radius);border:1px solid var(--border)}.tab-btn{flex:1;padding:.875rem 1.5rem;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-btn:hover{background:var(--bg-light);color:var(--text)}.tab-btn.active{background:var(--primary);color:var(--bg)}.config-section{margin-bottom:2rem}.cabinet-form{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cabinet-form h2{margin-bottom:1.5rem;font-size:1.3rem}.form-section{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.95rem;color:var(--text)}.label-value{float:right;color:var(--primary);font-weight:600}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.radio-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.radio-label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--bg-light);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s}.radio-label:hover{border-color:var(--primary);background:#edaa740d}.radio-label input[type=radio]{margin-top:.2rem}.radio-label span{display:block;font-weight:500}.radio-label small{display:block;color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.radio-label input[type=radio]:checked+span{color:var(--primary)}.width-options{display:flex;gap:.5rem;flex-wrap:wrap}.width-btn{flex:1;min-width:80px;padding:.75rem 1rem;background:var(--bg-light);border:2px solid var(--border);border-radius:var(--radius);color:var(--text);font-weight:600;cursor:pointer;transition:all .2s}.width-btn:hover{border-color:var(--primary);background:#edaa741a}.width-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.custom-width-input{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.custom-width-input label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.custom-width-input input{width:100%;padding:.625rem .875rem;background:var(--bg-light);border:2px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;transition:all .2s}.custom-width-input input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #edaa741a}.custom-width-input input::placeholder{color:var(--text-muted);opacity:.6}.range-input{width:100%;height:6px;border-radius:3px;background:var(--bg-light);outline:none;-webkit-appearance:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary);cursor:pointer}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--primary);cursor:pointer;border:none}.number-input{padding:.75rem;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem}.number-input:focus{outline:2px solid var(--primary);outline-offset:2px}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{margin-top:.2rem;width:18px;height:18px;cursor:pointer}.checkbox-label span{font-weight:500}.checkbox-label small{display:block;color:var(--text-muted);font-size:.85rem;margin-top:.1rem}.btn-primary,.btn-secondary,.btn-danger{padding:.75rem 1.5rem;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #edaa7440}.btn-secondary{background:var(--bg-light);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-alt);border-color:var(--primary)}.btn-danger{background:var(--danger);color:#fff}.btn-add{width:100%;margin-top:1rem}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-icon{padding:.5rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-muted);transition:all .2s}.btn-icon:hover{background:var(--bg-light);color:var(--text)}.btn-icon.btn-danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.cabinet-list-section{margin-top:2rem}.empty-state{text-align:center;padding:3rem;background:var(--bg-alt);border:2px dashed var(--border);border-radius:var(--radius);color:var(--text-muted)}.cabinet-list{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.list-header h2{font-size:1.3rem}.list-summary{display:flex;gap:1.5rem}.summary-item{font-size:.9rem;color:var(--text-muted)}.summary-item strong{color:var(--primary);font-size:1.1rem;margin-right:.25rem}.cabinet-items{display:grid;gap:1rem}.cabinet-item{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;position:relative}.cabinet-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.cabinet-type-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.cabinet-type-badge[data-type=base]{background:#3b82f633;color:#60a5fa}.cabinet-type-badge[data-type=upper]{background:#10b98133;color:#34d399}.cabinet-dimensions{flex:1}.cabinet-quantity{display:flex;align-items:center;gap:.5rem}.qty-input{width:60px;padding:.25rem .5rem;background:var(--bg);border:1px solid var(--border);border-radius:4px;color:var(--text);text-align:center}.qty-label{font-size:.85rem;color:var(--text-muted)}.cabinet-item-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;font-size:.9rem}.detail-row{display:flex;justify-content:space-between}.detail-label{color:var(--text-muted)}.detail-value{font-weight:500}.cabinet-item-actions{position:absolute;top:1rem;right:1rem}.action-buttons{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.cutlist-display{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cutlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cutlist-header h2{font-size:1.5rem}.cutlist-actions{display:flex;gap:.75rem}.project-summary{margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:var(--radius)}.project-summary h3{margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.summary-card{padding:1rem;background:var(--bg);border-radius:var(--radius);text-align:center}.summary-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.summary-value{font-size:2rem;font-weight:700;color:var(--primary)}.material-requirements{margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:var(--radius)}.material-requirements h3{margin-bottom:1rem}.requirements-grid{display:flex;flex-direction:column;gap:.75rem}.requirement-item{display:flex;justify-content:space-between;padding:.75rem;background:var(--bg);border-radius:4px}.req-label{color:var(--text-muted)}.req-value{font-weight:600;color:var(--primary)}.material-grid{display:flex;flex-direction:column;gap:.75rem}.material-item{display:flex;justify-content:space-between;padding:.75rem;background:var(--bg);border-radius:4px}.material-label{color:var(--text-muted)}.material-value{font-weight:600}.view-toggle,.view-mode-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem;background:var(--bg-light);padding:.25rem;border-radius:var(--radius);width:fit-content}.toggle-btn{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;transition:all .2s;font-weight:500}.toggle-btn:hover{color:var(--text)}.toggle-btn.active{background:var(--primary);color:#fff}.cutlist-table-container{margin-bottom:2rem;width:100%}.cutlist-table-container h3{margin-bottom:1rem}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.cutlist-table{width:100%;min-width:100%;border-collapse:collapse;font-size:.9rem;background:var(--bg-light);border-radius:var(--radius);overflow:hidden;table-layout:auto}.cutlist-table thead{background:var(--bg)}.cutlist-table th{padding:.875rem 1rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border);white-space:nowrap;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.cutlist-table td{padding:.875rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.cutlist-table tbody tr:last-child td{border-bottom:none}.cutlist-table tbody tr:hover{background:#edaa740d}.cut-list-table-container{margin-bottom:2rem;width:100%}.cut-list-table-container h3{margin-bottom:1rem}.cut-list-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--bg-light);border-radius:var(--radius);overflow:hidden}.cut-list-table thead{background:var(--bg)}.cut-list-table th{padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border)}.cut-list-table td{padding:.75rem;border-bottom:1px solid var(--border)}.cut-list-table tbody tr:last-child td{border-bottom:none}.cut-list-table tbody tr:hover{background:#edaa740d}.individual-lists{display:flex;flex-direction:column;gap:2rem}.individual-cutlists{display:flex;flex-direction:column;gap:2rem;width:100%}.cabinet-cutlist{background:var(--bg-light);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);width:100%}.cabinet-cutlist h4{margin-bottom:.75rem;font-size:1.1rem;color:var(--primary);display:flex;align-items:center;gap:.5rem}.qty-badge{background:var(--primary);color:var(--bg);padding:.125rem .5rem;border-radius:4px;font-size:.85rem;font-weight:700}.cabinet-specs{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-muted)}.cabinet-specs span{padding:.25rem .75rem;background:var(--bg);border-radius:4px}.cutlist-table-sm{width:100%;border-collapse:collapse;font-size:.875rem;background:var(--bg);border-radius:var(--radius);overflow:hidden}.cutlist-table-sm thead{background:var(--bg-alt)}.cutlist-table-sm th{padding:.625rem .75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border);font-size:.75rem;text-transform:uppercase;color:var(--text-muted)}.cutlist-table-sm td{padding:.625rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}.cutlist-table-sm tbody tr:last-child td{border-bottom:none}.cutlist-table-sm tbody tr:hover{background:#edaa7408}.individual-cutlist h3{margin-bottom:1rem;font-size:1.1rem}.edge-banding-display{display:flex;gap:4px;align-items:center;justify-content:center}.edge-indicator{width:28px;height:28px;border:1px solid var(--border);border-radius:4px;background:var(--bg);font-family:monospace;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.edge-indicator:hover{transform:scale(1.05);border-color:var(--primary)}.edge-yes{background:#10b981;color:#fff;border-color:#10b981}.edge-no{color:#9ca3af;opacity:.4}.edge-none{color:#6b7280;font-size:.875rem}.edge-code{font-family:monospace;font-size:.75rem;color:var(--text-secondary);letter-spacing:2px}.qty-edit-input{width:60px;padding:6px 8px;border:1px solid var(--border);border-radius:4px;background:var(--bg-light);color:var(--text);text-align:center;font-weight:600;font-size:.95rem;transition:all .2s}.qty-edit-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.qty-edit-input:hover{border-color:var(--primary-dark)}.hinge-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.row-actions{display:flex;gap:4px;align-items:center}.btn-edit-sm{padding:6px;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-edit-sm:hover{background:#2563eb;transform:scale(1.05)}.btn-danger-sm{padding:6px;background:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-danger-sm:hover{background:#dc2626;transform:scale(1.05)}.helper-text{background:#eff6ff;border-left:3px solid var(--primary);padding:.75rem 1rem;margin-bottom:1rem;border-radius:4px;color:#1e40af;font-size:.9rem}.piece-notes-inline{margin-top:.25rem;color:var(--text-secondary)}.cutlist-table th{white-space:nowrap}.cutlist-table td{vertical-align:middle}.text-right{text-align:right}.text-center{text-align:center}.cutlist-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--bg-alt);border-radius:var(--radius);box-shadow:0 20px 60px #00000080;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid var(--border)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1.25rem;margin:0}.modal-close{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--bg-light);color:var(--text)}.modal-body{padding:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;font-size:.9rem;color:var(--text)}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{padding:.625rem .875rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-light);color:var(--text);font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #edaa741a}.form-group textarea{resize:vertical;font-family:inherit;min-height:80px}.edge-banding-selector{display:flex;gap:.5rem}.edge-selector-btn{flex:1;padding:.75rem;border:2px solid var(--border);border-radius:6px;background:var(--bg-light);color:var(--text-muted);font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}.edge-selector-btn:hover{border-color:var(--primary);transform:translateY(-2px)}.edge-selector-btn.active{background:var(--primary);border-color:var(--primary);color:var(--bg)}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;background:var(--bg-light);border-radius:6px;transition:all .2s}.checkbox-label:hover{background:var(--bg)}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary)}.checkbox-label span{font-weight:500;color:var(--text)}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--border)}@media (max-width: 640px){.modal-content{margin:0;max-height:100vh;border-radius:0}.form-grid{grid-template-columns:1fr}.form-group{grid-column:1}}.drawer-summary-card{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}.drawer-summary-card h4{margin-bottom:1rem;color:var(--primary);font-size:1.1rem}.summary-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border)}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--text-muted);font-size:.9rem}.detail-value{font-weight:600;color:var(--text)}.summary-note{background:#edaa741a;border-left:3px solid var(--primary);padding:.875rem;border-radius:4px;font-size:.9rem;color:var(--text-muted)}.summary-note strong{color:var(--text)}.drawer-list{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.item-card{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:all .2s}.item-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #edaa7433}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.item-header h3{font-size:1rem;color:var(--primary);margin:0}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-details .detail-row{padding:.375rem 0;font-size:.9rem}.btn-icon{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1}.form-help{display:block;margin-top:.375rem;font-size:.85rem;color:var(--text-muted);font-style:italic}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-muted)}.empty-state p{margin-bottom:.5rem}.text-muted{color:var(--text-muted);font-size:.9rem}.form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:var(--primary)}.form-header h2{margin:0}.project-manager-section{margin-bottom:1.5rem}.project-manager-actions{display:flex;gap:.75rem;flex-wrap:wrap}.project-modal{max-width:700px;max-height:80vh}.save-section,.load-section{min-height:200px}.project-summary{margin-top:1.5rem;padding:1.25rem;background:var(--bg-light);border-radius:var(--radius);border:1px solid var(--border)}.project-summary h4{margin-bottom:1rem;color:var(--primary);font-size:1rem}.summary-stats{display:flex;flex-direction:column;gap:.625rem}.stat-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.stat-label{color:var(--text-muted);font-size:.9rem}.stat-value{font-weight:600;color:var(--text)}.import-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.import-btn{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.import-hint{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);font-style:italic}.projects-list{display:flex;flex-direction:column;gap:.875rem;max-height:400px;overflow-y:auto}.project-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-light);border:2px solid var(--border);border-radius:var(--radius);transition:all .2s}.project-card:hover{border-color:var(--primary);transform:translate(4px)}.project-card.current{border-color:var(--primary);background:#edaa740d}.project-info{flex:1}.project-info h4{margin:0 0 .5rem;color:var(--text);font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.current-badge{display:inline-block;padding:.125rem .5rem;background:var(--primary);color:var(--bg);font-size:.75rem;font-weight:700;border-radius:4px;text-transform:uppercase}.project-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-muted)}.project-actions{display:flex;gap:.5rem}@media print{body{background:#fff;color:#000}.header,.cutlist-actions,.action-buttons,.view-mode-toggle,.no-print{display:none!important}.cutlist-display{background:#fff;border:none}.cut-list-table{page-break-inside:avoid}.edge-indicator{border:1px solid #000;width:24px;height:24px}.edge-yes{background:#000!important;color:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.edge-no{background:#fff!important;color:#ddd!important}.qty-edit-input{border:none;background:none;font-weight:700}.hinge-checkbox{width:16px;height:16px}.helper-text{display:none}.view-hidden{display:block!important}.individual-cutlists{page-break-before:always}.cabinet-cutlist{page-break-inside:avoid;margin-bottom:12px}}.view-hidden{display:none}@media (max-width: 768px){.header{padding:.75rem 1rem}.logo-link{flex-wrap:wrap}.logo-text h1{font-size:1.25rem}.logo-text p{font-size:.75rem}.btn-auth-signin{padding:.4rem .75rem;font-size:.75rem;white-space:nowrap}.main-content{padding:1rem}.radio-group,.width-options{grid-template-columns:1fr}.list-header,.cutlist-header{flex-direction:column;align-items:flex-start;gap:1rem}.summary-grid{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-direction:column}.edge-banding-display{flex-wrap:wrap}.edge-indicator{width:24px;height:24px;font-size:.7rem}.qty-edit-input{width:50px}}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:.4rem .75rem;color:var(--text);cursor:pointer;font-size:.875rem;transition:border-color .2s}.user-menu-trigger:hover{border-color:var(--primary)}.user-avatar{width:28px;height:28px;background:linear-gradient(135deg,var(--brand-green),var(--brand-green-light));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--primary)}.user-display-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);min-width:200px;box-shadow:var(--shadow);z-index:100;overflow:hidden}.user-dropdown-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;color:var(--text-muted);word-break:break-all}.user-dropdown-divider{height:1px;background:var(--border)}.user-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text);cursor:pointer;font-size:.875rem;text-align:left;transition:background .15s}.user-dropdown-item:hover{background:var(--bg-light)}.user-menu-skeleton{width:120px;height:36px;background:var(--bg-light);border-radius:var(--radius);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.3}}.auth-buttons{display:flex;gap:.5rem}.btn-auth-signin{background:var(--primary);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.btn-auth-signin:hover{background:var(--primary-dark)}.auth-modal{max-width:440px}.auth-info-banner{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:var(--primary-light);border:1px solid rgba(237,170,116,.3);border-radius:var(--radius);color:var(--primary);font-size:.875rem;margin-bottom:1rem}.auth-info-banner svg{flex-shrink:0;margin-top:1px}.auth-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);color:var(--danger);font-size:.875rem;margin-bottom:1rem}.auth-error svg{flex-shrink:0;margin-top:1px}.auth-success{padding:.75rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius);color:var(--success);font-size:.875rem;margin-bottom:1rem;text-align:center}.btn-google-signin{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;background:#fff;border:1px solid #dadce0;border-radius:var(--radius);color:#3c4043;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,box-shadow .2s}.btn-google-signin:hover{background:#f8f9fa;box-shadow:0 1px 3px #00000026}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-muted);font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form .form-group label{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.85rem;color:var(--text-muted)}.auth-form .form-group input{width:100%;padding:.65rem .75rem;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;transition:border-color .2s}.auth-form .form-group input:focus{outline:none;border-color:var(--primary)}.btn-auth-submit{width:100%;padding:.75rem;font-size:.95rem;margin-top:.5rem}.btn-auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:1rem;text-align:center;font-size:.85rem;color:var(--text-muted)}.auth-footer p{margin-bottom:.4rem}.link-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}.link-btn:hover{color:var(--primary-dark)}.feedback-modal{max-width:520px}.feedback-modal .modal-header h3{display:flex;align-items:center;gap:.25rem}.feedback-intro{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.feedback-success{text-align:center;padding:1rem 0}.feedback-success p{color:var(--text-muted);margin-bottom:1.25rem}.chip-select{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.chip{padding:.4rem .85rem;background:var(--bg-light);border:1px solid var(--border);border-radius:100px;color:var(--text-muted);font-size:.825rem;cursor:pointer;transition:all .15s}.chip:hover{border-color:var(--primary);color:var(--text)}.chip.active{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.feedback-footer{display:flex;justify-content:space-between;align-items:center}.btn-text{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;padding:.5rem}.btn-text:hover{color:var(--text)}.feedback-modal textarea{width:100%;padding:.65rem .75rem;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s}.feedback-modal textarea:focus{outline:none;border-color:var(--primary)}.feedback-modal textarea::placeholder{color:var(--text-muted);opacity:.6}@media (max-width: 600px){.user-display-name{display:none}.auth-modal,.feedback-modal{margin:1rem;max-width:calc(100vw - 2rem)}}.app-footer{border-top:1px solid var(--border);padding:1.25rem 2rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-copy{font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;align-items:center;gap:1.25rem}.footer-links a{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--primary)}@media (max-width: 600px){.footer-content{flex-direction:column;text-align:center}.footer-links{gap:1rem}}.terms-consent{margin-top:.25rem}.consent-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem!important;color:var(--text-muted)!important;cursor:pointer;line-height:1.4}.consent-label input[type=checkbox]{width:16px;height:16px;margin-top:1px;flex-shrink:0;accent-color:var(--primary);cursor:pointer}.consent-label a{color:var(--primary);text-decoration:underline;text-decoration-color:#edaa7466;text-underline-offset:2px}.consent-label a:hover{text-decoration-color:var(--primary)}@media print{.app-footer{display:none}}
