@import"https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";.sidebar{z-index:1000;width:240px;height:100vh;background:linear-gradient(160deg,#667eea,#764ba2);color:#fff;padding:30px 20px;display:flex;flex-direction:column;font-family:Poppins,sans-serif;box-shadow:4px 0 12px #0000001a;position:sticky;top:0;overflow-y:auto}.brand{font-size:24px;font-weight:700;margin-bottom:40px;background:linear-gradient(to right,#fff,#ffd200);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-list{list-style:none;padding:0;margin:0}.nav-list li{margin-bottom:15px;border-radius:8px;transition:background .2s ease}.nav-list li.active,.nav-list li:hover{background-color:#ffffff26}.nav-list li a{color:#fff;text-decoration:none;display:flex;align-items:center;padding:10px 14px;font-size:15px;gap:12px;font-weight:500}.nav-list li a:hover{text-shadow:0 0 2px white}.sidebar-toggle-btn{display:none;position:fixed;top:16px;left:16px;z-index:1001;background-color:#fff;padding:8px;border-radius:6px;box-shadow:0 0 6px #0003;cursor:pointer}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:-100%;width:70%;max-width:250px;height:100%;background:linear-gradient(160deg,#667eea,#764ba2);transition:left .3s ease;padding-top:80px;z-index:1000;overflow-y:auto}.sidebar.open{left:0}.sidebar-toggle-btn{display:block}}.navbar{background:linear-gradient(to right,#f5f7fa,#e1ecf4);padding:16px 30px;display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;box-shadow:0 2px 6px #0000000f;border-bottom:1px solid #dfe6ed;position:sticky;top:0;z-index:999}.navbar-left h3{margin:0;font-weight:600;font-size:20px;color:#2c3e50}.role-tag{font-size:12px;font-weight:500;background:#eee;padding:4px 10px;border-radius:12px;margin-top:4px;display:inline-block}.hamburger{display:none;cursor:pointer;color:#2c3e50;z-index:1001}.navbar-right{display:flex;align-items:center;gap:20px;position:relative}.logout-btn{padding:6px 12px;background-color:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.logout-btn:hover{background-color:#dc2626}.bell-btn{background:#ffc107;border:none;padding:6px 10px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer}.navbar-notifications{position:relative}.navbar-reminder-list{position:absolute;top:120%;right:0;background:#fff;border:1px solid #ccc;border-radius:6px;padding:10px;width:300px;box-shadow:0 4px 10px #0000001a;font-size:13px;list-style:none;z-index:10}.navbar-reminder-list li{margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:8px}.navbar-reminder-list span{color:#e74c3c;font-weight:600}@media (max-width: 768px){.navbar{flex-wrap:wrap;padding-left:60px}.hamburger{display:block}.navbar-right{flex-direction:column;align-items:flex-end;background:#fff;position:absolute;top:70px;right:0;width:100%;padding:12px 20px;box-shadow:0 4px 10px #0000001a;display:none}.navbar-right.open{display:flex}.logout-btn,.bell-btn{width:100%;text-align:center;font-size:16px}}.project-page{padding:40px 20px;font-family:Poppins,sans-serif;background:linear-gradient(to bottom right,#eaf0fb,#f7faff);min-height:100vh;color:#2c2c2c;display:flex;flex-direction:column;align-items:center}.project-page h2{font-size:30px;font-weight:700;margin-bottom:24px;color:#444;text-align:center}.project-form{width:100%;max-width:600px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:28px;border-radius:16px;box-shadow:0 12px 28px #0000000f;box-sizing:border-box}.project-form input,.project-form textarea{width:100%;padding:14px;margin-bottom:18px;font-size:14px;border:1px solid #ccc;border-radius:10px;font-family:Poppins,sans-serif;background-color:#fff;box-sizing:border-box}.project-form textarea{min-height:100px;resize:vertical}.project-form button{background:linear-gradient(to right,#43cea2,#185a9d);color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;width:100%}.project-form button:hover{background:linear-gradient(to right,#36b996,#124e89);transform:translateY(-1px)}.success-text,.error-text{margin-top:12px;font-weight:500;text-align:center}.success-text{color:green}.error-text{color:red}@media (max-width: 480px){.project-page{padding:24px 12px}.project-page h2{font-size:24px}.project-form{padding:20px;border-radius:12px}.project-form input,.project-form textarea{font-size:13px;padding:12px}.project-form button{font-size:13px;padding:10px}}.dashboard{display:flex;flex-direction:column;gap:40px;padding:30px;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#eef1f6,#f9fafe);min-height:100vh;color:#1f1f1f}.dashboard-title{font-size:32px;font-weight:700;color:#4b4b4b;text-shadow:1px 1px 2px #ccc;margin-bottom:10px}.dashboard-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.card{width:300px;padding:20px;border-radius:18px;color:#fff;font-weight:600;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.card:hover{transform:translateY(-6px)}.gradient-card{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-card2{background:linear-gradient(135deg,#43cea2,#185a9d)}.gradient-card3{background:linear-gradient(135deg,#f7971e,#ffd200)}.card h3{font-size:18px;margin-bottom:10px}.card p{font-size:30px}.glass-card{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:18px;box-shadow:0 10px 25px #00000012;padding:25px}.chart-wrapper{max-width:800px;margin:auto}.dashboard-activity ul{padding-left:20px;margin-top:15px}.dashboard-activity li{margin-bottom:10px;font-size:16px}@media (max-width: 1024px){.dashboard{padding:20px;gap:30px}.dashboard-title{font-size:26px;text-align:center}.card h3{font-size:16px}.card p{font-size:24px}.chart-wrapper{max-width:100%;padding:10px}}@media (max-width: 600px){.dashboard-cards{flex-direction:column;gap:16px}.card{width:100%;padding:20px;text-align:center}.dashboard-title{font-size:22px}.chart-wrapper{overflow-x:auto}.glass-card{padding:16px}}.chart-wrapper{min-width:320px}.project-list-page{padding:40px 20px;font-family:Poppins,sans-serif;background:linear-gradient(to bottom right,#f7f9fd,#e0ecff);min-height:100vh;color:#2b2b2b;box-sizing:border-box}.project-list-page h2{font-size:30px;font-weight:700;margin-bottom:25px;color:#3a3a3a;text-shadow:1px 1px 2px #d8d8d8;text-align:center}.create-project-link{display:inline-block;margin-bottom:30px;background:linear-gradient(to right,#43cea2,#185a9d);color:#fff;padding:12px 22px;border-radius:12px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #0000001a}.create-project-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #43cea24d}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.project-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px 24px;box-shadow:0 10px 25px #00000012;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00000014}.project-card h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.project-card p{font-size:14.5px;color:#555;margin-bottom:14px}.project-card a{background:linear-gradient(to right,#667eea,#764ba2);padding:8px 14px;font-size:14px;border-radius:8px;color:#fff;font-weight:500;text-decoration:none;transition:background .3s ease}.project-card a:hover{background:linear-gradient(to right,#5b6ed1,#6a43a0)}.loading{font-size:16px;color:#666;text-align:center}@media (max-width: 768px){.project-list-page{padding:24px 16px}.project-list-page h2{font-size:24px}.create-project-link{font-size:14px;padding:10px 18px}.project-card h3{font-size:18px}.project-card p{font-size:13.5px}.project-card a{font-size:13px;padding:7px 12px}}@media (max-width: 480px){.project-grid{grid-template-columns:1fr;gap:16px}.project-card{padding:16px 18px}.project-list-page h2{font-size:22px}}.project-details-page{padding:40px;font-family:Poppins,sans-serif;background:linear-gradient(to bottom right,#f1f6fc,#fff);min-height:100vh;color:#222}.project-details-page h2{font-size:30px;font-weight:700;margin-bottom:10px;color:#444}.project-details-page p{margin-bottom:20px;font-size:15px;color:#555}.category-block{margin-bottom:32px;background:#fffffff2;padding:1.5rem;border-radius:14px;box-shadow:0 8px 20px #0000000d}.category-block h4{font-size:20px;margin-bottom:.5rem;color:#333;border-bottom:1px solid #ddd;padding-bottom:6px}.category-block table{width:100%;border-collapse:collapse;font-size:14px;margin-top:10px}.category-block th,.category-block td{padding:10px;border-bottom:1px solid #eee;text-align:left}.category-block th{background-color:#f0f2f5;font-weight:600}.category-block a{color:#007bff;text-decoration:none}.category-block a:hover{text-decoration:underline}.backlink-form{margin-top:2rem;background:#fff;padding:1.5rem;border-radius:14px;box-shadow:0 10px 30px #0000000f;display:flex;flex-direction:column;gap:14px;max-width:700px}.backlink-form input,.backlink-form select,.backlink-form textarea{padding:12px 14px;font-size:14px;border-radius:8px;border:1px solid #ccc;font-family:inherit;background-color:#fff}.backlink-form textarea{resize:vertical;min-height:80px}.backlink-form button{background:linear-gradient(to right,#43cea2,#185a9d);color:#fff;padding:10px 18px;border:none;font-weight:600;font-size:14px;border-radius:8px;cursor:pointer;transition:.3s ease;width:-moz-fit-content;width:fit-content}.backlink-form button:hover{background:linear-gradient(to right,#36b996,#124e89)}.success-text{color:green;margin-top:10px;font-weight:500}.open-modal-btn{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;padding:10px 18px;border:none;border-radius:10px;font-weight:600;cursor:pointer;margin-bottom:20px;transition:all .3s ease}.open-modal-btn:hover{background:linear-gradient(to right,#556ee6,#6a45a0)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1e1e1e73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 30px #0003;position:relative;width:90%;max-width:650px;animation:scaleIn .25s ease-in-out}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.close-modal-btn{position:absolute;top:14px;right:16px;background:none;border:none;font-size:24px;font-weight:700;color:#999;cursor:pointer}.close-modal-btn:hover{color:#555}.import-export-bar{margin-bottom:20px;display:flex;gap:12px;flex-wrap:wrap}.export-btn,.import-btn{background:linear-gradient(90deg,#007bff,#0056b3);color:#fff;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background .3s ease;box-shadow:0 4px 10px #007bff33}.export-btn:hover,.import-btn:hover{background:linear-gradient(90deg,#0056b3,#003d80)}.import-label{position:relative}.import-label input{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer}.category-block table{display:block;overflow-x:auto;white-space:nowrap}.modal-content{max-height:90vh;overflow-y:auto}.excel-format-example{background-color:#fff;padding:10px 15px;margin-top:15px;border-left:4px solid #0056b3;border-radius:6px;font-size:13px;color:#333;font-family:monospace}.team-page{padding:32px;background-color:#f5f7fa;font-family:Segoe UI,sans-serif;min-height:100vh}.team-page h2{font-size:28px;font-weight:600;margin-bottom:24px;color:#2c3e50}.team-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.team-table th,.team-table td{padding:14px 18px;border-bottom:1px solid #eee;text-align:left;font-size:14px;white-space:nowrap}.team-table th{background-color:#f2f4f8;font-weight:600;color:#4a4a4a}.role-badge{padding:5px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.role-badge.admin{background-color:#4a90e2}.role-badge.editor{background-color:#28a745}.role-badge.viewer{background-color:#6c757d}.edit-btn,.remove-btn{background:none;border:none;cursor:pointer;font-size:16px;margin-right:8px;opacity:.8}.edit-btn:hover,.remove-btn:hover{opacity:1;transform:scale(1.1);transition:.2s ease}.add-member-btn{margin-top:24px;padding:10px 22px;background:linear-gradient(to right,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:.3s ease}.add-member-btn:hover{filter:brightness(1.1)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:999}.modal{background:#fff;padding:30px;width:400px;max-width:90%;border-radius:14px;box-shadow:0 10px 30px #00000026}.modal h3{margin-bottom:20px;font-size:22px;font-weight:600;color:#2c3e50}.modal input,.modal select{width:100%;padding:12px;margin-bottom:16px;border:1px solid #ccc;border-radius:8px;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:10px 18px;font-size:14px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:.3s ease}.modal-actions button:first-child{background:linear-gradient(to right,#667eea,#764ba2);color:#fff}.modal-actions button:first-child:hover{filter:brightness(1.05)}.modal-actions button:last-child{background-color:#e0e0e0;color:#333}.modal-actions button:last-child:hover{background-color:#c2c2c2}@media (max-width: 768px){.team-page{padding:20px 16px}.team-page h2{font-size:22px;margin-bottom:16px}.add-member-btn{width:100%;font-size:15px;padding:12px}.team-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.team-table table{min-width:600px}.team-table th,.team-table td{font-size:13px;padding:12px 14px}.modal{width:100%;margin:0 10px;padding:20px}.modal h3{font-size:18px}.modal input,.modal select{padding:10px;font-size:13px}.modal-actions{flex-direction:column;align-items:stretch}.modal-actions button{width:100%;padding:10px}}.reports-page{padding:32px;font-family:Inter,sans-serif;background-color:#f4f6fa;min-height:100vh;color:#2c3e50}.reports-page h2{font-size:28px;font-weight:600;margin-bottom:24px}.filters{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:28px;align-items:flex-end}.filters select{padding:10px 14px;font-size:14px;border-radius:8px;border:1px solid #ccc;background-color:#fff;box-shadow:0 2px 6px #00000008}.date-filters{display:flex;gap:16px}.date-filters label{display:flex;flex-direction:column;font-size:14px}.date-filters input{margin-top:6px;padding:8px 12px;border-radius:8px;border:1px solid #ccc;background-color:#fff}.export-btn{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;padding:10px 16px;border:none;border-radius:8px;cursor:pointer;font-weight:500}.export-btn:hover{opacity:.9}.stats{display:flex;gap:24px;margin-bottom:28px}.stat-card{flex:1;padding:24px;background:#fff;border-radius:14px;box-shadow:0 4px 12px #0000000d;text-align:center;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-card h3{font-size:30px;margin-bottom:6px;background:linear-gradient(to right,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.stat-card p{font-size:14px;color:#555}.category-stats{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0 30px}.stat-card.small{background:#f7f9fd;padding:14px 20px;border-radius:12px;box-shadow:0 2px 6px #0000000f;flex:1 1 180px;text-align:center;transition:all .2s ease}.stat-card.small:hover{background:#eef3fb}.stat-card.small h4{font-size:20px;font-weight:700;margin:0}.stat-card.small p{font-size:14px;color:#555;margin-top:4px;text-transform:capitalize}.charts{display:flex;flex-wrap:wrap;gap:24px;margin:24px 0}.chart-box{flex:1 1 400px;background:#fff;padding:20px;border-radius:14px;box-shadow:0 6px 18px #0000000f}.chart-box h4{text-align:center;margin-bottom:16px;font-size:16px}.report-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000000a;margin-bottom:30px}.report-table th,.report-table td{padding:14px 18px;font-size:14px;border-bottom:1px solid #eee;text-align:left}.report-table th{background-color:#f5f7fa;font-weight:600;color:#555}.report-table td a{color:#007bff;text-decoration:none}.report-table td a:hover{text-decoration:underline}.status-badge{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;color:#fff;text-transform:capitalize}.status-badge.created{background-color:#28a745}.status-badge.pending{background-color:#ffc107}@media (max-width: 768px){.filters{flex-direction:column;align-items:stretch}.date-filters{flex-direction:column;gap:10px}.stats,.category-stats,.charts{flex-direction:column}.report-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.report-table table{min-width:600px;width:100%}.report-table th,.report-table td{white-space:nowrap}.stat-card h3{font-size:24px}.stat-card.small h4{font-size:18px}.stat-card.small p{font-size:13px}}.settings-page{padding:32px;background-color:#f5f7fa;min-height:100vh;font-family:Inter,sans-serif;color:#2c3e50}.settings-page h2{font-size:28px;margin-bottom:24px;font-weight:600}.settings-tabs{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.settings-tabs button{padding:10px 18px;border:1px solid transparent;border-radius:30px;background-color:#e9ecf1;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.settings-tabs button:hover{background-color:#d6dce3}.settings-tabs .active{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;font-weight:600;border:none}.settings-content{background:#fff;padding:28px;border-radius:14px;box-shadow:0 4px 12px #0000000d}.settings-content h3{margin-bottom:20px;font-size:22px;color:#444;font-weight:600}.settings-content input,.settings-content select{padding:10px;margin:10px 12px 16px 0;width:260px;border:1px solid #ccc;border-radius:8px;font-size:14px;background:#fff}.settings-content button{padding:10px 16px;background:linear-gradient(to right,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;margin-right:12px;transition:all .3s ease}.settings-content button:hover{filter:brightness(1.05)}.settings-content ul{list-style:none;padding:0;margin-top:15px}.settings-content li{padding:12px 16px;margin-bottom:10px;background-color:#f4f6fa;border-radius:8px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.settings-content li button{background-color:#dc3545;padding:6px 12px;font-size:13px;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background .2s ease}.settings-content li button:hover{background-color:#b52c3b}.settings-content label{display:block;margin-bottom:12px;font-size:14px;color:#444}@media (max-width: 768px){.settings-page{padding:16px}.settings-tabs{flex-direction:column;gap:10px}.settings-tabs button{width:100%;text-align:left}.settings-content{padding:20px}.settings-content input,.settings-content select{width:100%;margin-right:0}.settings-content li{flex-direction:column;align-items:flex-start}.settings-content li button{align-self:flex-end;margin-top:6px}.settings-content label{font-size:13px}.settings-content h3{font-size:20px}}.inbox-page{padding:32px;background:#f4f6f9;min-height:100vh;font-family:Poppins,sans-serif;color:#2c3e50}.inbox-page h2{font-size:28px;font-weight:600;margin-bottom:24px}.chat-box{max-height:480px;overflow-y:auto;background:#fff;padding:24px;border-radius:14px;box-shadow:0 4px 16px #0000000d;margin-bottom:24px;display:flex;flex-direction:column;gap:18px}.chat-message{display:flex;align-items:flex-start;gap:14px;animation:fadeIn .3s ease;padding:12px;border-radius:12px;background:#f9fafe;word-break:break-word}.avatar{width:38px;height:38px;border-radius:50%;background-color:#764ba2;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.comment-content{display:flex;flex-direction:column}.comment-content .sender{font-weight:600;font-size:14px;color:#764ba2;margin-bottom:4px}.comment-content .text{font-size:14px;color:#333;word-wrap:break-word}.comment-content .time{font-size:12px;color:#999;margin-top:4px}.chat-input{display:flex;gap:12px;align-items:center;background:#fff;padding:16px 20px;border-radius:14px;box-shadow:0 4px 12px #0000000f}.chat-input input{flex:1;padding:12px 16px;border:1px solid #dcdfe6;border-radius:10px;font-size:14px;transition:all .2s ease}.chat-input input:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 2px #764ba21a}.chat-input button{padding:12px 24px;background:linear-gradient(to right,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:500;font-size:14px;cursor:pointer;transition:background .3s ease,transform .2s ease}.chat-input button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea40}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.inbox-page,.chat-box{padding:16px}.chat-input{flex-direction:column;align-items:stretch;gap:10px;padding:16px}.chat-input input,.chat-input button{width:100%}.chat-message{flex-direction:column;align-items:flex-start;padding:10px}.avatar{margin-bottom:8px}.comment-content .text,.comment-content .sender{font-size:13px}.comment-content .time{font-size:11px}}.auth-page{width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,sans-serif}.auth-overlay{width:100%;height:100%;background:#0a0a14b3;display:flex;align-items:center;justify-content:center}.auth-card{background:#fff;padding:2.5rem;border-radius:16px;width:360px;box-shadow:0 0 18px #0000004d;text-align:center}.auth-card h2{margin-bottom:.5rem}.auth-card p{margin-bottom:1.5rem;color:#666}.auth-input{width:100%;padding:.75rem;margin-bottom:1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem}.auth-submit{background-color:#00e5d4;color:#000;padding:.75rem;width:100%;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:.3s}.auth-submit:hover{background-color:#00c1b2}.auth-footer{margin-top:1rem;font-size:.9rem;color:#444}.auth-footer span{color:#00e5d4;font-weight:700;cursor:pointer}.home-screen{display:flex;align-items:center;justify-content:center;position:relative;font-family:Segoe UI,sans-serif}.overlay{width:100%;height:100vh;background:#0a0a14b3;display:flex;align-items:center;justify-content:center}.content-box{text-align:left;color:#fff;max-width:600px;padding:2rem}.product-label{color:#ccc;font-size:.9rem;margin-bottom:.5rem}.title{font-size:2.8rem;font-weight:700;margin:0}.subtitle{font-size:1.2rem;margin:1rem 0 2rem}.cta-button{background:#00e5d4;color:#000;padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:.3s}.cta-button:hover{background:#00c1b2}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.auth-modal{background:#fff;padding:2rem;border-radius:12px;width:320px;text-align:center;position:relative}.auth-modal h2{margin-bottom:1rem}.auth-buttons{display:flex;justify-content:space-around;margin-top:1rem}.auth-btn{padding:.5rem 1rem;border:none;background-color:#00bfa5;color:#fff;border-radius:6px;cursor:pointer}.auth-btn:hover{background-color:#009688}.close-btn{position:absolute;top:.5rem;right:.8rem;font-size:1.5rem;background:transparent;border:none;cursor:pointer}.manage-users-page{padding:2rem;background-color:#f7f9fb;min-height:100vh;font-family:Poppins,sans-serif;color:#2c3e50}.manage-users-page h2{margin-bottom:1.5rem;font-size:28px;font-weight:700;color:#2c3e50;text-shadow:1px 1px 2px #ccc}.table-wrapper{width:100%;overflow-x:auto}.user-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 8px 18px #0000000d;border-radius:12px;overflow:hidden;min-width:100%}.user-table th,.user-table td{padding:14px 18px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:15px;white-space:nowrap}.user-table th{background-color:#f0f4f8;color:#34495e;font-weight:600;text-transform:uppercase}.user-table td select{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px;background-color:#fdfdfd;outline:none}.role-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:600;text-transform:capitalize;color:#fff}.role-badge.viewer{background-color:#95a5a6}.role-badge.editor{background-color:#3498db}.role-badge.admin{background-color:#e67e22}@media (max-width: 768px){.manage-users-page{padding:1rem}.user-table th,.user-table td{padding:10px;font-size:14px}.user-table td select{font-size:13px}.user-table{min-width:600px}}.global-backlinks-page{padding:30px;display:flex;flex-direction:column;gap:20px}.tabs{display:flex;gap:12px;flex-wrap:wrap}.tab{background-color:#f5f5f5;border:1px solid #ddd;padding:10px 18px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.tab.active{background-color:#007bff;color:#fff;border-color:#007bff}.filter-bar{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.search-input{padding:8px 12px;font-size:14px;border-radius:6px;border:1px solid #ccc;min-width:250px}.date-filter{padding:8px 12px;font-size:14px;border-radius:6px;border:1px solid #ccc;min-width:180px}.backlink-table{width:100%;border-radius:8px;overflow:hidden;background-color:#fff;border:1px solid #ddd}.backlink-table table{width:100%;border-collapse:collapse}.backlink-table th,.backlink-table td{padding:14px 16px;border-bottom:1px solid #eee;text-align:left;font-size:14px}.backlink-table th{background-color:#f9f9f9;font-weight:600}.status{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;text-align:center}.status.pending{background-color:#fff3cd;color:#856404}.status.completed{background-color:#d4edda;color:#155724}.status.failed{background-color:#f8d7da;color:#721c24}.excel-format-example{background-color:#fff;padding:10px 15px;margin-top:15px;border-left:4px solid#0056b3;border-radius:6px;font-size:13px;color:#333;font-family:monospace}@media (max-width: 768px){.global-backlinks-page{padding:20px 15px}.tabs{flex-direction:column;gap:8px}.tab{font-size:13px;padding:8px 14px}.filter-bar{flex-direction:column;gap:12px;align-items:stretch}.search-input,.date-filter{width:100%;min-width:unset}.backlink-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.backlink-table table{width:100%;min-width:700px}.backlink-table th,.backlink-table td{white-space:nowrap;padding:12px 10px;font-size:13px}.backlink-table th{font-size:12px}.status{font-size:12px;padding:4px 10px}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:90vw}.toast{padding:14px 20px;border-radius:8px;font-size:15px;color:#fff;box-shadow:0 4px 12px #00000026;animation:slideFadeIn .4s ease forwards;opacity:0;transform:translateY(-10px);min-width:260px;max-width:400px;word-wrap:break-word;transition:opacity .3s ease-in-out}.toast.success{background-color:#28a745}.toast.error{background-color:#dc3545}.toast.info{background-color:#007bff}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.toast-container{top:10px;right:10px}.toast{font-size:14px;padding:12px 16px;min-width:200px;max-width:90vw}}.project-goals-page{padding:2rem;background:#f9fafe;font-family:Poppins,sans-serif;min-height:100vh}.project-selector{margin-bottom:20px;font-size:16px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.project-selector label{font-weight:600}.project-selector select{padding:8px 12px;border-radius:6px;border:1px solid #ccc;font-size:14px;min-width:200px}.goal-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.goal-form input{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px;min-width:180px}.goal-form button{background:#28a745;color:#fff;font-weight:600;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;transition:.3s}.goal-form button:hover{background-color:#218838}.table-wrapper{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;margin-top:20px}.goals-table{width:100%;min-width:700px;border-collapse:collapse;background:#fff;box-shadow:0 2px 6px #0000000d}.goals-table th,.goals-table td{padding:12px 14px;border:1px solid #eee;text-align:left;white-space:nowrap;font-size:14px}.goals-table th{background-color:#f3f5f8;font-weight:600}.status{padding:4px 10px;border-radius:5px;font-weight:600;font-size:13px;text-transform:capitalize;display:inline-block}.status.Pending{background:#ffeeba;color:#856404}.status.In\ Progress{background:#d1ecf1;color:#0c5460}.status.Completed{background:#d4edda;color:#155724}.status.Overdue{background:#f8d7da;color:#721c24}.progress-bar{height:20px;background:#eee;border-radius:6px;overflow:hidden;max-width:200px}.progress-fill{height:100%;background:#007bff;color:#fff;text-align:center;font-size:12px;line-height:20px;transition:width .3s ease;white-space:nowrap}.notifications-box{position:relative;margin-bottom:20px}.notifications-box button{background:#ffc107;border:none;padding:8px 15px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px}.reminder-list{position:absolute;top:110%;left:0;width:300px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 8px #0000001a;padding:10px;list-style:none;z-index:10}.reminder-list li{margin-bottom:8px;font-size:14px}.reminder-list span{font-weight:600;color:#e74c3c}@media (max-width: 768px){.project-goals-page{padding:1rem}.goal-form{flex-direction:column}.goal-form input,.goal-form button{width:100%}.project-selector{flex-direction:column;align-items:flex-start}.reminder-list{width:90vw}.progress-bar{width:100%;max-width:none}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.goals-table{width:100%;min-width:600px;border-collapse:collapse}.goals-table th,.goals-table td{white-space:nowrap;padding:12px 14px;font-size:13px}.goals-table th{font-size:13px;background-color:#f3f5f8}}.trash-page{max-width:800px;margin:40px auto;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,sans-serif}.trash-page h2{font-size:24px;margin-bottom:20px;color:#333;text-align:center}.trash-error{color:#d32f2f;background-color:#ffe6e6;padding:16px;border-radius:8px;text-align:center;font-weight:500}.trashed-projects-list{list-style:none;padding:0;margin:0}.trashed-projects-list li{background-color:#f9f9f9;margin-bottom:16px;padding:16px 20px;border-left:6px solid #764ba2;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.trashed-projects-list li:hover{background-color:#f1f1f1}.trashed-projects-list li strong{font-size:16px;color:#222}.trash-actions{display:flex;gap:10px}.trash-actions button{padding:8px 14px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.trash-actions button:first-child{background-color:#4caf50;color:#fff}.trash-actions button:first-child:hover{background-color:#45a049}.trash-actions button:last-child{background-color:#e53935;color:#fff}.trash-actions button:last-child:hover{background-color:#c62828}@media (max-width: 600px){.trashed-projects-list li{flex-direction:column;align-items:flex-start}.trash-actions{margin-top:10px;width:100%;justify-content:flex-start}.trash-actions button{width:auto}}.app-wrapper{display:flex;flex-direction:column;height:100vh}.main-layout{display:flex;flex:1;height:100%}.main-content{flex:1;padding:20px;overflow-y:auto;background-color:#f9f9f9}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}
