/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--bg-main:#0f172a;--bg-dark:#020617;--bg-card:rgba(15,23,42,.70);--primary:#38bdf8;--primary-dark:#0284c7;--success:#22c55e;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#334155;}*{box-sizing:border-box;}body{margin:0;background:var(--bg-main);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}a{color:var(--primary);text-decoration:none;}.hosting-page{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;}.hosting-header{min-height:76px;padding:0 32px;background:var(--bg-dark);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;}.hosting-brand{display:flex;align-items:center;gap:14px;}.hosting-logo{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#38bdf8,#2563eb);display:flex;align-items:center;justify-content:center;font-weight:800;}.hosting-title{font-size:20px;font-weight:700;}.hosting-subtitle{font-size:13px;color:var(--text-muted);}.hosting-header-right{display:flex;align-items:center;gap:22px;}.hosting-status{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--bg-main);font-size:13px;color:var(--text-muted);}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 10px var(--success);}.hosting-main{flex:1;width:min(1200px,calc(100% - 40px));margin:0 auto;padding:40px 0;}.hosting-hero{padding:38px;margin-bottom:28px;border:1px solid var(--border);border-radius:24px;background:radial-gradient(circle at top right,rgba(56,189,248,.20),transparent 35%),linear-gradient(135deg,#111827,#020617);}.hosting-hero p{margin:0;color:var(--text-muted);}.hosting-content{position:relative;overflow:hidden;padding:30px;border:1px solid var(--border);border-radius:20px;background:var(--bg-card);}input[type="text"],input[type="password"],input[type="email"],input[type="url"],select,textarea{padding:12px 14px;background:var(--bg-dark);color:var(--text-main);border:1px solid var(--border);border-radius:12px;}label{font-weight:600;}.button,button,input[type="submit"]{padding:12px 18px;background:var(--primary-dark);color:#fff;border:0;border-radius:12px;font-weight:700;cursor:pointer;}.button:hover,button:hover,input[type="submit"]:hover{background:var(--primary);color:var(--bg-dark);}form#user-login-form{width:100%;max-width:650px;margin:auto;}form#user-login-form .form-item-name,form#user-login-form .form-item-pass{display:flex;align-items:center;margin-bottom:24px;}form#user-login-form label{width:180px;margin-right:24px;text-align:right;white-space:nowrap;font-size:16px;}form#user-login-form input.form-text{width:420px;max-width:420px;min-height:54px;}form#user-login-form #edit-actions{margin-left:204px;margin-top:12px;}form#user-login-form #edit-submit{width:200px;min-height:52px;}body::after{content:"";position:fixed;top:50%;left:-140px;width:560px;height:560px;transform:translateY(-50%);background:url(/themes/custom/hosting_admin/images/BM-hosting.png) center / contain no-repeat;opacity:.18;mix-blend-mode:screen;filter:brightness(1.35) contrast(1.25);pointer-events:none;z-index:1;}.env-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;}.env-card{position:relative;padding:28px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(17,24,39,.95),rgba(2,6,23,.95));box-shadow:0 18px 45px rgba(0,0,0,.25);overflow:hidden;}.env-card::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--primary);}.env-card h2{margin:0 0 16px;font-size:26px;font-weight:800;}.env-card p{margin:0 0 22px;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;}.env-button{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:12px 18px;border-radius:12px;background:var(--primary-dark);color:#fff;font-weight:700;}.env-button:hover{background:var(--primary);color:var(--bg-dark);}.env-card .env-button::after{content:" ↗";margin-left:6px;}.hosting-user-card{position:absolute;top:105px;right:60px;z-index:50;min-width:280px;padding:22px;border:1px solid var(--border);border-radius:18px;background:rgba(15,23,42,.96);box-shadow:0 12px 30px rgba(0,0,0,.35);}.hosting-user-name{margin-bottom:18px;color:var(--text-main);font-size:22px;font-weight:700;}.hosting-user-links{display:flex;flex-direction:column;gap:14px;}.hosting-user-links a{display:block;padding:12px 16px;border-radius:12px;background:rgba(56,189,248,.08);color:var(--primary);font-size:14px;font-weight:600;transition:.2s;}.hosting-user-links a:hover{background:rgba(56,189,248,.18);color:#fff;transform:translateX(4px);}.hosting-footer{padding:18px;text-align:center;color:var(--text-muted);border-top:1px solid var(--border);background:var(--bg-dark);}@media (max-width:768px){.hosting-header{padding:18px 20px;flex-direction:column;align-items:flex-start;gap:14px;}.hosting-header-right{width:100%;flex-direction:column;align-items:stretch;gap:14px;}.hosting-status{align-self:flex-start;}.hosting-user-card{position:relative;top:auto;right:auto;width:100%;min-width:0;padding:18px;}.hosting-user-name{font-size:18px;margin-bottom:14px;}.hosting-main{width:calc(100% - 32px);padding:28px 0;}.hosting-hero{padding:28px;margin-bottom:24px;}.hosting-content{padding:28px;}form#user-login-form{max-width:100%;}form#user-login-form .form-item-name,form#user-login-form .form-item-pass{display:block;margin-bottom:22px;}form#user-login-form label{display:block;width:auto;margin:0 0 8px;text-align:left;}form#user-login-form input.form-text{width:100%;max-width:100%;min-height:52px;}form#user-login-form #edit-actions{margin-left:0;margin-top:12px;}form#user-login-form #edit-submit{width:100%;min-height:52px;}.env-wrapper{grid-template-columns:1fr;}body::after{top:52%;left:-120px;width:320px;height:320px;opacity:.12;}}form#env-portal-change-password-form{max-width:760px;margin:0 auto;}form#env-portal-change-password-form .form-item{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:22px;margin-bottom:22px;}form#env-portal-change-password-form label{margin:0;text-align:right;white-space:nowrap;font-size:15px;}form#env-portal-change-password-form input[type="password"]{width:100%;max-width:460px;min-height:52px;}form#env-portal-change-password-form .password-strength{grid-column:2;max-width:460px;margin-top:-12px;}form#env-portal-change-password-form .password-strength__meter{height:8px;border-radius:999px;background:#1f2937;overflow:hidden;}form#env-portal-change-password-form .password-strength__indicator{height:100%;border-radius:999px;background:var(--primary);}form#env-portal-change-password-form .password-strength__title,form#env-portal-change-password-form .password-confirm-message{grid-column:2;color:var(--text-muted);font-size:13px;}form#env-portal-change-password-form .form-actions{margin-left:242px;margin-top:8px;}form#env-portal-change-password-form input[type="submit"]{min-width:240px;min-height:52px;}@media (max-width:768px){form#env-portal-change-password-form .form-item{display:block;}form#env-portal-change-password-form label{display:block;text-align:left;margin-bottom:8px;}form#env-portal-change-password-form input[type="password"],form#env-portal-change-password-form .password-strength{max-width:100%;}form#env-portal-change-password-form .form-actions{margin-left:0;}form#env-portal-change-password-form input[type="submit"]{width:100%;}}form#env-portal-change-password-form{max-width:720px;margin:0 auto;}form#env-portal-change-password-form > .form-item,form#env-portal-change-password-form .password-parent,form#env-portal-change-password-form .confirm-parent{display:grid !important;grid-template-columns:220px 1fr !important;align-items:center !important;gap:22px !important;margin:0 0 24px !important;}form#env-portal-change-password-form label{width:auto !important;margin:0 !important;text-align:right !important;white-space:nowrap !important;}form#env-portal-change-password-form input[type="password"]{width:100% !important;max-width:460px !important;min-height:52px !important;}form#env-portal-change-password-form .password-strength,form#env-portal-change-password-form .password-confirm-message{grid-column:2 !important;max-width:460px !important;margin:-12px 0 18px 242px !important;color:var(--text-muted);font-size:13px;}form#env-portal-change-password-form .password-strength__meter{height:8px !important;border-radius:999px !important;background:#1f2937 !important;overflow:hidden;}form#env-portal-change-password-form .form-actions{margin-left:242px !important;margin-top:12px !important;}form#env-portal-change-password-form input[type="submit"]{min-width:260px !important;min-height:52px !important;}@media (max-width:768px){form#env-portal-change-password-form > .form-item,form#env-portal-change-password-form .password-parent,form#env-portal-change-password-form .confirm-parent{display:block !important;}form#env-portal-change-password-form label{display:block !important;text-align:left !important;margin-bottom:8px !important;}form#env-portal-change-password-form input[type="password"],form#env-portal-change-password-form .password-strength,form#env-portal-change-password-form .password-confirm-message{max-width:100% !important;margin-left:0 !important;}form#env-portal-change-password-form .form-actions{margin-left:0 !important;}form#env-portal-change-password-form input[type="submit"]{width:100% !important;}}
