:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;box-sizing:border-box;width:100%;background-color:transparent}body{margin:0;font-family:system-ui,sans-serif;display:flex;justify-content:center;align-items:center;width:100vw;min-height:100vh;overflow-x:hidden}.container{background:#1a1a1a;padding:2rem;min-width:300px;border-radius:1rem;box-shadow:0 5px 20px #0003;color:#fff;width:100%;max-width:500px;box-sizing:border-box;margin:0 auto;z-index:2}.container_select{background:#0b0a0a;padding:2rem;min-width:300px;border-radius:1rem;box-shadow:0 5px 20px #0003;color:#fff;width:100%;max-width:500px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;box-sizing:border-box;margin:0 auto}.success{color:#34d399;margin-top:.75rem;font-size:.95rem}h2{margin-bottom:1.5rem}.input-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;margin-bottom:1rem}.input-group input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid #707070;border-right:none;border-radius:.5rem 0 0 .5rem;outline:none;background-color:#1e1e1e;color:#fff}.input-group button{padding:.75rem 1rem;font-size:1rem;border:2px solid #707070;border-left:none;background-color:#2563eb;color:#fff;cursor:pointer;border-radius:0 .5rem .5rem 0;transition:background-color .2s}.input-group button:hover{background-color:#1d4ed8}.button_group{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.form-stack{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.form-stack input{padding:.75rem 1rem;font-size:1rem;border:2px solid #707070;border-radius:.5rem;outline:none;background-color:#1e1e1e;color:#fff}button{padding:.75rem 1.25rem;font-size:1rem;font-weight:500;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}button:hover{background-color:#1d4ed8}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#f87171;margin-top:.75rem;font-size:.95rem}@media (max-width: 768px){body{padding:0;align-items:center}#root{padding:1rem}.container{padding:1rem;border-radius:.75rem;width:100%;max-width:100%;box-sizing:border-box}.input-group input{padding:.5rem;font-size:.9rem}.input-group{flex-direction:column;gap:.5rem}.input-group input,.input-group button{border-radius:.5rem;border:2px solid #707070;width:100%}.input-group button{border-left:2px solid #707070}}.page-wrapper{display:flex;justify-content:center;gap:3rem;padding:3rem 1rem;color:#fff;min-height:100vh;box-sizing:border-box}.form-section{flex:1 1 400px;max-width:500px;background-color:#1e1e1e;border-radius:12px;padding:2rem;box-shadow:0 0 20px #0000004d}.form-section h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.form-stack{display:flex;flex-direction:column;gap:.8rem}.form-stack input,.form-stack select{padding:.75rem;font-size:.95rem;border-radius:6px;border:1px solid #333;background-color:#2a2a2a;color:#fff}.form-stack input::placeholder,.form-stack select:disabled{color:#888}.form-stack label{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.form-field{display:flex;flex-direction:column}.form-field small{font-size:.75rem;color:#aaa;margin-top:.25rem}.field-error{color:#f87171;font-weight:500;text-align:left}.label-with-tooltip{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.tooltip-icon{display:inline-block;background-color:#444;color:#fff;border-radius:50%;width:18px;height:18px;font-size:12px;text-align:center;line-height:18px;cursor:pointer;position:relative;margin-left:.5rem}.tooltip-icon:after{content:attr(data-tooltip);position:absolute;background-color:#222;color:#fff;font-size:.75rem;padding:.4rem .6rem;border-radius:4px;bottom:125%;left:50%;transform:translate(-50%);white-space:nowrap;opacity:0;pointer-events:none;transition:.2s ease;z-index:10}.tooltip-icon:hover:after{opacity:1}.button-group{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}button{padding:.7rem 1.4rem;background-color:#444;color:#fff;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease-in-out}button:hover{background-color:#5c5c5c}.success,.error{margin-top:1rem;padding:.8rem;border-radius:6px;font-weight:500;font-size:.9rem}.success{background-color:#224d2a;color:#9fe7b3}.error{background-color:#5c1e1e;color:#ffbdbd}.invite-table-wrapper{width:600px;padding:2rem}.hidden-form-button{position:fixed;top:0;right:0;width:200px;height:200px;background:transparent;border:none;z-index:9999;cursor:default;opacity:0}@media (max-width: 768px){.page-wrapper{flex-direction:column;align-items:center;justify-content:center;padding:2rem rem;overflow-x:hidden}.form-section{width:100%;max-width:100%;padding:1.5rem}.form-section h2{font-size:1rem}.form-stack{gap:.75rem}.form-stack input,.form-stack select{padding:.75rem;font-size:.75rem}.form-stack label{font-size:.75rem}.button-group{flex-direction:column;gap:.5rem}button{padding:.5rem 1rem;font-size:.75rem}.invite-table-wrapper{width:100%;padding:1rem;overflow-x:auto}.button-group{flex-direction:column;gap:.75rem}button{width:100%}}.invite-table-container{margin-top:1rem;max-height:800px;height:fit-content;width:650px;overflow-y:auto;border:1px solid #ccc;border-radius:8px;z-index:2;background:#1a1a1a}.invite-table-container table{width:100%;border-collapse:collapse}.invite-table-container th,.invite-table-container td{text-align:left;padding:.75rem;border-bottom:1px solid #eee}.invite-table-container th{background-color:#3e3e3e;font-weight:600;position:sticky;top:0;z-index:1}.invite-table-container tr:hover{background-color:#5b5b5b}.invite-table-container button{margin-right:.25rem;padding:.5rem 1rem;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;width:200px}.invite-table-container button:hover{background-color:#212121}.invite-table-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.invite-table-description{font-size:.875rem;color:#888;margin-bottom:1rem;text-align:center;font-style:italic;padding:0 1rem}svg:hover{color:#00e676}svg{width:1rem;height:.75rem;cursor:pointer}.copy-tag{font-size:.75rem;color:#4caf50;background-color:#1a1a1a;padding:2px 6px;border-radius:4px;transition:opacity .3s ease;animation:fadeOut 2s forwards}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0}}@media (max-width: 768px){.invite-table-container{width:100%;overflow-x:auto;font-size:.7rem}.invite-table-buttons{flex-direction:column;gap:.5rem}.invite-table-container button{width:100%}.invite-table-container table{min-width:100%}}.notification-bell{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background-color:#0f0f0f;border:1px solid #00ff88;box-shadow:0 0 8px #00ff884d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease-in-out;z-index:9999}.notification-bell:hover,.notification-bell.active{box-shadow:0 0 12px #0f89}.notification-bell .bell-icon{font-size:20px;color:#0f8;-webkit-user-select:none;user-select:none}.notification-bell .badge{position:absolute;top:-4px;right:-4px;background-color:#0f8;color:#0f0f0f;border-radius:50%;padding:2px 6px;font-size:11px;font-weight:700;box-shadow:0 0 6px #00ff8880;font-family:Courier New,monospace}.notification-container{position:absolute;top:40px;right:0;width:320px;max-height:400px;background:#0f0f0f;border:1px solid #00ff88;border-radius:10px;box-shadow:0 0 12px #00ff884d;z-index:9999;animation:fadeIn .2s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:700;color:#0f8;background-color:#1a1a1a;border-bottom:1px solid #00ff88;font-family:Courier New,monospace}.close-btn{background:none;border:none;color:#0f8;font-size:16px;cursor:pointer;transition:color .2s}.close-btn:hover{color:#0fa}.notification-empty{padding:20px;text-align:center;color:#888;font-size:14px;font-family:Courier New,monospace}.notification-list{list-style:none;margin:0;padding:0}.notification-item{padding:12px 16px;border-bottom:1px solid #1f1f1f;cursor:pointer;transition:background .2s;background-color:#141414;color:#ccc;font-family:Courier New,monospace}.notification-item:hover{background-color:#1f1f1f}.notification-item.unread{background-color:#102010;color:#0f8;font-weight:700}.notification-title{font-size:15px;font-weight:700;color:#0f8;margin-bottom:4px}.notification-message{margin:0;font-size:14px;color:inherit}.notification-meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:8px;font-size:12px;color:#aaa}.meta-box{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.meta-label{font-weight:700;color:#0f8}.meta-value{display:block;font-size:12px;color:#555}.notification-content{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%}.notification-content>div{flex:1;min-width:0}.play-audio-btn{flex-shrink:0;background:transparent;color:#0f8;border:1px solid #00ff88;border-radius:4px;padding:4px 6px;font-size:14px;cursor:pointer;transition:background .2s,color .2s;font-family:monospace;height:28px;min-width:36px;max-width:36px;display:flex;align-items:center;justify-content:center}.play-audio-btn:disabled{opacity:.5;cursor:not-allowed}.progress-container{width:100%;height:24px;margin-top:6px;border-radius:4px;overflow:hidden;position:relative;flex-grow:1;display:flex;align-items:center;justify-content:space-between}.notification-audio-bar{display:flex;align-items:center;padding:4px 12px;border-top:1px solid #333}.progress{height:100%;width:100%;background:#00e676;transition:width .1s ease-in-out}.progress-bar{position:relative;flex-grow:1;height:12px;margin:0 8px;background:#333;border-radius:4px;overflow:visible;cursor:pointer}.progress-fill{height:100%;background:#0f8;transition:width .1s ease-in-out}.tooltip{position:absolute;top:-28px;background:#000;color:#0f8;padding:2px 6px;border-radius:4px;font-size:11px;font-family:monospace;white-space:nowrap;pointer-events:none;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.notification-container{position:fixed;top:64px;right:8px;left:8px;width:auto;max-width:90vw;max-height:80vh;border-radius:8px}.notification-header{padding:10px 12px;font-size:15px}.close-btn{font-size:18px}.notification-title{font-size:14px}.notification-message{font-size:13px}.meta-value,.meta-label{font-size:11px}.play-audio-btn{font-size:12px;height:26px;min-width:32px;padding:2px 4px}.progress-container span{font-size:11px}}
