html,body{height:100%;margin:0;padding:0}#root{height:100%}.chat-area{grid-area:chat;padding:10px;overflow-y:auto;border-right:1px solid #ccc;background-color:#000;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.message{margin-bottom:2px;padding:2px;border-radius:5px;color:#ccc}.message.private{background-color:#000}.message.highlight{background-color:#686868;color:#fff;width:100%;display:flex;align-items:center;padding:2px;border-radius:2px}.message-timestamp{font-size:.8em;color:#888;margin-right:5px}.message.highlight .message-timestamp{color:#ddd}.user-list{flex:1;min-height:0;display:flex;flex-direction:column}.user-list-scroll{overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:auto;scrollbar-color:#8b0006 rgba(0,0,0,.12);-ms-overflow-style:scrollbar}.user-list-scroll::-webkit-scrollbar,.user-list-scroll::-webkit-scrollbar:vertical{width:14px;background-color:#0000001f;-webkit-appearance:none;-moz-appearance:none;appearance:none}.user-list-scroll::-webkit-scrollbar-track{background:#0000001f;border-radius:6px}.user-list-scroll::-webkit-scrollbar-thumb{background:#8b0006;border-radius:6px;border:2px solid #f3aa03;min-height:40px}.user-list-scroll::-webkit-scrollbar-thumb:hover{background:#a40007}.user-list-scroll::-webkit-scrollbar-button{display:none;height:0}.user-list ul{list-style:none;padding:0;margin:0}.user-list li{margin-bottom:10px}.user-icon{width:22px;height:40px;object-fit:cover;border-radius:5px}.footer-button{background-color:#f3aa03;color:#000;padding:5px 10px;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:background .3s ease;font-family:Inter,Roboto,sans-serif;font-size:14px;line-height:1.5}.footer-button:hover{background-color:#d98c00}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500}.modal-content{background:#f3aa03;padding:20px;border-radius:10px;text-align:center;width:1000px;max-height:80vh;overflow-y:auto}.modal-content.settings-modal{background:#f3aa03;padding:0;width:720px;max-width:95vw;text-align:left;overflow-y:auto;border:2px solid #8b0006}@media (max-width: 767px){.modal-content.settings-modal{width:100vw!important;max-width:100vw!important;height:100vh;max-height:100vh!important;border:none;border-radius:0!important}}.modal-content input{width:60%;padding:8px;margin-top:10px}.modal-buttons{margin-top:10px;display:flex;justify-content:space-around}.confirm-exit{background:#8b0006;color:#fff;padding:8px 15px;border:none;cursor:pointer;border-radius:5px}.cancel-exit{background:gray;color:#fff;padding:8px 15px;border:none;cursor:pointer;border-radius:5px}.system-message{text-align:left;margin:10px 0}.system-message-text{font-size:12px;color:gray;font-style:italic}.profile-wrapper{background-color:#f3aa03;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.profile-container{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:98%;max-width:960px}.profile-title{text-align:center;color:#333}.profile-info{margin-bottom:20px}.profile-row{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #ddd}.profile-row:nth-child(odd){background-color:#f9f9f9}.profile-row:nth-child(2n){background-color:#fff}.profile-form{display:flex;flex-direction:column;gap:10px}.form-group{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f9f9f9;border-radius:5px}.form-group:nth-child(2n){background-color:#fff}input,select{padding:5px;border:1px solid #ccc;border-radius:5px;width:60%}.field-input{transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.field-input--checking{border-color:#999!important;background-color:#fafafa}.field-input--available{border-color:#0a7a2f!important;background-color:#ecfdf3;box-shadow:0 0 0 2px #0a7a2f2e}.field-input--taken{border-color:#b71c1c!important;background-color:#fff0f0;box-shadow:0 0 0 2px #b71c1c38;animation:field-shake .42s cubic-bezier(.36,.07,.19,.97)}@keyframes field-shake{0%,to{transform:translate(0)}15%{transform:translate(-7px)}30%{transform:translate(6px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-2px)}90%{transform:translate(1px)}}.field-status{display:inline-flex;align-items:center;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4;border:1px solid transparent}.field-status--checking{color:#555;background:#f4f4f4;border-color:#ddd}.field-status--available{color:#0a7a2f;background:#ecfdf3;border-color:#0a7a2f}.field-status--taken{color:#b71c1c;background:#fff0f0;border-color:#b71c1c}@media (prefers-reduced-motion: reduce){.field-input--taken{animation:none}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#1a1a1a;color:#f5f5f5;padding:14px 20px;display:flex;align-items:center;gap:20px;box-shadow:0 -6px 20px #00000040;font-family:Inter,Roboto,sans-serif;animation:cookie-slide-up .45s cubic-bezier(.16,1,.3,1);border-top:2px solid #8b0006}.cookie-banner__text{flex:1;font-size:14px;line-height:1.5;max-width:760px}.cookie-banner__text strong{color:#f3aa03}.cookie-banner__link{color:#f3aa03;text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:#ffc04d}.cookie-banner__buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}.cookie-banner__btn{padding:9px 18px;border-radius:6px;border:1px solid transparent;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;white-space:nowrap;transition:background-color .15s ease,color .15s ease,transform .1s ease}.cookie-banner__btn:active{transform:translateY(1px)}.cookie-banner__btn--primary{background:#8b0006;color:#fff}.cookie-banner__btn--primary:hover{background:#a30007}.cookie-banner__btn--secondary{background:transparent;color:#ddd;border-color:#555}.cookie-banner__btn--secondary:hover{background:#ffffff0f;color:#fff}.body--has-cookie-banner{padding-bottom:140px}@keyframes cookie-slide-up{0%{transform:translateY(110%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 720px){.cookie-banner{flex-direction:column;align-items:stretch;padding:14px 16px;gap:12px}.cookie-banner__buttons{flex-direction:column-reverse;width:100%}.cookie-banner__btn{width:100%;padding:11px;font-size:14px}.body--has-cookie-banner{padding-bottom:220px}}@media (prefers-reduced-motion: reduce){.cookie-banner{animation:none}}.verify-reminder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:vr-fade-in .2s ease-out}.verify-reminder{background:#fff;border-radius:12px;padding:24px 24px 20px;max-width:440px;width:100%;box-shadow:0 16px 48px #0000004d;border-top:4px solid #8b0006;font-family:Inter,Roboto,sans-serif;animation:vr-slide-up .25s cubic-bezier(.16,1,.3,1)}.verify-reminder__title{margin:0 0 12px;color:#8b0006;font-size:18px}.verify-reminder__text{margin:0 0 10px;font-size:14px;line-height:1.5;color:#222}.verify-reminder__text--muted{color:#666;font-size:13px}.verify-reminder__buttons{display:flex;gap:8px;margin-top:18px;justify-content:flex-end}.verify-reminder__btn{padding:9px 16px;border-radius:6px;border:1px solid transparent;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;white-space:nowrap}.verify-reminder__btn:disabled{opacity:.6;cursor:not-allowed}.verify-reminder__btn--primary{background:#8b0006;color:#fff}.verify-reminder__btn--primary:hover:not(:disabled){background:#a30007}.verify-reminder__btn--secondary{background:transparent;color:#555;border-color:#ccc}.verify-reminder__btn--secondary:hover{background:#f5f5f5}@keyframes vr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes vr-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.verify-reminder__buttons{flex-direction:column-reverse}.verify-reminder__btn{width:100%}}@media (prefers-reduced-motion: reduce){.verify-reminder-overlay,.verify-reminder{animation:none}}.color-picker{width:40px;height:30px;border:none;padding:0;background:none}.save-button{background-color:#8b0006;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;width:100%;margin-top:10px}.save-button:hover{background-color:#a40007}.error-message{color:red;text-align:center}.success-message{color:green;text-align:center}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#8b0006}.close-button:hover{color:red}.chat-themed{color:#333;font-family:Arial,sans-serif}.chat-themed .profile-title{background:#8b0006;color:#fff;padding:8px 12px;margin:0 0 12px;text-align:center;border-radius:4px}.chat-themed .profile-info{background:#fff8e1;border:2px solid #8b0006;border-radius:6px;margin-bottom:12px;overflow:hidden}.chat-themed .profile-row{background:transparent!important;border-bottom:1px solid rgba(139,0,6,.25);padding:8px 12px;color:#333;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.chat-themed .profile-row:last-child{border-bottom:none}.chat-themed .profile-row>span:first-child{color:#8b0006;font-weight:600}.chat-themed .profile-form{background:#fff8e1;border:2px solid #8b0006;border-radius:6px;padding:12px;margin-top:12px}.chat-themed .form-group{background:transparent!important;border-bottom:1px solid rgba(139,0,6,.25);padding:8px 0;border-radius:0}.chat-themed .form-group:last-child{border-bottom:none}.chat-themed .form-group label{color:#8b0006;font-weight:600}.chat-themed input[type=text],.chat-themed input[type=email],.chat-themed input[type=date],.chat-themed input[type=password],.chat-themed select{background:#fff;color:#333;border:1px solid #8b0006;border-radius:4px;padding:6px 8px}.chat-themed input[type=text]:focus,.chat-themed input[type=email]:focus,.chat-themed input[type=date]:focus,.chat-themed input[type=password]:focus,.chat-themed select:focus{outline:none;border-color:#f3aa03;box-shadow:0 0 0 2px #f3aa0359}.chat-themed input:disabled,.chat-themed select:disabled{opacity:.65;background:#f5f5f5}.chat-themed .save-button{background:#8b0006;color:#fff;border:2px solid #fff;border-radius:4px;font-weight:700;width:auto;padding:8px 14px}.chat-themed .save-button:hover{background:#a40007}.chat-themed .toggle-password-button{background:transparent;color:#8b0006;border:1px solid #8b0006;border-radius:4px;padding:6px 10px;cursor:pointer}.chat-themed .error-message{color:#ff8a8a;background:#8b000659;padding:6px 10px;border-radius:4px}.chat-themed .success-message{color:#166534;background:#0e7a2f2e;padding:6px 10px;border-radius:4px}.chat-themed table.responsive-table,.chat-themed table.user-table{background:#fff8e1!important;border:2px solid #8b0006;border-radius:6px;overflow:hidden}.chat-themed table.responsive-table thead tr,.chat-themed table.user-table thead tr{background:#8b0006!important;color:#fff}.chat-themed table.responsive-table tbody tr,.chat-themed table.user-table tbody tr{background:transparent!important;border-bottom:1px solid rgba(139,0,6,.25)}.chat-themed table.responsive-table tbody tr:nth-child(2n),.chat-themed table.user-table tbody tr:nth-child(2n){background:#f3aa032e!important}.chat-themed table.responsive-table tbody td,.chat-themed table.user-table tbody td{color:#333;border:none;border-bottom:1px solid rgba(139,0,6,.15)}.chat-themed .search-input{background:#fff;border:1px solid #8b0006;color:#333;border-radius:4px}.chat-themed .search-input:focus{outline:none;border-color:#f3aa03;box-shadow:0 0 0 2px #f3aa0359}.chat-themed .log-day-btn{background:#fff;color:#8b0006;border:1px solid #8b0006;padding:6px 10px;border-radius:4px;cursor:pointer}.chat-themed .log-day-btn.is-active{background:#8b0006;color:#fff}.chat-themed .log-list{background:#fff8e1;border:2px solid #8b0006;border-radius:6px}.chat-themed .log-list li{border-bottom:1px solid rgba(139,0,6,.15);color:#333}.chat-sidebar-toggle{display:none}.chat-sidebar-fab{display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);align-items:center;background:#8b0006;color:#fff;border:2px solid #fff;border-radius:999px;padding:6px 12px;cursor:pointer;box-shadow:0 2px 8px #00000040;z-index:250}.chat-sidebar-fab:active{transform:translateY(-50%) scale(.96)}@media (max-width: 1024px){.chat-sidebar-fab{display:inline-flex}}@media (max-width: 1024px){.chat-shell{grid-template-columns:1fr!important;grid-template-areas:"header" "chat" "footer"!important}.chat-header-bg{width:100vw!important}.chat-area{border-right:none}.chat-sidebar{position:fixed!important;top:0;right:0;bottom:0;width:280px;height:100vh!important;max-width:85vw;transform:translate(100%);transition:transform .25s ease;z-index:200;box-shadow:-4px 0 16px #00000040;overflow-y:auto}.chat-sidebar.is-open{transform:translate(0)}.chat-sidebar-toggle{display:inline-flex}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150}}@media (max-width: 767px){.modal-overlay{align-items:stretch;padding:0}.modal-content{width:100vw!important;max-width:100vw!important;height:100vh;max-height:100vh!important;border-radius:0!important;margin:0}.profile-container{width:100%;max-width:100%;border-radius:0;box-shadow:none;padding:12px}.profile-row{flex-direction:column;align-items:flex-start;gap:4px}.form-group{flex-direction:column;align-items:stretch;gap:6px}input,select{width:100%}.chat-footer-input-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;max-width:100%!important}.chat-footer-input-row input{margin:0!important;width:100%!important}.chat-footer-input-row button{width:100%!important;margin:0!important}.chat-footer-actions{gap:6px!important}.chat-footer-actions .footer-button{font-size:12px;padding:6px 8px}.chat-header-bg{padding:12px 0!important}.chat-header-bg h2{font-size:16px!important}.emoji-panel-mobile{position:fixed!important;left:0;right:0;bottom:0;height:45vh;background:#f3aa03;border-top:2px solid #8b0006;z-index:300;overflow-y:auto;padding:12px;box-shadow:0 -4px 16px #00000040}}.responsive-table{width:100%;border-collapse:collapse}@media (max-width: 767px){.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block;width:100%}.responsive-table tr{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:8px}.responsive-table td{border:none;padding:6px 0;text-align:left;white-space:normal}.responsive-table td[data-label]:before{content:attr(data-label) ": ";font-weight:600;color:#6b7280;display:inline-block;margin-right:6px}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
