     /*=========================
ArabSeed Portal
==========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

background:#f4f6fb;

font-family:Cairo,Tahoma,sans-serif;

direction:rtl;

color:#333;

line-height:1.8;

}

a{

text-decoration:none;

color:inherit;

}

img{

max-width:100%;

display:block;

}


/*=========================
Container
==========================*/

.container{

width:95%;

max-width:1300px;

margin:40px auto;

}


/*=========================
Title
==========================*/

h1{

font-size:34px;

margin-bottom:30px;

font-weight:700;

}

h2{

font-size:22px;

margin-bottom:12px;

}


/*=========================
News Grid
==========================*/

.news-grid{

display:grid;

grid-template-columns:repeat(auto-fill,minmax(340px,1fr));

gap:30px;

}


/*=========================
Card
==========================*/

.news-card {
    /* background: #fff; */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(18, 24, 35, 0.84);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(10px);
}

.news-card:hover{

transform:translateY(-6px);

}

.news-card img{

height:220px;

width:100%;

object-fit:cover;

}


/*=========================
Body
==========================*/

.news-body{

padding:22px;

}

.news-body p{

color:#777;

margin:15px 0;

line-height:1.9;

}


/*=========================
Button
==========================*/

.read-more{

display:inline-block;

padding:12px 22px;

background:#2563eb;

color:#fff;

border-radius:8px;

margin-top:15px;

transition:.3s;

}

.read-more:hover{

background:#1d4ed8;

}


/*=========================
Article
==========================*/

.article {
    /* background: #fff; */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(18, 24, 35, 0.84);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(10px);
}

.article h1{

font-size:40px;

margin-bottom:15px;

}

.article .date{

color:#888;

margin-bottom:25px;

font-size:14px;

}

.cover{

margin-bottom:30px;

border-radius:10px;

}

.content{

font-size:18px;

line-height:2.2;

}

.content img{

margin:25px auto;

border-radius:10px;

}

.content iframe{

width:100%;

height:500px;

border:none;

margin:25px 0;

}


/*=========================
Alert
==========================*/

.alert{

background:#fff8e1;

padding:18px;

border-right:5px solid orange;

margin-bottom:30px;

border-radius:10px;

}


/*=========================
Footer
==========================*/

footer{

margin-top:70px;

padding:25px;

text-align:center;

background:#111827;

color:#fff;

}


/*=========================
Header
==========================*/

header{

background:#111827;

padding:18px 0;

margin-bottom:35px;

}

.header-inner{

width:95%;

max-width:1300px;

margin:auto;

display:flex;

justify-content:space-between;

align-items:center;

}

.logo{

font-size:28px;

font-weight:bold;

color:#fff;

}

.menu{

display:flex;

gap:20px;

}

.menu a{

color:#fff;

padding:10px;

transition:.3s;

}

.menu a:hover{

color:#60a5fa;

}


/*=========================
Responsive
==========================*/

