.debug-console-toggle{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #0000004d;z-index:99998;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.debug-console-toggle:active{transform:scale(.95);box-shadow:0 2px 8px #0000004d}.debug-console{position:fixed;bottom:0;left:0;right:0;background:#14141efa;backdrop-filter:blur(10px);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 20px #00000080;z-index:99999;display:flex;flex-direction:column;max-height:50vh;transition:max-height .3s ease}.debug-console.minimized{max-height:60px}.debug-console-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1e1e28f2;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom:1px solid rgba(255,255,255,.1)}.debug-console-title{font-weight:600;color:#fff;font-size:14px;display:flex;align-items:center;gap:8px}.debug-console-controls{display:flex;gap:8px}.debug-console-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s;display:flex;align-items:center;justify-content:center;min-width:32px}.debug-console-btn:active{background:#fff3}.debug-console-logs{flex:1;overflow-y:auto;padding:12px;font-family:Courier New,monospace;font-size:12px;line-height:1.4;-webkit-overflow-scrolling:touch}.debug-console-empty{color:#fff6;text-align:center;padding:20px;font-style:italic}.debug-log-entry{display:flex;gap:8px;padding:8px;margin-bottom:6px;border-radius:6px;border-left:3px solid;background:#ffffff0d;word-wrap:break-word;overflow-wrap:break-word}.debug-log-icon{flex-shrink:0;font-size:14px}.debug-log-timestamp{flex-shrink:0;color:#ffffff80;font-size:10px;min-width:75px}.debug-log-message{flex:1;margin:0;color:#fff;white-space:pre-wrap;word-break:break-word;font-family:Courier New,monospace;font-size:12px}.debug-log-log{border-left-color:#4a9eff;background:#4a9eff1a}.debug-log-info{border-left-color:#00c9a7;background:#00c9a71a}.debug-log-warn{border-left-color:orange;background:#ffa5001a}.debug-log-error{border-left-color:#ff4757;background:#ff47571a}.debug-log-debug{border-left-color:#a29bfe;background:#a29bfe1a}.debug-console-logs::-webkit-scrollbar{width:8px}.debug-console-logs::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.debug-console-logs::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.debug-console-logs::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.debug-console{max-height:60vh}.debug-console-toggle{bottom:15px;right:15px;width:45px;height:45px;font-size:20px}.debug-log-timestamp{font-size:9px;min-width:70px}.debug-log-message{font-size:11px}}@media (max-width: 768px) and (orientation: landscape){.debug-console{max-height:80vh}}::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qr-scanner-container{width:100%;max-width:28rem;margin:0 auto;background:#000;display:flex;flex-direction:column;overflow:hidden;height:100vh;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.qr-scanner-container.ongoing-work{padding:1.25rem;justify-content:flex-start;overflow-y:auto}.user-info{background:#1e1e1efa;padding:1.25rem;box-shadow:0 4px 12px #0000004d;position:relative;z-index:100;border-bottom:4px solid #75C139;display:flex;flex-direction:column;gap:.75rem}.user-badge{display:flex;align-items:center;gap:.75rem;background:#32323299;border:2px solid rgba(117,193,57,.3);border-radius:.5rem;padding:.75rem}.user-badge i{color:#75c139;font-size:1.5rem}.user-badge span:last-child{font-weight:900;font-size:1.25rem;color:#fff;letter-spacing:.05em}.post-badge,.operation-badge{display:flex;align-items:center;gap:.75rem;background:#32323280;border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem}.post-badge i,.operation-badge i{color:#8ed1fc;font-size:1rem}.post-badge span:first-child,.operation-badge span:first-child{font-weight:700;color:#c8c8c8b3}.post-badge span:last-child,.operation-badge span:last-child{font-weight:900;font-size:1.125rem;color:#fff;margin-left:auto}.btn-logout{background-color:#ef4444;color:#fff;padding:.375rem .875rem;font-size:.875rem;border-radius:.5rem;border:none;cursor:pointer;margin-left:auto;font-weight:700;transition:all .2s;min-width:auto}.btn-logout:hover{background-color:#dc2626}.btn-logout:active{transform:scale(.95)}.status-message{width:100%;background:orange;padding:1.5rem;text-align:center;position:relative;z-index:99;border-bottom:4px solid rgba(30,30,30,.95)}.status-message .flex{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.status-message i{color:#000;font-size:1.5rem}.status-message p:first-of-type{color:#000;font-weight:900;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.status-message p:last-of-type{color:#000c;font-size:1rem;font-weight:700}.scanner-wrapper{position:relative;flex:1;background:#000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(117,193,57,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(142,209,252,.05) 0%,transparent 50%)}#qr-reader{width:100%!important;height:100%!important;border:none!important;position:relative!important}#qr-reader>div,#qr-reader video{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}#qr-reader__dashboard,#qr-reader__dashboard_section,#qr-reader__dashboard_section_csr{display:block!important;visibility:visible!important;opacity:1!important}#qr-reader__scan_region{width:100%!important;max-width:100%!important;height:100%!important;border:none!important}#qr-reader__dashboard_section_csr>div{margin:0 auto!important}.scanner-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.placeholder-content{text-align:center;color:#fff}.camera-icon{font-size:6rem;display:block;margin-bottom:1.25rem;animation:pulse 2s infinite;color:#75c139}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.qr-scanner-frame{position:relative;width:100%;aspect-ratio:1;max-width:280px;margin:0 auto;border:4px solid #75C139;border-radius:.25rem;box-shadow:0 0 20px #75c13966;overflow:hidden}.qr-scanner-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,white 4px,transparent 4px) 0 0,linear-gradient(to right,white 4px,transparent 4px) 0 100%,linear-gradient(to left,white 4px,transparent 4px) 100% 0,linear-gradient(to left,white 4px,transparent 4px) 100% 100%,linear-gradient(to bottom,white 4px,transparent 4px) 0 0,linear-gradient(to bottom,white 4px,transparent 4px) 100% 0,linear-gradient(to top,white 4px,transparent 4px) 0 100%,linear-gradient(to top,white 4px,transparent 4px) 100% 100%;background-repeat:no-repeat;background-size:28px 28px;pointer-events:none}.error-message{position:absolute;bottom:1.25rem;left:1rem;right:1rem;padding:.75rem 1.25rem;background-color:#ef4444f2;color:#fff;border-left:4px solid #DC2626;border-radius:.5rem;backdrop-filter:blur(10px);z-index:15;font-weight:500}.scan-popup{position:fixed;inset:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:200;animation:fadeIn .2s ease-in;padding:1.25rem}.popup-content{background:linear-gradient(to bottom right,#323232f2,#141414f2);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 40px #00000080;animation:slideUp .3s ease-out;max-width:24rem;width:100%}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-content.success{background:linear-gradient(to bottom right,#22c55e26,#14532d33);border:2px solid #22C55E}.popup-content.error{background:linear-gradient(to bottom right,#ef444426,#7f1d1d33);border:2px solid #EF4444}.popup-icon{font-size:3.75rem;margin-bottom:1rem;animation:bounceIn .6s ease-out;color:#75c139}.popup-content.success .popup-icon{color:#22c55e}.popup-content.error .popup-icon{color:#ef4444}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.popup-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.popup-message{font-size:1rem;margin-bottom:1.5rem;color:#ffffffe6;line-height:1.5}.popup-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn:active{transform:scale(.95)}.btn-confirm{background-color:#fffffff2;color:#141414f2;flex:1}.btn-confirm:hover{background-color:#fff;box-shadow:0 4px 12px #ffffff4d}.btn-cancel{background-color:#0000004d;color:#fff;border:2px solid rgba(255,255,255,.3);flex:1}.btn-cancel:hover{border-color:#fff9;background-color:#00000080}.operation-selector{position:fixed;inset:0;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:200;padding:1.25rem}.selector-content{background:linear-gradient(to bottom,#323232f2,#141414f2);border-radius:1rem;padding:2rem;max-width:32rem;width:100%;max-height:80vh;overflow-y:auto}.selector-content h3{font-size:1.5rem;text-align:center;color:#fff;font-weight:700;margin-bottom:1.5rem}.operations-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.operation-btn{width:100%;padding:1rem 1.25rem;background-color:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:.75rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;text-align:left;transition:all .2s}.operation-btn:hover{background-color:#ffffff26;border-color:#fff6}.operation-btn:active{transform:scale(.95)}.btn-close-selector{width:100%;padding:.75rem;background-color:#ef4444;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-close-selector:hover{background-color:#dc2626}.btn-close-selector:active{transform:scale(.95)}.work-header{text-align:center;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:2px solid rgba(255,255,255,.1)}.work-header h2{margin:0 0 1rem;font-size:1.75rem;color:#fff;font-weight:700}.work-timer{font-size:3rem;font-weight:700;color:#75c139;font-family:Courier New,monospace;text-shadow:0 0 20px rgba(117,193,57,.5)}.work-details{background:#ffffff0d;border-radius:1rem;padding:1.25rem;margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#fff9;font-size:.875rem;font-weight:500}.detail-row .value{color:#fff;font-size:1rem;font-weight:600;text-align:right}.btn-finish{width:100%;padding:1.125rem;background:linear-gradient(135deg,#ec4899,#f97316);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #f9731666;transition:all .2s}.btn-finish:hover{box-shadow:0 8px 24px #f9731680}.btn-finish:active{transform:translateY(2px);box-shadow:0 4px 15px #f9731666}footer{background:#1e1e1ef2;padding:1rem;z-index:10;border-top:2px solid rgba(50,50,50,.95)}footer button{width:100%;background:#323232cc;color:#8ed1fc;font-weight:700;padding:1rem;border-radius:.5rem;border:2px solid transparent;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .2s}footer button:hover{background:#323232;border-color:#8ed1fc}footer button:active{transform:scale(.95)}footer .text-center{text-align:center;margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(50,50,50,.95)}footer .text-center p{color:#c8c8c8b3;font-size:.75rem;font-weight:500;letter-spacing:.05em}@media (max-width: 768px){.user-badge,.post-badge{font-size:.75rem;padding:.3125rem .625rem}.btn-logout{padding:.3125rem .75rem;font-size:.875rem}.camera-icon{font-size:5rem}.work-timer{font-size:2.25rem}.work-header h2{font-size:1.5rem}.popup-content{padding:1.5rem;max-width:90%}.selector-content{padding:1.5rem}}.scan-success #qr-shaded-region{border:4px solid #75C139!important;box-shadow:0 0 0 10000px #00000080,0 0 50px #75c13966 inset!important;transition:all .3s ease!important}.list-order-container{width:100%;margin:0 auto;background:#000;display:flex;flex-direction:column;height:100vh;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;overflow:hidden}.house-header{background:#1e1e1efa;padding:1rem;box-shadow:0 4px 12px #0000004d;z-index:100;border-bottom:4px solid #75C139;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.header-left{text-align:left}.header-subtitle{font-size:.75rem;color:#8ed1fc;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.house-header h1{font-size:1.25rem;font-weight:900;color:#75c139;margin:0;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.header-right{text-align:right;background:#ffffff0d;padding:.5rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}.header-meta-label{font-size:.65rem;color:#ffffff80;text-transform:uppercase;display:block}.header-meta-value{font-size:.9rem;font-weight:700;color:#fff}.section-header-container{padding:1rem 1.5rem .5rem}.section-title-large{font-size:1.5rem;color:#75c139;font-weight:900;text-transform:uppercase;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(117,193,57,.3);padding-bottom:.5rem}.dashboard-content{flex:1;overflow-y:auto;padding:1.5rem;-webkit-overflow-scrolling:touch}.walls-grid-new-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem}.new-wall-card{background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 10px 20px #0003}.nwc-header{background:#2a2a2a;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.nwc-title{margin:0;font-size:1.1rem;font-weight:700;color:#fff}.nwc-status-indicator{background:#75c139;color:#000;font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;animation:nwc-pulse 2s infinite}@keyframes nwc-pulse{0%{opacity:.8}50%{opacity:1;box-shadow:0 0 10px #75c13980}to{opacity:.8}}.nwc-content{padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.nwc-info-row{display:flex;justify-content:space-between;font-size:.85rem}.nwc-label{color:#888}.nwc-value{color:#ddd;font-weight:600}.nwc-value.code{color:#8ed1fc;font-family:monospace}.nwc-current-action{padding:1rem;background:#75c1391a;border-bottom:1px solid rgba(117,193,57,.2);border-left:4px solid #75C139;display:flex;flex-direction:column;gap:.5rem}.nwc-ca-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.nwc-timer{font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;color:#75c139;background:#0000004d;padding:.2rem .6rem;border-radius:4px;border:1px solid rgba(117,193,57,.3);display:flex;align-items:center;gap:.5rem}.nwc-ca-user-row{margin-bottom:.25rem}.nwc-ca-label{font-size:.65rem;color:#75c139;text-transform:uppercase;font-weight:700}.nwc-ca-user{font-size:.75rem;color:#ccc;display:flex;align-items:center;gap:.4rem}.nwc-ca-name{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:.25rem;line-height:1.2}.nwc-active-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.nwc-btn{border:none;border-radius:4px;padding:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .2s}.nwc-btn.primary{background:#75c139;color:#000;box-shadow:0 4px 10px #75c13933}.nwc-btn.primary:hover{background:#64a530;box-shadow:0 6px 15px #75c1394d;transform:translateY(-1px)}.nwc-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.nwc-btn.secondary:hover{background:#fff3;border-color:#fff6}.nwc-history{padding:1rem;flex:1;background:#181818;max-height:200px;overflow-y:auto}.nwc-history-title{font-size:.75rem;text-transform:uppercase;color:#666;font-weight:700;margin-bottom:.5rem;border-bottom:1px solid #333;padding-bottom:.25rem}.nwc-history-list{list-style:none;padding:0;margin:0}.nwc-history-item{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #222}.nwc-history-item:last-child{border-bottom:none;margin-bottom:0}.nwc-hist-action{font-size:.8rem;color:#aaa;margin-bottom:.2rem;font-weight:500}.nwc-hist-meta{font-size:.7rem;color:#555;display:flex;justify-content:space-between}.viewer-3d-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-container{width:95vw;height:90vh;max-width:1200px;background:#111;border-radius:12px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #000000e6;position:relative;animation:scaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.viewer-header{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:20}.header-info h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:.5px}.header-info p{margin:2px 0 0;font-size:.85rem;color:#888}.close-btn{background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:#fff3;transform:rotate(90deg)}.gallery-main-view{flex:1;position:relative;background:#050505;overflow:hidden;cursor:grab}.gallery-main-view:active{cursor:grabbing}.zoom-content{width:100%;height:100%}.gallery-image-full{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-controls-overlay{position:absolute;inset:0;pointer-events:none;z-index:10}.gallery-nav-btn{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#0009;border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s;backdrop-filter:blur(4px)}.gallery-nav-btn:hover{background:#75c139e6;border-color:#75c139;transform:translateY(-50%) scale(1.1);box-shadow:0 0 15px #75c13966}.gallery-nav-btn.prev{left:1.5rem}.gallery-nav-btn.next{right:1.5rem}.zoom-controls{pointer-events:auto;position:absolute;bottom:2rem;right:2rem;background:#000000b3;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.4rem .8rem;display:flex;gap:.5rem;backdrop-filter:blur(8px);box-shadow:0 4px 20px #0006}.zoom-controls button{background:transparent;border:none;color:#ccc;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.zoom-controls button:hover{background:#ffffff1a;color:#fff}.gallery-thumbnails{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.08);padding:1rem;display:flex;gap:.8rem;overflow-x:auto;justify-content:center}.gallery-thumbnails::-webkit-scrollbar{height:6px}.gallery-thumbnails::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.gallery-thumb{width:80px;height:60px;border-radius:6px;overflow:hidden;opacity:.5;cursor:pointer;border:2px solid transparent;transition:all .2s;flex-shrink:0}.gallery-thumb:hover{opacity:.8}.gallery-thumb.active{opacity:1;border-color:#75c139;box-shadow:0 0 10px #75c1394d;transform:scale(1.05)}.gallery-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.house-section{margin-bottom:3rem;background:#ffffff05;border-radius:1rem;padding:1rem;border:1px solid rgba(255,255,255,.05)}.house-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #75C139}.house-section-header i{font-size:1.5rem;color:#75c139}.house-section-header h3{font-size:1.8rem;font-weight:700;color:#fff;margin:0}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{margin:0}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-bottom-16{bottom:-4rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-48{height:12rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[15\%\]{height:15%}.h-\[280px\]{height:280px}.h-\[5\%\]{height:5%}.h-\[80\%\]{height:80%}.h-\[85\%\]{height:85%}.h-full{height:100%}.w-16{width:4rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[280px\]{width:280px}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l-8{border-left-width:8px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-brand-primary{--tw-border-opacity: 1;border-color:rgb(117 193 57 / var(--tw-border-opacity))}.border-brand-primary\/30{border-color:#75c1394d}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-green-800{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}.border-green-900\/30{border-color:#14532d4d}.border-neutral-gray-50{--tw-border-opacity: 1;border-color:rgb(128 128 128 / var(--tw-border-opacity))}.border-neutral-gray-70{--tw-border-opacity: 1;border-color:rgb(79 79 79 / var(--tw-border-opacity))}.border-neutral-gray-90{--tw-border-opacity: 1;border-color:rgb(31 31 31 / var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}.border-status-error{--tw-border-opacity: 1;border-color:rgb(220 53 69 / var(--tw-border-opacity))}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-brand-primary{--tw-bg-opacity: 1;background-color:rgb(117 193 57 / var(--tw-bg-opacity))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.bg-neutral-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-neutral-black\/80{background-color:#000c}.bg-neutral-gray-70{--tw-bg-opacity: 1;background-color:rgb(79 79 79 / var(--tw-bg-opacity))}.bg-neutral-gray-70\/50{background-color:#4f4f4f80}.bg-neutral-gray-90{--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity))}.bg-neutral-gray-90\/90{background-color:#1f1f1fe6}.bg-neutral-gray-90\/95{background-color:#1f1f1ff2}.bg-status-error{--tw-bg-opacity: 1;background-color:rgb(220 53 69 / var(--tw-bg-opacity))}.bg-status-error\/20{background-color:#dc354533}.bg-status-success{--tw-bg-opacity: 1;background-color:rgb(40 167 69 / var(--tw-bg-opacity))}.bg-status-warning{--tw-bg-opacity: 1;background-color:rgb(255 193 7 / var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Roboto,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-brand-accent{--tw-text-opacity: 1;color:rgb(142 209 252 / var(--tw-text-opacity))}.text-brand-primary{--tw-text-opacity: 1;color:rgb(117 193 57 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-neutral-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-neutral-gray-30{--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity))}.text-neutral-gray-50{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-neutral-gray-90{--tw-text-opacity: 1;color:rgb(31 31 31 / var(--tw-text-opacity))}.text-neutral-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-status-error{--tw-text-opacity: 1;color:rgb(220 53 69 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.drop-shadow-\[0_0_15px_rgba\(255\,166\,0\,0\.5\)\]{--tw-drop-shadow: drop-shadow(0 0 15px rgba(255,166,0,.5));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;background-color:#000}.qr-scanner-frame{position:relative;width:180px;height:180px;overflow:hidden}.qr-scanner-frame:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,white 4px,transparent 4px) 0 0,linear-gradient(to right,white 4px,transparent 4px) 0 100%,linear-gradient(to left,white 4px,transparent 4px) 100% 0,linear-gradient(to left,white 4px,transparent 4px) 100% 100%,linear-gradient(to bottom,white 4px,transparent 4px) 0 0,linear-gradient(to bottom,white 4px,transparent 4px) 100% 0,linear-gradient(to top,white 4px,transparent 4px) 0 100%,linear-gradient(to top,white 4px,transparent 4px) 100% 100%;background-repeat:no-repeat;background-size:28px 28px}.hover\:border-brand-primary:hover{--tw-border-opacity: 1;border-color:rgb(117 193 57 / var(--tw-border-opacity))}.hover\:bg-brand-primary:hover{--tw-bg-opacity: 1;background-color:rgb(117 193 57 / var(--tw-bg-opacity))}.hover\:bg-neutral-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(128 128 128 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-status-error:hover{--tw-bg-opacity: 1;background-color:rgb(220 53 69 / var(--tw-bg-opacity))}.hover\:text-brand-accent:hover{--tw-text-opacity: 1;color:rgb(142 209 252 / var(--tw-text-opacity))}.hover\:text-neutral-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:opacity-90:hover{opacity:.9}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-neutral-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}
