html,body{margin:0;padding:0;height:100%;overflow:hidden}#root{height:100vh;overflow:hidden}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;font-size:24px;background-color:#f0f2f5}.loading-container:after{content:"";width:12px;height:12px;aspect-ratio:1;border-radius:50%;clip-path:inset(-45px);box-shadow:-60px 15px #40a9ff,-60px 15px #40a9ff,-60px 15px #40a9ff;transform:translateY(-15px);animation:c019 1s infinite linear}@keyframes c019{16.67%{box-shadow:-60px 15px #40a9ff,-60px 15px #40a9ff,19px 15px #40a9ff}33.33%{box-shadow:-60px 15px #40a9ff,0 15px #40a9ff,19px 15px #40a9ff}40%,60%{box-shadow:-19px 15px #40a9ff,0 15px #40a9ff,19px 15px #40a9ff}66.67%{box-shadow:-19px 15px #40a9ff,0 15px #40a9ff,60px 15px #40a9ff}83.33%{box-shadow:-19px 15px #40a9ff,60px 15px #40a9ff,60px 15px #40a9ff}to{box-shadow:60px 15px #40a9ff,60px 15px #40a9ff,60px 15px #40a9ff}}.showcase-list-with-header{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden}.showcase-list-with-header .iframe-container{flex:1;position:relative;overflow:hidden;width:100%}.showcase-list-with-header .iframe-container .home-iframe{width:100%;height:100%;border:none;display:block}.iframe-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f0f2f5;z-index:10}.iframe-loading .loading-spinner{width:40px;height:40px;border:4px solid #e8e8e8;border-top-color:#1890ff;border-radius:50%;animation:spin 1s linear infinite}.iframe-loading p{margin-top:16px;color:#666;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}.iframe-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f0f2f5;z-index:10;text-align:center;padding:20px}.iframe-error h2{color:#ff4d4f;margin-bottom:16px}.iframe-error p{margin-bottom:24px;font-size:16px;color:#666}.iframe-error button{padding:8px 16px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.iframe-error button:hover{background-color:#40a9ff}