@media(max-width:900px){

.news-grid{

grid-template-columns:1fr;

}

.header-inner{

display:block;

text-align:center;

}

.menu{

justify-content:center;

margin-top:15px;

flex-wrap:wrap;

}

.article{

padding:25px;

}

.article h1{

font-size:28px;

}

.content{

font-size:16px;

}

}
     
        * {
            box-sizing: border-box;
        }
        html,
        body {
            margin: 0;
            padding: 0;
            min-height: 100%;
            overflow-x: hidden;
        }
        body {
            direction: rtl;
            font-family: Tahoma, Arial, sans-serif;
            color: #fff;
            background: #0d111a;
        }
        .gate-page {
            position: relative;
            min-height: 100vh;
            padding: 32px 18px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .gate-bg {
            position: fixed;
            inset: 0;
            background-image: url("https://arabseeds.com/homeshot1.png");
            background-size: cover;
            background-position: center;
            opacity: 0.36;
            filter: blur(3px);
            transform: scale(1.04);
            z-index: 1;
        }
        .gate-bg:after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(13,17,26,0.97), rgba(13,17,26,0.80), rgba(13,17,26,0.96)),
                radial-gradient(circle at 80% 20%, rgba(202,34,33,0.22), transparent 35%);
        }
        .gate-shell {
            position: relative;
            z-index: 4;
            width: 100%;
            max-width: 1120px;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 22px;
            align-items: stretch;
        }
        .gate-hero,
        .gate-panel {
            border: 1px solid rgba(255,255,255,0.10);
            background: rgba(18, 24, 35, 0.84);
            border-radius: 26px;
            box-shadow: 0 18px 55px rgba(0,0,0,0.38);
            backdrop-filter: blur(10px);
        }
        .gate-hero {
            padding: 36px 34px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .brand-row {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 22px;
        }
        .brand-row img {
            width: 112px;
            height: auto;
            flex: 0 0 auto;
        }
        .brand-title h1 {
            margin: 0;
            font-size: 33px;
            line-height: 1.25;
            font-weight: 900;
        }
        .brand-title span {
            display: block;
            margin-top: 6px;
            color: rgba(255,255,255,0.68);
            font-size: 15px;
        }
        .lead-text {
            margin: 0;
            color: rgba(255,255,255,0.86);
            font-size: 17px;
            line-height: 1.95;
        }
        .quick-note {
            margin-top: 22px;
            padding: 14px 16px;
            border-radius: 16px;
            background: rgba(202,34,33,0.11);
            border: 1px solid rgba(202,34,33,0.62);
            color: rgba(255,255,255,0.88);
            font-size: 14px;
            line-height: 1.85;
        }
        .quick-note strong {
            color: #fff;
        }
        .old-links {
            direction: ltr;
            unicode-bidi: plaintext;
            display: inline-block;
            max-width: 100%;
            overflow-wrap: anywhere;
            word-break: break-word;
        }
        .gate-panel {
            padding: 28px 26px;
        }
        .panel-title {
            margin: 0 0 18px;
            text-align: center;
            color: #fff;
            font-size: 23px;
            line-height: 1.5;
            font-weight: 900;
        }
        .entry-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 22px;
        }
        .entry-buttons a {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 52px;
            padding: 12px 18px;
            border-radius: 16px;
            color: #fff;
            text-decoration: none;
            font-size: 17px;
            font-weight: 900;
            line-height: 1.4;
            border: 1px solid rgba(255,255,255,0.16);
            transition: 0.25s ease;
        }
        .entry-buttons a:hover {
            opacity: 0.88;
            transform: translateY(-2px);
        }
        .primary-btn {
            background: #ca2221;
        }
        .secondary-btn {
            background: rgba(255,255,255,0.10);
        }
        .search-box {
            margin-bottom: 22px;
        }
        .search-box form {
            display: grid;
            grid-template-columns: 1fr 92px;
            gap: 8px;
        }
        .search-box input[type="text"] {
            min-height: 46px;
            border: 1px solid rgba(255,255,255,0.13);
            border-radius: 14px;
            background: rgba(255,255,255,0.08);
            color: #fff;
            padding: 0 14px;
            outline: none;
            font-size: 14px;
            font-family: inherit;
        }
        .search-box input[type="text"]::placeholder {
            color: rgba(255,255,255,0.55);
        }
        .search-box input[type="submit"] {
            min-height: 46px;
            border: 0;
            border-radius: 14px;
            background: #ca2221;
            color: #fff;
            font-size: 15px;
            font-weight: 900;
            cursor: pointer;
            font-family: inherit;
        }
        .section-label {
            margin: 0 0 12px;
            text-align: center;
            color: #ff3535;
            font-size: 19px;
            font-weight: 900;
        }
        .category-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-bottom: 22px;
        }
        .category-list a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 8px 14px;
            border-radius: 30px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.08);
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            transition: 0.22s ease;
        }
        .category-list a:hover {
            background: #ca2221;
        }
        .social-strip {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
            padding-top: 18px;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .social-strip span {
            color: rgba(255,255,255,0.68);
            font-size: 14px;
        }
        .social-strip a {
            color: #fff;
            text-decoration: none;
            background: rgba(255,255,255,0.08);
            border-radius: 20px;
            padding: 7px 12px;
            font-size: 13px;
            font-weight: 700;
        }
        .footer-nav {
            position: relative;
            z-index: 4;
            width: 100%;
            max-width: 1120px;
            margin: 18px auto 0;
            padding: 14px;
            border-radius: 18px;
            background: rgba(18, 24, 35, 0.66);
            border: 1px solid rgba(255,255,255,0.08);
        }
        .footer-nav ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .footer-nav a {
            display: block;
            padding: 7px 12px;
            border-radius: 18px;
            color: rgba(255,255,255,0.76);
            text-decoration: none;
            background: rgba(255,255,255,0.06);
            font-size: 13px;
        }
        .copy {
            margin: 14px 0 0;
            text-align: center;
            color: rgba(255,255,255,0.55);
            font-size: 13px;
        }
        @media(max-width: 860px) {
            .gate-page {
                align-items: flex-start;
                padding: 18px 12px;
            }
            .gate-shell {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .gate-hero,
            .gate-panel {
                border-radius: 20px;
                padding: 24px 18px;
            }
            .brand-row {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
            .brand-row img {
                width: 118px;
            }
            .brand-title h1 {
                font-size: 28px;
            }
            .lead-text {
                text-align: center;
                font-size: 15px;
                line-height: 1.8;
            }
            .search-box form {
                grid-template-columns: 1fr;
            }
            .search-box input[type="submit"] {
                width: 100%;
            }
        }
        @media(max-width: 480px) {
            .panel-title {
                font-size: 21px;
            }
            .entry-buttons a {
                font-size: 15px;
            }
            .quick-note {
                font-size: 13px;
                line-height: 1.75;
            }
        }