:root{
  --fr-bg:#061018;--fr-bg2:#081720;--fr-panel:#0b1c26;--fr-panel2:#102631;
  --fr-line:#1d3c4b;--fr-line2:#2a4f60;--fr-text:#eef7f8;--fr-muted:#8fa8b2;
  --fr-accent:#35e0c6;--fr-blue:#1aa7ff;--fr-good:#2bd4a7;--fr-warn:#f2b84b;--fr-bad:#ff6b6b;
  --fr-radius:18px;--fr-shadow:0 24px 70px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--fr-bg)}
body{margin:0!important;min-height:100vh;background:
  radial-gradient(circle at 78% 6%,rgba(26,167,255,.11),transparent 32%),
  radial-gradient(circle at 18% 85%,rgba(53,224,198,.08),transparent 36%),
  var(--fr-bg)!important;color:var(--fr-text)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:15px!important;line-height:1.55!important}
a{color:#63d9ff!important;text-decoration:none!important}a:hover{color:#91e6ff!important;border-bottom:0!important}
.fr-shell{min-height:100vh;display:flex;flex-direction:column}
.fr-header{position:sticky;top:0;z-index:20;background:rgba(6,16,24,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(52,89,106,.62)}
.fr-header-inner,.fr-main,.fr-footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto}
.fr-header-inner{min-height:86px;display:flex;align-items:center;gap:28px}
.fr-logo{display:flex;align-items:center;flex:0 0 auto}.fr-logo img{display:block;width:230px;height:auto;max-height:62px}
.fr-nav{display:flex;align-items:center;gap:6px;margin-left:auto;list-style:none;padding:0!important;margin-top:0!important;margin-bottom:0!important}
.fr-nav li{margin:0!important;padding:0!important}.fr-nav a{display:block;padding:10px 12px;border-radius:10px;color:#b9cbd2!important;font-size:14px;font-weight:650}
.fr-nav a:hover,.fr-nav a.active{background:#102631;color:#fff!important}
.fr-user{margin-left:8px;display:flex;align-items:center;gap:10px;color:#8fa8b2;font-size:13px;white-space:nowrap}
.fr-user a{padding:9px 12px;border:1px solid var(--fr-line);border-radius:10px;color:#dcebed!important}.fr-user a:hover{border-color:#3f6b7e;background:#0d222d}
.fr-main{flex:1;padding:48px 0 64px}
.fr-alert{margin:0 0 22px;padding:14px 16px;border-radius:12px;border:1px solid var(--fr-line);background:#0b1c26;color:#dcebee}
.fr-alert.error{border-color:#7b3940;background:#231519}.fr-alert.warning{border-color:#7a6335;background:#211d13}.fr-alert.notice{border-color:#286956;background:#0d211b}
.fr-content{min-width:0}
.fr-hero{display:grid;grid-template-columns:1.18fr .82fr;gap:42px;align-items:center;min-height:390px;padding:54px;border:1px solid var(--fr-line);border-radius:24px;background:linear-gradient(135deg,rgba(15,38,50,.96),rgba(7,20,29,.96));box-shadow:var(--fr-shadow);overflow:hidden;position:relative}
.fr-hero:after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(53,224,198,.18);border-radius:50%;right:-160px;top:-170px;box-shadow:0 0 0 60px rgba(53,224,198,.035),0 0 0 120px rgba(26,167,255,.025)}
.fr-kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#6fd7cd;font-weight:800;margin-bottom:14px}
.fr-hero h1{font-size:46px!important;line-height:1.06!important;letter-spacing:-.035em!important;margin:0 0 18px!important;color:#fff!important;font-weight:800!important}
.fr-hero p{font-size:18px;color:#a9bec6;margin:0 0 28px;max-width:660px}
.fr-actions{display:flex;gap:12px;flex-wrap:wrap}.fr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px;font-weight:800;font-size:14px;border:1px solid var(--fr-line)!important}
.fr-btn-primary{background:linear-gradient(135deg,#35e0c6,#18b9ab)!important;color:#032923!important;border:0!important}.fr-btn-secondary{background:#0b1c26!important;color:#e8f4f5!important}
.fr-radar{position:relative;height:270px;display:grid;place-items:center;z-index:1}.fr-radar-ring{position:absolute;border:1px solid rgba(53,224,198,.25);border-radius:50%;width:240px;height:240px;box-shadow:inset 0 0 40px rgba(53,224,198,.03)}
.fr-radar-ring:before,.fr-radar-ring:after{content:"";position:absolute;background:rgba(53,224,198,.13)}.fr-radar-ring:before{width:1px;height:100%;left:50%;top:0}.fr-radar-ring:after{height:1px;width:100%;top:50%;left:0}.fr-radar-ring span{position:absolute;inset:28%;border:1px solid rgba(26,167,255,.25);border-radius:50%}
.fr-radar-sweep{position:absolute;width:120px;height:2px;background:linear-gradient(90deg,#35e0c6,transparent);transform-origin:left center;left:50%;top:50%;transform:rotate(-28deg);box-shadow:0 0 16px rgba(53,224,198,.7)}
.fr-radar-dot{width:10px;height:10px;border-radius:50%;background:#35e0c6;box-shadow:0 0 18px #35e0c6;position:absolute}.fr-radar-dot.d1{right:30%;top:29%}.fr-radar-dot.d2{left:30%;bottom:28%;background:#1aa7ff;box-shadow:0 0 16px #1aa7ff}
.fr-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.fr-card{display:block;padding:22px;border:1px solid var(--fr-line);border-radius:16px;background:rgba(10,27,37,.92);color:#eaf4f6!important;transition:.18s ease}.fr-card:hover{transform:translateY(-2px);border-color:#36667a;background:#0e2530}.fr-card strong{display:block;font-size:16px;margin-bottom:5px}.fr-card span{display:block;color:#8fa8b2;font-size:13px}
.fr-search{margin-top:18px;padding:18px;border:1px solid var(--fr-line);border-radius:16px;background:#091821}.fr-search form{display:flex;gap:10px}.fr-search input[type=text]{flex:1}
.fr-panel{padding:28px;border:1px solid var(--fr-line);border-radius:18px;background:#091821;box-shadow:0 18px 50px rgba(0,0,0,.16)}
.fr-panel + .fr-panel{margin-top:18px}
h1,h2,h3,h4{color:#eef7f8!important;font-family:inherit!important}h1{font-size:30px!important;font-weight:800!important;letter-spacing:-.02em!important;margin-bottom:8px!important}h2{font-size:22px!important;font-weight:750!important}.faded,.muted,small{color:#8fa8b2!important}
hr{border:0!important;border-top:1px solid var(--fr-line)!important;margin:22px 0!important}
input[type=text],input[type=password],input[type=email],input[type=search],input[type=tel],select,textarea,.select2-container .select2-choice{background:#0b1c26!important;color:#eaf4f6!important;border:1px solid #2b5264!important;border-radius:10px!important;box-shadow:none!important;min-height:42px;padding:9px 11px!important;font-family:inherit!important}
textarea{min-height:130px}input:focus,select:focus,textarea:focus{outline:2px solid rgba(53,224,198,.12)!important;border-color:#35e0c6!important}
input[type=submit],input[type=button],input[type=reset],button,.button,a.button,.action-button{background:#122b37!important;color:#e9f5f6!important;border:1px solid #31596a!important;border-radius:10px!important;box-shadow:none!important;text-shadow:none!important;font-weight:750!important;padding:10px 16px!important;max-width:none!important}
input[type=submit],.green.button,.blue.button{background:linear-gradient(135deg,#35e0c6,#16b8aa)!important;color:#032823!important;border:0!important}
#ticketForm,#clientLogin{margin-top:20px;padding:24px;border:1px solid var(--fr-line);border-radius:16px;background:#091821}
#ticketForm table,#ticketInfo,#ticketTable{width:100%!important;max-width:100%!important}
#ticketForm td{padding:9px 10px!important}.form-header{color:#dcebed!important}.required{color:#c7dadf!important}.error{color:#ff8282!important}
.login-box{padding:0!important}.login-box input{width:100%!important;margin:0 0 12px!important}.external-auth{margin:10px 0}
#ticketTable{margin-top:16px;border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border:1px solid #d7e2e6!important;border-radius:12px;background:#fff!important;color:#10242e!important}
#ticketTable th{background:#edf3f5!important;color:#15313e!important;padding:12px!important;border-bottom:1px solid #d5e1e5!important;font-weight:750!important}
#ticketTable td{background:#fff!important;color:#17313d!important;padding:12px!important;border-bottom:1px solid #e1e8eb!important}#ticketTable tr:last-child td{border-bottom:0!important}
#ticketTable a,#ticketTable .link{color:#087f9b!important}
#ticketInfo{padding:0!important}.thread-entry,.thread-event{border-radius:12px!important;overflow:hidden}.thread-body{color:#dcebed!important}.thread-body a{color:#6edfff!important}
#content{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important}
#container{width:auto!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
#header,#nav{display:none!important}
#landing_page{width:auto!important;margin:0!important;padding:0!important}.main-content{width:auto!important;float:none!important}.sidebar{display:none!important}
.featured-category{background:#091821!important;border:1px solid var(--fr-line)!important;border-radius:14px!important;padding:18px!important;margin:12px 0!important;color:#dbeaed!important}.category-name{color:#fff!important;font-weight:800!important}.article-teaser{color:#8fa8b2!important}
#msg_notice,#msg_warning,#msg_error,#msg_info{height:auto!important;line-height:1.45!important;background-image:none!important;padding:12px 14px!important;border-radius:10px!important}
#msg_notice{background:#0d211b!important;border-color:#286956!important;color:#bcefe1!important}#msg_warning{background:#211d13!important;border-color:#7a6335!important;color:#f4dba0!important}#msg_error{background:#231519!important;border-color:#7b3940!important;color:#ffc1c1!important}#msg_info{background:#0b1d26!important;border-color:#28536a!important;color:#b7deee!important}
#footer{width:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#718e99!important;text-align:left!important}
#poweredBy{display:none!important}
.fr-footer{border-top:1px solid rgba(40,75,91,.65);padding:26px 0;background:#061018}.fr-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;color:#718e99;font-size:13px}.fr-footer-links{display:flex;gap:18px}
@media(max-width:860px){.fr-header-inner{min-height:72px;flex-wrap:wrap;padding:10px 0}.fr-logo img{width:190px}.fr-nav{order:3;width:100%;overflow:auto;margin-left:0}.fr-user{margin-left:auto}.fr-main{padding-top:28px}.fr-hero{grid-template-columns:1fr;padding:34px}.fr-radar{display:none}.fr-hero h1{font-size:36px!important}.fr-cards{grid-template-columns:1fr}.fr-search form{flex-direction:column}.fr-footer-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.fr-header-inner,.fr-main,.fr-footer-inner{width:min(100% - 24px,1180px)}.fr-logo img{width:165px}.fr-user span{display:none}.fr-nav a{padding:8px 10px}.fr-hero{padding:26px 22px}.fr-hero h1{font-size:31px!important}.fr-hero p{font-size:16px}.fr-actions{flex-direction:column}.fr-btn{width:100%}.fr-panel{padding:20px}#ticketForm,#clientLogin{padding:18px;overflow:auto}table{font-size:13px}}
