@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#333;line-height:1.6}a{color:#0f3c5b;text-decoration:none}a:hover{text-decoration:underline}#app{min-height:100vh;display:flex;width:95%;flex-direction:column;align-items:stretch}main{flex:1}header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}nav{max-width:1200px;margin:auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}nav>a:first-child{font-size:1.4rem;font-weight:700;color:#0f3c5b}.nav-links-main,.nav-links-user{display:flex;gap:1rem;align-items:center}.hero-section{text-align:center;padding:5rem 1.5rem;background:linear-gradient(135deg,#0f3c5b,#007c89);color:#fff}.hero-section h1{font-size:3rem;margin-bottom:1rem}.hero-section p{font-size:1.2rem;margin-bottom:2rem}.cta-button{display:inline-block;background:#f37d00;color:#fff;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;font-weight:700}.cta-button:hover{background:#d66c00;text-decoration:none}.cta-button.secondary{background:#6b7280}.stories-section,.profile-stats-section,.profile-stories-section{max-width:1200px;margin:2rem auto;padding:0 1rem}.stories-section h2,.profile-stats-section h2,.profile-stories-section h2{margin-bottom:1rem;color:#0f3c5b}.featured-stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.featured-story-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:transform .2s ease}.featured-story-item:hover{transform:translateY(-4px)}.featured-story-item img{width:100%;height:220px;object-fit:cover}.featured-story-info{padding:1rem}.featured-story-info h3{margin-bottom:.5rem;color:#0f3c5b}.latest-stories-list{list-style:none}.latest-story-item,.story-list-item{background:#fff;margin-bottom:1rem;border-radius:10px;padding:1rem;box-shadow:0 2px 8px #0000000f}.latest-story-item h4,.story-list-item h4{margin-bottom:.5rem;color:#0f3c5b}.auth-container{display:flex;justify-content:center;padding:3rem 1rem}.auth-form-wrapper{width:100%;max-width:500px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 3px 12px #00000014}.auth-form-wrapper h2{margin-bottom:1.5rem;color:#0f3c5b}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:700;color:#0f3c5b}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem;border:1px solid #d1d5db;border-radius:8px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007c89}.error-message{color:#dc2626;margin-bottom:1rem}.google-signin-button{width:100%;margin-top:.75rem;padding:.8rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:8px}.submit-story-container{max-width:1200px;margin:2rem auto;padding:1rem;display:flex;gap:2rem;align-items:flex-start}.form-column{flex:3}.drafts-panel-column{flex:1;min-width:280px;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 1px 4px #00000014;position:sticky;top:20px}.drafts-panel-column h3{color:#0f3c5b}#story-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #00000014}#story-form h2{color:#0f3c5b}#story-form label{display:block;margin-top:1rem;margin-bottom:.5rem;font-weight:700;color:#0f3c5b}#story-form input,#story-form textarea,#story-form select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px}#story-form input:focus,#story-form textarea:focus,#story-form select:focus{outline:none;border-color:#007c89}fieldset{margin-top:1.5rem;padding:1rem;border:1px solid #ddd;border-radius:8px}legend{padding:0 .5rem;font-weight:700;color:#0f3c5b}.checkbox-group{display:grid;gap:.5rem;margin-top:.5rem}.form-actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.form-actions button,.form-actions a{padding:12px 20px;border-radius:8px;border:none;cursor:pointer}.notification{padding:1rem;margin-bottom:1rem;border-radius:8px}.notification.success{background:#dcfce7}.notification.error{background:#fee2e2}.notification.info{background:#e1f5fe;color:#0f3c5b}.contributor-profile-container{max-width:1200px;margin:auto;padding:2rem 1rem}.profile-header{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #00000014;margin-bottom:2rem}.profile-main-info{text-align:center}.profile-main-info h2{color:#0f3c5b}.profile-picture{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #007C89}.profile-bio{margin-top:1rem}.profile-meta-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:2rem}.verification-badge{background:#6bbba1;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-item{background:#fff;padding:1.5rem;text-align:center;border-radius:12px;box-shadow:0 2px 8px #0000000f}.stat-item span{font-size:2rem;font-weight:700;display:block;color:#0f3c5b}.view-all-container{margin-top:1rem}.view-all-link{display:inline-block;font-weight:600;text-decoration:none;color:#007c89}.view-all-link:hover{text-decoration:underline;color:#0f3c5b}.draft-save-status{margin:1rem 0;padding:.75rem;border-radius:6px;background:#e8f5e9;color:#2e7d32;font-weight:500;display:none}.story-share{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap}.share-btn{padding:8px 14px;cursor:pointer;border-radius:6px;background:#e1f5fe;color:#0f3c5b}.share-btn:hover{background:#d0effd}.loading-message,.error{text-align:center;padding:2rem}@media (max-width: 768px){nav{flex-direction:column;align-items:flex-start}.hero-section h1{font-size:2rem}.form-actions{flex-direction:column}}.status-badge{display:inline-block;padding:.25em .6em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem;color:#fff;text-transform:capitalize}.status-draft{background-color:#6c757d}.status-pending-review{background-color:#fd7e14}.status-approved{background-color:#198754}.status-featured{background-color:#ffc107;color:#000}.status-rejected{background-color:#dc3545}.story-meta{margin-left:.5rem}.story-list{list-style:none;padding-left:0}.story-list li{margin-bottom:.75rem}.my-stories-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:min(95vw,1800px);max-width:1800px;margin:0 auto;padding:1rem;background-color:#fcf9f5;color:#2b1b17;min-height:100vh;box-sizing:border-box}.my-stories-container *{box-sizing:border-box}.my-stories-container h1{font-size:2.25rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em;color:#2b1b17;margin:0 0 2.5rem;padding-bottom:.75rem;border-bottom:2px solid #E0533C;display:inline-block}.my-stories-container h1:after{content:" ✦";color:#e0533c}.main-content-area{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}@media (max-width: 1100px){.main-content-area{grid-template-columns:minmax(0,1fr)}}.stories-section{margin-bottom:3rem;background:#fff;border:1px solid #F2E4D2;border-radius:16px;padding:1.75rem;box-shadow:0 4px 12px #2b1b1705;display:flex;flex-direction:column;height:100%;width:100%;min-width:0}.stories-section h2{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2b1b17;margin:0 0 1.5rem;display:flex;align-items:center;gap:.6rem}.stories-section h2:before{content:"";display:inline-block;width:4px;height:16px;background-color:#e0533c;border-radius:2px}.story-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.story-card{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px solid #F2E4D2;border-radius:12px;padding:1.25rem;text-decoration:none;color:inherit;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;min-height:165px}.story-card:hover{transform:translateY(-4px);border-color:#e0533c;box-shadow:0 12px 24px -10px #e0533c26}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.story-title{font-size:1.05rem;font-weight:700;line-height:1.4;color:#2b1b17;margin:0 0 1.25rem;transition:color .2s}.story-card:hover .story-title{color:#e0533c}.card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px dashed #F2E4D2}.action-trigger{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e0533c;display:flex;align-items:center;gap:.25rem;transition:gap .2s}.story-card:hover .action-trigger{gap:.5rem}.status-badge{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:9999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1;border:1px solid transparent}.status-draft{background-color:#f1ece6;color:#6e5d57;border-color:#e4dbd1}.status-pending-review{background-color:#fef3c7;color:#d97706;border-color:#fcd34d}.status-approved{background-color:#ecfdf5;color:#059669;border-color:#a7f3d0}.status-featured{background-color:#fff0eb;color:#e0533c;border-color:#fcd6c9}.status-rejected{background-color:#fef2f2;color:#dc2626;border-color:#fca5a5}.empty-state{font-size:.85rem;color:#8c7870;font-style:italic;margin:0;padding:.5rem 0}.login-prompt,.no-stories{background:#fff;border:1px solid #F2E4D2;border-radius:16px;padding:3.5rem 2rem;text-align:center;max-width:500px;margin:4rem auto;box-shadow:0 10px 25px -10px #2b1b170d}.login-prompt h2,.no-stories h2{font-weight:800;font-size:1.5rem;color:#2b1b17;margin:0 0 1rem}.login-prompt p,.no-stories p{color:#8c7870;font-size:.95rem;margin:_0 0 2rem 0;line-height:1.5}.cta-button{display:inline-block;background-color:#e0533c;color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:.85rem 2rem;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #e0533c33}.cta-button:hover{background-color:#c8412b;transform:translateY(-2px);box-shadow:0 6px 16px #e0533c4d}.loading-message{text-align:center;font-size:.9rem;color:#8c7870;padding:4rem 1rem}.error-message{color:#dc2626;background-color:#fef2f2;border:1px solid #FCA5A5;padding:1rem 1.5rem;border-radius:12px;font-size:.9rem;text-align:center}
