*{box-sizing:border-box}
:root{
    --bg:#020906;
    --bg-soft:#06130d;
    --panel:rgba(4,21,13,.88);
    --panel-2:rgba(8,29,18,.82);
    --line:rgba(56,255,139,.22);
    --line-strong:rgba(56,255,139,.46);
    --green:#4cf58d;
    --green-2:#8bffad;
    --lime:#dff05a;
    --text:#f4fff8;
    --muted:#82a995;
    --danger:#ff7b7b;
    --shadow:0 22px 70px rgba(0,0,0,.34);
}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-height:100vh;
    background:
        radial-gradient(circle at 18% 4%,rgba(25,122,72,.16),transparent 34%),
        radial-gradient(circle at 82% 16%,rgba(125,255,83,.08),transparent 30%),
        linear-gradient(145deg,#010704 0%,#020b07 54%,#010604 100%);
    color:var(--text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x:hidden;
}
a{color:inherit}
button,input{font:inherit}
.ambient{position:fixed;border-radius:999px;filter:blur(110px);pointer-events:none;opacity:.14}
.ambient-one{width:280px;height:280px;background:#20ff78;left:-90px;top:230px}
.ambient-two{width:360px;height:360px;background:#c9ed3f;right:-180px;top:120px}
.topbar{
    width:min(1540px,calc(100% - 42px));
    margin:0 auto;
    min-height:104px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.brand{display:flex;align-items:center;text-decoration:none;min-width:230px}
.brand img{display:block;width:250px;max-height:64px;object-fit:contain;object-position:left center;border-radius:8px}
.brand-fallback{
    display:none;
    min-height:58px;
    padding:0 24px;
    align-items:center;
    border:1px solid var(--line-strong);
    border-radius:12px;
    background:linear-gradient(135deg,rgba(63,255,137,.16),rgba(222,240,90,.08));
    font-size:18px;
    font-weight:900;
    letter-spacing:.08em;
}
.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.status-pill,.user-pill,.button{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 17px;
    border-radius:14px;
    border:1px solid var(--line);
    text-decoration:none;
    font-weight:800;
    white-space:nowrap;
}
.status-pill,.user-pill{background:rgba(2,14,8,.72)}
.status-pill i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}
.user-pill b{color:var(--green)}
.button{cursor:pointer;transition:.2s ease}
.button:hover{transform:translateY(-1px);border-color:var(--line-strong)}
.button-dark{background:rgba(15,27,21,.82);color:var(--text)}
.button-primary{
    color:#06130a;
    border-color:transparent;
    background:linear-gradient(105deg,var(--lime),var(--green));
    box-shadow:0 10px 30px rgba(70,246,137,.12);
}
.page-shell{width:min(1540px,calc(100% - 42px));margin:0 auto}
.panel{
    border:1px solid var(--line);
    background:linear-gradient(145deg,rgba(3,19,11,.94),rgba(3,15,10,.84));
    box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.015);
    border-radius:20px;
}
.nav-panel{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:13px 18px 13px 22px;
}
.breadcrumbs{display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.breadcrumbs a{color:#b8d3c4;text-decoration:none}
.breadcrumbs a:first-child{color:#fff;font-weight:900}
.breadcrumbs strong{color:#fff}
.breadcrumbs span{color:#406c55}
.nav-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-grid{
    margin-top:18px;
    display:grid;
    grid-template-columns:minmax(0,2.2fr) minmax(320px,.95fr);
    gap:18px;
}
.hero{min-height:320px;padding:38px 40px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;position:relative}
.hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,transparent 0 49%,rgba(81,255,139,.04) 50%,transparent 51%),
        linear-gradient(0deg,transparent 0 49%,rgba(81,255,139,.03) 50%,transparent 51%);
    background-size:44px 44px;
    mask-image:linear-gradient(90deg,transparent,black);
}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:block;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.14em}
.hero h1{max-width:700px;margin:12px 0 12px;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.035em}
.hero p{max-width:720px;margin:0;color:#a9c7b7;font-size:17px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-art{position:relative;height:240px;z-index:1}
.orbit{position:absolute;border:1px solid rgba(75,255,143,.28);border-radius:50%;inset:50% auto auto 50%;transform:translate(-50%,-50%) rotateX(68deg)}
.orbit-a{width:330px;height:330px;box-shadow:0 0 35px rgba(67,255,136,.1)}
.orbit-b{width:220px;height:220px;border-color:rgba(225,240,90,.36)}
.hero-stack{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.hero-stack span{
    position:absolute;
    width:112px;height:112px;
    display:grid;place-items:center;
    border-radius:24px;
    border:1px solid var(--line-strong);
    background:linear-gradient(145deg,rgba(29,83,48,.92),rgba(3,20,11,.95));
    font-size:44px;
    box-shadow:0 20px 50px rgba(0,0,0,.4),0 0 40px rgba(68,255,137,.12);
}
.hero-stack span:nth-child(1){transform:translate(-70px,24px) rotate(-6deg)}
.hero-stack span:nth-child(2){transform:translate(72px,34px) rotate(7deg)}
.hero-stack span:nth-child(3){transform:translateY(-60px);color:var(--green)}
.system-panel{padding:20px}
.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.panel-title h2{font-size:19px;margin:0}
.live{font-size:13px;color:var(--green)}
.system-list{display:grid;gap:8px}
.system-list div{
    min-height:47px;
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    padding:0 14px;
    border:1px solid rgba(81,255,139,.14);
    border-radius:12px;
    background:rgba(2,13,8,.5);
    color:#b5cfc1;
}
.system-list strong{color:#fff}
.storage{margin-top:18px}
.storage>div:first-child{display:flex;justify-content:space-between;color:#a9c7b7;font-size:13px}
.progress{height:7px;margin-top:10px;background:#22362b;border-radius:999px;overflow:hidden}
.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--lime),var(--green));border-radius:inherit}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.stat-card{min-height:124px;padding:20px;display:flex;align-items:center;gap:17px}
.stat-icon{
    width:68px;height:68px;display:grid;place-items:center;flex:0 0 auto;
    border-radius:50%;
    color:var(--lime);
    font-size:28px;
    border:1px solid rgba(102,255,128,.58);
    background:radial-gradient(circle,rgba(82,255,132,.13),transparent 70%);
    box-shadow:0 0 28px rgba(55,255,132,.08);
}
.stat-card span{display:block;color:#a7c2b4;font-size:13px}
.stat-card strong{display:block;margin:2px 0;font-size:27px}
.stat-card small{color:#6f9581}
.tools-section{margin-top:18px;padding:26px}
.tools-header{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
.tools-header h2{margin:8px 0 6px;font-size:28px}
.tools-header p{margin:0;color:var(--muted)}
.search-box{
    min-width:min(100%,340px);
    height:48px;
    display:flex;align-items:center;gap:10px;
    padding:0 15px;
    border:1px solid var(--line);
    border-radius:14px;
    background:rgba(2,13,8,.78);
}
.search-box span{color:var(--green);font-size:22px}
.search-box input{width:100%;border:0;outline:0;background:transparent;color:#fff}
.search-box input::placeholder{color:#668b78}
.category-tabs{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0 18px}
.category-tabs button{
    min-height:39px;padding:0 15px;border-radius:999px;border:1px solid var(--line);
    color:#a7c5b5;background:#07170f;cursor:pointer;font-weight:800;
}
.category-tabs button.active{color:#061109;background:linear-gradient(100deg,var(--lime),var(--green));border-color:transparent}
.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tool-card{
    min-height:285px;
    display:flex;flex-direction:column;
    padding:18px;
    border:1px solid rgba(77,255,142,.16);
    border-radius:17px;
    background:linear-gradient(145deg,rgba(9,30,19,.92),rgba(4,18,11,.86));
    transition:.2s ease;
}
.tool-card:hover{transform:translateY(-3px);border-color:rgba(77,255,142,.42);box-shadow:0 18px 40px rgba(0,0,0,.25)}
.tool-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tool-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;font-size:27px;border:1px solid rgba(255,255,255,.07)}
.accent-green{background:rgba(62,255,133,.1)}
.accent-yellow{background:rgba(224,239,87,.1)}
.accent-blue{background:rgba(84,168,255,.12)}
.accent-purple{background:rgba(179,107,255,.12)}
.tool-status{padding:6px 10px;border-radius:999px;background:rgba(65,255,133,.1);color:var(--green);font-size:11px;font-weight:900}
.tool-status.soon{color:#e7ec82;background:rgba(229,238,93,.1)}
.tool-content{flex:1;padding:18px 0}
.tool-category{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tool-content h3{margin:7px 0 8px;font-size:20px}
.tool-content p{margin:0;color:#7fa08e;font-size:14px;line-height:1.55}
.tool-link{
    min-height:43px;display:flex;align-items:center;justify-content:space-between;
    padding:0 14px;border:1px solid var(--line);border-radius:12px;
    background:rgba(7,31,18,.88);color:#fff;text-decoration:none;font-weight:900;
}
.tool-link:hover{border-color:var(--line-strong);color:var(--green)}
.tool-link.disabled{justify-content:center;color:#587262;cursor:not-allowed}
.empty-result{display:none;text-align:center;padding:60px 20px;color:#789987}
.empty-result strong{display:block;color:#fff;font-size:20px;margin-bottom:7px}
.tips{margin-top:18px;padding:22px 26px}
.tip-title{font-size:19px}
.tip-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:18px}
.tip-list>div{display:flex;gap:12px;padding:0 20px;border-left:1px solid rgba(94,255,146,.16)}
.tip-list>div:first-child{padding-left:0;border-left:0}
.tip-list i{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--green);color:#05200d;font-style:normal;font-weight:1000}
.tip-list b,.tip-list small{display:block}
.tip-list b{color:var(--green-2)}
.tip-list small{margin-top:4px;color:#759480;line-height:1.5}
.tip-list code{color:#d9ef65}
.footer{
    width:min(1540px,calc(100% - 42px));
    margin:18px auto 0;
    min-height:74px;
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    color:#507260;font-size:13px;
}
@media(max-width:1180px){
    .hero-grid{grid-template-columns:1fr}
    .system-panel{order:2}
    .stats-grid,.tools-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
    .topbar{padding:18px 0;align-items:flex-start}
    .top-actions{display:none}
    .nav-panel,.tools-header{align-items:flex-start;flex-direction:column}
    .hero{grid-template-columns:1fr;padding:28px}
    .hero-art{height:220px}
    .stats-grid,.tools-grid,.tip-list{grid-template-columns:1fr}
    .tip-list>div{padding:14px 0;border-left:0;border-top:1px solid rgba(94,255,146,.14)}
    .tip-list>div:first-child{border-top:0}
}
@media(max-width:560px){
    .topbar,.page-shell,.footer{width:min(100% - 24px,1540px)}
    .brand img{width:215px}
    .nav-actions{width:100%}
    .nav-actions .button{flex:1}
    .hero h1{font-size:34px}
    .tools-section{padding:18px}
    .search-box{min-width:100%}
    .footer{flex-direction:column;justify-content:center}
}
