﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");.signup-form{max-width:600px;margin:0 auto;padding:20px;background:#f9f9f9;border-radius:8px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.signup-form h2,.signup-form h3{color:#333;text-align:center;margin-bottom:20px}.signup-form .field{margin-bottom:15px}.signup-form input[type="text"],.signup-form input[type="email"],.signup-form input[type="password"],.signup-form input[type="url"],.signup-form input[type="tel"]{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.signup-form .actions{text-align:center}.signup-form .actions input[type="submit"]{background-color:#4caf50;color:white;border:none;padding:12px 30px;border-radius:4px;cursor:pointer}.signup-form .actions input[type="submit"]:hover{background-color:#45a049}@media (max-width: 600px){.signup-form{padding:10px}}.login-form{max-width:600px;margin:0 auto;padding:20px;background:#f9f9f9;border-radius:8px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.login-form h2{color:#333;text-align:center;margin-bottom:20px}.login-form .field{margin-bottom:15px}.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"]{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.login-form .actions{text-align:center}.login-form .actions input[type="submit"]{background-color:#4caf50;color:white;border:none;padding:12px 30px;border-radius:4px;cursor:pointer}.login-form .actions input[type="submit"]:hover{background-color:#45a049}@media (max-width: 600px){.login-form{padding:10px}}.edit-form{max-width:700px;margin:0 auto;padding:25px;background:#f9f9f9;border-radius:8px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.edit-form h2,.edit-form h3{color:#333;text-align:center;margin-bottom:20px}.edit-form .header-image-preview{width:100%;max-height:300px;overflow:hidden;margin-bottom:20px}.edit-form .header-image-preview img{width:100%;height:auto;object-fit:cover;border-radius:8px}.edit-form .field{margin-bottom:15px}.edit-form .field input[type="text"],.edit-form .field input[type="email"],.edit-form .field input[type="password"],.edit-form .field input[type="url"],.edit-form .field input[type="tel"],.edit-form .field textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.edit-form img{margin-top:10px;border-radius:4px;border:1px solid #ddd;max-width:100%}.edit-form .actions{text-align:center}.edit-form .actions input[type="submit"]{background-color:#4caf50;color:white;border:none;padding:12px 30px;border-radius:4px;cursor:pointer}.edit-form .actions input[type="submit"]:hover{background-color:#45a049}.edit-form .account-cancel{margin-top:30px;text-align:center}.edit-form .account-cancel .btn-danger{background-color:#d9534f;border:none;padding:10px 25px;border-radius:4px;color:#fff;cursor:pointer}.edit-form .account-cancel .btn-danger:hover{background-color:#c9302c}.edit-form .back-link-wrapper{text-align:center;margin-top:20px}.edit-form .back-link-wrapper .back-link{display:inline-block;background-color:#6c757d;color:white;padding:10px 25px;border-radius:4px;text-decoration:none}.edit-form .back-link-wrapper .back-link:hover{background-color:#5a6268}@media (max-width: 600px){.edit-form{padding:15px}}.mypage-container{max-width:900px;margin:40px auto;padding:30px 40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08);font-family:'Inter', sans-serif;color:#333}.header-image-wrapper{width:100%;height:220px;overflow:hidden;border-radius:12px;margin-bottom:25px;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.header-image-wrapper .header-image{width:100%;height:100%;object-fit:cover}.mypage-header h2{text-align:center;font-size:2rem;font-weight:600;margin-bottom:40px;letter-spacing:0.05em;color:#1b3d2f}.user-basic-info{margin-bottom:50px}.info-item{background:#f9fbf8;border-radius:10px;padding:15px 20px;box-shadow:0 2px 5px rgba(50,70,50,0.1);margin-bottom:20px;transition:background 0.3s ease}.info-item:hover{background:#e8f7ec}.info-label{display:block;font-weight:600;font-size:1rem;color:#2c7c5a;margin-bottom:6px}.info-content{font-size:1rem;line-height:1.6;white-space:pre-wrap;color:#444;background:#fff;border-radius:6px;padding:12px 15px;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05)}.mypage-tests h3{font-size:1.5rem;font-weight:600;margin-bottom:25px;color:#1b3d2f;border-bottom:2px solid #2c7c5a;padding-bottom:8px}.skill-tests-table{width:100%;border-collapse:separate;border-spacing:0 12px}.skill-tests-table th{text-align:left;padding:14px 20px;font-weight:600;color:#555;border-bottom:2px solid #ddd}.skill-tests-table td{background:#fefefe;padding:14px 20px;color:#444;vertical-align:middle;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.05);transition:background 0.3s ease}.skill-tests-table tbody tr:hover td{background:#e0f3e5}.test-actions .btn{background-color:#2c7c5a;color:white;border:none;padding:6px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color 0.3s ease;text-decoration:none;display:inline-block}.test-actions .btn:hover{background-color:#1f5a3f}.mypage-public-note{margin-top:30px;font-size:0.95rem;color:#666;text-align:center;font-style:italic}@media (max-width: 768px){.mypage-container{padding:15px;margin:20px auto;width:95%}.mypage-header h2{font-size:1.4rem;margin-bottom:20px}.skill-tests-table th,.skill-tests-table td{padding:8px;font-size:0.85rem}.test-actions .btn{padding:4px 8px;font-size:0.8rem}}.password-reset-container{display:flex;justify-content:center;padding:2rem}.form-card{max-width:500px;width:100%;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 0 12px rgba(0,0,0,0.1)}.form-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:bold;margin-bottom:0.5rem}.form-input{width:100%;padding:0.75rem;border:1px solid #ccc;border-radius:6px}.btn.btn-outline-success{display:inline-block;width:100%;padding:0.75rem;border-radius:6px;cursor:pointer}.form-links{margin-top:1rem;text-align:center}.password-reset-form-container{max-width:400px;margin:40px auto;padding:30px;border:1px solid #ddd;border-radius:8px;background-color:#fafafa;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.password-reset-title{text-align:center;margin-bottom:20px;font-weight:bold;color:#333}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:600;margin-bottom:6px;color:#444}.password-hint{font-size:0.85em;color:#999;display:block;margin-bottom:6px}.form-input{width:100%;padding:8px 12px;font-size:1em;border:1px solid #ccc;border-radius:4px}.form-input:focus{border-color:#007bff;outline:none}.form-actions{text-align:center}.btn-outline-success{padding:10px 18px;font-size:1em;border-radius:4px;cursor:pointer}table.table th,table.table td{vertical-align:middle}table.table tbody tr:hover{background-color:#e9f7ef;cursor:pointer}.badge{font-weight:600;font-size:0.85rem;padding:0.4em 0.65em;text-transform:capitalize}.btn{min-width:70px;transition:background-color 0.3s ease}.btn.btn-danger:hover{background-color:#bb2d3b;border-color:#bb2d3b}.btn.btn-success:hover{background-color:#2e7d32;border-color:#2e7d32}h1{font-weight:700;color:#2c3e50}.d-flex.justify-content-center{margin-top:1.5rem}#loader{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;transition:opacity 1s ease}#loader-logo{animation:spin 2s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.topLogo{width:30%}.main-header{background:#1E7D3D;box-shadow:0 3px 10px rgba(0,0,0,0.08)}.custom-navbar{padding:12px 0}.nav-logo{font-size:1.8rem;font-weight:700;color:#fff !important;text-decoration:none;transition:opacity 0.3s ease}.nav-logo:hover{opacity:0.8}.custom-link{font-size:1rem;font-weight:500;color:#fff !important;margin:0 8px;transition:opacity 0.3s ease}.custom-link:hover{opacity:0.8}.user-btn{background:transparent;color:#fff;font-weight:600;padding:8px 16px;border-radius:8px;border:2px solid #fff;transition:background 0.3s ease, color 0.3s ease}.user-btn:hover{background:#fff;color:#1E7D3D}.custom-dropdown{border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.dropdown-item{font-size:0.95rem;padding:10px 15px;color:#1E7D3D;transition:background 0.2s ease}.dropdown-item:hover{background:#EAF8EF;color:#1E7D3D}#user-dropdown-btn{background:transparent;color:#fff !important;font-weight:600;border:2px solid #fff;border-radius:8px;padding:8px 16px;transition:background 0.3s ease, color 0.3s ease}#user-dropdown-btn:hover{background:#fff;color:#1E7D3D !important}.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.pagination{display:flex;justify-content:center;align-items:center;margin:1.5rem 0;flex-wrap:wrap;gap:0.5rem;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1rem;user-select:none}.pagination li{list-style:none}.pagination li a,.pagination li span{display:inline-block;padding:0.5rem 0.75rem;border:1px solid #ddd;border-radius:4px;color:#007bff;text-decoration:none;cursor:pointer;transition:background-color 0.2s, color 0.2s, border-color 0.2s;min-width:36px;text-align:center}.pagination li a:hover,.pagination li span:hover{background-color:#e9ecef;border-color:#007bff;color:#0056b3}.pagination li.active span{background-color:#007bff;color:white;border-color:#007bff;cursor:default}.pagination li.disabled span{color:#6c757d;cursor:not-allowed;border-color:#ddd;background-color:#f8f9fa}@media (max-width: 600px){.pagination{font-size:0.9rem;gap:0.3rem}.pagination li a,.pagination li span{padding:0.4rem 0.6rem;min-width:28px}}.privacy-of-service{max-width:960px;margin:3rem auto;padding:2rem;background-color:#fff;color:#333;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;line-height:1.8;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.privacy-of-service .privacy-title{text-align:center;margin-bottom:2rem}.privacy-of-service .privacy-title h3{font-size:1.8rem;border-bottom:2px solid #555;display:inline-block;padding-bottom:0.5rem}.privacy-of-service .privacy-sub-title{margin-bottom:2rem;font-size:1rem;color:#555}.privacy-of-service .privacy-content .privacy{margin-bottom:2.5rem}.privacy-of-service .privacy-content .privacy h4{font-size:1.3rem;color:#222;margin-bottom:1rem;border-left:4px solid #888;padding-left:0.75rem}.privacy-of-service .privacy-content .privacy p,.privacy-of-service .privacy-content .privacy li{font-size:1rem;color:#444}.privacy-of-service .privacy-content .privacy ul,.privacy-of-service .privacy-content .privacy ol{margin-left:1.5rem;padding-left:1rem}.privacy-of-service .privacy-content .privacy ul li,.privacy-of-service .privacy-content .privacy ol li{margin-bottom:0.5rem}.privacy-of-service .privacy-content .privacy ul p,.privacy-of-service .privacy-content .privacy ol p{margin:0.5rem 0}.privacy-of-service .privacy-content .privacy-contact a.nav-link{color:#007bff;text-decoration:underline}.privacy-of-service .privacy-content .privacy-contact a.nav-link:hover{color:#0056b3}.privacy-of-service .enactment{text-align:right;margin-top:2rem;font-weight:bold}@media (max-width: 600px){.privacy-of-service{padding:1rem}.privacy-of-service .privacy-title h3{font-size:1.5rem}.privacy-of-service .privacy-sub-title,.privacy-of-service .privacy-content .privacy p,.privacy-of-service .privacy-content .privacy li{font-size:0.95rem}.privacy-of-service .privacy-content .privacy h4{font-size:1.1rem}.privacy-of-service .enactment{font-size:0.95rem}}.terms-of-service{max-width:960px;margin:3rem auto;padding:2rem 1rem;font-family:"Helvetica Neue", Arial, sans-serif;line-height:1.8;color:#333}.terms-of-service .terms-title{text-align:center;margin-bottom:2.5rem}.terms-of-service .terms-title h3{font-size:2rem;font-weight:bold;color:#222;border-bottom:2px solid #e74c3c;display:inline-block;padding-bottom:0.5rem}.terms-of-service .terms-sub-title{font-size:1rem;margin-bottom:2rem;color:#444}.terms-of-service .terms-content .terms{margin-bottom:2.5rem}.terms-of-service .terms-content .terms h5{font-size:1.2rem;font-weight:600;color:#e74c3c;margin-bottom:0.8rem;border-left:4px solid #e74c3c;padding-left:0.6rem}.terms-of-service .terms-content .terms ol{padding-left:1.2rem}.terms-of-service .terms-content .terms ol li{margin-bottom:1rem}.terms-of-service .terms-content .terms ol li ul{margin-top:0.5rem;padding-left:1.2rem}.terms-of-service .terms-content .terms ol li ul li{list-style:disc;margin-bottom:0.5rem}.terms-of-service .enactment{text-align:right;font-style:italic;color:#777;margin-top:3rem}@media (max-width: 768px){.terms-of-service{padding:1rem}.terms-of-service .terms-title h3{font-size:1.6rem}.terms-of-service .terms h5{font-size:1.1rem}.terms-of-service .terms-sub-title{font-size:0.95rem}}@media (max-width: 480px){.terms-of-service .terms-content .terms ol{padding-left:1rem}.terms-of-service .terms-content .terms ol li{font-size:0.95rem}.terms-of-service .terms-content .terms ol li ul{padding-left:1rem}.terms-of-service .enactment{font-size:0.9rem}}.transaction-of-service{max-width:960px;margin:0 auto;padding:2rem 1rem;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#333}.transaction-of-service .transaction-title{margin-bottom:2rem;text-align:center}.transaction-of-service .transaction-title h2{font-size:1.8rem;font-weight:bold;color:#222}.transaction-of-service .transaction-article{display:flex;flex-direction:column;gap:2rem}.transaction-of-service .transaction-article .transaction-article-item h3{font-size:1.2rem;font-weight:bold;margin-bottom:0.5rem;color:#444}.transaction-of-service .transaction-article .transaction-article-item p{font-size:1rem;line-height:1.6;color:#555;margin-bottom:0.5rem}.transaction-of-service .transaction-article .transaction-article-refund p{margin-bottom:1rem;color:#444}.transaction-of-service .enactment{margin-top:3rem;text-align:right;font-style:italic;font-size:0.95rem;color:#666}.transaction-of-service .nav-link{text-decoration:underline;color:#007bff;transition:color 0.3s}.transaction-of-service .nav-link:hover{color:#0056b3}@media (max-width: 600px){.transaction-of-service{padding:1rem}.transaction-of-service .transaction-title h2{font-size:1.5rem}.transaction-of-service .transaction-article{gap:1.5rem}.transaction-of-service .transaction-article .transaction-article-item h3{font-size:1.1rem}.transaction-of-service .transaction-article .transaction-article-item p{font-size:0.95rem}.transaction-of-service .enactment{font-size:0.9rem}}.operation-page{max-width:800px;margin:0 auto;padding:20px;font-family:"Noto Sans JP", sans-serif;color:#333}.operation-page .operation-title{text-align:center;margin-bottom:30px}.operation-page .operation-title h2{font-size:2rem;font-weight:700;color:#222}.operation-page .operation-content .operation-section{margin-bottom:40px}.operation-page .operation-content .operation-section h3{font-size:1.5rem;font-weight:600;border-bottom:2px solid #4a90e2;padding-bottom:8px;margin-bottom:20px;color:#2a4d8f}.operation-page .operation-content .operation-section p{font-size:1rem;line-height:1.6}.operation-page .operation-content .operation-section .operation-table{width:100%;border-collapse:collapse;font-size:1rem}.operation-page .operation-content .operation-section .operation-table th,.operation-page .operation-content .operation-section .operation-table td{border:1px solid #ccc;padding:12px 15px;vertical-align:top}.operation-page .operation-content .operation-section .operation-table th{background-color:#f0f6fb;font-weight:600;width:25%;color:#2a4d8f;text-align:left}.operation-page .operation-content .operation-section .operation-table td{background-color:#fff;color:#333}@media (max-width: 600px){.operation-page .operation-content .operation-section .operation-table th,.operation-page .operation-content .operation-section .operation-table td{display:block;width:100%;box-sizing:border-box}.operation-page .operation-content .operation-section .operation-table tr{margin-bottom:15px;display:block;border-bottom:2px solid #4a90e2}.operation-page .operation-content .operation-section .operation-table th{background-color:transparent;border:none;padding-left:0;font-weight:700}.operation-page .operation-content .operation-section .operation-table td{border:none;padding-left:0;margin-top:5px}}.hero-section{background:linear-gradient(135deg, #27ae60, #2ecc71);color:white;text-align:center;padding:80px 20px}.hero-section h1{font-size:3rem;margin-bottom:20px;font-weight:700}.hero-section p{font-size:1.25rem;margin-bottom:30px}.hero-section .btn-primary{font-size:1.2rem;padding:12px 36px;background-color:#ffffff;color:#27ae60;border:none;border-radius:6px;transition:background-color 0.3s ease, color 0.3s ease}.hero-section .btn-primary:hover{background-color:#2ecc71;color:white}.features-section{background:#e9f7ef;padding:60px 20px;text-align:center}.features-section h2{font-size:2rem;margin-bottom:40px;color:#2ecc71}.features-section .features-list{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.features-section .features-list .feature-item{max-width:250px;background:white;border-radius:10px;padding:20px;box-shadow:0 4px 8px rgba(0,0,0,0.05);transition:transform 0.3s ease}.features-section .features-list .feature-item:hover{transform:translateY(-5px)}.features-section .features-list .feature-item i{font-size:3rem;color:#16a085;margin-bottom:15px;display:block}.features-section .features-list .feature-item h3{font-size:1.5rem;margin-bottom:10px;color:#27ae60}.features-section .features-list .feature-item p{font-size:1rem;color:#555}.latest-tests-section{background:#fff;padding:60px 20px}.latest-tests-section h2{text-align:center;font-size:2rem;margin-bottom:30px;color:#27ae60}.latest-tests-section .tests-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.latest-tests-section .tests-list .test-card{border:1px solid #d1e7dd;border-radius:10px;padding:20px;width:280px;background:#fefefe;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:box-shadow 0.3s ease}.latest-tests-section .tests-list .test-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.latest-tests-section .tests-list .test-card h3{font-size:1.25rem;margin-bottom:10px;color:#2c3e50}.latest-tests-section .tests-list .test-card p{font-size:0.9rem;margin-bottom:10px;color:#666}.latest-tests-section .tests-list .test-card .btn{margin-right:8px;font-size:0.85rem}.latest-tests-section .tests-list .test-card .btn.btn-primary{background-color:#2ecc71;color:white;border:none}.latest-tests-section .tests-list .test-card .btn.btn-primary:hover{background-color:#27ae60}.latest-tests-section .tests-list .test-card .btn.btn-outline-primary{background:transparent;border:1px solid #2ecc71;color:#2ecc71}.latest-tests-section .tests-list .test-card .btn.btn-outline-primary:hover{background-color:#2ecc71;color:white}.flow-section{background:#f4fdf9;padding:60px 20px;text-align:center}.flow-section h2{font-size:2rem;margin-bottom:30px;color:#27ae60}.flow-section .flow-list{list-style:decimal inside;max-width:500px;margin:0 auto;text-align:left;font-size:1.1rem;color:#333;line-height:1.8}.private-tests-section{background:#f8fff8;padding:60px 20px;text-align:center;border-top:1px solid #d4f1d4}.private-tests-section h2{font-size:2rem;margin-bottom:30px;color:#2ecc71}.private-tests-section .private-tests-content{max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#444;text-align:left}.private-tests-section .private-tests-content p{margin-bottom:20px}.private-tests-section .private-tests-content strong{color:#27ae60}.announcements-section{background:#f0f9f4;padding:40px 20px;max-width:800px;margin:40px auto;border-radius:10px;box-shadow:0 2px 8px rgba(39,174,96,0.15);text-align:center}.announcements-section h2{color:#27ae60;font-size:2rem;margin-bottom:20px}.announcements-section .announcement-list{list-style:none;padding-left:0;margin-bottom:15px}.announcements-section .announcement-list .announcement-item{margin-bottom:10px;font-size:1.1rem}.announcements-section .announcement-list .announcement-item .announcement-link{color:#27ae60;font-weight:600;text-decoration:none;transition:color 0.3s ease}.announcements-section .announcement-list .announcement-item .announcement-link:hover{color:#2ecc71;text-decoration:underline}.announcements-section .announcement-list .announcement-item .announcement-date{color:#6c757d;margin-left:8px;font-size:0.9rem}.announcements-section .btn-outline-success{border-color:#27ae60;color:#27ae60}.announcements-section .btn-outline-success:hover{background-color:#27ae60;color:white}@media (max-width: 600px){.hero-section{padding:60px 15px}.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.hero-section .btn-primary{font-size:1rem;padding:10px 28px}.features-section{padding:40px 15px}.features-section .features-list{flex-direction:column;gap:30px}.features-section .features-list .feature-item{max-width:100%}.latest-tests-section{padding:40px 15px}.latest-tests-section .tests-list{flex-direction:column}.latest-tests-section .tests-list .test-card{width:100%;padding:15px}.flow-section{padding:40px 15px}.flow-section h2{font-size:1.5rem;margin-bottom:20px}.flow-section .flow-list{max-width:100%;font-size:1rem}.private-tests-section{padding:40px 15px}.private-tests-section h2{font-size:1.5rem;margin-bottom:20px}.private-tests-section .private-tests-content{font-size:1rem}}.plans-page{text-align:center;padding:2rem}.plans-page__title{font-size:2rem;color:#2e7d32;margin-bottom:0.5rem}.plans-page__subtitle{font-size:1.2rem;margin-bottom:2rem}.plans-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.plan-card{background-color:#e8f5e9;border:2px solid #a5d6a7;border-radius:12px;padding:1.5rem;width:280px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:left;display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.plan-card__title{font-size:1.5rem;font-weight:bold;margin-bottom:1rem;color:#2e7d32}.plan-card__price{font-size:1.3rem;font-weight:bold;margin-bottom:1rem}.plan-card__features{list-style:disc;padding-left:1.2rem;margin-bottom:1.5rem;flex-grow:1}.plan-card__features li{margin-bottom:0.5rem}.plan-card__action{text-align:center}.plan-card__action .btn{width:100%;font-weight:bold}@media (max-width: 768px){.plans-container{flex-direction:column;align-items:center}.plan-card{width:90%;min-height:auto;margin-bottom:1.5rem}}.skill-test-form{max-width:700px;margin:0 auto;padding:25px;background:#f9f9f9;border-radius:8px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.skill-test-form h2,.skill-test-form h3,.skill-test-form h4,.skill-test-form h5{color:#333;text-align:center;margin-bottom:20px}.skill-test-form .field,.skill-test-form .field-group,.skill-test-form .field-inline{margin-bottom:15px}.skill-test-form input[type="text"],.skill-test-form input[type="number"],.skill-test-form textarea,.skill-test-form select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem}.skill-test-form input[type="checkbox"]{width:auto;margin-right:5px;vertical-align:middle;flex-shrink:0}.choice-block{display:flex;align-items:center;gap:10px}.choice-input{flex-grow:1;width:auto}.choice-checkbox{margin-right:5px;flex-shrink:0;vertical-align:middle}.choice-block label{display:inline-flex;align-items:center;margin:0;cursor:pointer;user-select:none;white-space:nowrap}.skill-test-form .link-button{display:inline-block;margin-top:8px;margin-right:10px;cursor:pointer;text-decoration:underline;user-select:none;font-weight:600;padding:6px 12px;border-radius:4px;border:1.5px solid transparent;transition:background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease}.add-choice{color:#4caf50;border-color:#4caf50;background-color:#e8f5e9}.add-choice:hover{background-color:#4caf50;color:white;border-color:#4caf50}.question-actions .remove-question{color:#d32f2f;border-color:#d32f2f;background-color:#ffcdd2}.question-actions .remove-question:hover{background-color:#d32f2f;color:white;border-color:#d32f2f}.remove-choice.link-button{white-space:nowrap;flex-shrink:0;padding:6px 12px;border-radius:4px;font-weight:600;border:1.5px solid #d32f2f;background-color:#ffcdd2;color:#d32f2f;cursor:pointer;text-decoration:none;user-select:none;margin-left:10px;transition:background-color 0.3s ease}.remove-choice.link-button:hover{background-color:#d32f2f;color:white;border-color:#d32f2f}.add-question-button{display:block;margin:20px auto 0 auto;color:#4caf50;border-color:#4caf50;background-color:#e8f5e9;width:fit-content}.add-question-button:hover{background-color:#4caf50;color:white;border-color:#4caf50}.question-actions{display:flex;justify-content:flex-start;gap:12px;margin-top:12px;margin-bottom:10px}.temporarily-save{margin-bottom:30px}.skill-test-form .actions{text-align:center;margin-top:30px}.skill-test-form .actions input[type="submit"]{background-color:#4caf50;color:white;border:none;padding:12px 30px;border-radius:4px;cursor:pointer;font-size:1.1rem}.skill-test-form .actions input[type="submit"]:hover{background-color:#45a049}@media (max-width: 600px){.skill-test-form{padding:15px}}.skill-tests-index table{width:100%;border-collapse:collapse;margin-top:1em}.skill-tests-index th,.skill-tests-index td{padding:10px;border-bottom:1px solid #ddd;text-align:left;vertical-align:middle}.skill-tests-index td:first-child{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-tests-index .btn{padding:5px 10px;border-radius:4px;font-size:0.9rem}.skill-tests-index .btn-primary{background:#007bff;color:white}.skill-tests-index .btn-danger{background:#d32f2f;color:white}.tabs{display:flex;justify-content:flex-start;gap:10px;margin-bottom:1.5em}.tab-button{flex:1;max-width:50%;padding:12px 0;background:#e8f5e9;border:none;border-radius:6px 6px 0 0;cursor:pointer;font-size:1rem;font-weight:bold;color:#555;transition:all 0.25s ease;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.tab-button:hover{background:#e6e6e6;color:#333}.tab-button.active{background:#66CC99;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,0.2)}.tab-content{display:none;padding:20px;background:#fff;border:1px solid #ddd;border-radius:0 6px 6px 6px;min-height:200px}.tab-content.active{display:block}.skill_test-lobby{max-width:700px;margin:40px auto;padding:30px;background:#fff;border-radius:8px;border:1px solid #cce3d0;box-shadow:0 4px 12px rgba(0,0,0,0.05);font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.skill_test-lobby h2{font-size:1.8rem;font-weight:bold;color:#2e7d32;margin-bottom:20px;text-align:center}.skill_test-lobby p{font-size:1rem;color:#444;margin-bottom:15px;line-height:1.6}.skill_test-lobby .notes{background:#e8f5e9;border:1px solid #a5d6a7;padding:15px;border-radius:6px;margin-top:20px}.skill_test-lobby .notes strong{display:block;color:#2e7d32;margin-bottom:8px;font-size:1.05rem}.skill_test-lobby .notes ul{margin:0;padding-left:20px}.skill_test-lobby .notes ul li{margin-bottom:5px;font-size:0.95rem;color:#444}.skill_test-lobby .form-check{margin-top:25px}.skill_test-lobby .form-check label{font-size:0.95rem;color:#333}.skill_test-lobby #start-test-button{width:100%;padding:12px;font-size:1.1rem;font-weight:bold;margin-top:20px;border-radius:6px;background:#4caf50;border:none;color:white;transition:background 0.3s ease}.skill_test-lobby #start-test-button:hover:enabled{background:#43a047}.skill_test-lobby #start-test-button:disabled{background:#c8e6c9;cursor:not-allowed}#codeModal .modal-content{border-radius:8px}#codeModal .modal-header{background:#4caf50;color:#fff;border-radius:8px 8px 0 0}#codeModal .modal-title{font-size:1.3rem;font-weight:bold}#codeModal .modal-body input{font-size:1rem;padding:10px;border:1px solid #a5d6a7}#codeModal .modal-footer .btn{font-weight:bold;padding:8px 20px;background:#4caf50;color:white;border:none}#codeModal .modal-footer .btn:hover{background:#43a047}.skill-test-detail{max-width:800px;margin:0 auto;padding:40px 20px;background-color:#ffffff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.skill-test-detail h1{font-size:2rem;color:#27ae60;margin-bottom:20px}.skill-test-detail .description{font-size:1rem;margin-bottom:20px;color:#444;line-height:1.6}.skill-test-detail p{font-size:1rem;margin-bottom:15px;color:#333}.skill-test-detail .btn{margin-right:15px;font-size:1rem}.skill-test-detail .btn.btn-primary{background-color:#2ecc71;color:white;border:none}.skill-test-detail .btn.btn-primary:hover{background-color:#27ae60}.skill-test-detail .btn.btn-outline-secondary{background-color:transparent;color:#555;border:1px solid #ccc}.skill-test-detail .btn.btn-outline-secondary:hover{background-color:#f8f8f8}#timer{position:fixed;top:0;left:0;width:100%;z-index:1000}.skill_test_page{margin-top:60px}.container{margin-top:1.5rem}.card{margin-bottom:1rem}h5{font-weight:bold;margin-bottom:0.75rem}.form-check{margin-bottom:0.5rem}#submit-btn.btn-success{width:100%;padding:1rem 0;font-size:1.25rem;font-weight:600;margin-bottom:3rem}.applicant-info-form{max-width:700px;margin:40px auto;padding:25px;background:#f9f9f9;border-radius:8px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;border:1px solid #cce3d0;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.applicant-info-form .applicant-info-header h2{font-size:1.8rem;font-weight:bold;color:#2e7d32;text-align:center;margin-bottom:20px}.applicant-info-form .applicant-info-notice{background:#e8f5e9;border:1px solid #a5d6a7;padding:15px;border-radius:6px;margin-bottom:25px}.applicant-info-form .applicant-info-notice .notice-text{color:#2e7d32;font-size:0.95rem;line-height:1.5;text-align:center}.applicant-info-form h3{color:#333;margin-bottom:20px;font-size:1.2rem;text-align:center}.applicant-info-form .field{margin-bottom:15px}.applicant-info-form .field label{display:block;font-weight:600;color:#333;margin-bottom:5px}.applicant-info-form .field input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.applicant-info-form .error-messages{background:#ffcdd2;border:1px solid #d32f2f;color:#d32f2f;padding:15px;border-radius:6px;margin-bottom:20px}.applicant-info-form .error-messages h3{margin:0 0 10px;font-size:1.1rem;font-weight:bold}.applicant-info-form .error-messages ul{margin:0;padding-left:20px}.applicant-info-form .error-messages ul li{margin-bottom:5px}.applicant-info-form .actions{text-align:center;margin-top:30px}.applicant-info-form .actions .btn-submit{background-color:#4caf50;color:white;border:none;padding:12px 30px;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:bold;transition:background 0.3s ease}.applicant-info-form .actions .btn-submit:hover{background-color:#45a049}@media (max-width: 600px){.applicant-info-form{padding:15px}}.complete-page{max-width:700px;margin:50px auto;padding:40px;background:#ffffff;border-radius:8px;border:1px solid #cce3d0;box-shadow:0 4px 12px rgba(0,0,0,0.05);text-align:center;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.complete-page h2{font-size:1.8rem;font-weight:bold;color:#2e7d32;margin-bottom:20px}.complete-page p{font-size:1.1rem;color:#555;margin-bottom:35px}.complete-page .btn{display:inline-block;padding:12px 30px;background:#4caf50;color:#fff;font-size:1.1rem;border-radius:6px;text-decoration:none;transition:background 0.3s ease, transform 0.2s ease}.complete-page .btn:hover{background:#43a047;transform:translateY(-2px)}.results-container{max-width:960px;margin:40px auto;padding:0 20px;font-family:'Inter', sans-serif;color:#333}.results-container .results-title{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center;color:#1E7D3D}.results-container .results-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.results-container .results-table-wrapper .results-table{width:100%;border-collapse:separate;border-spacing:0 12px;white-space:nowrap}.results-container .results-table-wrapper .results-table thead tr th{background-color:#e6f0ef;color:#1E7D3D;font-weight:600;padding:14px 20px;text-align:left;border-radius:8px;white-space:nowrap}.results-container .results-table-wrapper .results-table tbody tr.results-tr{background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(30,125,61,0.15);transition:background-color 0.3s ease}.results-container .results-table-wrapper .results-table tbody tr.results-tr:hover{background-color:#f0f8f5}.results-container .results-table-wrapper .results-table tbody tr.results-tr td{padding:14px 20px;vertical-align:middle;white-space:nowrap}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-name{font-weight:600;color:#2a5f3b}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-test-title{color:#444}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-score{font-weight:700;color:#1e7d3d}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-finalized-status span.badge{font-weight:600;border-radius:12px;padding:6px 12px}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-finalized-status .finalized-badge{background-color:#28a745;color:#fff}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-finalized-status .unfinalized-badge{background-color:#ffc107;color:#212529}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-action .btn{border-radius:8px;font-weight:600;padding:6px 16px;transition:background-color 0.3s ease}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-action .btn.btn-outline-success{background-color:#1e7d3d;border:none;color:#fff}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-action .btn.btn-outline-success:hover{background-color:#155724}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-action .btn.btn-warning{background-color:#ffc107;border:none;color:#212529}.results-container .results-table-wrapper .results-table tbody tr.results-tr td.results-action .btn.btn-warning:hover{background-color:#e0a800}.results-container .pagination-wrapper{margin-top:30px;display:flex;justify-content:center}.results-container .pagination-wrapper .pagination{display:flex;gap:8px}.results-container .pagination-wrapper .pagination li a,.results-container .pagination-wrapper .pagination li span{display:block;padding:8px 14px;border-radius:6px;border:1px solid #1e7d3d;color:#1e7d3d;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color 0.3s ease}.results-container .pagination-wrapper .pagination li a:hover,.results-container .pagination-wrapper .pagination li span:hover{background-color:#1e7d3d;color:#fff}.results-container .pagination-wrapper .pagination li.active a{background-color:#1e7d3d;color:#fff;cursor:default}.results-container .pagination-wrapper .pagination li.disabled span{color:#aaa;border-color:#ddd;cursor:default}@media (max-width: 768px){.results-container{padding:0 10px}.results-container .results-title{font-size:1.6rem;margin-bottom:20px}.results-container .results-table thead tr th,.results-container .results-table tbody tr.results-tr td{padding:10px 12px;font-size:0.9rem;white-space:nowrap}.results-container .results-table tbody tr.results-tr td.results-action .btn{padding:5px 12px;font-size:0.85rem}}.skill-test-result{max-width:960px;margin:40px auto;padding:20px;font-family:'Inter', sans-serif;color:#333;background-color:#e6f0ef;border-radius:10px}.skill-test-result__title{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center;color:#1E7D3D;border-bottom:3px solid #1E7D3D;padding-bottom:0.5rem}.skill-test-result__test-name,.skill-test-result__candidate-name,.skill-test-result__auto-score{font-size:1.1rem;margin-bottom:0.6rem;color:#2a5f3b}.skill-test-result__form .skill-test-result__question-block{background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(30,125,61,0.15);padding:15px 20px;margin-bottom:15px;transition:background-color 0.3s ease}.skill-test-result__form .skill-test-result__question-block:hover{background-color:#f0f8f5}.skill-test-result__form .skill-test-result__question-block .skill-test-result__question-content{font-weight:600;margin-bottom:8px;display:block;color:#1E7D3D}.skill-test-result__form .skill-test-result__question-block .skill-test-result__answer-text{font-style:italic;color:#3a6b3a;margin-bottom:12px}.skill-test-result__form .skill-test-result__question-block .skill-test-result__correctness-options{display:flex;gap:1.2rem}.skill-test-result__form .skill-test-result__question-block .skill-test-result__correctness-options .skill-test-result__correctness-label{cursor:pointer;font-weight:600;color:#1E7D3D}.skill-test-result__form .skill-test-result__question-block .skill-test-result__correctness-options .skill-test-result__correctness-label .skill-test-result__radio{margin-right:6px;accent-color:#1E7D3D;cursor:pointer}.skill-test-result__submit{text-align:center;margin-top:30px}.skill-test-result__submit .skill-test-result__submit-button{background-color:#1E7D3D;border:none;color:#fff;padding:0.7rem 2rem;font-size:1.1rem;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color 0.3s ease}.skill-test-result__submit .skill-test-result__submit-button:hover{background-color:#155724}@media (max-width: 768px){.skill-test-result{padding:15px}.skill-test-result__title{font-size:1.6rem;margin-bottom:20px;padding-bottom:0.3rem;border-bottom-width:2px}.skill-test-result__test-name,.skill-test-result__candidate-name,.skill-test-result__auto-score{font-size:1rem}.skill-test-result__form .skill-test-result__question-block{padding:12px 15px}.skill-test-result__form .skill-test-result__question-block .skill-test-result__question-content{font-size:1rem;margin-bottom:6px}.skill-test-result__form .skill-test-result__question-block .skill-test-result__answer-text{font-size:0.9rem;margin-bottom:10px}.skill-test-result__form .skill-test-result__question-block .skill-test-result__correctness-options{flex-direction:column;gap:0.8rem}.skill-test-result__form .skill-test-result__question-block .skill-test-result__correctness-options .skill-test-result__correctness-label{font-size:1rem}.skill-test-result__submit .skill-test-result__submit-button{width:100%;font-size:1rem;padding:0.8rem 0}}.two-factor{max-width:600px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 0 15px rgba(0,0,0,0.1)}.two-factor__instructions p,.two-factor__alert p{margin-bottom:0.5rem}.two-factor__alert{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:15px;border-radius:8px;margin-bottom:25px}.form-label{font-weight:600}input[type="text"]{font-size:1.2rem}.contact-form{max-width:600px;margin:0 auto;padding:1.5rem;background:#fdfdfd;border:1px solid #ccc;border-radius:8px;margin-bottom:50px}.contact-form__title{font-size:1.5rem;margin-bottom:1.2rem;text-align:center;font-weight:bold}.contact-form__errors{list-style:none;padding:0;margin-bottom:1rem}.contact-form__errors__error{color:red;margin-bottom:0.25rem}.contact-form__group{margin-bottom:1.2rem}.contact-form__group label{display:block;margin-bottom:0.4rem;font-weight:bold}.contact-form__group input,.contact-form__group textarea{width:100%;padding:0.7rem;border:1px solid #aaa;border-radius:4px;font-size:1rem}.contact-form__group textarea{resize:vertical;min-height:100px}.contact-form__actions{text-align:center}.contact-form__actions .contact-form__submit{padding:0.7rem 2rem;font-size:1rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer}.contact-form__actions .contact-form__submit:hover{background-color:#218838}.contact-confirm{max-width:600px;margin:0 auto;padding:1.5rem;border:1px solid #ccc;border-radius:8px}.contact-confirm__title{font-size:1.5rem;margin-bottom:1.2rem;text-align:center;font-weight:bold}.contact-confirm__field{margin-bottom:1rem}.contact-confirm__field strong{display:block;margin-bottom:0.2rem;font-weight:bold}.contact-confirm__field__value{white-space:pre-wrap}.contact-confirm__actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-confirm__actions form{margin:0}.contact-confirm__actions form .contact-confirm__submit{display:block;width:100%;padding:0.75rem 1rem;font-size:1.1rem;border-radius:6px;cursor:pointer;box-sizing:border-box}@media (min-width: 600px){.contact-confirm__actions{flex-direction:column}.contact-confirm__actions form{width:100%}.contact-confirm__actions form .contact-confirm__submit{width:100%}.contact-confirm__field{display:flex;align-items:flex-start}.contact-confirm__field strong{width:140px;margin-right:1rem;text-align:right}.contact-confirm__field__value{flex:1}}.done-page{max-width:600px;margin:3rem auto;padding:2rem 1.5rem;background-color:#f8f9fa;border:1px solid #ddd;border-radius:8px;text-align:center;font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.done-page p{font-size:1.2rem;color:#333;margin-bottom:1.2rem;line-height:1.5}.done-page a.btn{display:inline-block;padding:0.75rem 2rem;font-size:1.2rem;border-radius:6px;text-decoration:none;transition:background-color 0.3s ease, color 0.3s ease}.done-page a.btn.btn-outline-danger{color:#dc3545;border:2px solid #dc3545;background-color:transparent}.done-page a.btn.btn-outline-danger:hover{background-color:#dc3545;color:#fff}@media (max-width: 600px){.done-page{padding:1.5rem 1rem}.done-page p{font-size:1rem}.done-page a.btn{font-size:1rem;padding:0.6rem 1.5rem}}.notifications-title{margin-bottom:1rem;font-weight:bold;font-size:1.5rem}.notifications-table{width:100%;border-collapse:collapse}.notifications-table th,.notifications-table td{padding:0.75rem;text-align:left;vertical-align:middle;border-bottom:1px solid #dee2e6}.notification-row.notification-read{background-color:#f8f9fa;color:#6c757d}.notifications-btn-group{display:flex;gap:0.5rem;flex-wrap:wrap}.notification-btn{flex:1 1 auto;min-width:90px;white-space:nowrap}@media (max-width: 576px){.notifications-table{display:block;overflow-x:auto;white-space:nowrap}.notifications-btn-group{flex-direction:column}.notification-btn{width:100%;margin-bottom:0.5rem;min-width:unset}}.announcement-title{font-size:1.8rem;margin-bottom:1.5rem;font-weight:bold;text-align:center}.announcement-form{max-width:700px;margin:0 auto;padding:0 1rem}.announcement-form .form-group,.announcement-form .form-check{margin-bottom:1.5rem}.announcement-form .form-label{font-weight:600;display:block;margin-bottom:0.5rem}.announcement-form .form-control{width:100%}.announcement-form .form-actions{margin-top:2rem}.announcement-form .form-actions .btn{display:block;width:100%;padding:0.6rem 1rem;font-size:1rem}.announcement-form .form-actions .btn+.btn{margin-top:0.75rem}@media (max-width: 576px){.announcement-form{padding:0 0.75rem}.announcement-title{font-size:1.5rem}.form-actions .btn{font-size:0.95rem;padding:0.55rem 0.9rem}}.announcement-list-container{max-width:800px;margin:0 auto;padding:0 1rem}.announcement-list{list-style:none;padding-left:0}.announcement-list .announcement-list-item{padding:0.75rem 0;border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;align-items:center}.announcement-list .announcement-list-item .announcement-link{flex-grow:1;font-weight:600;color:#0d6efd;text-decoration:none}.announcement-list .announcement-list-item .announcement-link:hover{text-decoration:underline}.announcement-list .announcement-list-item .announcement-date{margin-left:0.5rem;color:#6c757d}.announcement-list .announcement-list-item .announcement-actions{margin-left:auto;white-space:nowrap}.announcement-list .announcement-list-item .announcement-actions .announcement-delete-form{display:inline-block;margin-left:0.5rem}.announcement-list .announcement-list-item .announcement-actions .announcement-delete-form .btn{padding:0.25rem 0.75rem;font-size:0.875rem}.announcement-list .no-announcement-message{padding:1rem 0;color:#6c757d}.announcement-list .new-announcement-btn{margin-top:1rem}@media (max-width: 576px){.announcement-list-container,.announcement-detail-container,.announcement-form{padding:0 0.5rem}.announcement-list-item{flex-direction:column;align-items:flex-start}.announcement-list-item .announcement-actions{margin:0.5rem 0 0 0;width:100%}.announcement-list-item .announcement-actions .announcement-delete-form{margin-left:0;margin-top:0.5rem}.announcement-list-item .announcement-actions .announcement-delete-form .btn{width:100%}.announcement-detail-title{font-size:1.5rem}.announcement-title{font-size:1.4rem}}.announcement-detail-container{max-width:700px;margin:0 auto;padding:2rem 1rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.05)}.announcement-detail-container .announcement-detail-title{font-size:2rem;font-weight:bold;margin-bottom:1.5rem;text-align:center}.announcement-detail-container .announcement-detail-body{font-size:1.1rem;line-height:1.8;white-space:pre-wrap;margin-bottom:1.5rem;color:#333}.announcement-detail-container .announcement-detail-date{font-size:0.9rem;color:#6c757d;margin-bottom:2rem;text-align:right}.announcement-detail-container .back-to-list-btn{display:block;margin:0 auto;width:fit-content;padding:0.5rem 1.5rem;font-weight:500}@media (max-width: 576px){.announcement-detail-container{padding:1.5rem 1rem}.announcement-detail-container .announcement-detail-title{font-size:1.5rem}.announcement-detail-container .announcement-detail-body{font-size:1rem}.announcement-detail-container .announcement-detail-date{text-align:left}.announcement-detail-container .back-to-list-btn{width:100%;text-align:center}}.subscription-plans,.subscription-settings,.subscription-page{max-width:900px;margin:20px auto;padding:25px;font-family:'Helvetica Neue', Arial, sans-serif}.subscription-plan{padding:25px;border-radius:15px;margin-bottom:25px;background:linear-gradient(145deg, #fff, #e6fff0);box-shadow:0 6px 20px rgba(0,0,0,0.08);transition:transform 0.3s, box-shadow 0.3s}.subscription-plan:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.12)}.subscription-plan h3{font-size:1.6rem;margin-bottom:12px;color:#1f7a3f}.subscription-plan p{font-size:1rem;margin-bottom:15px;color:#444}.subscription-plan .subscription-plan-details ul{padding-left:20px}.subscription-plan .subscription-plan-details ul li{margin-bottom:8px;font-size:0.95rem;color:#333;position:relative;padding-left:20px}.subscription-plan .subscription-plan-details ul li::before{content:"✔";position:absolute;left:0;color:#28a745;font-weight:bold}.subscription-plan .btn-primary{display:inline-block;margin-top:15px;padding:12px 25px;background-color:#28a745;border:none;border-radius:10px;color:#fff;font-weight:bold;cursor:pointer;transition:all 0.3s}.subscription-plan .btn-primary:hover{background-color:#1f7a3f;transform:translateY(-2px)}.subscription-settings h3{font-size:1.6rem;margin-bottom:15px;color:#1f7a3f}.subscription-settings .current-subscription,.subscription-settings .no-subscription{padding:20px;border-radius:12px;background:#e6fff0;margin-bottom:15px}.subscription-settings .current-subscription p,.subscription-settings .no-subscription p{font-size:1rem;margin-bottom:12px}.subscription-settings .current-subscription .btn-danger,.subscription-settings .no-subscription .btn-danger{background-color:#dc3545;padding:12px 25px;border-radius:10px;color:#fff;font-weight:bold}.subscription-settings .current-subscription .btn-danger:hover,.subscription-settings .no-subscription .btn-danger:hover{background-color:#a71d2a;transform:translateY(-2px)}.subscription-settings .current-subscription .btn-primary,.subscription-settings .no-subscription .btn-primary{padding:12px 25px;border-radius:10px}.subscription-page{text-align:center;padding:30px;border-radius:15px;background:linear-gradient(135deg, #e6fff0, #d0ffd6);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.subscription-page__title{font-size:1.8rem;margin-bottom:20px;color:#1f7a3f}.subscription-page__message{font-size:1rem;margin-bottom:25px;color:#333}.subscription-page__actions .subscription-page__button{padding:12px 25px;font-size:1rem;border-radius:10px;text-decoration:none;color:#fff;background-color:#28a745;transition:all 0.3s}.subscription-page__actions .subscription-page__button:hover{background-color:#1f7a3f;transform:translateY(-2px)}@media screen and (max-width: 600px){.subscription-plans,.subscription-settings,.subscription-page{padding:15px}.subscription-plan h3,.subscription-settings h3,.subscription-page__title{font-size:1.3rem}.subscription-plan-details ul li,.subscription-settings p,.subscription-page__message{font-size:0.9rem}.btn,.subscription-page__button{padding:10px 20px;font-size:0.9rem}}html,body{height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh}.wrap{flex:1 0 auto;display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1 0 auto}.footer{margin-top:50px;flex-shrink:0;background-color:#1E7D3D;color:#ccc;padding:2rem 1rem;font-size:0.9rem;font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.footer .footer-contents{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer .footer-contents .footer-logo{flex:1 1 150px}.footer .footer-contents .footer-logo img{width:100%}.footer .footer-contents .footer-link{flex:3 1 400px;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.footer .footer-contents .footer-link .nav-link{color:#ccc;text-decoration:none;line-height:1.5;padding:0.2rem 0;transition:color 0.3s ease}.footer .footer-contents .footer-link .nav-link:hover,.footer .footer-contents .footer-link .nav-link:focus{color:#fff;text-decoration:underline}.footer .copyright{max-width:960px;margin:1.5rem auto 0;text-align:center;color:white}@media (max-width: 600px){.footer{padding:1.5rem 1rem}.footer .footer-contents{flex-direction:column;align-items:center;gap:0.8rem}.footer .footer-contents .footer-link{justify-content:center;gap:0.8rem}.footer .copyright{font-size:0.8rem}}
