:root{color:#111827;background:#f3f4f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:#2563eb;text-decoration:none}button,.button{border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#111827;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;justify-content:center;align-items:center;gap:.45rem;padding:.75rem 1rem}button.secondary,.button.secondary{background:#f3f4f6;border-color:#d1d5db;color:#374151}button.primary,.button.primary{background:#111827;border-color:#111827;color:#fff}button.small,.button.small{padding:.4rem .75rem;font-size:.85rem;border-radius:8px}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:#0f172a;color:#cbd5e1;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;transition:width .18s ease}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;padding:.4rem;background:transparent;border:none;border-radius:8px;color:#cbd5e1;cursor:pointer;box-shadow:none}.sidebar-toggle:hover{background:#ffffff14;color:#fff}.sidebar-brand{display:flex;align-items:center;gap:.6rem;padding:.75rem .85rem 0;min-height:56px}.sidebar-logo{height:36px;width:auto;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column;line-height:1.05}.sidebar-brand-text strong{color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.06em}.sidebar-brand-text span{color:#94a3b8;font-size:.72rem;letter-spacing:.02em}.sidebar-factory-wrap{padding:.75rem .85rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-factory{width:100%;padding:.5rem .6rem;background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.15);border-radius:8px;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.sidebar-factory option{color:#111827}.sidebar-factory-label{display:block;padding:.5rem .6rem;background:#ffffff0d;border-radius:8px;font-size:.82rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:1rem .75rem;flex:1;overflow-y:auto}.sidebar-link{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:.7rem .9rem;border-radius:10px;color:#cbd5e1;background:transparent;border:none;font:inherit;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;width:100%;text-align:left;box-shadow:none;transition:background .15s,color .15s}.sidebar-link:hover{background:#ffffff0f;color:#fff}.sidebar-link.active{background:#2563eb;color:#fff}.sidebar-sublink{padding-left:2rem;font-size:.82rem}.sidebar-sublink .sidebar-icon{width:16px;height:16px}.sidebar-icon{flex-shrink:0}.sidebar-footer{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-divider{height:1px;background:#ffffff14;margin:.5rem -.75rem}.sidebar-user{color:#e2e8f0;font-size:.85rem;font-weight:600;text-decoration:none;padding:.4rem .9rem;border-radius:8px}.sidebar-user:hover{background:#ffffff0f}.sidebar-logout{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e2e8f0;padding:.45rem .9rem;border-radius:8px;font-size:.8rem;cursor:pointer}.sidebar-logout:hover{background:#ffffff24}.main-area{flex:1;min-width:0;display:flex;flex-direction:column;background:#f3f4f6}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,3vw,2rem);background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:20}.topbar-title{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.topbar-actions{display:flex;align-items:center;gap:.75rem}.topbar-factory{padding:.45rem .6rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font:inherit;font-size:.85rem;font-weight:600;color:#374151;cursor:pointer;max-width:200px}.topbar-factory-label{font-size:.85rem;font-weight:600;color:#4b5563}.content{padding:clamp(1rem,3vw,2rem);flex:1;display:flex;flex-direction:column;min-height:0}@media (max-width: 768px){.sidebar{width:64px}.sidebar-link span,.sidebar-user,.sidebar-logout,.sidebar-brand-text{display:none}.sidebar-link{justify-content:center;padding:.7rem}}.sidebar.collapsed{width:64px}.sidebar.collapsed .sidebar-logo,.sidebar.collapsed .sidebar-brand-text,.sidebar.collapsed .sidebar-factory-wrap,.sidebar.collapsed .sidebar-link span,.sidebar.collapsed .sidebar-user,.sidebar.collapsed .sidebar-logout{display:none}.sidebar.collapsed .sidebar-brand{justify-content:center;padding:.75rem 0}.sidebar.collapsed .sidebar-toggle{margin-left:0}.sidebar.collapsed .sidebar-link{justify-content:center;padding:.7rem}.sidebar.collapsed .sidebar-user-row{justify-content:center}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;padding:1.25rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 600px){.grid.three,.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}.metric span{color:#6b7280;display:block}.metric strong{display:block;font-size:2.25rem;margin-top:.5rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.actions.vertical{align-items:stretch;flex-direction:column}.stone-actions-grid,.modal-actions-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.stone-action-btn,.modal-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-width:100px;padding:1rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;color:#374151;font:inherit;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;transition:background .12s,border-color .12s}.stone-action-btn:hover:not(:disabled),.modal-action-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe}.stone-action-btn:disabled,.modal-action-btn:disabled{opacity:.55;cursor:default}.stone-action-btn svg,.modal-action-btn svg{width:26px;height:26px;color:#2563eb}.stone-action-btn.danger svg,.modal-action-btn.danger svg{color:#d97706}.stone-action-btn.danger:hover:not(:disabled),.modal-action-btn.danger:hover:not(:disabled){background:#fff7ed;border-color:#fed7aa}.stone-actions-info,.modal-info-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eef0f3;font-size:.85rem;color:#6b7280;display:flex;flex-direction:column;gap:.25rem}.stone-actions-info strong,.modal-info-footer strong{color:#374151}.modal-title-icon{display:flex;align-items:center;gap:.5rem;margin:0}.page-title{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.table-wrapper{overflow:auto;flex-grow:1;background-color:#fff}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid #e5e7eb;padding:.9rem;text-align:left;white-space:nowrap}.form{display:grid;gap:1rem}label{color:#374151;display:block;font-weight:700;margin-bottom:.5rem}.label-text{display:inline-block}label.required .label-text:after{content:"  *";color:#b91c1c;display:inline-block;font-weight:700}label input,label select,label textarea,label .select-trigger{margin-top:.4rem}input,select,textarea{border:1px solid #d1d5db;border-radius:12px;font:inherit;padding:.8rem;width:100%}textarea{min-height:100px}.status{border-radius:999px;display:inline-flex;font-size:.85rem;font-weight:800;padding:.35rem .7rem}.badge{background:#e5e7eb;color:#374151;border-radius:999px;padding:.15rem .6rem;font-size:.8rem;font-weight:700;min-width:1.5rem;text-align:center}button.orange{background:#f97316;color:#fff;border:none}button.orange:hover{background:#ea580c}button.orange:disabled{background:#fdba74}.status-available{background:#dcfce7;color:#166534}.status-transforming{background:#fef3c7;color:#92400e}.status-transformed{background:#dbeafe;color:#1d4ed8}.status-broken{background:#ffedd5;color:#9a3412}.error{color:#b91c1c;font-weight:700}.alert{padding:1rem;border-radius:12px;margin-bottom:1rem;border:1px solid transparent}.alert-title{font-weight:800;margin-bottom:.25rem}.alert-content{font-size:.95rem;line-height:1.5}.alert-error{background:#fee2e2;border-color:#fecaca;color:#991b1b}.alert-warning{background:#ffedd5;border-color:#fed7aa;color:#9a3412}.alert-success{background:#dcfce7;border-color:#bbf7d0;color:#166534}.alert-info{background:#dbeafe;border-color:#bfdbfe;color:#1e40af}.divider{border:0;border-top:1px solid #e5e7eb;margin:1.5rem 0}.label-preview h4{margin:0 0 1rem}.label-image-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:center;padding:1rem}.label-image-container img{max-width:100%;height:auto}.label-preview .hint{color:#6b7280;font-size:.85rem;margin-top:.5rem}.scanner-container{overflow:hidden;position:relative}.scanner-loading{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;display:flex;height:250px;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.scanner-loading p{color:#6b7280;font-weight:700}#qr-reader{border:none!important;border-radius:12px;overflow:hidden}#qr-reader__scan_region{background:#f3f4f6;border-radius:12px}#qr-reader button{border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#111827;cursor:pointer;font-weight:700;padding:.5rem .75rem}#qr-reader__dashboard_section_csr button{background:#111827!important;color:#fff!important;border:none!important;margin-top:10px}.scanner-container{max-width:500px;margin:0 auto}.scan-placeholder{text-align:center}.modal-overlay{background:#00000080;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;padding:1rem;pointer-events:auto}.modal-overlay .modal-overlay{z-index:1100}.modal-content{background:#fff;border-radius:18px;width:fit-content;min-width:min(800px,95vw);max-width:95vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #0003}.modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e5e7eb}.modal-title-with-badge{display:flex;align-items:center;gap:1rem}.modal-title-with-badge h3{margin:0}.modal-close{background:transparent;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;padding:.5rem;line-height:1}.modal-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto;border-bottom-left-radius:18px;border-bottom-right-radius:18px;position:relative}table.sticky-header thead th{position:sticky;top:0;background-color:#fff;z-index:10;box-shadow:0 2px 2px -1px #0000001a}.sticky-actions{background-color:#fff;padding-bottom:1rem;display:flex;gap:1rem;align-items:center;flex-shrink:0}dl{display:grid;gap:.75rem}dt{color:#6b7280;font-weight:800}dd{margin:0}@media (max-width: 760px){.grid.two,.grid.three{grid-template-columns:1fr}.page-title{align-items:flex-start;flex-direction:column}}.toggle-field{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;font-weight:500;color:#374151}.toggle-switch{position:relative;display:inline-block;width:42px;height:24px;flex:0 0 auto}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:9999px;transition:background .2s ease}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.toggle-switch input:checked+.toggle-slider{background:#2563eb}.toggle-switch input:checked+.toggle-slider:before{transform:translate(18px)}.toggle-switch input:focus-visible+.toggle-slider{box-shadow:0 0 0 3px #2563eb59}.grid.two.grid-left-major{grid-template-columns:1.6fr 1fr}@media (max-width: 760px){.grid.two.grid-left-major{grid-template-columns:1fr}}.actions-dropdown{position:relative;display:inline-block;flex-shrink:0;margin-left:auto}.toolbar-actions{margin-left:auto;display:flex;align-items:center;gap:.6rem;flex-shrink:0}.toolbar-actions .actions-dropdown{margin-left:0}.actions-dropdown>button,.toolbar-actions>button{white-space:nowrap;padding:.6rem 1rem;border-radius:10px;display:inline-flex;align-items:center;gap:.5rem}.actions-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 30px #00000024;padding:4px;z-index:60;display:flex;flex-direction:column}.actions-menu button{display:flex;align-items:center;gap:.6rem;background:none;border:none;text-align:left;padding:.6rem .75rem;border-radius:7px;cursor:pointer;font:inherit;color:#374151;white-space:nowrap}.actions-menu button:hover{background:#f3f4f6}.actions-menu .action-icon{width:17px;height:17px;flex-shrink:0;color:#6b7280}.notification-container{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;align-items:center;gap:.75rem;pointer-events:none}.notification{pointer-events:auto;animation:popIn .2s ease-out;min-width:300px;max-width:450px;text-align:center;box-shadow:0 8px 30px #0000002e}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.notification-success{background:#dcfce7;border-left-color:#059669;color:#065f46}.notification-error{background:#fee2e2;border-left-color:#dc2626;color:#991b1b}.notification-info{background:#dbeafe;border-left-color:#2563eb;color:#1e40af}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{border-left:3px solid #e5e7eb;padding-left:1rem;padding-bottom:.5rem}.history-header{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem}.history-date{color:#6b7280;font-size:.85rem}.history-body{font-size:.95rem}.history-user{color:#374151}.history-notes{margin:.25rem 0 0;font-style:italic;color:#4b5563}.remainings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.stone-label-col{display:flex;flex-direction:column;gap:1rem;min-width:0}.stone-label-col .remaining-empty{flex:1}.stone-remaining-list{display:flex;flex-direction:column;gap:1rem;min-width:0}.remaining-card{display:flex;flex-direction:column;gap:.25rem;transition:transform .2s;padding:1rem}.remaining-card:hover{transform:translateY(-2px);border-color:#2563eb}.text-muted{color:#6b7280;font-style:italic}.action-icon-button{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;font-size:1.25rem;transition:all .2s;position:relative;width:42px;height:42px}.action-icon-button:hover{background:#f3f4f6;border-color:#9ca3af}.action-icon-button.primary{color:#111827}.action-icon-button.orange{color:#f97316}.action-icon-button.orange:hover{background:#fff7ed;border-color:#f97316}.action-icon-button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:.4rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;pointer-events:none;margin-bottom:8px;z-index:100;font-weight:600}.action-icon-button[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(-4px)}.detail-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.accordion{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:.5rem}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border:none;cursor:pointer;text-align:left;transition:background .2s}.accordion-header:hover{background:#f9fafb}.accordion-header h3{margin:0;font-size:1.1rem}.accordion-icon{font-size:.8rem;transition:transform .2s}.accordion.open .accordion-icon{transform:rotate(180deg)}.accordion-content{padding:1.25rem;border-top:1px solid #e5e7eb;background:#fff}.accordion-content .stone-info-section{padding:0}.accordion-content .stone-info-section h3{display:none}.stones-toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;row-gap:.6rem;margin-bottom:1rem;font-size:.875rem}.stones-toolbar>button{flex-shrink:0;white-space:nowrap}.stones-search{position:relative;flex:1 1 180px;min-width:150px}.stones-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.1rem;pointer-events:none}.stones-search input{width:100%;padding:.6rem .75rem .6rem 2.1rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font:inherit}.toolbar-field input{padding:.6rem .75rem;border-color:#e5e7eb;border-radius:10px}.invoice-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;text-align:center;padding:2.5rem 1.5rem;border:2px dashed #cbd5e1;border-radius:14px;background:#f9fafb;color:#6b7280;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.invoice-dropzone:hover{border-color:#94a3b8;background:#f3f4f6}.invoice-dropzone:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.invoice-dropzone.drag{border-color:#2563eb;background:#eff6ff;color:#2563eb}.invoice-dropzone.busy{cursor:default}.invoice-dropzone-icon{color:#9ca3af}.invoice-dropzone.drag .invoice-dropzone-icon{color:#2563eb}.invoice-dropzone-title{margin:.25rem 0 0;font-weight:600;color:#374151}.invoice-dropzone-hint{margin:0;font-size:.85rem}.stones-filter{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.6rem 2rem .6rem .9rem;border:1px solid #e5e7eb;border-radius:10px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;font:inherit;font-weight:500;color:#374151;cursor:pointer;white-space:nowrap}.stones-filter:hover:not(:disabled){border-color:#d1d5db;background-color:#f9fafb}.stones-filter:disabled{opacity:.5;cursor:not-allowed}.stones-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.stones-table-card .stones-table tbody td{padding-top:.5rem;padding-bottom:.5rem}.stones-table-card .stones-thumb{width:34px;height:34px}.stones-table{width:100%}.stones-table thead th{background:#f9fafb;color:#6b7280;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:.85rem 1.1rem;border-bottom:1px solid #e5e7eb}.stones-table tbody td{padding:.9rem 1.1rem;border-bottom:1px solid #f3f4f6;font-size:.9rem}.stones-table tbody tr:last-child td{border-bottom:none}.stones-row{cursor:pointer;transition:background .12s}.stones-row:hover{background:#f9fafb}.stones-pagination{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:.5rem}.stones-pagination-pages{display:flex;align-items:center;gap:.25rem}.page-btn{min-width:34px;height:34px;padding:0 .5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font:inherit;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}.page-btn:hover:not(:disabled){background:#f3f4f6}.page-btn.active{background:#111827;border-color:#111827;color:#fff;font-weight:700}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-ellipsis{padding:0 .35rem;color:#9ca3af}.stones-pagination-info{font-size:.85rem;color:#6b7280}.stones-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;display:block}.stones-thumb-empty{background:repeating-linear-gradient(45deg,#f3f4f6,#f3f4f6 6px,#e5e7eb 6px,#e5e7eb 12px)}.stone-breadcrumb{font-size:1.25rem;font-weight:700;color:#9ca3af;margin-bottom:1.25rem}.stone-breadcrumb a{color:#6b7280;font-weight:700}.stone-breadcrumb a:hover{color:#2563eb}.stone-breadcrumb span{color:#111827}.stone-detail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.stone-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.25rem;overflow-x:auto}.stone-tab{background:none;border:none;border-bottom:2px solid transparent;border-radius:0;padding:.6rem 1rem;color:#6b7280;font:inherit;font-weight:600;cursor:pointer;box-shadow:none;white-space:nowrap}.stone-tab:hover{color:#111827}.stone-tab.active{color:#2563eb;border-bottom-color:#2563eb}.stone-photo{position:relative;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;height:100%;min-height:180px}.stone-photo img{display:block;width:100%;height:100%;object-fit:cover}.stone-photo-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:.9rem}.stone-photo-tag{position:absolute;left:.75rem;bottom:.75rem;background:#111827cc;color:#fff;font-size:.75rem;padding:.25rem .55rem;border-radius:6px}.info-list{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1rem;margin:0}.info-list dt{color:#6b7280;font-weight:500}.info-list dd{margin:0;font-weight:600;color:#111827;text-align:right}.stone-timeline{display:flex;flex-direction:column}.stone-timeline-row{position:relative;display:grid;grid-template-columns:18px 150px minmax(120px,200px) minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.7rem 0;font-size:.9rem}.stone-timeline-row:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;transform:translate(-50%);background:#bfdbfe}.stone-timeline-row:first-child:before{top:50%}.stone-timeline-row:last-child:before{bottom:50%}.stone-timeline-dot{position:relative;z-index:1;width:12px;height:12px;border-radius:50%;border:2px solid #2563eb;background:#fff;justify-self:center}.stone-timeline-date{color:#6b7280}.stone-timeline-event{font-weight:600;color:#111827;overflow-wrap:anywhere}.stone-timeline-desc{color:#4b5563;min-width:0;overflow-wrap:anywhere;white-space:normal}.stone-timeline-user{color:#6b7280;text-align:right;font-size:.85em;overflow-wrap:anywhere}@media (max-width: 760px){.stone-timeline-row{grid-template-columns:14px 1fr;row-gap:.2rem}.stone-timeline-date,.stone-timeline-event,.stone-timeline-desc,.stone-timeline-user{grid-column:2}}.label-image-container{display:flex;justify-content:center}.label-image-container svg{width:auto;height:auto;max-width:100%;max-height:340px}.stones-filter-clear{background:none;border:none;box-shadow:none;color:#2563eb;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer;padding:.4rem .5rem;white-space:nowrap}.stones-filter-clear:hover:not(:disabled){text-decoration:underline}.stones-filter-clear:disabled{color:#9ca3af;cursor:not-allowed}.settings-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem;flex-wrap:wrap}.settings-tab{background:none;border:none;border-bottom:2px solid transparent;border-radius:0;padding:.5rem 1rem;color:#6b7280;font:inherit;font-weight:500;cursor:pointer;box-shadow:none}.settings-tab:hover{color:#111827}.settings-tab.active{color:#111827;font-weight:700;border-bottom-color:#111827}.settings-subtabs{display:flex;gap:.4rem;margin-bottom:1.5rem;flex-wrap:wrap}.settings-subtab{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;padding:.4rem .9rem;color:#6b7280;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:none}.settings-subtab:hover{color:#111827}.settings-subtab.active{background:#111827;border-color:#111827;color:#fff}.login-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem;background:radial-gradient(1200px 600px at 50% -10%,#1e293b 0%,transparent 60%),linear-gradient(160deg,#0f172a,#0b1220)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:18px;box-shadow:0 24px 60px #02061773;padding:2.25rem 2rem}.login-brand{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-bottom:1.5rem}.login-logo{height:48px;width:auto}.login-brand-text{display:flex;flex-direction:column;line-height:1.05}.login-brand-text strong{color:#0f172a;font-size:1.35rem;font-weight:800;letter-spacing:.06em}.login-brand-text span{color:#64748b;font-size:.8rem;letter-spacing:.02em}.login-heading{text-align:center;margin-bottom:1.5rem}.login-heading h2{margin:0 0 .35rem;font-size:1.4rem;font-weight:700;color:#111827}.login-heading p{margin:0;font-size:.9rem;color:#6b7280}.login-error{padding:.75rem .9rem;margin-bottom:1rem;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;font-size:.875rem}.login-form{display:grid;gap:1rem}.login-form label{margin-bottom:0}.login-form .label-text{font-size:.85rem;color:#374151}.login-submit{width:100%;margin-top:.5rem;padding:.85rem 1rem}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-footer{margin:0;font-size:.78rem;color:#64748b}.settings-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.settings-card-head h3{margin:0}.row-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:nowrap;white-space:nowrap}.roles-checklist{display:flex;flex-direction:column;gap:.4rem}.role-check{display:flex;align-items:center;gap:.5rem;margin:0;font-weight:400;cursor:pointer}.role-check input{width:auto;margin:0}.dash-shell{height:calc(100vh - (2*clamp(1rem,3vw,2rem)));display:flex;flex-direction:column;min-height:0}.dash-loading{min-height:60vh;align-items:center;justify-content:center;gap:.9rem;color:#64748b}.dash-spinner{width:2.25rem;height:2.25rem;border:3px solid #cbd5e1;border-right-color:transparent;border-radius:50%;animation:btn-spin .7s linear infinite}.dash-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem}.dash-grid>.card{min-height:0;overflow-y:auto;display:flex;flex-direction:column;margin:0}.dash-grid .dash-bars{flex:1;height:auto;min-height:110px}@media (max-width: 1100px),(max-height: 920px){.dash-shell{height:auto}.dash-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-rows:auto}.dash-grid>.card{overflow-y:visible}.dash-grid .dash-bars{height:190px;flex:none}}.dash-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.dash-head h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.dash-date{font-size:.85rem;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.5rem .9rem}.dash-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.dash-metric{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.85rem 1.1rem;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:.25rem}.dash-metric-label{font-size:.85rem;color:#64748b}.dash-metric-value{font-size:1.7rem;font-weight:800;color:#0f172a;line-height:1.1}.dash-metric-sub{font-size:.78rem;color:#94a3b8}.dash-metric-sub.red{color:#dc2626;font-weight:600}.dash-metric-sub.amber{color:#b45309;font-weight:600}.dash-panels{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;align-items:start}@media (max-width: 900px){.dash-panels{grid-template-columns:1fr}}.dash-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.dash-panel-head h3{margin:0;font-size:1.05rem}.dash-panel-head a{font-size:.85rem}.dash-donut-wrap{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.dash-donut{flex-shrink:0}.dash-donut-total{font-size:1.5rem;font-weight:800;fill:#0f172a}.dash-donut-total-label{font-size:.7rem;fill:#94a3b8}.dash-legend{list-style:none;padding:0;margin:0;flex:1;min-width:160px;display:flex;flex-direction:column;gap:.6rem}.dash-legend li{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.dash-legend-dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.dash-legend-name{color:#334155}.dash-legend-val{margin-left:auto;font-weight:600;color:#0f172a}.dash-alerts{display:flex;flex-direction:column}.dash-alert{display:flex;align-items:center;gap:.85rem;padding:.85rem 0;border-bottom:1px solid #f1f5f9}.dash-alert:last-child{border-bottom:none}.dash-alert-icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dash-alert-icon.amber{background:#fef3c7;color:#d97706}.dash-alert-icon.red{background:#fee2e2;color:#dc2626}.dash-alert-icon.blue{background:#dbeafe;color:#2563eb}.dash-alert-icon.indigo{background:#e0e7ff;color:#4f46e5}.dash-alert-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.dash-alert-title{font-weight:600;color:#0f172a;font-size:.92rem}.dash-alert-sub{font-size:.8rem;color:#64748b}.dash-alert-cta{margin-left:auto;font-size:.85rem;font-weight:600;white-space:nowrap}.dash-pill{font-size:.72rem;font-weight:700;padding:.1rem .5rem;border-radius:9999px}.dash-pill.amber{color:#92400e;background:#fef3c7}.dash-metric-top{display:flex;align-items:center;gap:.55rem}.dash-chip{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dash-chip.indigo{background:#e0e7ff;color:#4f46e5}.dash-chip.green{background:#d1fae5;color:#059669}.dash-chip.slate{background:#f1f5f9;color:#475569}.dash-chip.blue{background:#dbeafe;color:#2563eb}.dash-chip.amber{background:#fef3c7;color:#d97706}.dash-chip.red{background:#fee2e2;color:#dc2626}.dash-panel-note{font-size:.8rem;color:#64748b}.dash-bars{display:flex;align-items:stretch;gap:.6rem;height:190px;padding-top:.25rem}.dash-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:0}.dash-bar-value{font-size:.75rem;font-weight:700;color:#334155;height:1rem;line-height:1rem}.dash-bar-track{flex:1;width:100%;max-width:42px;display:flex;align-items:flex-end;background:#f1f5f9;border-radius:8px;overflow:hidden}.dash-bar-fill{width:100%;background:linear-gradient(180deg,#6366f1,#4f46e5);border-radius:8px 8px 0 0;transition:height .3s ease}.dash-bar-label{font-size:.7rem;color:#94a3b8;white-space:nowrap}.dash-recent{display:flex;flex-direction:column}.dash-recent-item{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;border-bottom:1px solid #f1f5f9;text-decoration:none;color:inherit;border-radius:8px}.dash-recent-item:last-child{border-bottom:none}.dash-recent-item:hover{background:#f8fafc}.dash-recent-thumb{width:38px;height:38px;border-radius:9px;object-fit:cover;border:1px solid #e5e7eb;flex-shrink:0}.dash-recent-thumb-empty{background:repeating-linear-gradient(45deg,#f3f4f6,#f3f4f6 6px,#e5e7eb 6px,#e5e7eb 12px);display:inline-block}.dash-recent-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dash-recent-title{font-weight:600;color:#0f172a;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-recent-name{color:#64748b;font-weight:400}.dash-recent-sub{font-size:.78rem;color:#94a3b8}.dash-recent-when{margin-left:auto;font-size:.78rem;color:#64748b;white-space:nowrap}.dash-thick{display:flex;flex-direction:column;gap:.85rem}.dash-thick-row{display:grid;grid-template-columns:90px 1fr 90px;align-items:center;gap:.75rem}.dash-thick-label{font-size:.88rem;font-weight:600;color:#334155}.dash-thick-track{height:.6rem;background:#f1f5f9;border-radius:9999px;overflow:hidden}.dash-thick-fill{height:100%;border-radius:9999px;transition:width .3s ease}.dash-thick-val{font-size:.85rem;font-weight:600;color:#0f172a;text-align:right}.legend-help{position:relative;display:inline-flex;align-items:center}.legend-help-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;color:#64748b;background:#f1f5f9;cursor:help;transition:background .12s,color .12s}.legend-help:hover .legend-help-icon{background:#e0e7ff;color:#4f46e5}.legend-help-tip{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 24px -6px #0000002e;padding:.8rem .9rem;font-size:.82rem;color:#334155;display:none;flex-direction:column;gap:.55rem}.legend-help:hover .legend-help-tip{display:flex}.legend-help-tip strong{color:#0f172a;font-size:.85rem}.legend-help-row{display:flex;align-items:flex-start;gap:.5rem}.legend-help-row i{width:.85rem;height:.85rem;border-radius:4px;border:1px solid;flex-shrink:0;margin-top:.15rem}.legend-help-row b{color:#0f172a}.link-btn{background:none;border:none;box-shadow:none;padding:0;font:inherit;font-size:.85rem;font-weight:600;color:#2563eb;cursor:pointer}.link-btn:hover{text-decoration:underline}.link-btn.danger{color:#b91c1c}.link-btn:disabled,.link-btn.danger:disabled{color:#9ca3af;cursor:not-allowed}.link-btn:disabled:hover{text-decoration:none}.rack-type-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:#e5e7eb;color:#374151;padding:.1rem .45rem;border-radius:6px}.rack-preview-card{display:flex;flex-direction:column;max-height:calc(100vh - 180px)}.rack-preview-grid{display:flex;flex-direction:column;gap:.85rem;overflow-y:auto;flex:1;min-height:0;padding-right:.25rem}.rack-preview{border:1px solid #e5e7eb;border-radius:10px;padding:.6rem .75rem}.rack-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;color:#374151}.rack-preview-head span{font-size:.78rem;color:#6b7280}.rack-preview-rows{display:flex;flex-direction:column;gap:4px}.rack-preview-row{display:flex;flex-direction:row;align-items:center;gap:6px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;padding:3px 6px}.rack-preview-row-label{font-size:.62rem;font-weight:700;color:#9ca3af;flex-shrink:0;min-width:14px;text-align:right}.rack-preview-slots{display:flex;flex-wrap:nowrap;gap:2px;flex:1;min-width:0}.rack-preview-slot{flex:0 1 12px;min-width:4px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.05)}.rack-preview-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid #f3f4f6;font-size:.78rem;color:#6b7280}.rack-preview-legend span{display:inline-flex;align-items:center;gap:.3rem}.rack-preview-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.warehouse-stock-toggle{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;font-size:.85rem;font-weight:600;color:#374151;margin:0;cursor:pointer;flex-shrink:0}.warehouse-stock-toggle input{width:auto;margin:0}.global-busy-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:1000;background:linear-gradient(90deg,transparent,#2563eb 40%,#60a5fa 60%,transparent);background-size:40% 100%;background-repeat:no-repeat;animation:global-busy-slide 1.1s ease-in-out infinite}@keyframes global-busy-slide{0%{background-position:-40% 0}to{background-position:140% 0}}.btn-spinner{display:inline-block;width:.85em;height:.85em;margin-right:.45em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-.1em;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.icon-spin{animation:btn-spin .8s linear infinite;transform-origin:center}.project-stepper{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin:1.25rem 0 1.75rem}.project-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;position:relative;color:#9ca3af;font-size:.85rem;text-align:center}.project-step:not(:last-child):after{content:"";position:absolute;top:15px;left:calc(50% + 18px);right:calc(-50% + 18px);height:2px;background:#e5e7eb}.project-step-num{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e5e7eb;color:#9ca3af;font-weight:700;font-size:.85rem;z-index:1}.project-step.active{color:#2563eb;font-weight:600}.project-step.active .project-step-num,.project-step.done .project-step-num{background:#2563eb;border-color:#2563eb;color:#fff}.project-step.done:not(:last-child):after{background:#2563eb}.stone-code-link{color:#2563eb;text-decoration:none}.stone-code-link:hover{text-decoration:underline}.stock-badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.stock-badge.ok{background:#dcfce7;color:#15803d}.stock-badge.low{background:#fee2e2;color:#b91c1c}.pf-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.75rem}.pf-thumb{position:relative;width:112px;height:112px;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;cursor:pointer;background:#f3f4f6}.pf-thumb-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#11182773;color:#fff;font-size:.78rem;font-weight:600;opacity:0;transition:opacity .15s}.pf-thumb:hover .pf-thumb-hover{opacity:1}.pf-thumb-del{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#ef4444f2;color:#fff;cursor:pointer;font-size:.9rem;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.pf-thumb:hover .pf-thumb-del{opacity:1}.pf-dropzone{margin-top:.25rem;border:2px dashed #cbd5e1;border-radius:10px;padding:1.1rem 1rem;text-align:center;color:#6b7280;cursor:pointer;font-size:.85rem;transition:border-color .15s,background .15s,color .15s}.pf-dropzone:hover,.pf-dropzone.over{border-color:#2563eb;background:#eff6ff;color:#2563eb}.sidebar-user-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.notif-wrap{position:relative}.notif-bell{position:relative;background:none;border:none;color:inherit;cursor:pointer;padding:4px;display:inline-flex;opacity:.85}.notif-bell:hover{opacity:1}.notif-count{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:700;min-width:15px;height:15px;border-radius:999px;padding:0 3px;display:inline-flex;align-items:center;justify-content:center}.notif-dropdown{position:absolute;bottom:0;left:calc(100% + 10px);width:300px;max-height:360px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:50;overflow:hidden;display:flex;flex-direction:column}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-bottom:1px solid #eef0f3;color:#111827}.notif-list{overflow-y:auto}.notif-empty{color:#9ca3af;font-size:.85rem;padding:1rem .8rem;margin:0}.notif-item{width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f3f4f6;padding:.6rem .8rem;cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.notif-item:hover{background:#f9fafb}.notif-item.unread{background:#eff6ff}.notif-item.unread:hover{background:#dbeafe}.notif-msg{font-size:.83rem;color:#374151}.notif-time{font-size:.7rem;color:#9ca3af}.budget-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.budget-badge.neutral{background:#e5e7eb;color:#374151}.budget-badge.ok{background:#dcfce7;color:#15803d}.budget-badge.low{background:#fee2e2;color:#b91c1c}.budget-badge.info{background:#dbeafe;color:#1d4ed8}.budget-badge.warn{background:#fef3c7;color:#b45309}.project-progress{display:flex;align-items:flex-start}.pp-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 .25rem}.pp-step:not(:last-child):after{content:"";position:absolute;top:17px;left:50%;width:100%;height:2px;background:#e5e7eb;z-index:0}.pp-step.done:not(:last-child):after{background:#22c55e}.pp-dot{width:36px;height:36px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;color:#9ca3af;font-weight:700;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:transform .1s}.pp-dot:hover:not(:disabled){transform:scale(1.08)}.pp-dot:disabled{cursor:default}.pp-step.locked .pp-dot{opacity:.45}.pp-step.locked .pp-label{opacity:.6}.pp-step.done .pp-dot{background:#22c55e;border-color:#22c55e;color:#fff}.pp-label{margin-top:.5rem;font-size:.8rem;font-weight:600;color:#374151}.pp-step.done .pp-label{color:#15803d}.pp-date{font-size:.72rem;color:#9ca3af;margin-top:.15rem}.pp-docs{position:relative;margin-top:.35rem;background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:2px}.pp-docs:hover{transform:scale(1.1)}.pp-docs-badge{position:absolute;top:-5px;right:-8px;background:#2563eb;color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;min-width:15px;height:15px;padding:0 3px;display:inline-flex;align-items:center;justify-content:center}.flow-dots{display:inline-flex;gap:4px;align-items:center}.flow-dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb;display:inline-block}.flow-dot.done{background:#22c55e}.stones-table tr.group-row td{background:#f3f4f6;font-weight:700;color:#374151;font-size:.85rem;padding-top:.6rem;padding-bottom:.6rem}.customer-accordion{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.customer-accordion-head{width:100%;display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;background:#f9fafb;border:none;cursor:pointer;text-align:left;font-size:1rem;color:#111827}.customer-accordion-head .chev{display:inline-block;color:#6b7280;transition:transform .2s}.customer-accordion-head.open .chev{transform:rotate(90deg)}.customer-accordion-body{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:1rem}.project-flow-card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.1rem 1.25rem}.project-flow-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.project-flow-card.compact{padding:.95rem 1.1rem}.project-flow-card.compact .project-flow-card-head{margin-bottom:1rem}.project-flow-card.compact .pp-dot{width:32px;height:32px;font-size:.8rem}.project-flow-card.compact .pp-step:not(:last-child):after{top:15px}.project-flow-card.compact .pp-label{margin-top:.4rem;font-size:.76rem}.project-flow-card.compact .pp-date{font-size:.7rem}.wf-phase{border:1px solid #e5e7eb;border-radius:10px;padding:.75rem;background:#f9fafb}.wf-phase-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.wf-states{display:flex;flex-direction:column;gap:.4rem;padding-left:1.85rem}.wf-state-row{display:flex;align-items:center;gap:.5rem}.wf-state-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:#cbd5e1}.wf-state-row input,.wf-phase input{margin-top:0}.project-create{flex:1;display:flex;flex-direction:column;min-height:0}.project-create .stone-breadcrumb{margin-bottom:.6rem}.project-create .project-stepper{margin:.6rem 0 1rem}.project-create form{flex:1;display:flex;flex-direction:column;min-height:0}.project-create form>.grid.two{display:flex;flex:1;gap:1.25rem;min-height:0;align-items:stretch}.project-create form>.grid.two>.card{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.project-create form .grid{gap:.85rem 1.25rem}.project-create form>p{margin:.75rem 0!important}.project-create label:has(textarea){flex:1;display:flex;flex-direction:column;min-height:0}.project-create label:has(textarea) textarea{flex:1;min-height:50px;resize:none}.help-page{max-width:860px;margin:0 auto;width:100%}.help-hero{text-align:center;padding:1.5rem 0 2rem}.help-hero h2{margin:0 0 .35rem;font-size:1.6rem}.help-hero-sub{margin:0 0 1.25rem;color:#6b7280;font-size:.95rem}.help-search{position:relative;max-width:560px;margin:0 auto}.help-search input{width:100%;padding:.85rem 2.6rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff;font:inherit;font-size:.95rem;box-shadow:0 4px 14px #0f172a0f}.help-search input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.help-search-clear{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;box-shadow:none;padding:.3rem;color:#9ca3af;cursor:pointer;display:inline-flex;border-radius:8px}.help-search-clear:hover{color:#374151;background:#f3f4f6}.help-topics{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.help-topic-card{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;text-align:left;padding:1.1rem 1.2rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;font:inherit;box-shadow:0 1px 3px #0f172a0d;transition:border-color .15s,box-shadow .15s,transform .15s}.help-topic-card:hover{border-color:#bfdbfe;box-shadow:0 8px 20px #2563eb1a;transform:translateY(-1px)}.help-topic-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#2563eb;margin-bottom:.35rem;flex-shrink:0}.help-topic-name{font-weight:700;color:#111827}.help-topic-desc{font-size:.83rem;color:#6b7280;font-weight:400}.help-topic-count{font-size:.75rem;color:#9ca3af;margin-top:.35rem}.help-back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.75rem}.help-topic-head{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.help-topic-head h3{margin:0}.help-topic-head p{margin:.1rem 0 0;color:#6b7280;font-size:.85rem}.help-card{padding:.4rem 1.25rem}.help-article{border-bottom:1px solid #f3f4f6}.help-article:last-child{border-bottom:none}.help-article-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.85rem 0;background:none;border:none;box-shadow:none;font:inherit;font-weight:600;color:#111827;text-align:left;cursor:pointer}.help-article-head:hover{color:#2563eb}.help-article-title{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.help-chip{font-size:.7rem;font-weight:600;color:#2563eb;background:#eff6ff;border-radius:999px;padding:.15rem .55rem;white-space:nowrap}.help-article-body{padding:0 0 1rem;color:#4b5563;font-size:.92rem}.help-article-body p{margin:0 0 .6rem}.help-article-body ul{margin:0 0 .6rem;padding-left:1.2rem;display:flex;flex-direction:column;gap:.3rem}.help-visual{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:.85rem 1rem;margin-top:.5rem}.help-screenshot{max-width:100%;border:1px solid #e5e7eb;border-radius:10px;margin-top:.5rem;box-shadow:0 4px 14px #0f172a14}.help-results-count{color:#6b7280;font-size:.9rem;margin:0 0 .75rem}.help-feedback-banner{display:flex;align-items:center;gap:1rem;width:100%;margin-top:1rem;padding:1rem 1.2rem;text-align:left;background:#eff6ff;border:1px dashed #93c5fd;border-radius:16px;cursor:pointer;font:inherit;color:#1e40af;box-shadow:none;transition:background .15s,border-color .15s}.help-feedback-banner:hover{background:#dbeafe;border-color:#60a5fa}.help-feedback-banner .help-topic-icon{margin-bottom:0}.help-feedback-text{display:flex;flex-direction:column;gap:.1rem;flex:1}.help-feedback-text strong{color:#1e3a8a}.help-feedback-text span{font-size:.83rem;color:#3b82f6;font-weight:400}.fb-kind-toggle{display:flex;gap:.6rem;margin-bottom:.85rem}.fb-kind-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.87rem;font-weight:600;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#6b7280;cursor:pointer;box-shadow:none}.fb-kind-btn.active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.fb-kind-btn.active.bug{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.fb-item{padding:.85rem 0;border-bottom:1px solid #f3f4f6}.fb-item:last-child{border-bottom:none}.fb-item-head{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.fb-item-title{flex:1;min-width:160px}.fb-item-desc{margin:.35rem 0 0;color:#4b5563;font-size:.88rem;white-space:pre-wrap}.fb-item-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.4rem;font-size:.78rem;color:#9ca3af}.fb-admin{display:inline-flex;align-items:center;gap:.6rem}.fb-admin select{width:auto;padding:.25rem .45rem;font-size:.78rem;border-radius:8px}.fb-chip{font-size:.7rem;font-weight:700;border-radius:999px;padding:.15rem .55rem;white-space:nowrap}.fb-chip.suggestion{background:#eff6ff;color:#1d4ed8}.fb-chip.bug{background:#fee2e2;color:#b91c1c}.fb-chip.status-open{background:#f3f4f6;color:#4b5563}.fb-chip.status-planned{background:#fef3c7;color:#92400e}.fb-chip.status-done{background:#dcfce7;color:#166534}.fb-chip.status-rejected{background:#f3f4f6;color:#9ca3af;text-decoration:line-through}.warehouse-required-banner{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem 1.1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;color:#92400e}.warehouse-required-banner>svg{flex-shrink:0;color:#d97706}.warehouse-required-text{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.warehouse-required-text strong{color:#78350f}.warehouse-required-text span{font-size:.85rem}.warehouse-required-banner .button{flex-shrink:0}.sql-block{background:#0b1220;color:#a5b4fc;font-family:Consolas,Courier New,monospace;font-size:.78rem;line-height:1.5;padding:.9rem 1rem;border-radius:10px;overflow-x:auto;white-space:pre;margin:0;-webkit-user-select:all;user-select:all}.hint{font-size:.78rem;color:#9ca3af;margin-top:.75rem}
