.app-header{color:#fff;background:#025d7d;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px rgba(0,120,212,.2)}.header-left{align-items:center;gap:1rem;display:flex}.header-link{color:inherit;cursor:pointer;align-items:center;gap:1rem;text-decoration:none;transition:opacity .2s;display:flex}.header-link:hover{opacity:.9}.header-link:active{opacity:.8}.header-logo{object-fit:contain;width:auto;height:30px}.app-header h1{color:inherit;margin:0;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600}.status-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8991d;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.status-text{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500}.status-indicator.success{background:rgba(16,124,16,.2)}.status-indicator.error{background:rgba(216,59,1,.2)}.status-indicator.loading{background:rgba(255,193,7,.2)}@media (max-width:768px){.app-header{text-align:center;flex-direction:column;gap:1rem}.header-left,.header-link{justify-content:center}}@media (max-width:480px){.app-header h1{font-size:1.2rem}.header-logo{height:24px}.header-left{gap:.75rem}}.app-footer{color:#fff;background:#025d7d;border-top:1px solid #e0e0e0;padding:1rem 2rem}.footer-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.copyright-info{color:#e0e0e0;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:400}.footer-links{align-items:center;gap:1rem;display:flex}.link-separator{color:#e0e0e0;margin:0 .5rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:400}.footer-link,.terms-link{color:#e0e0e0;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}.footer-link:hover,.terms-link:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.app-footer{padding:1rem}.footer-content{text-align:center;flex-direction:column;gap:.5rem}.copyright-info,.footer-link,.terms-link,.link-separator{font-size:.8rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f5f5f5;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.app-container{flex-direction:column;height:100vh;display:flex}.main-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem 2rem 2rem;display:flex;position:relative}.loading-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.loading-spinner{border:4px solid #e0e0e0;border-top-color:#0078d4;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#666;text-align:center;font-size:1.1rem;font-weight:400}.error-container{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;padding:2rem;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.1)}.error-icon{margin-bottom:.5rem;font-size:3rem}.error-container h2{color:#d83b01;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.error-message{color:#666;font-size:1rem;font-weight:400;line-height:1.5}.retry-button{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s}.retry-button:hover{background:#106ebe}.retry-button:active{transform:translateY(1px)}.tag-text-container{justify-content:left;width:100%;margin-bottom:.5rem;display:flex}.tag-text{color:#025d7d;text-align:center;word-wrap:break-word;background:0 0;max-width:90%;padding:.25rem .5rem;font-family:Arial,sans-serif;font-size:15px;font-weight:300}.report-container{background:#fff;border-radius:8px;flex:1;width:100%;min-height:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (max-width:768px){.main-content{padding:1rem}.tag-text{padding:.25rem .5rem;font-size:11px}.tag-text-container{margin-bottom:.375rem}}@media (max-width:480px){.error-container{margin:1rem;padding:1.5rem}.retry-button{padding:.625rem 1.5rem;font-size:.9rem}.tag-text{padding:.25rem .5rem;font-size:10px}.tag-text-container{margin-bottom:.25rem}}.hidden{display:none!important}.visible{display:block!important}.loading-dialog-overlay{z-index:1000;background:rgba(0,0,0,.6);justify-content:center;align-items:center;animation:.3s ease-in fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loading-dialog{background:#fff;border-radius:12px;flex-direction:column;min-width:400px;max-width:500px;max-height:80vh;padding:2rem;display:flex;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2)}.loading-dialog-header{border-bottom:1px solid #e0e0e0;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.loading-dialog-header h3{color:#0078d4;margin:0;font-size:1.25rem;font-weight:600}.loading-spinner-small{border:2px solid #e0e0e0;border-top-color:#0078d4;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.current-stage{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;align-items:center;gap:1rem;min-height:80px;margin-bottom:1rem;padding:1.5rem;transition:all .3s;display:flex}.stage-icon{text-align:center;flex-shrink:0;width:32px;font-size:1.5rem}.stage-text{flex-direction:column;flex:1;justify-content:center;display:flex}.stage-name{color:#333;font-size:1rem;font-weight:500;line-height:1.4}.loading-dialog-actions{border-top:1px solid #e0e0e0;justify-content:flex-end;padding-top:1rem;display:flex}.cancel-button{color:#fff;cursor:pointer;background:#d83b01;border:none;border-radius:6px;padding:.625rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background-color .2s}.cancel-button:hover{background:#c23000}.cancel-button:active{transform:translateY(1px)}.fade-in{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.loading-dialog{min-width:300px;max-width:90vw;margin:1rem}}@media (max-width:480px){.loading-dialog{min-width:280px;padding:1.5rem}.loading-dialog-header h3{font-size:1.1rem}.stage-name{font-size:.85rem}.stage-time{font-size:.7rem}}
