 /* Back Button */
 .back-to-previous {
 position: absolute;
 top: 2rem;
 left: 2rem;
 display: flex;
 align-items: center;
 gap: 0.5rem;
 padding: 0.75rem 1.25rem;
 background: rgba(255, 255, 255, 0.15);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px); /* Tambahkan ini untuk Safari */
 border: 1px solid rgba(255, 255, 255, 0.3);
 border-radius: 0.75rem;
 color: white;
 font-size: 0.938rem;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
 z-index: 100;
 }


 .back-to-previous:hover {
 background: rgba(255, 255, 255, 0.25);
 transform: translateX(-4px);
 }

 .back-to-previous i {
 font-size: 1.125rem;
 }

 /* Register Hero Section */
 /* Register Hero Section */
 .register-hero-container {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 3rem;
 align-items: start;
 padding: 6rem 1rem 2rem;
 min-height: 100vh;
 }

 /* Left Column - Welcome */
 .register-welcome {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }

 .welcome-content {
 max-width: 500px;
 }

 .icon-badge {
 width: 80px;
 height: 80px;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 2rem;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px); /* Safari fix */
 border: 1px solid rgba(255, 255, 255, 0.3);
 }


 .icon-badge i {
 font-size: 2.5rem;
 color: white;
 }

 .welcome-title {
 font-size: 2.5rem;
 font-weight: 800;
 color: white;
 margin-bottom: 1.25rem;
 line-height: 1.2;
 }

 .welcome-description {
 font-size: 1.1rem;
 color: rgba(255, 255, 255, 0.95);
 line-height: 1.7;
 margin-bottom: 2rem;
 }

 .feature-list {
 display: grid;
 gap: 1rem;
 }

 .feature-item {
 display: flex;
 align-items: center;
 gap: 1rem;
 color: white;
 font-size: 1rem;
 }

 .feature-item i {
 font-size: 1.5rem;
 color: #4ade80;
 flex-shrink: 0;
 }

 /* Right Column - Register Form */
 .register-form-section {
 display: flex;
 justify-content: center;
 align-items: center;
 }

 .register-card {
 background: white;
 border-radius: 1.5rem;
 padding: 2.5rem;
 box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
 width: 100%;
 max-width: 480px;
 }

 .register-header {
 text-align: center;
 margin-bottom: 2rem;
 }

 .register-header h2 {
 font-size: 1.875rem;
 font-weight: 800;
 color: #667eea;
 margin-bottom: 0.5rem;
 }

 .register-header p {
 font-size: 0.938rem;
 color: #718096;
 margin: 0;
 }

 /* Form Styles */
 .register-form .form-group {
 margin-bottom: 1rem;
 }

 .register-form .form-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 1rem;
 }

 .register-form .form-row .form-group {
 margin-bottom: 0;
 }

 .register-form .form-label {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 font-size: 0.938rem;
 font-weight: 600;
 color: #2d3748;
 margin-bottom: 0.5rem;
 }

 .register-form .form-label i {
 color: #667eea;
 font-size: 1rem;
 }

 .register-form .form-control {
 width: 100%;
 padding: 0.75rem 1rem;
 font-size: 0.938rem;
 border: 2px solid #e2e8f0;
 border-radius: 0.75rem;
 transition: all 0.3s ease;
 background: #f7fafc;
 }

 .register-form .form-control:focus {
 outline: none;
 border-color: #667eea;
 background: #ffffff;
 box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
 }

 .register-form .form-control.is-invalid {
 border-color: #fc8181;
 background: #fff5f5;
 }

 .register-form .form-control::placeholder {
 color: #a0aec0;
 }

 .register-form .form-hint {
 display: block;
 margin-top: 0.375rem;
 font-size: 0.813rem;
 color: #718096;
 }

 .register-form .text-error {
 display: block;
 margin-top: 0.375rem;
 font-size: 0.813rem;
 color: #e53e3e;
 font-weight: 500;
 }

 .terms-notice {
 display: flex;
 gap: 0.75rem;
 padding: 0.875rem;
 background: #edf2f7;
 border-radius: 0.75rem;
 margin-bottom: 1.25rem;
 align-items: flex-start;
 }

 .terms-notice i {
 color: #667eea;
 font-size: 1rem;
 flex-shrink: 0;
 margin-top: 0.125rem;
 }

 .terms-notice p {
 margin: 0;
 font-size: 0.813rem;
 color: #4a5568;
 line-height: 1.5;
 }

 .terms-notice a {
 color: #667eea;
 text-decoration: none;
 font-weight: 600;
 }

 .terms-notice a:hover {
 text-decoration: underline;
 }

 .btn-register-submit {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.875rem;
 font-size: 1rem;
 font-weight: 700;
 color: white;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 border: none;
 border-radius: 0.75rem;
 cursor: pointer;
 transition: all 0.3s ease;
 box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
 }

 .btn-register-submit:hover {
 transform: translateY(-2px);
 box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
 }

 .btn-register-submit:active {
 transform: translateY(0);
 }

 .btn-register-submit i {
 font-size: 1.125rem;
 }

 .divider {
 display: flex;
 align-items: center;
 text-align: center;
 margin: 1rem 0;
 }

 .divider::before,
 .divider::after {
 content: '';
 flex: 1;
 border-bottom: 1px solid #e2e8f0;
 }

 .divider span {
 padding: 0 1rem;
 color: #a0aec0;
 font-size: 0.875rem;
 font-weight: 500;
 }

 .btn-login-link {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.75rem;
 font-size: 0.938rem;
 font-weight: 600;
 color: #4a5568;
 background: white;
 border: 2px solid #e2e8f0;
 border-radius: 0.75rem;
 text-decoration: none;
 transition: all 0.3s ease;
 }

 .btn-login-link:hover {
 background: #667eea;
 border-color: #667eea;
 color: white;
 transform: translateY(-2px);
 }

 .btn-login-link i {
 font-size: 1.125rem;
 }

 /* TABLET RESPONSIVE (768px - 992px) */
 @media (max-width: 992px) {
 .register-hero-container {
 grid-template-columns: 1fr;
 gap: 3rem;
 padding: 0 1.5rem;
 min-height: auto;
 }

 .register-welcome {
 text-align: center;
 }

 .welcome-content {
 max-width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 }

 .icon-badge {
 margin-bottom: 1.5rem;
 }

 .welcome-title {
 font-size: 2rem;
 }

 .welcome-description {
 font-size: 1rem;
 margin-bottom: 2rem;
 }

 .feature-list {
 max-width: 500px;
 width: 100%;
 }

 .register-card {
 max-width: 550px;
 }
 }

 /* MOBILE RESPONSIVE (max-width: 768px) */
 @media (max-width: 768px) {
 .back-to-previous {
 top: 1.5rem;
 left: 1.5rem;
 padding: 0.625rem 1rem;
 font-size: 0.875rem;
 }

 .hero-section {
 padding: 2.5rem 1rem;
 }

 .register-hero-container {
 gap: 2.5rem;
 padding: 0 1rem;
 }

 .icon-badge {
 width: 70px;
 height: 70px;
 border-radius: 1rem;
 }

 .icon-badge i {
 font-size: 2rem;
 }

 .welcome-title {
 font-size: 1.75rem;
 margin-bottom: 1rem;
 }

 .welcome-description {
 font-size: 0.938rem;
 margin-bottom: 1.75rem;
 }

 .feature-item {
 font-size: 0.938rem;
 }

 .feature-item i {
 font-size: 1.25rem;
 }

 .register-card {
 padding: 2rem 1.5rem;
 border-radius: 1.25rem;
 }

 .register-header h2 {
 font-size: 1.625rem;
 }

 .register-header p {
 font-size: 0.875rem;
 }

 .register-form .form-row {
 grid-template-columns: 1fr;
 }

 .register-form .form-row .form-group {
 margin-bottom: 1rem;
 }

 .register-form .form-row .form-group:last-child {
 margin-bottom: 0;
 }
 }

 /* SMALL MOBILE (max-width: 576px) */
 @media (max-width: 576px) {
 .back-to-previous {
 top: 1rem;
 left: 1rem;
 padding: 0.5rem 0.875rem;
 font-size: 0.813rem;
 }

 .back-to-previous span {
 display: none;
 }

 .hero-section {
 padding: 2rem 0.875rem;
 }

 .register-hero-container {
 gap: 2rem;
 padding: 0 0.875rem;
 }

 .icon-badge {
 width: 60px;
 height: 60px;
 }

 .icon-badge i {
 font-size: 1.75rem;
 }

 .welcome-title {
 font-size: 1.5rem;
 }

 .welcome-description {
 font-size: 0.875rem;
 line-height: 1.6;
 margin-bottom: 1.5rem;
 }

 .feature-list {
 gap: 0.75rem;
 }

 .feature-item {
 font-size: 0.875rem;
 }

 .feature-item i {
 font-size: 1.125rem;
 }

 .register-card {
 padding: 1.75rem 1.25rem;
 border-radius: 1rem;
 }

 .register-header {
 margin-bottom: 1.75rem;
 }

 .register-header h2 {
 font-size: 1.5rem;
 }

 .register-header p {
 font-size: 0.813rem;
 }

 .register-form .form-group {
 margin-bottom: 1rem;
 }

 .register-form .form-label {
 font-size: 0.875rem;
 }

 .register-form .form-control {
 padding: 0.75rem 0.875rem;
 font-size: 0.875rem;
 }

 .register-form .form-hint {
 font-size: 0.75rem;
 }

 .register-form .text-error {
 font-size: 0.75rem;
 }

 .terms-notice {
 padding: 0.75rem;
 gap: 0.625rem;
 }

 .terms-notice i {
 font-size: 0.938rem;
 }

 .terms-notice p {
 font-size: 0.75rem;
 }

 .btn-register-submit {
 padding: 0.75rem;
 font-size: 0.938rem;
 }

 .btn-login-link {
 padding: 0.625rem;
 font-size: 0.875rem;
 }

 .divider {
 margin: 1rem 0;
 }

 .divider span {
 font-size: 0.813rem;
 }
 }

 /* EXTRA SMALL MOBILE (max-width: 400px) */
 @media (max-width: 400px) {
 .register-card {
 padding: 1.5rem 1rem;
 }

 .welcome-title {
 font-size: 1.375rem;
 }

 .register-header h2 {
 font-size: 1.375rem;
 }
 }
 /* Back Button */
 .back-to-previous {
 position: absolute;
 top: 2rem;
 left: 2rem;
 display: flex;
 align-items: center;
 gap: 0.5rem;
 padding: 0.75rem 1.25rem;
 background: rgba(255, 255, 255, 0.15);
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.3);
 border-radius: 0.75rem;
 color: white;
 font-size: 0.938rem;
 font-weight: 600;
 cursor: pointer;
 text-decoration: none;
 transition: all 0.3s ease;
 z-index: 100;
 }

 .back-to-previous:hover {
 background: rgba(255, 255, 255, 0.25);
 color: white;
 transform: translateX(-4px);
 }

 .back-to-previous i {
 font-size: 1.125rem;
 }

 /* Reset Hero Section */
 .reset-hero-container {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 3rem;
 align-items: start;
 padding: 6rem 1rem 2rem;
 min-height: 100vh;
 }

 /* Left Column - Info */
 .reset-info {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 padding-top: 2rem;
 }

 .info-content {
 max-width: 500px;
 }

 .icon-badge {
 width: 80px;
 height: 80px;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 2rem;
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.3);
 }

 .icon-badge i {
 font-size: 2.5rem;
 color: white;
 }

 .info-title {
 font-size: 2.5rem;
 font-weight: 800;
 color: white;
 margin-bottom: 1.25rem;
 line-height: 1.2;
 }

 .info-description {
 font-size: 1.1rem;
 color: rgba(255, 255, 255, 0.95);
 line-height: 1.7;
 margin-bottom: 2rem;
 }

 .feature-list {
 display: grid;
 gap: 1rem;
 }

 .feature-item {
 display: flex;
 align-items: center;
 gap: 1rem;
 color: white;
 font-size: 1rem;
 }

 .feature-item i {
 font-size: 1.5rem;
 color: #4ade80;
 flex-shrink: 0;
 }

 /* Right Column - Reset Form */
 .reset-form-section {
 display: flex;
 justify-content: center;
 align-items: flex-start;
 padding-top: 2rem;
 }

 .reset-card {
 background: white;
 border-radius: 1.5rem;
 padding: 2.5rem;
 box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
 width: 100%;
 max-width: 480px;
 }

 .reset-header {
 text-align: center;
 margin-bottom: 2rem;
 }

 .header-icon {
 width: 70px;
 height: 70px;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 border-radius: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 1.5rem;
 box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
 }

 .header-icon i {
 font-size: 2rem;
 color: white;
 }

 .reset-header h2 {
 font-size: 1.875rem;
 font-weight: 800;
 color: #667eea;
 margin-bottom: 0.5rem;
 }

 .reset-header p {
 font-size: 0.938rem;
 color: #718096;
 margin: 0;
 line-height: 1.5;
 }

 /* Alert Styles */
 .alert-error,
 .alert-success {
 display: flex;
 gap: 0.875rem;
 padding: 1rem;
 border-radius: 0.75rem;
 margin-bottom: 1.5rem;
 align-items: flex-start;
 animation: slideDown 0.3s ease;
 }

 .alert-error {
 background: #fff5f5;
 border: 1px solid #fc8181;
 }

 .alert-success {
 background: #f0fdf4;
 border: 1px solid #4ade80;
 }

 .alert-error i {
 color: #e53e3e;
 font-size: 1.25rem;
 flex-shrink: 0;
 margin-top: 0.125rem;
 }

 .alert-success i {
 color: #22c55e;
 font-size: 1.25rem;
 flex-shrink: 0;
 margin-top: 0.125rem;
 }

 .alert-error div,
 .alert-success div {
 flex: 1;
 }

 .alert-error strong,
 .alert-success strong {
 display: block;
 font-size: 0.938rem;
 font-weight: 700;
 margin-bottom: 0.25rem;
 }

 .alert-error strong {
 color: #e53e3e;
 }

 .alert-success strong {
 color: #22c55e;
 }

 .alert-error p,
 .alert-success p {
 font-size: 0.875rem;
 margin: 0;
 line-height: 1.5;
 }

 .alert-error p {
 color: #c53030;
 }

 .alert-success p {
 color: #16a34a;
 }

 @keyframes slideDown {
 from {
 opacity: 0;
 transform: translateY(-10px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
 }

 /* Form Styles */
 .reset-form .form-group {
 margin-bottom: 1.5rem;
 }

 .reset-form .form-label {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 font-size: 0.938rem;
 font-weight: 600;
 color: #2d3748;
 margin-bottom: 0.5rem;
 }

 .reset-form .form-label i {
 color: #667eea;
 font-size: 1rem;
 }

 .reset-form .form-control {
 width: 100%;
 padding: 0.875rem 1rem;
 font-size: 0.938rem;
 border: 2px solid #e2e8f0;
 border-radius: 0.75rem;
 transition: all 0.3s ease;
 background: #f7fafc;
 }

 .reset-form .form-control:focus {
 outline: none;
 border-color: #667eea;
 background: #ffffff;
 box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
 }

 .reset-form .form-control.is-invalid {
 border-color: #fc8181;
 background: #fff5f5;
 }

 .reset-form .form-control::placeholder {
 color: #a0aec0;
 }

 .reset-form .form-hint {
 display: flex;
 align-items: center;
 gap: 0.375rem;
 margin-top: 0.5rem;
 font-size: 0.813rem;
 color: #718096;
 }

 .reset-form .form-hint i {
 font-size: 0.875rem;
 color: #667eea;
 }

 .reset-form .text-error {
 display: block;
 margin-top: 0.375rem;
 font-size: 0.813rem;
 color: #e53e3e;
 font-weight: 500;
 }

 .info-notice {
 display: flex;
 gap: 0.75rem;
 padding: 0.875rem;
 background: #fffbeb;
 border: 1px solid #fbbf24;
 border-radius: 0.75rem;
 margin-bottom: 1.5rem;
 align-items: flex-start;
 }

 .info-notice i {
 color: #f59e0b;
 font-size: 1rem;
 flex-shrink: 0;
 margin-top: 0.125rem;
 }

 .info-notice p {
 margin: 0;
 font-size: 0.813rem;
 color: #92400e;
 line-height: 1.5;
 }

 .btn-reset-submit {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.875rem;
 font-size: 1rem;
 font-weight: 700;
 color: white;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 border: none;
 border-radius: 0.75rem;
 cursor: pointer;
 transition: all 0.3s ease;
 box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
 }

 .btn-reset-submit:hover {
 transform: translateY(-2px);
 box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
 }

 .btn-reset-submit:active {
 transform: translateY(0);
 }

 .btn-reset-submit i {
 font-size: 1.125rem;
 }

 .divider {
 display: flex;
 align-items: center;
 text-align: center;
 margin: 1.25rem 0;
 }

 .divider::before,
 .divider::after {
 content: '';
 flex: 1;
 border-bottom: 1px solid #e2e8f0;
 }

 .divider span {
 padding: 0 1rem;
 color: #a0aec0;
 font-size: 0.875rem;
 font-weight: 500;
 }

 .btn-back-link {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.75rem;
 font-size: 0.938rem;
 font-weight: 600;
 color: #4a5568;
 background: white;
 border: 2px solid #e2e8f0;
 border-radius: 0.75rem;
 text-decoration: none;
 transition: all 0.3s ease;
 }

 .btn-back-link:hover {
 background: #667eea;
 border-color: #667eea;
 color: white;
 transform: translateY(-2px);
 }

 .btn-back-link i {
 font-size: 1.125rem;
 }

 /* TABLET RESPONSIVE (768px - 992px) */
 @media (max-width: 992px) {
 .reset-hero-container {
 grid-template-columns: 1fr;
 gap: 3rem;
 padding: 0 1.5rem;
 }

 .reset-info {
 text-align: center;
 padding-top: 0;
 }

 .info-content {
 max-width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 }

 .icon-badge {
 margin-bottom: 1.5rem;
 }

 .info-title {
 font-size: 2rem;
 }

 .info-description {
 font-size: 1rem;
 }

 .feature-list {
 max-width: 500px;
 width: 100%;
 }

 .reset-form-section {
 padding-top: 0;
 }

 .reset-card {
 max-width: 550px;
 }
 }

 /* MOBILE RESPONSIVE (max-width: 768px) */
 @media (max-width: 768px) {
 .back-to-previous {
 top: 1.5rem;
 left: 1.5rem;
 padding: 0.625rem 1rem;
 font-size: 0.875rem;
 }

 .hero-section {
 padding: 2.5rem 1rem;
 }

 .reset-hero-container {
 gap: 2.5rem;
 padding: 0 1rem;
 }

 .icon-badge {
 width: 70px;
 height: 70px;
 border-radius: 1rem;
 }

 .icon-badge i {
 font-size: 2rem;
 }

 .info-title {
 font-size: 1.75rem;
 margin-bottom: 1rem;
 }

 .info-description {
 font-size: 0.938rem;
 margin-bottom: 1.75rem;
 }

 .feature-item {
 font-size: 0.938rem;
 }

 .feature-item i {
 font-size: 1.25rem;
 }

 .reset-card {
 padding: 2rem 1.5rem;
 border-radius: 1.25rem;
 }

 .header-icon {
 width: 60px;
 height: 60px;
 margin-bottom: 1.25rem;
 }

 .header-icon i {
 font-size: 1.75rem;
 }

 .reset-header h2 {
 font-size: 1.625rem;
 }

 .reset-header p {
 font-size: 0.875rem;
 }
 }

 /* SMALL MOBILE (max-width: 576px) */
 @media (max-width: 576px) {
 .back-to-previous {
 top: 1rem;
 left: 1rem;
 padding: 0.5rem 0.875rem;
 font-size: 0.813rem;
 }

 .back-to-previous span {
 display: none;
 }

 .hero-section {
 padding: 2rem 0.875rem;
 }

 .reset-hero-container {
 gap: 2rem;
 padding: 0 0.875rem;
 }

 .icon-badge {
 width: 60px;
 height: 60px;
 }

 .icon-badge i {
 font-size: 1.75rem;
 }

 .info-title {
 font-size: 1.5rem;
 }

 .info-description {
 font-size: 0.875rem;
 line-height: 1.6;
 margin-bottom: 1.5rem;
 }

 .feature-list {
 gap: 0.75rem;
 }

 .feature-item {
 font-size: 0.875rem;
 }

 .feature-item i {
 font-size: 1.125rem;
 }

 .reset-card {
 padding: 1.75rem 1.25rem;
 border-radius: 1rem;
 }

 .header-icon {
 width: 55px;
 height: 55px;
 margin-bottom: 1rem;
 }

 .header-icon i {
 font-size: 1.5rem;
 }

 .reset-header {
 margin-bottom: 1.75rem;
 }

 .reset-header h2 {
 font-size: 1.5rem;
 }

 .reset-header p {
 font-size: 0.813rem;
 }

 .alert-error,
 .alert-success {
 padding: 0.875rem;
 gap: 0.75rem;
 }

 .alert-error i,
 .alert-success i {
 font-size: 1.125rem;
 }

 .alert-error strong,
 .alert-success strong {
 font-size: 0.875rem;
 }

 .alert-error p,
 .alert-success p {
 font-size: 0.813rem;
 }

 .reset-form .form-group {
 margin-bottom: 1.25rem;
 }

 .reset-form .form-label {
 font-size: 0.875rem;
 }

 .reset-form .form-control {
 padding: 0.75rem 0.875rem;
 font-size: 0.875rem;
 }

 .reset-form .form-hint {
 font-size: 0.75rem;
 }

 .reset-form .text-error {
 font-size: 0.75rem;
 }

 .info-notice {
 padding: 0.75rem;
 gap: 0.625rem;
 margin-bottom: 1.25rem;
 }

 .info-notice i {
 font-size: 0.938rem;
 }

 .info-notice p {
 font-size: 0.75rem;
 }

 .btn-reset-submit {
 padding: 0.75rem;
 font-size: 0.938rem;
 }

 .btn-back-link {
 padding: 0.625rem;
 font-size: 0.875rem;
 }

 .divider {
 margin: 1rem 0;
 }

 .divider span {
 font-size: 0.813rem;
 }
 }

 /* EXTRA SMALL MOBILE (max-width: 400px) */
 @media (max-width: 400px) {
 .reset-card {
 padding: 1.5rem 1rem;
 }

 .info-title {
 font-size: 1.375rem;
 }

 .reset-header h2 {
 font-size: 1.375rem;
 }

 .header-icon {
 width: 50px;
 height: 50px;
 }

 .header-icon i {
 font-size: 1.375rem;
 }
 }
 * {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 }

 body {
 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 background: #f8f9fa;
 }

 /* Hero Section */
 .hero-section {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
 min-height: 100vh;
 display: flex;
 align-items: center;
 padding: 2rem 1rem;
 }

 .hero-container {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 4rem;
 align-items: center;
 }

 /* Left Column - Welcome */
 .welcome-section {
 display: flex;
 flex-direction: column;
 }

 .logo-container {
 display: flex;
 align-items: center;
 gap: 1.25rem;
 margin-bottom: 2rem;
 }

 .logo-icon {
 width: 80px;
 height: 80px;
 background: white;
 border-radius: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: center;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
 flex-shrink: 0;
 }

 .logo-icon i {
 font-size: 3rem;
 color: #667eea;
 }

 .logo-text {
 display: flex;
 flex-direction: column;
 }

 .logo-text h1 {
 font-size: 2rem;
 font-weight: 800;
 margin: 0;
 line-height: 1.2;
 }

 .logo-text p {
 font-size: 1rem;
 margin: 0;
 opacity: 0.9;
 font-weight: 500;
 }

 .welcome-section .description {
 font-size: 1.1rem;
 line-height: 1.8;
 margin-bottom: 2.5rem;
 opacity: 0.95;
 }

 /* Service Cards */
 .service-cards {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.25rem;
 padding-top: 2rem;
 }

 /* Service Card Base */
 .service-card {
 background: rgba(255, 255, 255, 0.12);
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 0.875rem;
 padding: 0.75rem;
 text-align: center;
 color: white;
 text-decoration: none;
 transition: all 0.3s ease;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 min-height: 85px;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 font-size: 0.8rem;
 }

 .service-card i {
 font-size: 1.25rem;
 margin-bottom: 0.375rem;
 }

 .service-card span {
 font-size: 0.875rem;
 }

 .dropdown-menu .dropdown-item {
 padding: 0.5rem 0.75rem;
 font-size: 0.813rem;
 }

 .dropdown-menu .dropdown-item i {
 font-size: 0.875rem;
 }

 .service-card:hover {
 background: rgba(255, 255, 255, 0.2);
 transform: translateY(-5px);
 border-color: rgba(255, 255, 255, 0.4);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 }

 .service-card i {
 color: white;
 font-size: 2.5rem;
 margin-bottom: 1rem;
 }

 .service-card span {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: white;
 font-size: 1.2rem;
 font-weight: 600;
 line-height: 1.3;
 }

 /* Dropdown Container - Sama seperti card biasa */
 .service-card.dropdown {
 position: relative;
 padding: 2rem; /* Kembalikan padding */
 background: rgba(255, 255, 255, 0.12); /* Sama dengan card biasa */
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 1.25rem;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 z-index: 1;
 }

 .service-card.dropdown:hover {
 background: rgba(255, 255, 255, 0.2);
 transform: translateY(-5px);
 border-color: rgba(255, 255, 255, 0.4);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 }

 /* Saat dropdown terbuka, naikkan z-index */
 .service-card.dropdown.show {
 z-index: 100000;
 }

 /* Dropdown Button - Hapus background biar transparan */
 .dropdown-toggle-custom {
 width: 100%;
 background: transparent; /* Transparan */
 border: none; /* Hapus border */
 padding: 0;
 color: white !important;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 1rem;
 cursor: pointer;
 transition: none; /* Hapus transition agar tidak bentrok */
 }

 .dropdown-toggle-custom:hover {
 background: transparent; /* Tetap transparan */
 transform: none; /* Hapus transform */
 border: none;
 box-shadow: none;
 color: white !important;
 }

 .dropdown-toggle-custom::after {
 display: none;
 }

 .dropdown-toggle-custom i {
 font-size: 2.5rem;
 color: white !important;
 }

 .dropdown-toggle-custom span {
 font-size: 1rem;
 font-weight: 600;
 color: white !important;
 }

 /* Dropdown Menu - Background Putih dengan z-index sangat tinggi */
 .service-card .dropdown-menu {
 position: absolute;
 bottom: calc(100% + 0.5rem);
 left: 50%;
 transform: translateX(-50%);
 min-width: 240px;
 padding: 0.5rem;
 border-radius: 0.875rem;
 border: 2px solid rgba(0, 0, 0, 0.15);
 box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.25);
 background: white;
 z-index: 100001 !important;
 }

 .service-card .dropdown-item {
 display: flex;
 align-items: center;
 padding: 0.75rem 1rem;
 border-radius: 0.5rem;
 transition: all 0.2s ease;
 font-size: 0.9rem;
 font-weight: 500;
 color: #333;
 white-space: nowrap;
 }

 .service-card .dropdown-item:hover {
 background: rgba(0, 0, 0, 0.05);
 color: #000;
 transform: translateX(4px);
 }

 .service-card .dropdown-item i {
 color: #333;
 font-size: 1.1rem;
 }

 /* Mobile Responsive */
 @media (max-width: 576px) {
 .service-cards {
 padding-top: 1.5rem;
 gap: 0.75rem;
 }

 .service-card {
 min-height: 110px;
 padding: 1.25rem;
 border-radius: 1rem;
 }

 .service-card i {
 font-size: 1.8rem;
 margin-bottom: 0.6rem;
 }

 .service-card span {
 font-size: 0.85rem;
 }

 .service-card.dropdown {
 padding: 1.25rem;
 border-radius: 1rem;
 }

 .dropdown-toggle-custom i {
 font-size: 1.8rem;
 }

 .dropdown-toggle-custom span {
 font-size: 0.85rem;
 }

 .service-card .dropdown-menu {
 min-width: 200px;
 padding: 0.4rem;
 bottom: calc(100% + 0.4rem);
 }

 .service-card .dropdown-item {
 padding: 0.65rem 0.85rem;
 font-size: 0.85rem;
 }

 .service-card .dropdown-item i {
 font-size: 1rem;
 }
 }

 @media (max-width: 400px) {
 .service-card .dropdown-menu {
 min-width: 180px;
 }

 .service-card .dropdown-item {
 padding: 0.6rem 0.75rem;
 font-size: 0.8rem;
 }
 }

 /* Right Column - Login Card */
 .login-section {
 display: flex;
 justify-content: center;
 align-items: center;
 }

 .login-card {
 background: white;
 border-radius: 1.5rem;
 padding: 2rem;
 box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
 width: 100%;
 max-width: 420px;
 }

 .login-header {
 text-align: center;
 margin-bottom: 1.75rem;
 }

 .login-header h2 {
 font-size: 1.75rem;
 font-weight: 800;
 color: #667eea;
 margin-bottom: 0.35rem;
 }

 .login-header p {
 font-size: 0.9rem;
 color: #666;
 margin: 0;
 }

 .form-group {
 margin-bottom: 1.25rem;
 }

 .form-label {
 color: #333;
 font-weight: 600;
 margin-bottom: 0.6rem;
 font-size: 1rem;
 display: block;
 }

 .form-control {
 border: 2px solid #e8e8e8;
 border-radius: 0.875rem;
 padding: 0.75rem 1rem;
 font-size: 0.95rem;
 transition: all 0.3s ease;
 width: 100%;
 }

 .form-control:focus {
 border-color: #667eea;
 box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
 outline: none;
 }

 .form-control::placeholder {
 color: #aaa;
 }

 .btn-login {
 background: linear-gradient(135deg, #667eea, #764ba2);
 border: none;
 color: white;
 font-weight: 700;
 padding: 0.85rem;
 border-radius: 0.875rem;
 transition: all 0.3s ease;
 font-size: 0.95rem;
 width: 100%;
 cursor: pointer;
 margin-bottom: 0.85rem;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 }

 .btn-login:hover {
 transform: translateY(-2px);
 box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
 }

 .btn-register {
 background: white;
 border: 2px solid #e8e8e8;
 color: #333;
 font-weight: 700;
 padding: 0.85rem;
 border-radius: 0.875rem;
 transition: all 0.3s ease;
 text-decoration: none;
 font-size: 0.95rem;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 cursor: pointer;
 }

 .btn-register:hover {
 background: #667eea;
 border-color: #667eea;
 color: white;
 transform: translateY(-2px);
 }

 .checkbox-group {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 1.5rem;
 }

 .form-check {
 display: flex;
 align-items: center;
 }

 .form-check-input {
 width: 1.2rem;
 height: 1.2rem;
 margin-right: 0.6rem;
 cursor: pointer;
 border: 2px solid #e0e0e0;
 border-radius: 0.4rem;
 accent-color: #667eea;
 }

 .form-check-label {
 font-size: 0.95rem;
 cursor: pointer;
 color: #555;
 margin-bottom: 0;
 }

 .forgot-password {
 color: #667eea;
 text-decoration: none;
 font-weight: 600;
 font-size: 0.95rem;
 transition: color 0.3s ease;
 }

 .forgot-password:hover {
 color: #764ba2;
 text-decoration: underline;
 }

 .divider {
 display: flex;
 align-items: center;
 margin: 1.25rem 0;
 color: #999;
 }

 .divider::before,
 .divider::after {
 content: '';
 flex: 1;
 height: 1px;
 background: #e8e8e8;
 }

 .divider span {
 padding: 0 1.25rem;
 font-weight: 500;
 font-size: 0.95rem;
 }

 .alert-custom {
 border-radius: 1rem;
 border: none;
 padding: 1rem 1.25rem;
 font-weight: 500;
 margin-bottom: 1.5rem;
 font-size: 0.95rem;
 }

 .alert-danger {
 background: #ffe5e5;
 color: #c33;
 }

 .alert-info {
 background: #e5f5ff;
 color: #039;
 }

 .text-error {
 color: #c33;
 font-size: 0.875rem;
 margin-top: 0.5rem;
 }

 /* Footer */
 .footer {
 background: #2c3e50;
 color: white;
 padding: 4rem 1rem 2rem;
 margin-top:0;
 }

 .footer-content {
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3rem;
 margin-bottom: 2.5rem;
 }

 .footer-section h3 {
 font-size: 1.15rem;
 font-weight: 700;
 margin-bottom: 1.25rem;
 color: #667eea;
 }

 .footer-section p {
 font-size: 0.95rem;
 line-height: 1.7;
 opacity: 0.85;
 }

 .footer-links {
 list-style: none;
 }

 .footer-links li {
 margin-bottom: 0.75rem;
 }

 .footer-links a {
 color: white;
 text-decoration: none;
 font-size: 0.95rem;
 opacity: 0.85;
 transition: all 0.3s ease;
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 }

 .footer-links a:hover {
 opacity: 1;
 padding-left: 0.5rem;
 }

 .social-links {
 display: flex;
 gap: 1rem;
 margin-top: 1.25rem;
 }

 .social-links a {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 2.5rem;
 height: 2.5rem;
 background: rgba(255, 255, 255, 0.1);
 border-radius: 0.6rem;
 color: white;
 text-decoration: none;
 transition: all 0.3s ease;
 }

 .social-links a:hover {
 background: #667eea;
 transform: translateY(-3px);
 }

 .footer-divider {
 height: 1px;
 background: rgba(255, 255, 255, 0.15);
 margin: 2.5rem 0;
 }

 .footer-bottom {
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size: 0.9rem;
 opacity: 0.75;
 max-width: 1200px;
 margin: 0 auto;
 flex-wrap: wrap;
 gap: 1rem;
 }

 .footer-bottom p {
 margin-bottom: 0;
 }

 .footer-bottom a {
 color: white;
 opacity: 0.75;
 text-decoration: none;
 transition: opacity 0.3s ease;
 }

 .footer-bottom a:hover {
 opacity: 1;
 }

 /* TABLET RESPONSIVE */
 @media (max-width: 992px) {

 .hero-container {
 grid-template-columns: 1fr;
 gap: 3rem;
 }

 .hero-section {
 min-height: auto;
 padding: 3rem 1.5rem;
 }

 .logo-container {
 justify-content: center;
 }

 .logo-text h1 {
 font-size: 1.8rem;
 }

 .welcome-section .description {
 font-size: 1rem;
 text-align: center;
 }

 .service-cards {
 max-width: 500px;
 margin: 0 auto;
 }

 .login-card {
 max-width: 500px;
 }

 .footer-content {
 grid-template-columns: repeat(2, 1fr);
 gap: 2rem;
 }
 }

 /* MOBILE RESPONSIVE */
 @media (max-width: 576px) {
 .hero-section {
 padding: 2rem 1rem;
 }

 .hero-container {
 gap: 2rem;
 }

 .logo-container {
 flex-direction: column;
 text-align: center;
 gap: 1rem;
 margin-bottom: 1.5rem;
 }

 .logo-icon {
 width: 65px;
 height: 65px;
 border-radius: 1rem;
 }

 .logo-icon i {
 font-size: 2.2rem;
 }

 .logo-text h1 {
 font-size: 1.4rem;
 }

 .logo-text p {
 font-size: 0.85rem;
 }

 .welcome-section .description {
 font-size: 0.9rem;
 line-height: 1.6;
 margin-bottom: 1.5rem;
 }

 .service-cards {
 gap: 0.75rem;
 }

 .service-card {
 min-height: 110px;
 padding: 1.25rem;
 border-radius: 1rem;
 }

 .service-card i {
 font-size: 1.8rem;
 margin-bottom: 0.6rem;
 }

 .service-card span {
 font-size: 0.85rem;
 }

 .login-card {
 padding: 2rem 1.5rem;
 border-radius: 1.5rem;
 }

 .login-header {
 margin-bottom: 2rem;
 }

 .login-header h2 {
 font-size: 1.5rem;
 }

 .login-header p {
 font-size: 0.85rem;
 }

 .form-group {
 margin-bottom: 1.25rem;
 }

 .form-label {
 font-size: 0.9rem;
 }

 .form-control {
 padding: 0.8rem 1rem;
 font-size: 0.95rem;
 }

 .btn-login,
 .btn-register {
 padding: 0.85rem;
 font-size: 0.95rem;
 }

 .checkbox-group {
 flex-direction: column;
 align-items: flex-start;
 gap: 0.75rem;
 margin-bottom: 1.5rem;
 }

 .form-check-label,
 .forgot-password {
 font-size: 0.85rem;
 }

 .divider {
 margin: 1.5rem 0;
 }

 .footer-content {
 grid-template-columns: 1fr;
 gap: 2rem;
 }

 .footer {
 padding: 2.5rem 1rem 1.5rem;
 margin-top: 0;
 }

 .footer-section h3 {
 font-size: 1rem;
 }

 .footer-section p {
 font-size: 0.85rem;
 }

 .footer-bottom {
 flex-direction: column;
 text-align: center;
 font-size: 0.8rem;
 }
 }
 .hero-section {
 min-height: 100vh;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 2rem 1rem;
 }

 .status-container {
 width: 100%;
 max-width: 550px;
 margin: 0 auto;
 }

 .status-card {
 background: white;
 border-radius: 1.5rem;
 padding: 3rem 2.5rem;
 box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
 text-align: center;
 animation: fadeInUp 0.5s ease;
 }

 @keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translateY(20px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
 }

 /* Status Icon */
 .status-icon {
 width: 100px;
 height: 100px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 2rem;
 animation: scaleIn 0.5s ease 0.2s backwards;
 }

 @keyframes scaleIn {
 from {
 transform: scale(0);
 }

 to {
 transform: scale(1);
 }
 }

 .status-icon.success {
 background: linear-gradient(135deg, #10b981 0%, #059669 100%);
 box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
 }

 .status-icon.error {
 background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
 box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
 }

 .status-icon i {
 font-size: 3.5rem;
 color: white;
 }

 /* Status Title */
 .status-title {
 font-size: 2rem;
 font-weight: 800;
 margin-bottom: 1rem;
 animation: fadeIn 0.5s ease 0.3s backwards;
 }

 @keyframes fadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
 }

 .success-title {
 color: #10b981;
 }

 .error-title {
 color: #f59e0b;
 }

 /* Status Message */
 .status-message {
 font-size: 1rem;
 color: #4a5568;
 line-height: 1.6;
 margin-bottom: 2rem;
 animation: fadeIn 0.5s ease 0.4s backwards;
 }

 /* Info Box */
 .info-box {
 display: flex;
 gap: 1rem;
 padding: 1.25rem;
 border-radius: 1rem;
 margin-bottom: 2rem;
 text-align: left;
 align-items: flex-start;
 animation: fadeIn 0.5s ease 0.5s backwards;
 }

 .success-box {
 background: #f0fdf4;
 border: 2px solid #10b981;
 }

 .error-box {
 background: #fffbeb;
 border: 2px solid #f59e0b;
 }

 .info-box i {
 font-size: 1.5rem;
 flex-shrink: 0;
 margin-top: 0.125rem;
 }

 .success-box i {
 color: #10b981;
 }

 .error-box i {
 color: #f59e0b;
 }

 .info-box div {
 flex: 1;
 }

 .info-box strong {
 display: block;
 font-size: 0.938rem;
 font-weight: 700;
 margin-bottom: 0.375rem;
 }

 .success-box strong {
 color: #065f46;
 }

 .error-box strong {
 color: #92400e;
 }

 .info-box p {
 font-size: 0.875rem;
 margin: 0;
 line-height: 1.5;
 }

 .success-box p {
 color: #047857;
 }

 .error-box p {
 color: #b45309;
 }

 /* Action Buttons */
 .action-buttons {
 display: flex;
 flex-direction: column;
 gap: 1rem;
 margin-bottom: 1.5rem;
 animation: fadeIn 0.5s ease 0.6s backwards;
 }

 .btn-primary,
 .btn-secondary {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.875rem 1.5rem;
 font-size: 1rem;
 font-weight: 700;
 border-radius: 0.75rem;
 text-decoration: none;
 transition: all 0.3s ease;
 border: none;
 cursor: pointer;
 }

 .btn-primary {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
 box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
 }

 .btn-primary:hover {
 transform: translateY(-2px);
 box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
 color: white;
 }

 .btn-secondary {
 background: white;
 color: #4a5568;
 border: 2px solid #e2e8f0;
 }

 .btn-secondary:hover {
 background: #f7fafc;
 border-color: #cbd5e0;
 transform: translateY(-2px);
 color: #2d3748;
 }

 .btn-primary i,
 .btn-secondary i {
 font-size: 1.125rem;
 }

 /* Help Section */
 .help-section {
 padding-top: 1.5rem;
 border-top: 1px solid #e2e8f0;
 animation: fadeIn 0.5s ease 0.7s backwards;
 }

 .help-section p {
 font-size: 0.875rem;
 color: #718096;
 margin: 0;
 }

 .help-section a {
 color: #667eea;
 text-decoration: none;
 font-weight: 600;
 }

 .help-section a:hover {
 text-decoration: underline;
 }

 /* TABLET RESPONSIVE (max-width: 768px) */
 @media (max-width: 768px) {
 .status-card {
 padding: 2.5rem 2rem;
 }

 .status-icon {
 width: 85px;
 height: 85px;
 margin-bottom: 1.75rem;
 }

 .status-icon i {
 font-size: 3rem;
 }

 .status-title {
 font-size: 1.75rem;
 }

 .status-message {
 font-size: 0.938rem;
 }

 .info-box {
 padding: 1rem;
 gap: 0.875rem;
 }

 .info-box i {
 font-size: 1.375rem;
 }

 .info-box strong {
 font-size: 0.875rem;
 }

 .info-box p {
 font-size: 0.813rem;
 }

 .btn-primary,
 .btn-secondary {
 padding: 0.75rem 1.25rem;
 font-size: 0.938rem;
 }
 }

 /* MOBILE RESPONSIVE (max-width: 576px) */
 @media (max-width: 576px) {
 .hero-section {
 padding: 1.5rem 0.875rem;
 }

 .status-card {
 padding: 2rem 1.5rem;
 border-radius: 1.25rem;
 }

 .status-icon {
 width: 75px;
 height: 75px;
 margin-bottom: 1.5rem;
 }

 .status-icon i {
 font-size: 2.5rem;
 }

 .status-title {
 font-size: 1.5rem;
 margin-bottom: 0.875rem;
 }

 .status-message {
 font-size: 0.875rem;
 margin-bottom: 1.75rem;
 }

 .info-box {
 padding: 0.875rem;
 gap: 0.75rem;
 margin-bottom: 1.75rem;
 }

 .info-box i {
 font-size: 1.25rem;
 }

 .info-box strong {
 font-size: 0.813rem;
 }

 .info-box p {
 font-size: 0.75rem;
 }

 .action-buttons {
 gap: 0.875rem;
 margin-bottom: 1.25rem;
 }

 .btn-primary,
 .btn-secondary {
 padding: 0.75rem 1rem;
 font-size: 0.875rem;
 }

 .btn-primary i,
 .btn-secondary i {
 font-size: 1rem;
 }

 .help-section {
 padding-top: 1.25rem;
 }

 .help-section p {
 font-size: 0.813rem;
 }
 }

 /* EXTRA SMALL MOBILE (max-width: 400px) */
 @media (max-width: 400px) {
 .status-card {
 padding: 1.75rem 1.25rem;
 border-radius: 1rem;
 }

 .status-icon {
 width: 70px;
 height: 70px;
 }

 .status-icon i {
 font-size: 2.25rem;
 }

 .status-title {
 font-size: 1.375rem;
 }

 .status-message {
 font-size: 0.813rem;
 }
 }

 /* Download List - Minimalist & Horizontal */
 .download-list {
 display: flex;
 flex-direction: column;
 gap: 0.65rem;
 margin-bottom: 1.5rem;
 }

 .download-item {
 display: flex;
 align-items: center;
 gap: 0.85rem;
 padding: 0.75rem 1rem;
 background: #ffffff;
 border: 1.5px solid #e9ecef;
 border-radius: 10px;
 transition: all 0.25s ease;
 min-height: 60px;
 }

 .download-item:hover {
 border-color: #0d6efd;
 background: #f8f9ff;
 box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
 }

 /* File Icon - Compact */
 .file-icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 38px;
 height: 38px;
 font-size: 24px;
 flex-shrink: 0;
 }

 .file-icon i.bi-file-earmark-pdf-fill {
 color: #dc3545;
 }

 .file-icon i.bi-file-earmark-word-fill {
 color: #0d6efd;
 }

 .file-icon i.bi-file-earmark-excel-fill {
 color: #28a745;
 }

 .file-icon i.bi-file-earmark-text-fill {
 color: #6c757d;
 }

 /* File Info - Full Width */
 .file-info {
 flex: 1;
 min-width: 0;
 display: flex;
 flex-direction: column;
 gap: 0.35rem;
 }

 .file-title {
 margin: 0;
 font-size: 0.875rem;
 font-weight: 600;
 color: #212529;
 line-height: 1.3;
 word-wrap: break-word;
 overflow-wrap: break-word;
 }

 .file-details-row {
 display: flex;
 align-items: center;
 gap: 0.6rem;
 }

 .format-badge {
 display: inline-block;
 padding: 0.15rem 0.5rem;
 border-radius: 4px;
 font-size: 0.7rem;
 font-weight: 700;
 letter-spacing: 0.3px;
 color: white;
 }

 .format-badge.pdf {
 background: #dc3545;
 }

 .format-badge.word,
 .format-badge.doc,
 .format-badge.docx {
 background: #0d6efd;
 }

 .format-badge.excel,
 .format-badge.xls,
 .format-badge.xlsx {
 background: #28a745;
 }

 .size-text {
 font-size: 0.75rem;
 color: #6c757d;
 }

 /* Action Buttons - Compact */
 .file-actions {
 display: flex;
 gap: 0.4rem;
 flex-shrink: 0;
 }

 .btn-action {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 border-radius: 7px;
 text-decoration: none;
 transition: all 0.2s ease;
 font-size: 14px;
 }

 .btn-action.view {
 background: #f1f3f5;
 color: #495057;
 }

 .btn-action.view:hover {
 background: #e9ecef;
 color: #212529;
 }

 .btn-action.download {
 background: #0d6efd;
 color: white;
 }

 .btn-action.download:hover {
 background: #0b5ed7;
 box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
 }

 /* Empty State */
 .empty-state {
 text-align: center;
 padding: 2.5rem 1rem;
 color: #6c757d;
 }

 .empty-state i {
 font-size: 3.5rem;
 margin-bottom: 0.75rem;
 opacity: 0.4;
 }

 .empty-state p {
 margin: 0;
 font-size: 0.95rem;
 }

 /* Pagination */
 .pagination-wrapper {
 margin-bottom: 1.5rem;
 }

 .pagination-wrapper nav {
 display: flex;
 justify-content: center;
 }

 /* Help Links */
 .help-links {
 display: flex;
 gap: 0.75rem;
 justify-content: center;
 }

 .btn-help {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 padding: 0.65rem 1.25rem;
 background: white;
 color: #0d6efd;
 border: 2px solid #0d6efd;
 border-radius: 8px;
 font-weight: 500;
 font-size: 0.9rem;
 text-decoration: none;
 transition: all 0.3s ease;
 }

 .btn-help:hover {
 background: #0d6efd;
 color: white;
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
 }

 /* Responsive */
 @media (max-width: 768px) {
 .download-item {
 gap: 0.7rem;
 padding: 0.65rem 0.85rem;
 }

 .file-icon {
 width: 34px;
 height: 34px;
 font-size: 22px;
 }

 .file-title {
 font-size: 0.8rem;
 }

 .format-badge {
 font-size: 0.65rem;
 padding: 0.125rem 0.4rem;
 }

 .size-text {
 font-size: 0.7rem;
 }

 .btn-action {
 width: 32px;
 height: 32px;
 font-size: 13px;
 }

 .help-links {
 flex-direction: column;
 }

 .btn-help {
 width: 100%;
 justify-content: center;
 }
 }

 @media (max-width: 480px) {
 .file-details-row {
 flex-wrap: wrap;
 }
 }
