@import 'tailwindcss';
@import url('./google-fonts.css');

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}

* {
    font-family: 'Vazir', 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0a0c15;
    min-height: 100vh;
    padding: 20px 0;
    position: relative;
    overflow-x: hidden;
}

/* افکت پس‌زمینه */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(45, 65, 120, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(100, 80, 150, 0.15) 0%, transparent 50%),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 8px);
    pointer-events: none;
    z-index: 0;
}

.mr-right{
    margin-right: auto !important;
}

.container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

.fs-8{
    font-size:8px !important;
}
.fs-9{
    font-size:9px !important;
}
.fs-10{
    font-size:10px !important;
}
.fs-11{
    font-size:11px !important;
}
.fs-12{
    font-size:12px !important;
}
.fs-13{
    font-size:13px !important;
}
.fs-14{
    font-size:14px !important;
}
.fs-15{
    font-size:15px !important;
}
.fs-17{
    font-size:17px !important;
}


.container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
}
.auth-card {
    background: rgba(20, 25, 40, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}
.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.auth-card .card-header {
    background: linear-gradient(145deg, rgba(45, 65, 120, 0.3), rgba(100, 80, 150, 0.3));
    border: none;
    padding: 20px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}
.auth-card .card-body {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
}
.form-label {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.95rem;
}
.form-control {
    background: rgba(10, 12, 21, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.form-control:focus {
    background: rgba(10, 12, 21, 0.9);
    border-color: rgba(100, 80, 150, 0.5);
    box-shadow: 0 0 20px rgba(100, 80, 150, 0.3);
    color: white;
    outline: none;
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form-control.is-invalid {
    border-color: rgba(231, 76, 60, 0.5);
}
.invalid-feedback {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 5px;
}
.btn-auth {
    background: linear-gradient(145deg, rgba(45, 65, 120, 0.8), rgba(100, 80, 150, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.btn-auth:hover {
    background: linear-gradient(145deg, rgba(60, 85, 150, 0.9), rgba(120, 100, 180, 0.9));
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(100, 80, 150, 0.4);
    border-color: rgba(255, 255, 255, 0.25);
}
.auth-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}
.auth-link:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.form-check-input {
    background-color: rgba(10, 12, 21, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-check-input:checked {
    background-color: rgba(100, 80, 150, 0.8);
    border-color: rgba(100, 80, 150, 0.8);
}
.form-check-label {
    color: rgba(255, 255, 255, 0.7);
}
.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    margin: 20px 0;
}

.shadow-positive {
    text-shadow: 1px 1px 5px rgba(0, 255, 0, 1) !important;
}
.shadow-negative {
    text-shadow: 1px 1px 5px rgba(255, 0, 0, 1) !important;
}
