
#aperovisio-panel {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 340px;
    max-width: calc(100vw - 40px);
    z-index: 999999;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,.22);
    overflow: hidden;
    font-family: inherit;
    color: #2d3748;
    display: none;
}

.av-panel-header {
    background: #1f2d3d;
    color: #ffffff;
    padding: 13px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.av-panel-header strong {
    display: block;
    font-size: 15px;
}

.av-panel-header span {
    display: block;
    font-size: 12px;
    opacity: .78;
    margin-top: 2px;
}

#av-toggle-panel {
    border: 0;
    background: rgba(255,255,255,.14);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    cursor: pointer;
}

.av-panel-body {
    padding: 15px;
}

.av-info {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    color: #606f7b;
    line-height: 1.45;
    font-size: 13px;
}

.av-admin-actions {
    gap: 8px;
    margin-bottom: 12px;
}

.av-btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.av-btn-primary {
    background: #3b82f6;
    color: #fff;
}

.av-btn-light {
    background: #edf2f7;
    color: #2d3748;
}

.av-rooms-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.av-room-item {
    border: 1px solid #edf2f7;
    border-radius: 11px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
}

.av-room-item strong {
    display: block;
    font-size: 13px;
}

.av-room-item span {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}

@media (max-width: 640px) {
    #aperovisio-panel {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }
}

#av-toolbar-wrapper {
    z-index: 999999;
}

#av-toolbar-button {
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    border: 0;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    margin: 0 4px;
}

#av-toolbar-button span {
    margin-left: 5px;
}

#av-toolbar-menu {
    position: absolute;
    left: 50%;
    bottom: 56px;
    transform: translateX(-50%);
    width: 330px;
    max-width: calc(100vw - 30px);
    background: #ffffff;
    color: #2d3748;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,.25);
    overflow: hidden;
    text-align: left;
}

.av-menu-header {
    background: #1f2d3d;
    color: #ffffff;
    padding: 13px 15px;
}

.av-menu-header strong {
    display: block;
    font-size: 15px;
}

.av-menu-header small {
    display: block;
    opacity: .75;
    margin-top: 2px;
}

.av-info {
    margin: 13px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    color: #606f7b;
    line-height: 1.45;
    font-size: 13px;
}

.av-admin-actions {
    gap: 8px;
    padding: 0 13px 13px;
}

.av-btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.av-btn-primary {
    background: #3b82f6;
    color: #ffffff;
}

.av-btn-light {
    background: #edf2f7;
    color: #2d3748;
}

.av-rooms-list {
    flex-direction: column;
    gap: 8px;
    padding: 13px;
}

.av-room-item {
    border: 1px solid #edf2f7;
    border-radius: 11px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
}

.av-room-item strong {
    display: block;
    font-size: 13px;
}

.av-room-item span {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}

#av-toolbar-button {
    height: 42px;
    min-width: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 4px;
}

#av-toolbar-button:hover {
    background: rgba(255,255,255,.12);
}

.av-toolbar-icon {
    font-size: 17px;
    line-height: 1;
}

.av-toolbar-text {
    font-size: 12px;
}

#av-toolbar-menu {
    position: fixed;
    transform: translateX(-50%);
    width: 330px;
    max-width: calc(100vw - 30px);
    background: #ffffff;
    color: #2d3748;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,.28);
    overflow: hidden;
    text-align: left;
    z-index: 9999999;
}

.av-menu-header {
    background: #2d0b59;
    color: #ffffff;
    padding: 13px 15px;
}

.av-menu-header strong {
    display: block;
    font-size: 15px;
}

.av-menu-header small {
    display: block;
    opacity: .75;
    margin-top: 2px;
}

.av-info {
    margin: 13px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    color: #606f7b;
    line-height: 1.45;
    font-size: 13px;
}

.av-admin-actions {
    gap: 8px;
    padding: 0 13px 13px;
}

.av-btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.av-btn-primary {
    background: #4b148c;
    color: #ffffff;
}

.av-btn-light {
    background: #edf2f7;
    color: #2d3748;
}

.av-rooms-list {
    flex-direction: column;
    gap: 8px;
    padding: 13px;
}

.av-room-item {
    border: 1px solid #edf2f7;
    border-radius: 11px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
}

.av-room-item strong {
    display: block;
    font-size: 13px;
}

.av-room-item span {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}

@media (max-width: 640px) {
    .av-toolbar-text {
        display: none;
    }

    #av-toolbar-button {
        padding: 0 10px;
    }
}

#av-toolbar-button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 4px !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    box-shadow: none !important;
}

#av-toolbar-button:hover {
    background: rgba(255,255,255,.14) !important;
}

.av-native-icon {
    font-size: 18px !important;
    line-height: 1 !important;
    display: block !important;
}

#av-toolbar-menu {
    position: fixed;
    transform: translateX(-50%);
    width: 330px;
    max-width: calc(100vw - 30px);
    background: #ffffff;
    color: #2d3748;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,.28);
    overflow: hidden;
    text-align: left;
    z-index: 9999999;
}

.av-menu-header {
    background: #2d0b59;
    color: #ffffff;
    padding: 13px 15px;
}

.av-menu-header strong {
    display: block;
    font-size: 15px;
}

.av-menu-header small {
    display: block;
    opacity: .75;
    margin-top: 2px;
}

.av-info {
    margin: 13px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    color: #606f7b;
    line-height: 1.45;
    font-size: 13px;
}

.av-admin-actions {
    gap: 8px;
    padding: 0 13px 13px;
}

.av-btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.av-btn-primary {
    background: #4b148c;
    color: #ffffff;
}

.av-btn-light {
    background: #edf2f7;
    color: #2d3748;
}

.av-rooms-list {
    flex-direction: column;
    gap: 8px;
    padding: 13px;
}

.av-room-item {
    border: 1px solid #edf2f7;
    border-radius: 11px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
}

.av-room-item strong {
    display: block;
    font-size: 13px;
}

.av-room-item span {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}
