@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cairo,system-ui,sans-serif;background:#0d1117;color:#ffffff;-webkit-font-smoothing:antialiased}.page,body{min-height:100vh}.page{display:flex;flex-direction:column;position:relative;overflow:hidden}.bg-pattern{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0L30 60M0 30L60 30M0 0L60 60M60 0L0 60' stroke='%23ffffff' stroke-width='0.5' fill='none'/%3E%3C/svg%3E");background-size:60px 60px}.header{padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:1}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-text{font-size:.9rem;color:rgba(255,255,255,.5)}.header-link{color:#d69e2e;text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s}.header-link:hover{color:#ecc94b}.main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;z-index:1}.welcome{font-size:1.1rem;color:rgba(255,255,255,.4);margin-bottom:1.5rem}.card{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);padding:3rem;border-radius:20px;text-align:center;max-width:420px;width:100%}.logo{border-radius:18px;margin-bottom:1.25rem;background:white;padding:4px}h1{color:#ffffff;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.location{color:#d69e2e;font-size:.95rem;font-weight:600}.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:1.5rem 0}.system-name{color:rgba(255,255,255,.4);font-size:.85rem;margin-bottom:1.5rem}.btn{display:block;background:#d69e2e;color:#0d1117;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .2s;margin-bottom:1.25rem}.btn:hover{background:#ecc94b;transform:translateY(-2px)}.quick-links{display:flex;justify-content:center;gap:1.5rem}.quick-links a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.85rem;transition:color .2s}.quick-links a:hover{color:#d69e2e}.info{margin-top:2rem;font-size:.9rem;color:rgba(255,255,255,.3)}.footer{padding:1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.06);position:relative;z-index:1}.footer span{font-size:.8rem;color:rgba(255,255,255,.3)}@media (max-width:480px){.header-content{flex-direction:column;gap:.5rem}.card{padding:2rem 1.5rem}h1{font-size:1.5rem}.quick-links{flex-direction:column;gap:.75rem}}