:root{--text:#7a6152;--text-h:#2c1a0e;--bg:#faf6f1;--border:#e0d5c8;--code-bg:#f2ebe0;--accent:#c4622d;--accent-bg:#c4622d1a;--accent-border:#c4622d73;--social-bg:#f2ebe099;--shadow:#6b3f2a1f 0 10px 15px -3px, #6b3f2a12 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#b89f8e;--text-h:#f5ede3;--bg:#1e1410;--border:#3a2820;--code-bg:#2a1c14;--accent:#d97b47;--accent-bg:#d97b4726;--accent-border:#d97b4780;--social-bg:#2a1c1499;--shadow:#00000073 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-container{background-color:#f5ede3;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{background:#faf6f1;border:1px solid #e0d5c8;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:2.5rem;display:flex;box-shadow:0 2px 20px #6b3f2a1f}.login-box h1{text-align:center;color:#2c1a0e;margin-bottom:.5rem;font-size:1.5rem}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#7a6152;font-size:.9rem}.form-group input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:8px;outline:none;padding:.65rem .875rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#c4622d}.btn-login{color:#faf6f1;cursor:pointer;background-color:#6b3f2a;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem;transition:background-color .2s}.btn-login:hover{background-color:#5a3422}.divider{color:#b89f8e;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.divider:before,.divider:after{content:"";background-color:#e0d5c8;flex:1;height:1px}.btn-google{color:#2c1a0e;cursor:pointer;background-color:#fff;border:1px solid #e0d5c8;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-size:1rem;transition:background-color .2s;display:flex}.btn-google:hover{background-color:#f2ebe0}.google-login-wrapper{justify-content:center;display:flex}.btn-anonymous{color:#2c1a0e;cursor:pointer;background-color:#e0d5c8;border:1px solid #c4b5a3;border-radius:8px;justify-content:center;align-items:center;width:330px;height:38px;margin:0 auto;padding:0;font-size:1rem;transition:background-color .2s;display:flex}.btn-anonymous:hover{background-color:#d0c5b8}.layout{box-sizing:border-box;background-color:#ddd0c0;flex-direction:column;gap:10px;height:100vh;padding:10px;display:flex}.layout-header{color:#2c1a0e;background-color:#faf6f0;border-radius:12px;flex-shrink:0;align-items:center;height:52px;padding:0 1.5rem;display:flex;box-shadow:0 2px 12px #6b3f2a40}.layout-logo{letter-spacing:.3px;color:#3b1f0f;flex:1;font-size:1.1rem;font-weight:600}.layout-login-btn{color:#6b3f2a;cursor:pointer;background:0 0;border:1px solid #6b3f2a73;border-radius:6px;padding:.3rem .9rem;font-size:.9rem;transition:background .15s,border-color .15s}.layout-login-btn:hover{background:#f2ebe0;border-color:#6b3f2a}.layout-user-menu{position:relative}.layout-dropdown{z-index:1000;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;min-width:140px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 6px 20px #0003}.layout-dropdown-item{text-align:left;cursor:pointer;color:#2c1a0e;background:0 0;border:none;width:100%;padding:.6rem 1rem;font-size:.9rem;text-decoration:none;display:block}.layout-dropdown-item:hover{background:#f2ebe0}.layout-dropdown-logout{color:#c4622d;border-top:1px solid #e0d5c8}.layout-dropdown-logout:hover{background:#fdf0e8}.layout-modal-overlay{z-index:2000;background:#140a0499;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.layout-modal{background:#faf6f0;border:1px solid #e0d5c8;border-radius:12px;min-width:300px;padding:1.5rem;box-shadow:0 12px 36px #00000059}.layout-modal h3{color:#2c1a0e;margin:0 0 1rem;font-size:1rem}.layout-modal input{box-sizing:border-box;color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:6px;outline:none;width:100%;padding:.5rem .7rem;font-size:.95rem;transition:border-color .2s}.layout-modal input:focus{border-color:#c4622d}.layout-modal-error{color:#c4622d;margin:.5rem 0 0;font-size:.85rem}.layout-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.layout-modal-actions button{cursor:pointer;color:#7a6152;background:#fff;border:1px solid #e0d5c8;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;transition:background .15s}.layout-modal-actions button:hover{background:#f2ebe0}.layout-modal-confirm{color:#faf6f0!important;background:#6b3f2a!important;border-color:#6b3f2a!important}.layout-modal-confirm:hover{background:#5a3422!important}.layout-feedback-modal{width:90vw;min-width:340px;max-width:460px}.layout-feedback-type-group{gap:1.5rem;margin-bottom:.85rem;display:flex}.layout-feedback-type-group label{color:#2c1a0e;cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.layout-feedback-type-group input[type=radio]{accent-color:#6b3f2a;cursor:pointer;width:auto}.layout-feedback-textarea{box-sizing:border-box;color:#2c1a0e;resize:vertical;background:#fff;border:1px solid #e0d5c8;border-radius:6px;outline:none;width:100%;padding:.5rem .7rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.layout-feedback-textarea:focus{border-color:#c4622d}.layout-feedback-success{color:#5a7a3a;margin:.5rem 0 1rem;font-size:.95rem}.layout-favorites-modal{width:90vw;min-width:320px;max-width:420px}.layout-favorites-empty{color:#7a6152;margin:.5rem 0 1rem;font-size:.9rem}.layout-favorites-list{max-height:320px;margin:0 0 .5rem;padding:0;list-style:none;overflow-y:auto}.layout-favorites-list li{border-bottom:1px solid #f0e8df}.layout-favorites-list li:last-child{border-bottom:none}.layout-favorites-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;gap:.15rem;width:100%;padding:.65rem .25rem;transition:background .15s;display:flex}.layout-favorites-item:hover{background:#f2ebe0}.layout-favorites-item--removed{cursor:default;color:#b89f8e;font-size:.875rem}.layout-favorites-item--removed:hover{background:0 0}.layout-favorites-name{color:#2c1a0e;font-size:.95rem;font-weight:500}.layout-favorites-address{color:#7a6152;font-size:.8rem}.layout-body{flex:1;display:flex;position:relative;overflow:hidden}.layout-sidebar{background-color:#faf6f0;border-right:1px solid #e0d5c8;border-radius:12px 0 0 12px;flex-direction:column;flex-shrink:0;width:260px;padding:1rem;transition:width .25s,padding .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #6b3f2a33}.layout-sidebar--collapsed{border-right:none;width:0;padding:0;overflow:hidden}.layout-main{background-color:#faf6f0;border-radius:0 12px 12px;flex:1;position:relative;overflow:hidden;box-shadow:0 2px 12px #6b3f2a33}.layout-main>.sidebar-map-handle{display:flex}.layout-body>.sidebar-map-handle{display:none}.layout-ai-skill-desc{color:#5c3d2e;margin:.5rem 0 1rem;font-size:.9rem}.layout-ai-skill-url{color:#2c1a0e;word-break:break-all;background-color:#f0e8df;border:1px solid #c8a882;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-family:monospace;font-size:.85rem}.layout-ai-pending{border-top:1px solid #ddd0c0;margin-top:1.5rem;padding-top:1rem}.layout-ai-pending-label{color:#5c3d2e;margin:0 0 .5rem;font-size:.85rem}.layout-ai-pending-code{letter-spacing:.3em;color:#2c1a0e;text-align:center;background-color:#f0e8df;border-radius:8px;margin-bottom:.5rem;padding:.75rem;font-family:monospace;font-size:2rem;font-weight:700}.layout-ai-pending-timer{color:#8c6a50;text-align:center;margin:0 0 1rem;font-size:.8rem}.layout-ai-waiting{color:#8c6a50;text-align:center;border-top:1px solid #ddd0c0;margin-top:1.5rem;padding-top:1rem;font-size:.85rem}@media (width<=768px){.layout{gap:0;padding:0}.layout-header{border-radius:0;height:48px;padding:0 1rem}.layout-logo{font-size:1rem}.layout-body{border-radius:0}.layout-sidebar{z-index:200;width:100vw;max-width:100%;box-shadow:none;box-sizing:border-box;border-right:none;border-radius:0;position:fixed;top:0;bottom:0;left:0}.layout-sidebar--collapsed{width:100vw;transform:translate(-100%)}.layout-main{border-radius:0;width:100%}.layout-main>.sidebar-map-handle{display:none}.layout-body>.sidebar-map-handle{z-index:1100;display:flex;left:0}.layout-body:has(.layout-sidebar:not(.layout-sidebar--collapsed)) .layout-main{display:none}}.sidebar-tabs{border-bottom:1px solid #e0d5c8;flex-shrink:0;margin-bottom:.5rem;display:flex}.sidebar-tab{cursor:pointer;color:#7a6152;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.5rem .25rem;font-size:.8rem;transition:color .15s,border-color .15s}.sidebar-tab--icon{justify-content:center;align-items:center;display:flex}.sidebar-tab-icon{width:18px;height:18px;display:block}.sidebar-tab:hover{color:#2c1a0e}.sidebar-tab--active{color:#6b3f2a;cursor:default;border-bottom-color:#c4622d;font-weight:600}.search-feedback-btn{cursor:pointer;color:#b89f8e;text-align:center;background:0 0;border:none;width:100%;padding:.45rem 0;font-size:.8rem;transition:color .15s}.search-feedback-btn:hover{color:#6b3f2a}.search-modal-overlay{z-index:2000;background:#140a0499;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.search-modal{background:#faf6f0;border:1px solid #e0d5c8;border-radius:12px;flex-direction:column;gap:1rem;width:90vw;min-width:320px;max-width:420px;padding:1.5rem;display:flex;box-shadow:0 12px 36px #00000059}.search-modal h3{color:#2c1a0e;margin:0;font-size:1rem}.search-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.search-modal-actions button,.search-modal-actions a{cursor:pointer;color:#7a6152;background:#fff;border:1px solid #e0d5c8;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;transition:background .15s}.search-modal-actions button:hover,.search-modal-actions a:hover{background:#f2ebe0}.search-modal-confirm{justify-content:center;align-items:center;text-decoration:none;display:inline-flex;color:#faf6f0!important;background:#6b3f2a!important;border-color:#6b3f2a!important}.search-modal-confirm:hover{background:#5a3422!important}.search-bmc-btn{cursor:pointer;color:#b89f8e;background:0 0;border:none;justify-content:center;align-items:center;gap:.3rem;margin-top:auto;padding:.45rem 0;font-size:.8rem;text-decoration:none;transition:color .15s;display:flex}.search-bmc-btn:hover{color:#6b3f2a}.search-bmc-icon{font-size:.9rem;line-height:1}.search-modal-discord-hint{color:#7a6152;margin:0;font-size:.9rem;line-height:1.6}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.shop-reviews{flex-direction:column;gap:.75rem;display:flex}.review-form{background:#fff;border:1px solid #e0d5c8;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.review-form-textarea{color:#2c1a0e;resize:vertical;box-sizing:border-box;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;width:100%;padding:.5rem;font-family:inherit;font-size:.875rem}.review-form-textarea:focus{border-color:#c4622d;outline:none}.review-form-submit{color:#fff;cursor:pointer;background:#c4622d;border:none;border-radius:6px;align-self:flex-end;padding:.4rem 1rem;font-size:.875rem;transition:background .15s}.review-form-submit:hover:not(:disabled){background:#a8521f}.review-form-submit:disabled{opacity:.5;cursor:default}.review-form-footer{justify-content:space-between;align-items:center;display:flex}.review-rules-link{color:#b89f8e;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.review-rules-link:hover{color:#6b3f2a}.review-rules-overlay{z-index:2000;background:#140a0499;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.review-rules-modal{background:#faf6f0;border:1px solid #e0d5c8;border-radius:12px;width:90vw;min-width:300px;max-width:400px;padding:1.5rem;box-shadow:0 12px 36px #00000059}.review-rules-modal h3{color:#2c1a0e;margin:0 0 1rem;font-size:1rem}.review-rules-list{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding-left:1.25rem;display:flex}.review-rules-list li{color:#7a6152;font-size:.875rem;line-height:1.5}.review-rules-actions{justify-content:flex-end;display:flex}.review-rules-actions button{cursor:pointer;color:#7a6152;background:#fff;border:1px solid #e0d5c8;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;transition:background .15s}.review-rules-actions button:hover{background:#f2ebe0}.review-item{background:#fff;border:1px solid #e0d5c8;border-radius:8px;padding:.75rem}.review-item--deleted{color:#b89f8e;font-size:.85rem;font-style:italic}.review-item-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.review-item-user{align-items:center;gap:.5rem;display:flex}.review-item-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.review-item-user-info{flex-direction:column;display:flex}.review-item-nickname{color:#2c1a0e;font-size:.875rem;font-weight:500}.review-item-public-id{color:#b89f8e;font-size:.8rem;font-weight:400}.review-item-meta{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.review-item-date{color:#b89f8e;font-size:.75rem}.review-item-delete{color:#b89f8e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1}.review-item-delete:hover{color:#c4622d}.review-item-content{color:#2c1a0e;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.5}.review-loading,.review-empty{color:#b89f8e;text-align:center;margin:0;font-size:.875rem}.shop-rating{flex-direction:column;gap:.75rem;display:flex}.shop-rating-overview{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.shop-rating-percentage{color:#2c1a0e;font-size:1.6rem;font-weight:600;line-height:1}.shop-rating-label{color:#2c1a0e;font-size:.9rem}.shop-rating-count{color:#b89f8e;font-size:.8rem}.shop-rating-empty{color:#b89f8e;font-size:.85rem}.shop-rating-mine{flex-direction:column;gap:.5rem;display:flex}.shop-rating-mine-label{color:#7a6152;font-size:.8rem}.shop-rating-btns{gap:.5rem;display:flex}.shop-rating-btn{cursor:pointer;color:#7a6152;background:#fff;border:1px solid #e0d5c8;border-radius:6px;flex:1;padding:.4rem 0;font-size:.85rem;transition:background .15s,border-color .15s}.shop-rating-btn:hover{background:#f2ebe0}.shop-rating-btn--yes.shop-rating-btn--active{color:#6b3f2a;background:#edd9c8;border-color:#c4622d;font-weight:500}.shop-rating-btn--no.shop-rating-btn--active{color:#7a3030;background:#f0e8e8;border-color:#a05050;font-weight:500}.shop-rating-btn:disabled{opacity:.6;cursor:default}.shop-panel{z-index:1000;background:#faf6f0;border-left:1px solid #e0d5c8;border-radius:0 12px 12px 0;flex-shrink:0;width:340px;padding:1.25rem;transition:width .25s,padding .25s;animation:.25s slide-in;position:relative;overflow-y:auto}.shop-panel--collapsed{border-left:none;width:0;padding:0;overflow:visible}@keyframes slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.shop-panel-loading{color:#7a6152;font-size:.9rem}.shop-panel-title-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.shop-panel-name{color:#2c1a0e;flex:1;margin:0;font-size:1.15rem;font-weight:600}.shop-panel-favorite{cursor:pointer;color:#b89f8e;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.3rem;line-height:1;transition:color .15s,transform .1s}.shop-panel-favorite:hover,.shop-panel-favorite--active{color:#c4622d}.shop-panel-favorite:disabled{opacity:.5;cursor:default}.shop-panel-address{color:#7a6152;margin:0 0 1rem;font-size:.875rem}.shop-panel-row{color:#2c1a0e;flex-direction:column;gap:.15rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.shop-panel-label{color:#7a6152;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.shop-panel-row a{color:#c4622d;word-break:break-all}.shop-panel-social{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.shop-panel-social-link{color:#6b3f2a;background:#f2ebe0;border-radius:20px;padding:.25rem .7rem;font-size:.8rem;text-decoration:none}.shop-panel-social-link:hover{background:#edd9c8}.shop-panel-divider{border:none;border-top:1px solid #e0d5c8;margin:1rem 0}.map-content{width:100%;height:100%;display:flex;overflow:hidden}.map-wrapper{flex:1;position:relative;overflow:hidden}.sidebar-map-handle{cursor:pointer;color:#7a6152;z-index:1000;background:#faf6f0;border:1px solid #e0d5c8;border-radius:0 6px 6px 0;justify-content:center;align-items:center;width:14px;height:48px;padding:0;font-size:.75rem;transition:background .15s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:2px 0 8px #6b3f2a1f}.sidebar-map-handle:hover{color:#2c1a0e;background:#f2ebe0}.shop-panel-handle{cursor:pointer;color:#7a6152;z-index:1000;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px 0 0 6px;justify-content:center;align-items:center;width:14px;height:48px;padding:0;font-size:.75rem;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:0;box-shadow:-2px 0 8px #6b3f2a1f}.shop-panel-handle:hover{color:#2c1a0e;background:#f2ebe0}.map-pin-btn{cursor:pointer;z-index:1000;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .15s,border-color .15s;display:flex;position:absolute;bottom:5rem;left:.6rem;box-shadow:0 2px 8px #6b3f2a26}.map-pin-btn:hover{background:#f2ebe0}.map-pin-btn--active{background:#edd9c8;border-color:#c4622d}.map-pin-btn--pinned img{filter:grayscale();opacity:.5}.map-placement-mode{cursor:crosshair!important}.sidebar-nav{flex-direction:column;gap:.25rem;height:100%;display:flex}.sidebar-item{align-items:center;gap:.6rem;display:flex}.sidebar-item-icon{flex-shrink:0;width:20px;height:20px}.sidebar-nav--collapsed .sidebar-item{justify-content:center;padding:.6rem}.sidebar-handle{cursor:pointer;color:#7a6152;z-index:10;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;justify-content:center;align-items:center;width:14px;height:48px;padding:0;font-size:.75rem;transition:background .15s;display:flex;position:absolute;top:50%;right:-7px;transform:translateY(-50%);box-shadow:0 2px 8px #6b3f2a1f}.sidebar-handle:hover{color:#2c1a0e;background:#f2ebe0}.sidebar-item{text-align:left;cursor:pointer;color:#7a6152;background:0 0;border:none;border-radius:6px;width:100%;margin-bottom:.25rem;padding:.6rem .8rem;font-size:.95rem;transition:background .15s,color .15s;display:block}.sidebar-item:hover{color:#2c1a0e;background:#f2ebe0}.sidebar-item.active{color:#6b3f2a;background:#edd9c8;font-weight:600}.search-dropdown-item:hover{background:#f2ebe0}.search-dropdown-address{color:#b89f8e;font-size:.75rem}.search-sidebar{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:.25rem 0;display:flex}.search-divider{border:none;border-top:1px solid #e0d5c8;margin:.25rem 0}.search-chip--location{color:#2a5a7a;background:#e0eef7}.search-distance-list{flex-direction:column;flex:1;gap:.05rem;min-height:0;display:flex;overflow-y:auto}.search-distance-list::-webkit-scrollbar{width:6px}.search-distance-list::-webkit-scrollbar-track{background:#f2ebe0}.search-distance-list::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.search-distance-list::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.search-distance-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:.15rem;width:100%;padding:.5rem .6rem;transition:background .15s;display:flex}.search-distance-item:hover{background:#f2ebe0}.search-distance-name{color:#2c1a0e;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.search-distance-meta{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.search-distance-address{color:#b89f8e;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.72rem;overflow:hidden}.search-distance-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.1rem;display:flex}.search-distance-km{color:#c4622d;font-size:.72rem}.search-distance-rating{color:#6b9e5e;font-size:.72rem}.search-distance-empty{color:#b89f8e;text-align:center;margin:0;padding:1.5rem 0;font-size:.8rem}.bean-list{box-sizing:border-box;background:#f2ebe0;flex-direction:column;flex:1;gap:.5rem;height:100%;padding:1rem;display:flex;overflow-y:auto}.bean-list::-webkit-scrollbar{width:6px}.bean-list::-webkit-scrollbar-track{background:#f2ebe0}.bean-list::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.bean-list::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.bean-card{background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;flex-shrink:0;overflow:hidden}.bean-card-header{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:.3rem;width:100%;padding:.75rem;transition:background .15s;display:flex;position:relative}.bean-card-header:hover{background:#f2ebe0}.bean-card-top{align-items:baseline;gap:.5rem;padding-right:1.25rem;display:flex}.bean-card-name{color:#2c1a0e;font-size:.95rem;font-weight:600}.bean-card-origin{color:#7a6152;font-size:.78rem}.bean-card-badges{flex-wrap:wrap;gap:.3rem;display:flex}.bean-card-roast{color:#6b3f2a;background:#edd9c8;border-radius:4px;padding:.1rem .45rem;font-size:.72rem;font-weight:500}.bean-card-equip{color:#3a6b3f;background:#dce8dc;border-radius:4px;padding:.1rem .45rem;font-size:.72rem}.bean-card-flavors{flex-wrap:wrap;gap:.25rem;display:flex}.bean-card-flavor{color:#7a6152;background:#f2ebe0;border:1px solid #e0d5c8;border-radius:20px;padding:.1rem .4rem;font-size:.72rem}.bean-card-footer{justify-content:space-between;align-items:center;margin-top:.1rem;display:flex}.bean-card-price{color:#c4622d;font-size:.88rem;font-weight:600}.bean-card-shop-hint{color:#b89f8e;font-size:.75rem}.bean-card-chevron{color:#b89f8e;font-size:.55rem;position:absolute;top:.8rem;right:.75rem}.bean-card-detail{background:#fffdfb;border-top:1px solid #e0d5c8;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.bean-detail-grid{flex-direction:column;gap:.4rem;display:flex}.bean-detail-row{gap:.75rem;font-size:.85rem;display:flex}.bean-detail-label{color:#7a6152;flex-shrink:0;width:52px;padding-top:.05rem;font-size:.75rem}.bean-detail-value{color:#2c1a0e}.bean-detail-shop{border-top:1px solid #e0d5c8;flex-direction:column;gap:.25rem;padding-top:.6rem;display:flex}.bean-detail-shop-name{color:#2c1a0e;font-size:.85rem;font-weight:500}.bean-detail-shop-address{color:#b89f8e;font-size:.75rem}.bean-detail-actions{flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.bean-detail-view-shop{color:#faf6f0;cursor:pointer;background:#6b3f2a;border:1px solid #6b3f2a;border-radius:4px;align-items:center;padding:.3rem .9rem;font-size:.82rem;transition:background .15s,border-color .15s;display:inline-flex}.bean-detail-view-shop:hover{background:#5a3422;border-color:#5a3422}.bean-detail-product-link{color:#6b3f2a;background:0 0;border:1px solid #6b3f2a;border-radius:4px;align-items:center;padding:.3rem .9rem;font-size:.82rem;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.bean-detail-product-link:hover{background:#edd9c8}.bean-list-empty{color:#b89f8e;background:#f2ebe0;flex:1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.bean-list-loading{text-align:center;color:#b89f8e;padding:1.5rem;font-size:.85rem}.bean-list-end{text-align:center;color:#b89f8e;border-top:1px solid #e0d5c8;margin-top:.5rem;padding:1rem;font-size:.8rem}.search-chips{flex-wrap:wrap;gap:.35rem;padding:.1rem 0;display:flex}.search-chip{color:#6b3f2a;background:#edd9c8;border-radius:999px;align-items:center;gap:.2rem;padding:.2rem .5rem .2rem .65rem;font-size:.78rem;font-weight:500;display:inline-flex}.search-chip-remove{cursor:pointer;color:#6b3f2a;opacity:.6;background:0 0;border:none;padding:0 .1rem;font-size:.9rem;line-height:1;transition:opacity .15s}.search-chip-remove:hover{opacity:1}@media (width<=768px){.search-chip{padding:.3rem .6rem .3rem .75rem;font-size:.82rem}.search-chip-remove{padding:0 .2rem;font-size:1rem}}.bean-content{width:100%;height:100%;display:flex;position:relative;overflow:hidden}.bean-filter-sidebar{flex-direction:column;gap:.75rem;height:100%;padding:.25rem 0;display:flex}.search-bar-wrapper{position:relative}.search-bar{background:#fff;border:1px solid #e0d5c8;border-radius:8px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.search-bar:focus-within{border-color:#c4622d}.search-input{color:#2c1a0e;background:0 0;border:none;outline:none;flex:1;padding:.55rem .75rem;font-size:.9rem}.search-input::placeholder{color:#b89f8e}.search-btn{cursor:pointer;color:#6b3f2a;background:0 0;border:none;justify-content:center;align-items:center;padding:.55rem .7rem;font-size:1rem;line-height:1;transition:background .15s;display:flex}.search-btn:hover{background:#f2ebe0}.search-dropdown{z-index:100;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;max-height:240px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 20px #0000001f}.search-dropdown.dropdown-up{top:auto;bottom:calc(100% + 4px);box-shadow:0 -6px 20px #0000001f}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:#f2ebe0}.search-dropdown::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.search-dropdown-item{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.1rem;width:100%;padding:.55rem .75rem;transition:background .15s;display:flex}.search-dropdown-item:hover,.search-dropdown-item.highlighted{background:#f2ebe0}.search-dropdown-name{color:#2c1a0e;font-size:.9rem;font-weight:500}.search-dropdown-subtitle{color:#7a6152;font-size:.75rem;font-weight:400}.search-dropdown-tag{color:#6b3f2a}.search-dropdown-empty{color:#b89f8e;padding:.55rem .75rem;font-size:.85rem;display:block}.search-divider{border-top:1px solid #e0d5c8;margin:.25rem 0}.filter-section{flex-direction:column;gap:.5rem;display:flex}.filter-section-title{color:#6b3f2a;text-align:center;padding:0 .25rem;font-size:.85rem;font-weight:600}.filter-chips{flex-wrap:wrap;gap:.2rem;display:flex}.filter-chip{color:#6b3f2a;cursor:pointer;background:#faf6f0;border:1.5px solid #e0d5c8;border-radius:999px;padding:.2rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.filter-chip:hover{background:#f2ebe0;border-color:#c4a882}.filter-chip.selected{color:#6b3f2a;background:#edd9c8;border-color:#c4622d;font-weight:600}.filter-chip.selected:hover{background:#e5cdb8}.producer-type-select{color:#2c1a0e;cursor:pointer;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;outline:none;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.producer-type-select:hover{background:#f2ebe0;border-color:#c4a882}.producer-type-select:focus{background:#fff;border-color:#c4622d}.origin-select{color:#2c1a0e;cursor:pointer;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;outline:none;width:100%;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.origin-select:hover{background:#f2ebe0;border-color:#c4a882}.origin-select:focus{background:#fff;border-color:#c4622d}.origin-select:disabled{color:#b89f8e;cursor:not-allowed;background:#f2ebe0;border-color:#e0d5c8}.origin-progress-bar{flex-direction:column;gap:0;margin-top:.5rem;display:flex}.origin-progress-item{flex-direction:column;display:flex}.origin-progress-node{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.4rem .5rem;transition:all .2s;display:flex}.origin-progress-node:hover{background:#f2ebe0;border-radius:4px}.origin-dot{background:#d4b89f;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:all .2s}.origin-progress-node:hover .origin-dot{background:#c4a882;transform:scale(1.2)}.origin-name{color:#2c1a0e;flex:1;font-size:.85rem;font-weight:500}.origin-remove{color:#6b3f2a;cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;padding:.2rem .4rem;font-size:.9rem;transition:all .15s}.origin-remove:hover{color:#c4622d;background:#e0d5c8}.origin-connector{color:#d4b89f;align-items:center;height:12px;margin-left:5px;font-size:1rem;line-height:1;display:flex}.breadcrumb-item{color:#2c1a0e;cursor:pointer;background:#edd9c8;border:1px solid #c4a882;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;transition:all .2s}.breadcrumb-item:hover{background:#e5cdb8;border-color:#c4622d}.breadcrumb-item.active{color:#fff;cursor:default;background:#c4622d;border-color:#c4622d}.breadcrumb-separator{color:#7a6152;padding:0 .1rem;font-size:.75rem}.breadcrumb-clear{color:#6b3f2a;cursor:pointer;background:0 0;border:1px solid #c4a882;border-radius:4px;margin-left:.25rem;padding:.2rem .5rem;font-size:.85rem;transition:all .2s}.breadcrumb-clear:hover{color:#c4622d;background:#ffe5e5;border-color:#c4622d}.breadcrumb-ellipsis-container{display:inline-block;position:relative}.breadcrumb-ellipsis{color:#6b3f2a;cursor:pointer;background:#f2ebe0;border:1px solid #c4a882;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;transition:all .2s}.breadcrumb-ellipsis:hover{background:#edd9c8;border-color:#c4622d}.breadcrumb-dropdown{z-index:100;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;min-width:150px;padding:.25rem 0;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 12px #00000026}.breadcrumb-dropdown button{text-align:left;cursor:pointer;color:#2c1a0e;background:0 0;border:none;width:100%;padding:.5rem .75rem;font-size:.85rem;transition:background .15s;display:block}.breadcrumb-dropdown button:hover{background:#f2ebe0}.origin-level-select{color:#2c1a0e;cursor:pointer;background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.origin-level-select:hover{background:#f2ebe0;border-color:#c4a882}.origin-level-select:focus{background:#fff;border-color:#c4622d}.origin-end-message{color:#7a6152;text-align:center;padding:.5rem .75rem;font-size:.8rem;font-style:italic}@media (width<=768px){.filter-chip{padding:.5rem .85rem;font-size:.85rem}.search-input{padding:.6rem .75rem;font-size:.95rem}.filter-section-title{font-size:.9rem}}.bundle-filter-sidebar{flex-direction:column;gap:.75rem;height:100%;padding:.25rem 0;display:flex}.bundle-filter-placeholder{color:#b89f8e;padding:.25rem .1rem;font-size:.85rem;line-height:1.5}.bundle-list{box-sizing:border-box;background:#f2ebe0;flex-direction:column;flex:1;gap:.5rem;height:100%;padding:1rem;display:flex;overflow-y:auto}.bundle-list::-webkit-scrollbar{width:6px}.bundle-list::-webkit-scrollbar-track{background:#f2ebe0}.bundle-list::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.bundle-list::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.bundle-card{background:#faf6f0;border:1px solid #e0d5c8;border-radius:8px;flex-shrink:0;overflow:hidden}.bundle-card-header{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:.35rem;width:100%;padding:.75rem;transition:background .15s;display:flex;position:relative}.bundle-card-header:hover{background:#f2ebe0}.bundle-card-top{align-items:baseline;gap:.5rem;padding-right:1.25rem;display:flex}.bundle-card-name{color:#2c1a0e;font-size:.95rem;font-weight:600}.bundle-card-shop{color:#b89f8e;font-size:.75rem}.bundle-card-price-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.bundle-card-price{color:#c4622d;font-size:.88rem;font-weight:600}.bundle-card-original-price{color:#b89f8e;font-size:.78rem;text-decoration:line-through}.bundle-card-count{color:#3a6b3f;background:#dce8dc;border-radius:4px;padding:.1rem .45rem;font-size:.72rem}.bundle-card-preview{flex-wrap:wrap;gap:.25rem;padding-right:1.25rem;display:flex}.bundle-card-preview-item,.bundle-card-more{color:#7a6152;background:#f2ebe0;border:1px solid #e0d5c8;border-radius:20px;padding:.1rem .4rem;font-size:.72rem}.bundle-card-more{color:#6b3f2a;font-weight:600}.bundle-card-chevron{color:#b89f8e;font-size:.55rem;position:absolute;top:.8rem;right:.75rem}.bundle-card-detail{background:#fffdfb;border-top:1px solid #e0d5c8;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.bundle-card-description{color:#7a6152;margin:0;font-size:.85rem;line-height:1.5}.bundle-item-list{flex-direction:column;gap:.5rem;display:flex}.bundle-item{background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;flex-direction:column;gap:.2rem;padding:.55rem .65rem;display:flex}.bundle-item-name{color:#2c1a0e;font-size:.85rem;font-weight:600}.bundle-item-meta,.bundle-item-process,.bundle-item-notes{color:#7a6152;font-size:.75rem}.bundle-item-notes{line-height:1.45}.bundle-card-actions{border-top:1px solid #e0d5c8;flex-wrap:wrap;gap:.5rem;padding-top:.6rem;display:flex}.bundle-card-product-link{color:#6b3f2a;background:0 0;border:1px solid #6b3f2a;border-radius:4px;align-items:center;padding:.3rem .9rem;font-size:.82rem;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.bundle-card-product-link:hover{background:#edd9c8}.bundle-list-empty{color:#b89f8e;background:#f2ebe0;flex:1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.bundle-content{width:100%;height:100%;display:flex;position:relative;overflow:hidden}.shop-list-tab{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.shop-list-search{margin-bottom:1rem;padding-right:.5rem}.shop-list-search input{color:#2c1a0e;box-sizing:border-box;background:#fff;border:1px solid #e0d5c8;border-radius:4px;width:100%;padding:.5rem .75rem;font-size:.95rem}.shop-list-search input:focus{border-color:#6b3f2a;outline:none}.shop-list-error{color:#d32f2f;background:#ffebee;border-radius:4px;margin-bottom:1rem;padding:.5rem;font-size:.9rem}.shop-list-loading{color:#7a6152;justify-content:center;align-items:center;padding:2rem;font-size:.9rem;display:flex}.shop-list-items{flex-direction:column;flex:1;gap:.75rem;padding-right:.5rem;display:flex;overflow-y:auto}.shop-list-empty{color:#b89f8e;justify-content:center;align-items:center;padding:3rem;font-size:.9rem;display:flex}.shop-list-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e0d5c8;border-radius:6px;flex-direction:column;align-items:flex-start;padding:1rem;transition:all .2s;display:flex}.shop-list-item:hover{border-color:#6b3f2a;box-shadow:0 2px 8px #6b3f2a1a}.shop-list-item-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;display:flex}.shop-list-item-name{color:#2c1a0e;font-size:1rem;font-weight:600}.shop-list-item-type{color:#6b3f2a;background:#f5ede3;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.shop-list-item-address{color:#7a6152;margin-bottom:.25rem;font-size:.85rem}.shop-list-item-website{color:#a0906b;font-size:.8rem}.toggle-switch{background:#f2ebe0;border:1px solid #e0d5c8;border-radius:8px;align-self:flex-start;display:inline-flex;overflow:hidden}.toggle-switch-btn{color:#7a6152;cursor:pointer;background:0 0;border:none;padding:.4rem 1.1rem;font-size:.9rem;transition:background .15s,color .15s}.toggle-switch-btn:not(:last-child){border-right:1px solid #e0d5c8}.toggle-switch-btn--active{color:#faf6f0;background:#6b3f2a}.toggle-switch-btn:not(.toggle-switch-btn--active):hover{background:#e8ddd2}.shop-edit-form-tab{width:100%;height:100%;padding:.5rem;overflow-y:auto}.shop-edit-form{flex-direction:column;gap:.75rem;max-width:820px;display:flex}.shop-edit-form label,.shop-edit-form .form-field{color:#7a6152;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.shop-edit-form .field-label{color:#7a6152;font-size:.9rem}.shop-storefront-tab{width:100%;height:100%;padding:.5rem;overflow-y:auto}.shop-storefront-empty{color:#b89f8e;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.shop-storefront-form{flex-direction:column;gap:.75rem;max-width:820px;display:flex}.shop-storefront-form label{color:#7a6152;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.shop-storefront-form input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.shop-storefront-form input:focus{border-color:#c4622d}.shop-storefront-image-section{background:#fff;border:1px solid #e0d5c8;border-radius:4px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.section-title{color:#7a6152;font-size:.9rem;font-weight:500}.shop-storefront-error{color:#c4622d;margin:0;font-size:.85rem}.shop-storefront-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.btn-update{cursor:pointer;color:#faf6f1;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem}.btn-update:hover{background:#5a3422}.btn-update:disabled{cursor:not-allowed;background:#c4a882}.tab-view{box-sizing:border-box;background:#faf6f0;flex-direction:column;width:100%;height:100%;padding:1.5rem;display:flex;overflow:hidden}.tab-content{flex:1;min-height:0;overflow:hidden}.tab-nav{border-bottom:1px solid #e0d5c8;gap:.25rem;margin-bottom:1.25rem;padding-bottom:0;display:flex}.tab-btn{cursor:pointer;color:#7a6152;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.45rem 1rem;font-size:.9rem;transition:color .15s,border-color .15s}.tab-btn:hover{color:#2c1a0e}.tab-btn--active{color:#6b3f2a;border-bottom-color:#6b3f2a;font-weight:600}.tab-view-empty{color:#b89f8e;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.tab-scrollable::-webkit-scrollbar{width:6px}.tab-scrollable::-webkit-scrollbar-track{background:#f2ebe0}.tab-scrollable::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.tab-scrollable::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.shop-edit-wrapper{background:#faf6f0;width:100%;height:100%;overflow-y:auto}.shop-edit-wrapper::-webkit-scrollbar{width:6px}.shop-edit-wrapper::-webkit-scrollbar-track{background:#f2ebe0}.shop-edit-wrapper::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.shop-edit-wrapper::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.shop-edit{flex-direction:column;gap:1.25rem;max-width:820px;padding:1.5rem;display:flex}.shop-edit-search{position:relative}.shop-edit-search input{box-sizing:border-box;color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.shop-edit-search input:focus{border-color:#c4622d}.shop-edit-form{flex-direction:column;gap:.75rem;display:flex}.shop-edit-form label{color:#7a6152;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.shop-edit-form input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.shop-edit-form input:focus{border-color:#c4622d}.shop-edit-form input:disabled{color:#7a6152;cursor:default;background:#e8ddd2}.shop-edit-form select{color:#2c1a0e;cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.shop-edit-form select:focus{border-color:#c4622d}.shop-edit-social{color:#7a6152;flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}.social-link-row{gap:.5rem;display:flex}.social-link-row input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;flex:1;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.social-link-row input:focus{border-color:#c4622d}.btn-add-social{cursor:pointer;color:#7a6152;background:0 0;border:1px dashed #c4a882;border-radius:4px;align-self:flex-start;padding:.3rem .75rem;font-size:.85rem}.btn-add-social:hover{color:#c4622d;background:#f2ebe0;border-color:#c4622d}.shop-edit-error{color:#c4622d;margin:0;font-size:.85rem}.shop-edit-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.btn-clear{cursor:pointer;color:#7a6152;background:0 0;border:1px solid #e0d5c8;border-radius:4px;padding:.4rem 1rem;font-size:.9rem}.btn-clear:hover{background:#f2ebe0}.btn-save{cursor:pointer;color:#faf6f1;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem}.btn-save:hover{background:#5a3422}.shop-edit-storefront{background:#fff;border:1px solid #e0d5c8;border-radius:4px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.shop-edit-storefront>span{color:#7a6152;font-size:.9rem;font-weight:500}.storefront-image-preview{flex-direction:column;gap:.5rem;display:flex}.storefront-image-preview img{border:1px solid #e0d5c8;border-radius:4px;width:100%;max-width:600px;height:auto}.storefront-image-preview p{color:#7a6152;margin:0;font-size:.85rem}.storefront-upload{flex-direction:column;gap:.5rem;display:flex}.storefront-upload input[type=file]{cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:4px;padding:.45rem .75rem;font-size:.9rem}.selected-file-info{background:#f2ebe0;border-radius:4px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.selected-file-info p{color:#2c1a0e;flex:1;margin:0;font-size:.85rem}.btn-upload-image{cursor:pointer;color:#faf6f1;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1rem;font-size:.85rem}.btn-upload-image:hover{background:#5a3422}.btn-upload-image:disabled{cursor:not-allowed;background:#c4a882}.storefront-hint{color:#7a6152;opacity:.8;margin:0;font-size:.8rem}.moderation-view{box-sizing:border-box;background:#faf6f0;width:100%;height:100%;padding:1.5rem;overflow-y:auto}.moderation-title{color:#2c1a0e;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.moderation-list{flex-direction:column;gap:.75rem;display:flex}.moderation-card{background:#fff;border:1px solid #e0d5c8;border-radius:8px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.moderation-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.moderation-card-meta{flex-direction:column;gap:.15rem;display:flex}.moderation-shop{color:#2c1a0e;font-size:.875rem;font-weight:600}.moderation-user{color:#7a6152;font-size:.8rem}.moderation-public-id{color:#b89f8e}.moderation-status{border-radius:20px;flex-shrink:0;padding:.2rem .6rem;font-size:.75rem}.moderation-status--fail{color:#c4622d;background:#fde8e0}.moderation-status--pending{color:#7a6152;background:#f2ebe0}.moderation-content{color:#2c1a0e;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.5}.moderation-reason{color:#7a6152;background:#faf6f0;border-radius:6px;flex-direction:column;gap:.15rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.moderation-reason-label{color:#b89f8e;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.moderation-actions{justify-content:flex-end;gap:.5rem;display:flex}.moderation-btn{cursor:pointer;border:none;border-radius:6px;padding:.35rem .9rem;font-size:.875rem;transition:background .15s}.moderation-btn--approve{color:#6b3f2a;background:#edd9c8}.moderation-btn--approve:hover{color:#fff;background:#c4622d}.moderation-btn--delete{color:#7a6152;background:#f2ebe0}.moderation-btn--delete:hover{color:#2c1a0e;background:#e0d5c8}.moderation-status--flagged{color:#c4622d;background:#fde8e0}.moderation-status--reviewed{color:#4a7a30;background:#e6f0e0}.moderation-status--closed{color:#b89f8e;background:#f0eded}.moderation-tabs{border-bottom:1px solid #e0d5c8;gap:.25rem;margin-bottom:1.25rem;padding-bottom:0;display:flex}.moderation-tab{cursor:pointer;color:#7a6152;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.45rem 1rem;font-size:.9rem;transition:color .15s,border-color .15s}.moderation-tab:hover{color:#2c1a0e}.moderation-tab--active{color:#6b3f2a;border-bottom-color:#6b3f2a;font-weight:600}.moderation-empty{color:#b89f8e;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.shop-search-input{width:100%;position:relative}.shop-search-input input{box-sizing:border-box;color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.shop-search-input input:focus{border-color:#c4622d}.shop-search-dropdown{z-index:100;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #6b3f2a1f}.shop-search-item{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.1rem;width:100%;padding:.6rem .8rem;display:flex}.shop-search-item:hover{background:#f2ebe0}.shop-search-name{color:#2c1a0e;font-size:.9rem;font-weight:500}.shop-search-address{color:#7a6152;font-size:.8rem}.user-search-input{width:100%;position:relative}.user-search-input input{box-sizing:border-box;color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.user-search-input input:focus{border-color:#c4622d}.user-search-dropdown{z-index:100;background:#faf6f0;border:1px solid #e0d5c8;border-radius:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #6b3f2a1f}.user-search-item{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.1rem;width:100%;padding:.6rem .8rem;display:flex}.user-search-item:hover{background:#f2ebe0}.user-search-nickname{color:#2c1a0e;font-size:.9rem;font-weight:500}.user-search-email{color:#7a6152;font-size:.8rem}.user-search-error{color:#c4622d;margin:.35rem 0 0;font-size:.8rem}.shop-owner-view{box-sizing:border-box;background:#faf6f0;width:100%;height:100%;padding:1.5rem;overflow-y:auto}.shop-owner-form{flex-direction:column;gap:.75rem;max-width:560px;display:flex}.shop-owner-selected-user,.shop-owner-selected-shop{background:#f2ebe0;border-radius:0 0 6px 6px;flex-direction:column;gap:.1rem;margin-top:-2px;padding:.5rem .75rem;display:flex}.shop-owner-actions{margin-top:1.25rem}.shop-owner-error{color:#c4622d;margin:0 0 .75rem;font-size:.85rem}.shop-owner-message{color:#4a7a30;margin:.5rem 0 0;font-size:.85rem}.shop-owner-selected{background:#f2ebe0;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem .75rem;display:flex}.shop-owner-selected .moderation-shop{flex:1}.shop-owner-selected .moderation-user{flex:2}.shop-owner-clear{cursor:pointer;color:#7a6152;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:.85rem}.shop-owner-clear:hover{background:#e0d5c8}.crawler-list-tab{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.crawler-list-search{margin-bottom:1rem;padding-right:.5rem}.crawler-list-search-input{color:#3e2723;box-sizing:border-box;background:#f5ebe0;border:1px solid #c4a882;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:all .2s}.crawler-list-search-input:focus{background:#efebe9;border-color:#8d6e63;box-shadow:0 0 0 2px #8d6e631a}.crawler-list-search-input::placeholder{color:#a1887f;opacity:.7}.crawler-list-items{flex-direction:column;flex:1;gap:.75rem;margin:0;padding:0 .5rem 0 0;list-style:none;display:flex;overflow-y:auto}.crawler-list-item{cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:8px;padding:.75rem 1rem;transition:all .2s}.crawler-list-item:hover{background:#f9f6f2;border-color:#c4a882;transform:translate(2px);box-shadow:0 2px 4px #0000000d}.crawler-list-item-header{align-items:center;gap:.5rem;display:flex}.crawler-list-item-name{color:#2c1a0e;font-weight:600}.crawler-list-item-badge{color:#fff;background:#ff6b6b;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.crawler-list-item-url{color:#7a6152;word-break:break-all;margin-top:.2rem;font-size:.8rem}.shop-edit-form textarea{color:#3e2723;resize:vertical;background:#f5ebe0;border:1px solid #c4a882;border-radius:4px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.95rem;line-height:1.5;transition:all .2s}.shop-edit-form textarea:focus{background:#efebe9;border-color:#8d6e63;box-shadow:0 0 0 2px #8d6e631a}.shop-edit-form textarea::placeholder{color:#a1887f;opacity:.7}.shop-edit-form textarea::-webkit-scrollbar{width:8px}.shop-edit-form textarea::-webkit-scrollbar-track{background:#d7ccc8;border-radius:4px}.shop-edit-form textarea::-webkit-scrollbar-thumb{background:#8d6e63;border-radius:4px}.shop-edit-form textarea::-webkit-scrollbar-thumb:hover{background:#6d4c41}.product-link-item::-webkit-scrollbar{display:none}.extracted-data-content{color:#2c1a0e;white-space:pre-wrap;word-break:break-all;resize:none;box-sizing:border-box;background:#faf7f4;border:1px solid #e0d5c8;border-radius:6px;height:calc(80vh - 90px);min-height:calc(80vh - 90px);margin:0;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.8rem;overflow-y:auto}.extracted-data-content::-webkit-scrollbar{width:6px}.extracted-data-content::-webkit-scrollbar-track{background:#f2ebe0}.extracted-data-content::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.extracted-data-content::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.content-page{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.content-page-header{flex-shrink:0;padding:1.5rem 1.5rem 0}.content-page-body{box-sizing:border-box;flex:1;min-height:0;padding:1.5rem}.content-page-body--scrollable{overflow-y:auto}.content-page-body--scrollable::-webkit-scrollbar{width:6px}.content-page-body--scrollable::-webkit-scrollbar-track{background:#f2ebe0}.content-page-body--scrollable::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.admin-bean-search-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.admin-bean-selected-shop{background:#edd9c8;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:flex}.admin-bean-shop-name{color:#6b3f2a;font-size:.9rem;font-weight:600}.admin-bean-clear-btn{cursor:pointer;color:#6b3f2a;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1}.admin-bean-clear-btn:hover{color:#c4622d}.admin-bean-empty{color:#b89f8e;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.admin-bean-list{flex-direction:column;gap:.75rem;display:flex}.admin-bean-card{background:#fff;border:1px solid #e0d5c8;border-radius:10px;overflow:hidden}.admin-bean-card-header{text-align:left;cursor:pointer;background:#faf6f0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.admin-bean-card--expanded .admin-bean-card-header{border-bottom:1px solid #e0d5c8;border-radius:10px 10px 0 0}.admin-bean-card-header:hover{background:#f0e8dc}.admin-bean-header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.admin-bean-roast-badge{color:#7a6152;background:#edd9c8;border-radius:20px;padding:.1rem .5rem;font-size:.75rem}.admin-bean-chevron{color:#b89f8e;font-size:.65rem}.admin-bean-name{color:#2c1a0e;font-size:1rem;font-weight:600}.admin-bundle-header-main{flex-direction:column;gap:.35rem;min-width:0;display:flex}.admin-bundle-header-preview{align-items:center;gap:.25rem;min-width:0;display:flex;overflow:hidden}.admin-bundle-header-preview-item,.admin-bundle-header-preview-more{text-overflow:ellipsis;white-space:nowrap;color:#7a6152;background:#f2ebe0;border:1px solid #e0d5c8;border-radius:20px;min-width:0;max-width:10rem;padding:.1rem .4rem;font-size:.72rem;overflow:hidden}.admin-bundle-header-preview-more{color:#6b3f2a;flex-shrink:0;font-weight:600}.admin-bean-price{color:#6b3f2a;font-size:.95rem;font-weight:600}.admin-bean-card-body{flex-direction:column;gap:.4rem;padding:.75rem 1rem;display:flex}.admin-bean-row{color:#2c1a0e;align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.admin-bean-label{color:#7a6152;flex-shrink:0;min-width:5rem}.admin-bean-tags{flex-wrap:wrap;gap:.3rem;display:flex}.admin-bean-tag{color:#6b3f2a;background:#edd9c8;border-radius:20px;align-items:center;padding:.1rem .5rem;font-size:.8rem;display:inline-flex}.admin-bean-card--disabled{opacity:.6}.admin-bean-card--disabled .admin-bean-card-header{background:#f5f0eb}.admin-bean-disabled-badge{color:#fff;background:#b89f8e;border-radius:20px;padding:.1rem .45rem;font-size:.7rem}.admin-bean-link{color:#6b3f2a;text-decoration:underline}.admin-bean-link:hover{color:#c4622d}.admin-bean-card-footer{color:#b89f8e;border-top:1px solid #e0d5c8;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.5rem 0;font-size:.75rem;display:flex}.admin-bean-footer-actions{align-items:center;gap:.75rem;display:flex}.admin-bean-enable-btn{cursor:pointer;color:#5a8a5a;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1;transition:color .15s}.admin-bean-enable-btn:hover:not(:disabled){color:#2e6e2e;text-decoration:underline}.admin-bean-enable-btn:disabled{cursor:default;opacity:.6}.admin-bean-delete-btn{cursor:pointer;color:#b89f8e;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1;transition:color .15s}.admin-bean-delete-btn:hover:not(:disabled){color:#c0392b;text-decoration:underline}.admin-bean-delete-btn:disabled{cursor:default;opacity:.6}.tag-mgmt-wrapper{background:#faf6f0;width:100%;height:100%;overflow-y:auto}.tag-mgmt-wrapper::-webkit-scrollbar{width:6px}.tag-mgmt-wrapper::-webkit-scrollbar-track{background:#f2ebe0}.tag-mgmt-wrapper::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.tag-mgmt-wrapper::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.tag-mgmt-container{flex-direction:column;gap:1.25rem;max-width:none;padding:1.5rem;display:flex}.tag-mgmt-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.tag-mgmt-search{flex:1;max-width:400px}.tag-mgmt-search-input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;width:100%;padding:.4rem .9rem;font-size:.9rem;transition:border-color .15s}.tag-mgmt-search-input:focus{border-color:#6b3f2a;outline:none}.tag-mgmt-search-input::placeholder{color:#b89f8e}.tag-mgmt-add-btn{color:#faf6f1;cursor:pointer;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem;transition:background .2s}.tag-mgmt-add-btn:hover{background:#5a3422}.tag-mgmt-add-form{background:#f8f5f1;border:1px solid #e0d5c8;border-radius:8px;margin-bottom:.5rem;padding:1rem}.tag-mgmt-add-form-fields{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.tag-mgmt-add-form-fields .tag-mgmt-input{flex:1;min-width:150px}.tag-mgmt-add-form-fields .tag-mgmt-action-btn--save{flex-shrink:0}.tag-mgmt-table-wrapper{border:1px solid #e0d5c8;border-radius:8px;overflow-x:auto}.tag-mgmt-table{border-collapse:collapse;background:#fff;width:100%;font-size:.85rem}.tag-mgmt-th{color:#2c1a0e;text-align:left;white-space:nowrap;background:#faf7f4;border-bottom:2px solid #e0d5c8;padding:.75rem 1rem;font-weight:600}.tag-mgmt-th--center{text-align:center}.tag-mgmt-th--actions{text-align:center;min-width:180px}.tag-mgmt-td{color:#2c1a0e;border-bottom:1px solid #f0ebe6;padding:.75rem 1rem}.tag-mgmt-td--center,.tag-mgmt-td--usage{text-align:center;color:#7a6152;font-weight:500}.tag-mgmt-td--timestamp{color:#7a6152;white-space:nowrap;font-size:.8rem}.tag-mgmt-th--origin-time{width:12%;min-width:140px}.tag-mgmt-th--farm-name{width:20%;min-width:180px}.tag-mgmt-th--farm-origin{width:30%;min-width:220px}.tag-mgmt-th--farm-type{width:15%;min-width:120px}.tag-mgmt-th--farm-usage{text-align:center;width:10%;min-width:80px}.tag-mgmt-th--farm-time{width:12%;min-width:110px;max-width:130px}.tag-mgmt-td--origin{color:#7a6152;font-size:.9rem}.tag-mgmt-td--actions{text-align:center}.tag-mgmt-table tbody tr:hover{background:#fdfcfb}.tag-mgmt-input{color:#2c1a0e;box-sizing:border-box;background:#fff;border:1px solid #e0d5c8;border-radius:4px;width:100%;padding:.3rem .6rem;font-size:.85rem}.tag-mgmt-input:focus{border-color:#6b3f2a;outline:none}.tag-mgmt-actions{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.tag-mgmt-action-btn{color:#7a6152;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e0d5c8;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;transition:all .15s}.tag-mgmt-action-btn:hover:not(:disabled){background:#f5f0eb}.tag-mgmt-action-btn:disabled{opacity:.4;cursor:not-allowed}.tag-mgmt-action-btn--save{color:#1976d2;background:#e3f2fd;border-color:#90caf9}.tag-mgmt-action-btn--save:hover:not(:disabled){background:#bbdefb}.tag-mgmt-action-btn--cancel{color:#757575;background:#f5f5f5;border-color:#e0e0e0}.tag-mgmt-action-btn--cancel:hover:not(:disabled){background:#eee}.tag-mgmt-action-btn--edit{color:#e65100;background:#fff3e0;border-color:#ffcc80}.tag-mgmt-action-btn--edit:hover:not(:disabled){background:#ffe0b2}.tag-mgmt-action-btn--delete{color:#c62828;background:#ffebee;border-color:#ef9a9a}.tag-mgmt-action-btn--delete:hover:not(:disabled){background:#ffcdd2}@media (width<=768px){.tag-mgmt-header{flex-direction:column;align-items:stretch}.tag-mgmt-search{max-width:none}.tag-mgmt-add-btn{width:100%}.tag-mgmt-add-form-fields{flex-direction:column}.tag-mgmt-add-form-fields .tag-mgmt-input,.tag-mgmt-add-form-fields .tag-mgmt-action-btn--save{width:100%}.tag-mgmt-table-wrapper{border-radius:4px}.tag-mgmt-th,.tag-mgmt-td{padding:.5rem;font-size:.75rem}.tag-mgmt-th--actions,.tag-mgmt-td--actions{min-width:auto}.tag-mgmt-actions{flex-direction:column}.tag-mgmt-action-btn{width:100%}}.tag-input-container{width:100%;position:relative}.tag-input-wrapper{cursor:text;background:#fff;border:1px solid #e0d5c8;border-radius:4px;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:36px;padding:.3rem .6rem;transition:border-color .15s;display:flex}.tag-input-wrapper:focus-within{border-color:#6b3f2a}.tag-input-wrapper.disabled{cursor:not-allowed;background:#f5f5f5}.tag-input-tag{color:#6b3f2a;background:#edd9c8;border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .4rem;font-size:.8rem;font-weight:500;display:inline-flex}.tag-input-tag-text{line-height:1.4}.tag-input-tag-remove{cursor:pointer;color:#6b3f2a;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:1.1rem;line-height:1;transition:opacity .15s;display:flex}.tag-input-tag-remove:hover{opacity:1}.tag-input-field{color:#2c1a0e;background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:0;font-size:.85rem}.tag-input-field::placeholder{color:#b89f8e}.tag-input-dropdown{z-index:1000;background:#faf6f0;border:1px solid #e0d5c8;border-radius:4px;max-height:200px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.tag-input-dropdown-item{cursor:pointer;flex-direction:column;gap:.1rem;padding:.5rem .75rem;transition:background-color .15s;display:flex}.tag-input-dropdown-item:hover,.tag-input-dropdown-item.highlighted{background-color:#f2ebe0}.tag-input-dropdown-item-main{color:#2c1a0e;font-size:.85rem;font-weight:500}.tag-input-dropdown-item-sub{color:#7a6152;font-size:.75rem}.tag-input-dropdown::-webkit-scrollbar{width:6px}.tag-input-dropdown::-webkit-scrollbar-track{background:#f2ebe0}.tag-input-dropdown::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.tag-input-dropdown::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.process-norm-wrapper{background:#faf6f0;width:100%;height:100%;overflow-y:auto}.process-norm-wrapper::-webkit-scrollbar{width:6px}.process-norm-wrapper::-webkit-scrollbar-track{background:#f2ebe0}.process-norm-wrapper::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.process-norm-wrapper::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.process-norm-container{flex-direction:column;gap:1.25rem;max-width:none;padding:1.5rem;display:flex}.process-norm-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.process-norm-filter-group{gap:.5rem;display:flex}.process-norm-footer{justify-content:flex-end;margin-top:1rem;display:flex}.process-norm-filter-btn{color:#7a6152;cursor:pointer;background:0 0;border:1px solid #e0d5c8;border-radius:999px;padding:.25rem .9rem;font-size:.8rem;transition:background .15s,color .15s}.process-norm-filter-btn:hover{background:#f5f0eb}.process-norm-filter-btn.active{color:#fff;background:#6b3f2a;border-color:#6b3f2a}.process-norm-update-btn{color:#faf6f1;cursor:pointer;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem;transition:background .2s}.process-norm-update-btn:hover:not(:disabled){background:#5a3422}.process-norm-update-btn:disabled{opacity:.6;cursor:not-allowed}.process-norm-table-wrapper{border:1px solid #e0d5c8;border-radius:8px;overflow-x:auto}.process-norm-table{border-collapse:collapse;background:#fff;width:100%;font-size:.85rem}.process-norm-th{color:#2c1a0e;text-align:left;white-space:nowrap;background:#faf7f4;border-bottom:2px solid #e0d5c8;padding:.65rem .6rem;font-weight:600}.process-norm-th--center{text-align:center}.process-norm-th--status{white-space:nowrap}.process-norm-th--actions{text-align:center;min-width:200px}.process-norm-td{color:#2c1a0e;border-bottom:1px solid #f0ebe6;padding:.65rem .6rem}.process-norm-td--center{text-align:center}.process-norm-td--status{white-space:nowrap}.process-norm-td--timestamp{color:#7a6152;white-space:nowrap;font-size:.8rem}.process-norm-td--actions{text-align:center}.process-norm-table tbody tr:hover{background:#fdfcfb}.process-norm-row--verified{background:#f9fff9}.process-norm-row--verified:hover{background:#f4fff4}.process-norm-verified-tag{color:#388e3c;white-space:nowrap;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:999px;padding:.15rem .7rem;font-size:.75rem;font-weight:500;display:inline-block}.process-norm-unverified-tag{color:#e65100;white-space:nowrap;background:#fff3e0;border:1px solid #ffcc80;border-radius:999px;padding:.15rem .7rem;font-size:.75rem;font-weight:500;display:inline-block}.process-norm-ignored-tag{color:#757575;white-space:nowrap;background:#f5f5f5;border:1px solid #bdbdbd;border-radius:999px;padding:.15rem .7rem;font-size:.75rem;font-weight:500;display:inline-block}.process-norm-tags-display{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.process-norm-tag-chip{color:#6b3f2a;background:#edd9c8;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-weight:500;display:inline-block}.process-norm-input{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;width:100%;padding:.3rem .6rem;font-size:.85rem}.process-norm-input:focus{border-color:#6b3f2a;outline:none}.process-norm-actions{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.process-norm-action-btn{color:#7a6152;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e0d5c8;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;transition:all .15s}.process-norm-action-btn:hover:not(:disabled){background:#f5f0eb}.process-norm-action-btn:disabled{opacity:.4;cursor:not-allowed}.process-norm-action-btn--save{color:#1976d2;background:#e3f2fd;border-color:#90caf9}.process-norm-action-btn--save:hover:not(:disabled){background:#bbdefb}.process-norm-action-btn--cancel{color:#757575;background:#f5f5f5;border-color:#e0e0e0}.process-norm-action-btn--cancel:hover:not(:disabled){background:#eee}.process-norm-action-btn--edit{color:#e65100;background:#fff3e0;border-color:#ffcc80}.process-norm-action-btn--edit:hover{background:#ffe0b2}.process-norm-action-btn--verify{color:#388e3c;background:#e8f5e9;border-color:#a5d6a7}.process-norm-action-btn--verify:hover:not(:disabled){background:#c8e6c9}.process-norm-action-btn--delete{color:#c62828;background:#ffebee;border-color:#ef9a9a}.process-norm-action-btn--delete:hover{background:#ffcdd2}.process-norm-action-btn--ignore{color:#757575;background:#f5f5f5;border-color:#bdbdbd}.process-norm-action-btn--ignore:hover:not(:disabled){background:#e0e0e0}.process-norm-action-btn--unignore{color:#1976d2;background:#e3f2fd;border-color:#90caf9}.process-norm-action-btn--unignore:hover:not(:disabled){background:#bbdefb}@media (width<=768px){.process-norm-header{flex-direction:column;align-items:stretch}.process-norm-filter-group{flex-wrap:wrap}.process-norm-footer{justify-content:stretch}.process-norm-update-btn{width:100%}.process-norm-table-wrapper{border-radius:4px}.process-norm-th,.process-norm-td{padding:.5rem;font-size:.75rem}.process-norm-th--actions,.process-norm-td--actions{min-width:auto}.process-norm-actions{flex-direction:column}.process-norm-action-btn{width:100%}}.parent-tag-selector{width:100%;position:relative}.parent-tag-selector__display{cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:4px;justify-content:space-between;align-items:center;padding:.3rem .6rem;font-size:.85rem;transition:all .2s;display:flex}.parent-tag-selector__display:hover{background:#f9f9f9;border-color:#999}.parent-tag-selector__value{text-overflow:ellipsis;white-space:nowrap;color:#333;flex:1;overflow:hidden}.parent-tag-selector__arrow{color:#666;margin-left:.5rem;font-size:.75rem;transition:transform .2s}.parent-tag-selector__dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:4px;flex-direction:column;max-height:320px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 4px 12px #00000026}.parent-tag-selector__search{border-bottom:1px solid #eee;padding:.5rem}.parent-tag-selector__input{color:#3e2723;box-sizing:border-box;background:#f5ebe0;border:1px solid #c4a882;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-size:.9rem;transition:all .2s}.parent-tag-selector__input:focus{background:#efebe9;border-color:#8d6e63;box-shadow:0 0 0 2px #8d6e631a}.parent-tag-selector__input::placeholder{color:#a1887f;opacity:.7}.parent-tag-selector__options{max-height:260px;font-size:.9rem;overflow-y:auto}.parent-tag-selector__option{cursor:pointer;border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:flex-start;min-height:2.5rem;padding:.6rem .75rem;transition:background .15s;display:flex}.parent-tag-selector__option:last-child{border-bottom:none}.parent-tag-selector__option:hover,.parent-tag-selector__option.focused{background:#f5f5f5}.parent-tag-selector__option.selected{background:#e8f5e9}.parent-tag-selector__option.selected:hover,.parent-tag-selector__option.selected.focused{background:#dcedc8}.parent-tag-selector__option-text{color:#333;word-break:break-word;flex:1;line-height:1.4}.parent-tag-selector__check{color:#4caf50;flex-shrink:0;margin-left:.5rem;padding-top:.1rem;font-weight:700}.parent-tag-selector__empty{text-align:center;color:#999;padding:1rem;font-size:.9rem}.parent-tag-selector__options::-webkit-scrollbar{width:8px}.parent-tag-selector__options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.parent-tag-selector__options::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.parent-tag-selector__options::-webkit-scrollbar-thumb:hover{background:#999}.origin-tag-indent{padding-left:2rem}.origin-tag-tree-symbol{color:#999;flex-shrink:0;margin-right:.5rem}.origin-tag-name-display{align-items:center;gap:.5rem;display:flex}.origin-tag-edit-inputs{flex-direction:column;gap:.5rem;display:flex}.origin-tag-parent-selector-wrapper{flex-direction:row;align-items:center;gap:.5rem;width:100%;display:flex}.origin-tag-level-hint{color:#666;text-align:center;white-space:nowrap;background:#f5f5f5;border-radius:4px;flex-shrink:0;padding:.25rem .5rem;font-size:.85rem}.ai-token-usage-view{box-sizing:border-box;background:#faf6f0;flex-direction:column;width:100%;height:100%;padding:1.5rem;display:flex;overflow:hidden}.ai-token-usage-loading,.ai-token-usage-error{text-align:center;color:#7a6152;padding:2rem;font-size:.9rem}.ai-token-usage-error{color:#c84b31}.ai-token-usage-header{border-bottom:1px solid #e0d5c8;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.ai-token-usage-header h2{color:#2c1a0e;margin:0;font-size:1.1rem;font-weight:600}.tabs-container{flex-direction:column;flex:1;min-height:0;display:flex}.tabs-header{border-bottom:1px solid #e0d5c8;gap:.5rem;margin-bottom:1.25rem;display:flex}.tab-button{color:#7a6152;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.tab-button:hover{color:#2c1a0e;background:#f9f6f2}.tab-button.active{color:#6b3f2a;border-bottom-color:#6b3f2a;font-weight:600}.tabs-content,.stats-tab,.chart-tab{flex-direction:column;flex:1;min-height:0;display:flex}.chart-container{background:#fff;border:1px solid #e0d5c8;border-radius:8px;flex:1;min-height:0;margin-top:1rem;padding:1rem}.no-data{color:#7a6152;justify-content:center;align-items:center;height:100%;font-size:.9rem;display:flex}.ai-token-usage-controls label{color:#7a6152;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ai-token-usage-controls select{color:#2c1a0e;cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;transition:border-color .15s}.ai-token-usage-controls select:hover{border-color:#c4a882}.ai-token-usage-controls select:focus{border-color:#6b3f2a;outline:none}.ai-token-usage-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem;margin-bottom:1.25rem;display:grid}.stat-card{background:#fff;border:1px solid #e0d5c8;border-radius:8px;padding:1rem;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 2px 8px #6b3f2a1a}.stat-label{color:#7a6152;margin-bottom:.5rem;font-size:.8rem}.stat-value{color:#2c1a0e;font-size:1.5rem;font-weight:600}.ai-token-usage-table-wrapper{background:#fff;border:1px solid #e0d5c8;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ai-token-usage-table{border-collapse:collapse;width:100%}.ai-token-usage-table thead{z-index:1;background:#f2ebe0;position:sticky;top:0}.ai-token-usage-table th{text-align:left;color:#2c1a0e;border-bottom:1px solid #e0d5c8;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.ai-token-usage-table td{color:#4a3629;border-bottom:1px solid #f2ebe0;padding:.75rem 1rem;font-size:.85rem}.ai-token-usage-table tbody tr:hover{background:#faf6f0}.ai-token-usage-table tbody tr:last-child td{border-bottom:none}.ai-token-table-scroll::-webkit-scrollbar{width:6px}.ai-token-table-scroll::-webkit-scrollbar-track{background:#f2ebe0}.ai-token-table-scroll::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.ai-token-table-scroll::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.admin-layout .layout-body{gap:10px}.admin-layout .layout-sidebar{border-radius:12px;overflow:visible}.admin-layout .layout-main{border-radius:12px}.admin-layout .layout-sidebar--collapsed{border-right:1px solid #e0d5c8;width:48px;padding:1rem .25rem;overflow:visible}.role-select-container{background-color:#f5ede3;justify-content:center;align-items:center;min-height:100vh;display:flex}.role-select-box{background:#faf6f1;border:1px solid #e0d5c8;border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:480px;padding:2.5rem;display:flex;box-shadow:0 2px 20px #6b3f2a1f}.role-select-box h1{color:#2c1a0e;margin:0;font-size:1.5rem}.role-select-subtitle{color:#7a6152;margin:0;font-size:.95rem}.role-select-cards{gap:1rem;width:100%;display:flex}.role-card{cursor:pointer;background:#fff;border:1px solid #e0d5c8;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:2rem 1rem;transition:background .15s,border-color .15s,transform .1s;display:flex}.role-card:hover{background:#f2ebe0;border-color:#c4622d;transform:translateY(-2px)}.role-card-icon{width:2.5rem;height:2.5rem;font-size:2rem;line-height:1}.role-card-label{color:#2c1a0e;font-size:.95rem;font-weight:500}@media (width<=480px){.role-select-box{margin:1rem;padding:2rem 1.25rem}.role-select-cards{flex-direction:column}.role-card{padding:1.5rem 1rem}}.bean-menu-wrapper{background:#faf6f0;width:100%;height:100%;overflow-y:auto}.bean-menu-wrapper::-webkit-scrollbar{width:6px}.bean-menu-wrapper::-webkit-scrollbar-track{background:#f2ebe0}.bean-menu-wrapper::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.bean-menu-wrapper::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.bean-menu-form{flex-direction:column;gap:.75rem;max-width:560px;padding:1.5rem;display:flex}.bean-menu-form label{color:#7a6152;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.bean-menu-form input,.bean-menu-form select{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.bean-menu-form input:focus,.bean-menu-form select:focus{border-color:#c4622d}.bean-required{color:#c4622d}.bean-field{flex-direction:column;gap:.25rem;display:flex}.bean-field-label{color:#7a6152;font-size:.9rem}.bean-checkboxes{gap:1.25rem;display:flex}.bean-checkbox-label{color:#2c1a0e;cursor:pointer;flex-direction:row;align-items:center;gap:.4rem;font-size:.95rem;display:flex}.bean-tag-input{cursor:text;background:#fff;border:1px solid #e0d5c8;border-radius:4px;flex-wrap:wrap;align-items:center;gap:.35rem;min-height:38px;padding:.35rem .5rem;display:flex}.bean-tag-input:focus-within{border-color:#c4622d}.bean-tag-input input{color:#2c1a0e;background:0 0;border:none;outline:none;flex:1;min-width:80px;padding:0;font-size:.9rem}.bean-tag{color:#6b3f2a;background:#edd9c8;border-radius:20px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.8rem;display:inline-flex}.bean-tag-remove{cursor:pointer;color:#6b3f2a;background:0 0;border:none;padding:0;font-size:.7rem;line-height:1}.bean-tag-remove:hover{color:#c4622d}.bean-error{color:#c4622d;margin:0;font-size:.85rem}.bean-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.bean-btn-clear{cursor:pointer;color:#7a6152;background:0 0;border:1px solid #e0d5c8;border-radius:4px;padding:.4rem 1rem;font-size:.9rem}.bean-btn-clear:hover{background:#f2ebe0}.bean-btn-save{cursor:pointer;color:#faf6f1;background:#6b3f2a;border:none;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem}.bean-btn-save:hover{background:#5a3422}.bean-btn-save:disabled,.bean-btn-clear:disabled{opacity:.5;cursor:not-allowed}.ecpay-config-form{width:100%}.form-section{margin-bottom:2rem}.form-section h3{color:#333;margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.form-hint{color:#666;font-size:.9rem;line-height:1.5}.form-error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.form-group{margin-bottom:.75rem}.form-group label{color:#7a6152;margin-bottom:.25rem;font-size:.9rem;display:block}.required{color:#c4622d;margin-left:.25rem}.form-group input[type=text],.form-group input[type=password]{color:#2c1a0e;background:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;width:100%;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=password]:focus{border-color:#c4622d}.form-help{color:#7a6152;margin-top:.25rem;font-size:.85rem;line-height:1.4;display:block}.checkbox-label{cursor:pointer;align-items:center;gap:.4rem;font-weight:400;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.checkbox-label span{color:#2c1a0e;font-size:.95rem}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border-radius:4px;padding:.4rem 1.25rem;font-size:.9rem;transition:all .2s}.btn-primary{color:#faf6f1;background:#6b3f2a;border:none}.btn-primary:hover:not(:disabled){background:#5a3422}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:#7a6152;background:0 0;border:1px solid #e0d5c8}.btn-secondary:hover:not(:disabled){background:#f2ebe0}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.payment-config-view{height:100%;padding:1.5rem;overflow-y:auto}.payment-config-view::-webkit-scrollbar{width:6px}.payment-config-view::-webkit-scrollbar-track{background:#f2ebe0}.payment-config-view::-webkit-scrollbar-thumb{background:#c4a882;border-radius:3px}.payment-config-view::-webkit-scrollbar-thumb:hover{background:#6b3f2a}.payment-config-header{margin-bottom:2rem}.payment-config-header h2{color:#333;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.payment-config-subtitle{color:#666;margin-top:.5rem;font-size:.95rem}.back-btn{color:#5a4a3a;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;transition:color .2s;display:inline-flex}.back-btn:hover{color:#8b7355}.payment-config-loading{text-align:center;color:#666;padding:3rem;font-size:1rem}.payment-provider-selector{margin-bottom:2rem}.payment-provider-selector label{color:#7a6152;margin-bottom:.25rem;font-size:.9rem;display:block}.provider-select{color:#2c1a0e;cursor:pointer;background-color:#fff;border:1px solid #e0d5c8;border-radius:4px;outline:none;width:100%;max-width:400px;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s}.provider-select:hover,.provider-select:focus{border-color:#c4622d}.provider-select option{color:#2c1a0e;background-color:#fff}.payment-providers-list{flex-direction:column;gap:1.5rem;display:flex}.payment-provider-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.payment-provider-card:hover{box-shadow:0 2px 8px #00000014}.payment-provider-info{flex:1}.payment-provider-info h3{color:#333;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.payment-provider-info p{color:#666;margin-bottom:.75rem;font-size:.9rem}.payment-provider-status{flex-wrap:wrap;gap:.5rem;display:flex}.status-badge{border-radius:12px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.status-enabled{color:#155724;background-color:#d4edda}.status-disabled{color:#721c24;background-color:#f8d7da}.status-verified{color:#0c5460;background-color:#d1ecf1}.status-test{color:#856404;background-color:#fff3cd}.payment-provider-actions{gap:.75rem;display:flex}.payment-config-form-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:4rem;padding:2rem}@media (width<=768px){.payment-config-view{padding:1rem}.payment-provider-card{flex-direction:column;align-items:stretch}.payment-provider-actions{justify-content:stretch}.btn-primary{width:100%}}.shop-manager-layout .layout-body{gap:10px}.shop-manager-layout .layout-sidebar,.shop-manager-layout .layout-main{border-radius:12px}.shop-manager-layout .layout-sidebar--collapsed{border-right:1px solid #e0d5c8;width:48px;padding:1rem .25rem;overflow:visible}.shop-manager-placeholder{color:#8b7355;justify-content:center;align-items:center;height:100%;font-size:1rem;display:flex}
