.random-svg-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:0;box-sizing:border-box;position:relative}.logo-container .random-svg-container{padding:0}.random-svg{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.random-svg svg{width:100%;height:100%}.random-svg circle,.random-svg ellipse,.random-svg path,.random-svg polygon,.random-svg rect{fill:var(--accent-color)!important;stroke:var(--accent-color)!important;transition:all .3s ease;cursor:pointer}.random-svg circle:hover,.random-svg ellipse:hover,.random-svg path:hover,.random-svg polygon:hover,.random-svg rect:hover{fill:var(--accent-color-hover,#5a47c7)!important;stroke:var(--accent-color-hover,#5a47c7)!important;filter:brightness(1.2)}.logo-container .random-svg{width:100%;height:auto;transition:none}.logo-container .random-svg svg{width:100%;height:auto}.refresh-button{margin-top:20px;padding:10px 20px;background-color:var(--primary-color,#0070f3);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.refresh-button:hover{background-color:var(--primary-color-dark,#0060df);transform:translateY(-2px)}.refresh-button:active{transform:translateY(0)}.refresh-button:focus{outline:none;box-shadow:0 0 0 3px rgba(0,112,243,.3)}