File size: 757 Bytes
5653c9c
2731f65
5653c9c
2731f65
 
5653c9c
 
2731f65
 
 
5653c9c
 
2731f65
 
 
 
5653c9c
 
2731f65
 
5653c9c
2731f65
 
 
5653c9c
 
2731f65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5653c9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body {
    background: #121212;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
}

.studio-header {
    text-align: center;
    margin-bottom: 20px;
}

.gr-box {
    border-radius: 10px;
    background-color: #1e1e1e;
    padding: 10px;
}

.gr-button {
    background-color: #1db954 !important;
    color: white !important;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px;
}

.gr-interface {
    border: 1px solid #333;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.gr-tabs button {
    font-size: 16px;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .gr-column {
        min-width: 100%;
    }

    .gr-row {
        flex-direction: column;
    }
}