.breadcrumbs{margin:0 0 20px 0;padding:11px 0 10px 0;border-bottom:1px solid #ccc}.breadcrumbs ul{list-style-type:none;margin:0;padding:0}.breadcrumbs li,.breadcrumbs .home:before{display:inline-block;vertical-align:middle;margin:0 3px 0 0;padding:0 14px 0 0;background:url(/images/marker-bread.png) 100% no-repeat;color:#000}.breadcrumbs li:last-child{background:none}.breadcrumbs .home:before{content:'';margin-top:-3px;width:16px;height:16px;background:url(/images/sprite2.png) -5px -896px no-repeat;padding-right:3px}.mac-os .breadcrumbs{margin-top:0}.breadcrumbs li a{color:#797979}@media (max-width:459px){.breadcrumbs .home{display:none}}#loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;background-color:#fff}.terminal{font-family:'Courier New',Courier,monospace;width:80%;max-width:600px;background-color:#f5f5f5;border-radius:10px;overflow:hidden;text-align:center;position:relative;color:#333}@media (max-width:959px){.terminal{width:95%}}.window-buttons{display:flex;justify-content:flex-start;padding:20px;background-color:#5BC27E;margin-bottom:20px}.window-buttons span{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:6px}.window-buttons .seconds{margin-left:auto;font-size:16px;color:#fff}.window-buttons .close{background-color:#ff5f56}.window-buttons .minimize{background-color:#ffbd2e}.window-buttons .maximize{background-color:lightgray}.matrix-effect{text-align:center;margin-bottom:20px}.matrix-text{font-size:20px;margin-bottom:10px}.matrix-animation{display:flex;justify-content:center;align-items:center;height:120px}.line{width:2px;height:100px;background-color:#333;margin:0 5px;animation:pulse 1.5s infinite alternate}.line:nth-child(2){animation-delay:0.3s}.line:nth-child(3){animation-delay:0.6s}.line:nth-child(4){animation-delay:0.9s}.line:nth-child(5){animation-delay:1.2s}@keyframes pulse{from{height:20px}to{height:100px}}.loading-animation{height:200px;display:flex;flex-direction:column;align-items:center}.loading-bar{width:200px;height:20px;background-color:#ddd;border:1px solid #333;border-radius:10px;overflow:hidden;margin-top:20px}.progress{height:100%;background-color:#5BC27E;width:0;animation:loadProgress 30s linear forwards}@keyframes loadProgress{0%{width:0}95%{width:95%}100%{width:95%}}.loading-text{margin-top:20px;font-size:18px;font-weight:700;color:#333}.attempts-container{margin-top:20px;height:100px;width:100%;overflow:hidden}.attempts{text-align:left;font-size:16px;color:#333;padding:20px}.attempt{opacity:0;animation:fadeIn 1s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}#content{display:none}