*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden}body{font-family:Courier New,Monaco,monospace;background:#000;color:#00ff00;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:-webkit-fill-available}.maintenance-terminal{width:90%;max-width:800px;background:#1a1a1a;border-radius:8px;box-shadow:0 20px 60px rgba(0,255,0,.15);overflow:hidden;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.terminal-header{background:#2d2d2d;padding:12px 15px;display:flex;align-items:center;border-bottom:1px solid #3d3d3d}.terminal-buttons{display:flex;gap:8px;margin-right:15px}.terminal-button{width:12px;height:12px;border-radius:50%;display:inline-block}.terminal-button.red{background:#ff5f56}.terminal-button.yellow{background:#ffbd2e}.terminal-button.green{background:#27c93f}.terminal-title{font-size:13px;color:#8a8a8a;letter-spacing:.5px}.terminal-body{background:#000;padding:30px;min-height:400px;max-height:70vh;overflow-y:auto}.terminal-text{color:#00ff00;font-size:14px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Courier New,Monaco,monospace}.cursor-blink{animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-footer{display:flex;justify-content:center;align-items:center;padding:15px;background:#000;border-top:1px solid #2d2d2d;color:#00ff00;font-size:14px;letter-spacing:1px;opacity:.7}.terminal-body::-webkit-scrollbar{width:10px}.terminal-body::-webkit-scrollbar-track{background:#1a1a1a}.terminal-body::-webkit-scrollbar-thumb{background:#2d2d2d;border-radius:5px}.terminal-body::-webkit-scrollbar-thumb:hover{background:#3d3d3d}@media (max-width:768px){.maintenance-terminal{width:95%;max-width:none;border-radius:4px}.terminal-header{padding:10px 12px}.terminal-buttons{gap:6px}.terminal-button{width:10px;height:10px}.terminal-title{font-size:11px}.terminal-body{padding:20px 15px;min-height:300px;max-height:60vh}.terminal-text{font-size:12px;line-height:1.5}.company-logo{max-width:100px}}@media (max-width:480px){.terminal-body{padding:15px 12px}.terminal-text{font-size:11px}.company-logo{max-width:80px}}@media (max-height:500px) and (orientation:landscape){.maintenance-terminal{max-height:90vh}.terminal-body{min-height:200px;max-height:50vh}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}.cursor-blink{animation:none;opacity:1}}@supports (padding:env(safe-area-inset-bottom)){.maintenance-terminal{margin-left:env(safe-area-inset-left);margin-right:env(safe-area-inset-right);margin-bottom:env(safe-area-inset-bottom)}}