@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Crimson Text,serif;background:#fafafa;color:#262626;line-height:1.6;overflow-x:hidden;margin:0;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,serif;font-weight:600}a{text-decoration:none;color:inherit}button{font-family:Crimson Text,serif;cursor:pointer}input,textarea,select{font-family:Crimson Text,serif}.hidden{display:none}.notifications-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:400px;pointer-events:none}.notification{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;display:flex;align-items:flex-start;animation:slideIn .3s ease-out;pointer-events:all;transition:all .3s ease;border-left:4px solid}.notification:hover{transform:translate(-5px);box-shadow:0 6px 16px #0003}.notification-success{border-left-color:#4caf50;background:linear-gradient(to right,#f0f9ff,#fff)}.notification-error{border-left-color:#f44336;background:linear-gradient(to right,#ffebee,#fff)}.notification-warning{border-left-color:#ff9800;background:linear-gradient(to right,#fff3e0,#fff)}.notification-info{border-left-color:#2196f3;background:linear-gradient(to right,#e3f2fd,#fff)}.notification-content{display:flex;align-items:flex-start;gap:12px;width:100%}.notification-icon{font-size:20px;flex-shrink:0}.notification-message{flex:1}.notification-title{font-weight:600;margin-bottom:4px;color:#1a1a1a;font-size:14px}.notification-text{color:#4a4a4a;font-size:14px;line-height:1.4}.notification-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;margin-left:12px;line-height:1;transition:color .2s}.notification-close:hover{color:#333}.confirmation-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:450px;width:90%;animation:scaleIn .3s ease-out}.confirmation-header{padding:20px 24px;border-bottom:1px solid #e0e0e0}.confirmation-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.confirmation-body{padding:24px}.confirmation-body p{margin:0;color:#4a4a4a;font-size:15px;line-height:1.6}.confirmation-actions{padding:16px 24px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:12px}.confirmation-cancel,.confirmation-confirm{padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.confirmation-cancel{background:#f5f5f5;color:#333}.confirmation-cancel:hover{background:#e0e0e0}.confirmation-confirm{background:#2196f3;color:#fff}.confirmation-confirm:hover{background:#1976d2}.confirmation-confirm-danger{background:#f44336}.confirmation-confirm-danger:hover{background:#d32f2f}.confirmation-confirm-warning{background:#ff9800}.confirmation-confirm-warning:hover{background:#f57c00}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.notifications-container{left:10px;right:10px;top:10px;max-width:none}.confirmation-dialog{width:95%;margin:10px}}.navbar{position:fixed;top:0;left:0;right:0;background:#fafafaf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;padding:1rem 8rem;z-index:1000}.nav-container{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#262626}.nav-logo-text{font-size:1.8rem;font-weight:600;font-family:Crimson Text,serif;letter-spacing:-.01em}.nav-divider{width:2px;height:1.8rem;background:linear-gradient(to bottom,#262626,#8e8e8e);border-radius:1px}.nav-logo-img{height:2.5rem;width:auto}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:#262626;font-family:Crimson Text,serif;font-size:1.1rem;font-weight:400;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:#1a1a1a}.nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#262626}.nav-button{background:transparent;border:2px solid #262626;color:#262626;padding:.5rem 1.2rem;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-button:hover{background:#262626;color:#fafafa}.nav-cta{background:#262626;color:#fafafa!important;padding:.5rem 1.2rem;border-radius:4px;font-weight:600;transition:all .3s ease}.nav-cta:hover{background:#1a1a1a}.nav-cta:after{display:none}.profile-menu-container{position:relative}.profile-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.profile-avatar{width:36px;height:36px;border-radius:50%;background:#262626;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;transition:all .3s ease;overflow:hidden}.profile-button:hover .profile-avatar{background:#1a1a1a;transform:scale(1.05)}.profile-menu-overlay{position:fixed;inset:0;z-index:999}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:280px;z-index:1000;animation:dropdownFadeIn .2s ease-out}.profile-dropdown-header{padding:1.2rem;display:flex;gap:1rem;align-items:flex-start}.profile-avatar-large{width:48px;height:48px;border-radius:50%;background:#262626;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:Crimson Text,serif;font-size:1.3rem;font-weight:600;flex-shrink:0;overflow:hidden}.profile-info{flex:1;min-width:0}.profile-name{font-family:Crimson Text,serif;font-size:1.1rem;font-weight:600;color:#262626;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-email{font-family:Crimson Text,serif;font-size:.9rem;color:#8e8e8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-badge{display:inline-block;background:#262626;color:#fafafa;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-top:.4rem;font-family:Crimson Text,serif}.profile-dropdown-divider{height:1px;background:#e0e0e0;margin:.5rem 0}.profile-dropdown-item{display:flex;align-items:center;gap:.8rem;width:100%;padding:.8rem 1.2rem;background:none;border:none;font-family:Crimson Text,serif;font-size:1rem;color:#262626;text-decoration:none;cursor:pointer;transition:background .2s ease}.profile-dropdown-item:hover{background:#f5f5f5}.profile-dropdown-item.sign-out{color:#c62828;border-top:1px solid #e0e0e0}.profile-dropdown-item.sign-out:hover{background:#ffebee}.profile-dropdown-item svg{flex-shrink:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.navbar{padding:.8rem 1rem}.nav-links{gap:1.5rem}.nav-links a{font-size:1rem}}@media (max-width: 480px){.navbar{padding:.6rem .8rem}.nav-links{gap:1rem}.nav-links a{font-size:.95rem}.nav-logo-text{font-size:1.5rem}.nav-logo-img{height:2rem}}.footer{background:#1a1a1a;color:#fafafa;margin-top:auto;padding:3rem 0 1.5rem;font-family:Crimson Text,serif}.footer-container{max-width:100%;margin:0 auto;padding:0 3rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3.footer-logo{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#fafafa}.footer-tagline{font-size:1rem;color:#a0a0a0;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:50%;color:#fafafa;transition:all .3s ease}.footer-social a:hover{background:#fff3;transform:translateY(-2px)}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fafafa}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0a0a0;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#fafafa}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer-copyright p{margin:.25rem 0;font-size:.9rem;color:#a0a0a0}.footer-disclaimer{font-size:.85rem;margin-top:.5rem;color:gray;max-width:600px}.footer-badges{display:flex;gap:1rem}.footer-badge{background:#ffffff1a;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;color:#fafafa}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section:first-child{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-copyright{order:2}.footer-badges{order:1}.footer-disclaimer{max-width:100%}}@media (max-width: 480px){.footer-container{padding:0 1rem}.footer-section h3.footer-logo{font-size:1.5rem}.footer-section h4{font-size:1rem}.footer-links a{font-size:.9rem}}.home-container{min-height:100vh;animation:fadeInUp .8s ease-out}.hero-section{background:#fafafa;padding:8rem 8rem 4rem;text-align:center;color:#262626;margin-top:60px;border-bottom:1px solid #e0e0e0}.hero-content{max-width:900px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;margin-bottom:1.5rem;font-family:Crimson Text,serif;color:#262626;letter-spacing:-.02em}.hero-subtitle{font-size:1.3rem;line-height:1.8;margin-bottom:2.5rem;color:#3c3c3c;font-family:Crimson Text,serif;font-weight:400}.hero-cta{display:flex;gap:1.5rem;justify-content:center;align-items:center}.hero-button{padding:.8rem 2rem;font-size:1.1rem;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease;font-family:Crimson Text,serif}.hero-button.primary{background:#262626;color:#fafafa;border:2px solid #262626}.hero-button.primary:hover{background:transparent;color:#262626}.hero-button.secondary{background:transparent;color:#262626;border:2px solid #262626}.hero-button.secondary:hover{background:#262626;color:#fafafa}.filter-section{padding:2rem 8rem;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:60px;z-index:100}.filter-container{max-width:1200px;margin:0 auto}.search-bar{margin-bottom:1.5rem}.search-input{width:100%;padding:.8rem 1.2rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:4px;outline:none;transition:all .3s ease;font-family:Crimson Text,serif;background:#fafafa}.search-input:focus{border-color:#262626;background:#fff}.category-filters{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.category-btn{padding:.5rem 1.2rem;background:transparent;border:1px solid #e0e0e0;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Crimson Text,serif;color:#666}.category-btn:hover{border-color:#262626;color:#262626}.category-btn.active{background:#262626;color:#fafafa;border-color:#262626}.featured-section{padding:4rem 8rem 2rem;background:#fafafa}.section-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#262626;font-family:Crimson Text,serif;letter-spacing:-.01em}.featured-article{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:2.5rem;cursor:pointer;transition:all .3s ease;position:relative}.featured-article:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#262626}.featured-badge{display:inline-block;background:#262626;color:#fafafa;padding:.3rem .8rem;border-radius:2px;font-size:.8rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.featured-title{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#262626;font-family:Crimson Text,serif;line-height:1.3}.featured-excerpt{font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem;color:#3c3c3c}.featured-meta{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#666}.meta-divider{color:#ccc}.articles-section{padding:2rem 8rem 4rem;background:#fafafa;min-height:400px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.article-card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:1.8rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000014;border-color:#262626}.article-title{font-size:1.4rem;font-weight:600;margin-bottom:.8rem;color:#262626;font-family:Crimson Text,serif;line-height:1.3}.article-excerpt{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{padding-top:1rem;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.author-name{font-weight:600;color:#262626;font-size:.9rem}.meta-details{display:flex;align-items:center;gap:.5rem;color:#8e8e8e;font-size:.85rem}.loading-state{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:2px solid #e0e0e0;border-top-color:#262626;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h3{font-size:1.8rem;margin-bottom:1rem;color:#262626;font-family:Crimson Text,serif}.empty-state p{font-size:1.1rem;color:#8e8e8e;margin-bottom:2rem}.cta-section{padding:6rem 8rem;background:#fff;text-align:center;border-top:1px solid #e0e0e0}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-family:Crimson Text,serif;color:#262626;font-weight:600}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:#666}.cta-button{display:inline-block;padding:.8rem 2rem;background:#262626;color:#fafafa;border:2px solid #262626;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;font-family:Crimson Text,serif}.cta-button.large{padding:1rem 2.5rem;font-size:1.1rem}.cta-button:hover{background:transparent;color:#262626}@media (max-width: 1024px){.hero-section,.filter-section,.featured-section,.articles-section,.cta-section{padding-left:4rem;padding-right:4rem}}@media (max-width: 768px){.hero-section{padding:6rem 2rem 3rem}.filter-section,.featured-section,.articles-section,.cta-section{padding-left:2rem;padding-right:2rem}.hero-title{font-size:2.2rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.hero-cta{flex-direction:column}.hero-button{width:100%;max-width:250px}.category-filters{flex-direction:column;align-items:stretch}.category-btn{width:100%}}@media (max-width: 480px){.hero-section,.filter-section,.featured-section,.articles-section,.cta-section{padding-left:1rem;padding-right:1rem}.featured-article{padding:1.5rem}.featured-title{font-size:1.6rem}.cta-content h2{font-size:1.8rem}}.about-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 2rem;max-width:1000px;margin:0 auto;position:relative}.about-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,177,153,.03) 0%,transparent 50%);pointer-events:none;z-index:-1}.about-header{margin-bottom:3rem;animation:fadeInUp .8s ease-out}.logo-section{display:flex;align-items:center;justify-content:center;gap:1rem}.logo-text{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;letter-spacing:-.02em;color:#262626;font-family:Crimson Text,serif}.divider{width:2px;height:clamp(2.5rem,5vw,4rem);background:linear-gradient(to bottom,#262626,#8e8e8e);border-radius:1px}.logo-img{height:clamp(2.5rem,5vw,4rem);width:auto;filter:contrast(1.1)}.about-content{max-width:800px;text-align:center;animation:fadeInUp .8s ease-out .2s both}.story-text{font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:400;line-height:1.7;letter-spacing:.01em;color:#262626;margin-bottom:2rem;font-family:Crimson Text,serif;text-align:justify}.final-statement{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.final-text{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;letter-spacing:-.01em;color:#1a1a1a;font-family:Crimson Text,serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.about-container{padding:5rem 1.5rem 1.5rem}.about-header{margin-bottom:2rem}.logo-section{gap:.8rem}.final-statement{margin-top:1.5rem;padding-top:1.2rem}.story-text{margin-bottom:1.2rem}}@media (max-width: 480px){.about-container{padding:4.5rem 1rem 1rem}.logo-section{gap:.6rem;margin-bottom:1rem}.about-header{margin-bottom:1.2rem}.story-text{margin-bottom:1rem}.final-statement{margin-top:1.2rem;padding-top:1rem}}.contact-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:6rem 2rem 2rem;max-width:700px;margin:0 auto}.contact-header{text-align:center;margin-bottom:2.5rem;animation:fadeInUp .6s ease-out}.contact-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:.8rem;color:#262626;font-family:Crimson Text,serif}.subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:#3c3c3c;font-weight:400;font-family:Crimson Text,serif;line-height:1.6}.contact-form{width:100%;position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000d;animation:fadeInUp .6s ease-out .2s both}.indie-decoration{position:absolute;top:-2px;left:20%;right:20%;height:3px;background:linear-gradient(90deg,transparent,#262626,transparent)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-family:Crimson Text,serif;font-size:1.1rem;font-weight:600;color:#262626}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;color:#262626;background:#fafafa;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#262626;background:#fff}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:.9rem 2rem;background:#262626;color:#fafafa;border:2px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:transparent;color:#262626}.success-message,.error-message{text-align:center;padding:2rem}.success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.success-message h3,.error-message h3{font-family:Crimson Text,serif;font-size:1.8rem;font-weight:600;margin-bottom:.8rem;color:#262626}.success-message p,.error-message p{font-family:Crimson Text,serif;font-size:1.1rem;color:#3c3c3c;line-height:1.6;margin-bottom:1.5rem}@media (max-width: 768px){.contact-container{padding:5rem 1.5rem 1.5rem}.contact-form{padding:2rem}}@media (max-width: 480px){.contact-container{padding:4.5rem 1rem 1rem}.contact-form{padding:1.5rem}}.auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:6rem 2rem 2rem;background:#fafafa}.auth-box{width:100%;max-width:480px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2.5rem;box-shadow:0 2px 12px #00000014;animation:fadeInUp .6s ease-out}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1rem}.auth-logo-text{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;color:#262626;font-family:Crimson Text,serif}.auth-divider{width:2px;height:2.5rem;background:linear-gradient(to bottom,#262626,#8e8e8e);border-radius:1px}.auth-logo-img{height:2.5rem;width:auto;filter:contrast(1.1)}.auth-subtitle{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif;font-weight:400}.auth-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.auth-tab{flex:1;padding:.8rem 1.5rem;background:transparent;border:none;border-bottom:2px solid transparent;font-family:Crimson Text,serif;font-size:1.1rem;font-weight:600;color:#8e8e8e;cursor:pointer;transition:all .3s ease;margin-bottom:-2px}.auth-tab.active{color:#262626;border-bottom-color:#262626}.auth-tab:hover{color:#262626}.auth-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;color:#262626}.form-group input{width:100%;padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;color:#262626;background:#fafafa;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#262626;background:#fff}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding-right:3rem}.password-toggle{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#8e8e8e;cursor:pointer;padding:.3rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.password-toggle:hover{color:#262626}.password-toggle svg{display:block}.google-btn{width:100%;padding:.9rem 2rem;background:#fff;color:#262626;border:2px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem}.google-btn:hover:not(:disabled){background:#f5f5f5;border-color:#262626}.google-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px}.divider{display:flex;align-items:center;text-align:center;margin:1.2rem 0;color:#8e8e8e;font-family:Crimson Text,serif;font-size:.75rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.divider span{padding:0 .8rem;font-weight:400}.auth-error{background:#fee;border:1px solid #fcc;color:#c33;padding:.8rem 1rem;border-radius:4px;margin-bottom:1.5rem;font-family:Crimson Text,serif;font-size:.95rem;text-align:center}.auth-success{background:#e8f5e9;border:1px solid #4caf50;color:#2e7d32;padding:.8rem 1rem;border-radius:4px;margin-bottom:1.5rem;font-family:Crimson Text,serif;font-size:.95rem;text-align:center}.auth-submit-btn{width:100%;padding:.9rem 2rem;background:#262626;color:#fafafa;border:2px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.auth-submit-btn:hover:not(:disabled){background:transparent;color:#262626}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;padding-top:1rem;border-top:1px solid #e0e0e0}.forgot-password{font-family:Crimson Text,serif;font-size:.95rem;color:#3c3c3c;cursor:pointer;transition:color .3s ease}.forgot-password:hover{color:#262626;text-decoration:underline}.forgot-password-form{animation:fadeInUp .4s ease-out}.forgot-password-form h3{font-size:1.5rem;font-weight:600;color:#262626;margin-bottom:.8rem;font-family:Crimson Text,serif}.forgot-password-form p{font-size:1rem;color:#3c3c3c;margin-bottom:1.5rem;font-family:Crimson Text,serif;line-height:1.6}.back-btn{width:100%;padding:.9rem 2rem;background:transparent;color:#262626;border:2px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.8rem}.back-btn:hover{background:#262626;color:#fafafa}@media (max-width: 768px){.auth-container{padding:5rem 1.5rem 1.5rem}.auth-box{padding:2rem}}@media (max-width: 480px){.auth-container{padding:4.5rem 1rem 1rem}.auth-box{padding:1.5rem}.auth-logo-text{font-size:2rem}.auth-logo-img,.auth-divider{height:2rem}}.dashboard-container{min-height:100vh;padding:6rem 8rem 3rem;width:100%;margin:0 auto;animation:fadeInUp .6s ease-out}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:2rem}.welcome-section h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.dashboard-subtitle{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif}.create-btn{background:#262626;color:#fafafa;padding:.8rem 1.8rem;border-radius:4px;text-decoration:none;font-family:Crimson Text,serif;font-weight:600;font-size:1rem;border:2px solid #262626;transition:all .3s ease;white-space:nowrap}.create-btn:hover{background:transparent;color:#262626}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-card.published{border-left:4px solid #4caf50}.stat-card.pending{border-left:4px solid #ff9800}.stat-card.draft{border-left:4px solid #8e8e8e}.stat-number{font-size:2.5rem;font-weight:600;color:#262626;font-family:Crimson Text,serif;margin-bottom:.3rem}.stat-label{font-size:1rem;color:#3c3c3c;font-family:Crimson Text,serif}.articles-section{margin-top:3rem}.section-title{font-size:1.8rem;font-weight:600;color:#262626;margin-bottom:1.5rem;font-family:Crimson Text,serif}.empty-state p{font-size:1.1rem;color:#3c3c3c;margin-bottom:1.5rem;font-family:Crimson Text,serif}.empty-cta{display:inline-block;background:#262626;color:#fafafa;padding:.8rem 2rem;border-radius:4px;text-decoration:none;font-family:Crimson Text,serif;font-weight:600;font-size:1rem;border:2px solid #262626;transition:all .3s ease}.empty-cta:hover{background:transparent;color:#262626}.articles-list{display:flex;flex-direction:column;gap:1.5rem}.article-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;transition:all .3s ease}.article-card:hover{box-shadow:0 4px 12px #00000014}.article-content{flex:1}.article-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.article-title{font-size:1.4rem;font-weight:600;color:#262626;font-family:Crimson Text,serif;margin:0}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:16px;font-size:.85rem;font-weight:600;font-family:Crimson Text,serif;border:1.5px solid}.status-badge.published{background:#d1fae5;color:#10b981;border-color:#34d399}.status-badge.pending{background:#fff4e6;color:#f59e0b;border-color:#fbbf24}.status-badge.draft{background:#f3f4f6;color:#6b7280;border-color:#9ca3af}.status-badge.needs-revision{background:#fef3c7;color:#d97706;border-color:#fbbf24}.status-badge.rejected{background:#fee2e2;color:#ef4444;border-color:#f87171}.article-meta{display:flex;gap:1.5rem;font-size:.9rem;color:#8e8e8e;font-family:Crimson Text,serif}.article-views:before{content:"👁 "}.revision-reason{margin-top:1rem;padding:1rem;background:#fff3e0;border-left:3px solid #ff9800;border-radius:4px;font-size:.95rem;color:#e65100;font-family:Crimson Text,serif}.revision-reason strong{display:block;margin-bottom:.3rem}.rejection-reason{margin-top:1rem;padding:1rem;background:#ffebee;border-left:3px solid #c62828;border-radius:4px;font-size:.95rem;color:#c62828;font-family:Crimson Text,serif}.rejection-reason strong{display:block;margin-bottom:.3rem}.article-actions{display:flex;flex-direction:column;gap:.5rem}.action-btn{padding:.5rem 1.2rem;border-radius:4px;text-decoration:none;font-family:Crimson Text,serif;font-weight:600;font-size:.9rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.action-btn.edit{background:#262626;color:#fafafa;border-color:#262626}.action-btn.edit:hover{background:transparent;color:#262626}.action-btn.view{background:transparent;color:#262626;border-color:#262626}.action-btn.view:hover{background:#262626;color:#fafafa}.action-btn.delete{background:transparent;color:#dc3545;border-color:#dc3545;cursor:pointer}.action-btn.delete:hover{background:#dc3545;color:#fafafa}.action-btn.archive{background:transparent;color:#6c757d;border-color:#6c757d;cursor:pointer}.action-btn.archive:hover{background:#6c757d;color:#fafafa}.action-btn.restore{background:transparent;color:#28a745;border-color:#28a745;cursor:pointer}.action-btn.restore:hover{background:#28a745;color:#fafafa}@media (max-width: 768px){.dashboard-container{padding:5rem 1.5rem 1.5rem}.dashboard-header{flex-direction:column;gap:1.5rem}.create-btn{width:100%;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.article-card{flex-direction:column;gap:1rem}.article-actions{width:100%;flex-direction:row}.action-btn{flex:1}}@media (max-width: 480px){.dashboard-container{padding:4.5rem 1rem 1rem}.stats-grid{grid-template-columns:1fr}.article-actions{flex-direction:column}}.admin-container{min-height:100vh;padding:6rem 8rem 3rem;width:100%;margin:0 auto;animation:fadeInUp .6s ease-out}.admin-header{margin-bottom:2.5rem}.admin-header h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.admin-subtitle{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.admin-stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.admin-stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-number{font-size:2.5rem;font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.loading-state{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#3c3c3c;font-family:Crimson Text,serif}.empty-state{background:#fff;border:2px dashed #e0e0e0;border-radius:8px;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.empty-state p{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif}.pending-articles{display:flex;flex-direction:column;gap:1.5rem}.pending-article-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.pending-article-card:hover{box-shadow:0 4px 12px #00000014}.article-info{margin-bottom:1.5rem}.article-title{font-size:1.5rem;font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.article-excerpt{font-size:1rem;color:#3c3c3c;line-height:1.6;margin-bottom:1rem;font-family:Crimson Text,serif}.article-meta{display:flex;gap:1.5rem;font-size:.9rem;color:#8e8e8e;font-family:Crimson Text,serif;flex-wrap:wrap;align-items:center}.meta-item:before{content:"• ";margin-right:.3rem}.meta-item:first-child:before{content:"";margin-right:0}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:16px;font-size:.85rem;font-weight:600;text-transform:capitalize;font-family:Crimson Text,serif;border:1.5px solid}.status-badge:before{content:"";margin-right:0}.status-badge.status-pending{background:#fff4e6;color:#f59e0b;border-color:#fbbf24}.status-badge.status-published{background:#d1fae5;color:#10b981;border-color:#34d399}.status-badge.status-rejected{background:#fee2e2;color:#ef4444;border-color:#f87171}.status-badge.status-draft{background:#f3f4f6;color:#6b7280;border-color:#9ca3af}.status-badge.status-needs-revision{background:#fef3c7;color:#d97706;border-color:#fbbf24}.review-panel{border-top:2px solid #e0e0e0;padding-top:1.5rem;margin-top:1rem}.article-full-content{margin-bottom:2rem}.article-full-content h4{font-size:1.2rem;font-weight:600;color:#262626;margin-bottom:1rem;font-family:Crimson Text,serif}.content-preview{font-size:1rem;color:#3c3c3c;line-height:1.7;font-family:Crimson Text,serif;white-space:pre-wrap;padding:1rem;background:#fafafa;border-radius:4px;max-height:300px;overflow-y:auto}.featured-image{width:100%;max-width:600px;border-radius:4px;margin-top:1rem}.review-actions{display:flex;flex-direction:column;gap:.6rem;padding:.8rem 0}.approve-btn,.reject-btn,.review-btn,.cancel-btn{padding:.5rem 1rem;border-radius:4px;font-family:Crimson Text,serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.approve-btn{background:#4caf50;color:#fff;border-color:#4caf50}.approve-btn:hover:not(:disabled){background:#45a049}.reject-section{display:flex;flex-direction:column;gap:.6rem;margin-top:.8rem}.rejection-input{width:100%;min-height:80px;padding:.6rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;resize:vertical}.rejection-input:focus{outline:none;border-color:#262626}.admin-action-buttons{display:flex;gap:.8rem;margin-top:.8rem}.request-changes-btn{flex:1;padding:.5rem 1rem;border-radius:4px;font-family:Crimson Text,serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;background:#ff9800;color:#fff;border-color:#ff9800}.request-changes-btn:hover:not(:disabled){background:#f57c00}.reject-btn{flex:1;background:#f44336;color:#fff;border-color:#f44336}.reject-btn:hover:not(:disabled){background:#e53935}.revision-note{background:#fff3e0;border-left:4px solid #ff9800;padding:1rem;margin-bottom:1.5rem;border-radius:4px;font-family:Crimson Text,serif}.revision-note strong{color:#e65100;display:block;margin-bottom:.5rem}.review-btn{background:#262626;color:#fafafa;border-color:#262626}.review-btn:hover{background:transparent;color:#262626}.cancel-btn{background:transparent;color:#262626;border-color:#262626}.cancel-btn:hover{background:#262626;color:#fafafa}.approve-btn:disabled,.reject-btn:disabled{opacity:.6;cursor:not-allowed}.article-actions{display:flex;gap:1rem}.unpublish-btn{background:#ff9800;color:#fff;border-color:#ff9800;padding:.8rem 1.5rem;border-radius:4px;font-family:Crimson Text,serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.unpublish-btn:hover:not(:disabled){background:#f57c00}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;overflow-x:auto;padding-bottom:0}.admin-tab{background:transparent;border:none;padding:.8rem 1.5rem;font-family:Crimson Text,serif;font-size:1rem;font-weight:600;color:#8e8e8e;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap}.admin-tab:hover{color:#262626}.admin-tab.active{color:#262626;border-bottom-color:#262626}.search-bar{margin-bottom:2rem}.search-input{width:100%;max-width:500px;padding:.8rem 1.2rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#262626}.admin-content{margin-top:2rem}.users-list{margin-top:1.5rem}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.user-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.user-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.user-avatar{width:48px;height:48px;border-radius:50%;background:#262626;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:Crimson Text,serif;font-size:1.3rem;font-weight:600;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:1.1rem;font-weight:600;color:#262626;margin-bottom:.3rem;font-family:Crimson Text,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.9rem;color:#8e8e8e;margin-bottom:.5rem;font-family:Crimson Text,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;font-family:Crimson Text,serif;text-transform:capitalize}.user-role.admin{background:#262626;color:#fafafa}.user-role.author{background:#e0e0e0;color:#262626}.user-role.editor{background:#2196f3;color:#fff}.user-role.viewer{background:#9e9e9e;color:#fff}.status-badge.revised{background:#ede9fe;color:#8b5cf6;border-color:#a78bfa}.revised-indicator{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:14px;font-size:.8rem;font-weight:600;background:#ede9fe;color:#8b5cf6;border:1.5px solid #a78bfa;margin-left:.5rem;font-family:Crimson Text,serif}.avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.role-display{display:flex;align-items:center;gap:.8rem;margin-top:.5rem}.edit-role-btn{padding:.3rem .8rem;background:transparent;border:1px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-size:.85rem;cursor:pointer;transition:all .3s ease;color:#262626}.edit-role-btn:hover{background:#262626;color:#fafafa}.role-editor{margin-top:.8rem}.role-select{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:.95rem;margin-bottom:.8rem}.role-select:focus{outline:none;border-color:#262626}.role-actions{display:flex;gap:.5rem}.save-role-btn,.cancel-role-btn{flex:1;padding:.5rem 1rem;border-radius:4px;font-family:Crimson Text,serif;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.save-role-btn{background:#4caf50;color:#fff;border-color:#4caf50}.save-role-btn:hover:not(:disabled){background:#45a049}.save-role-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-role-btn{background:transparent;color:#262626;border-color:#262626}.cancel-role-btn:hover{background:#262626;color:#fafafa}@media (max-width: 768px){.admin-container{padding:5rem 1.5rem 1.5rem}.admin-stat-card{max-width:100%}.article-meta{flex-direction:column;gap:.5rem}.meta-item:before{content:"";margin-right:0}}@media (max-width: 480px){.admin-container{padding:4.5rem 1rem 1rem}.review-actions{gap:.8rem}}.profile-container{min-height:100vh;padding:6rem 8rem 3rem;width:100%;max-width:1200px;margin:0 auto;animation:fadeInUp .6s ease-out}.profile-header{margin-bottom:2.5rem}.profile-header h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.profile-subtitle{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.profile-avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar-large{width:80px;height:80px;border-radius:50%;background:#262626;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:Crimson Text,serif;font-size:2rem;font-weight:600;flex-shrink:0}.profile-user-info h2{font-size:1.8rem;font-weight:600;color:#262626;margin-bottom:.3rem;font-family:Crimson Text,serif}.profile-user-info .user-email{font-size:1rem;color:#8e8e8e;margin-bottom:.5rem;font-family:Crimson Text,serif}.profile-user-info .admin-badge{display:inline-block;padding:.3rem .8rem;border-radius:12px;font-size:.85rem;font-weight:600;background:#262626;color:#fafafa;font-family:Crimson Text,serif}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.photo-upload-section{margin-top:1rem}.photo-input{display:none}.upload-label{display:inline-block;padding:.5rem 1rem;background:transparent;border:1px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-size:.9rem;font-weight:600;color:#262626;cursor:pointer;transition:all .3s ease}.upload-label:hover{background:#262626;color:#fafafa}.profile-divider{height:1px;background:#e0e0e0;margin:2rem 0}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#262626}.disabled-input{background:#f5f5f5;color:#8e8e8e;cursor:not-allowed}.input-help{font-size:.85rem;color:#8e8e8e;font-family:Crimson Text,serif}.message{padding:1rem;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem}.message.success{background:#e8f5e9;color:#2e7d32;border:1px solid #2e7d32}.message.error{background:#ffebee;color:#c62828;border:1px solid #c62828}.save-btn{padding:.8rem 1.5rem;background:#262626;color:#fafafa;border:2px solid #262626;border-radius:4px;font-family:Crimson Text,serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;align-self:flex-start}.save-btn:hover:not(:disabled){background:transparent;color:#262626}.save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-card h3{font-size:1.5rem;font-weight:600;color:#262626;margin-bottom:1.5rem;font-family:Crimson Text,serif}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-item{text-align:center;padding:1.5rem;background:#fafafa;border-radius:4px}.stat-value{font-size:2rem;font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.stat-label{font-size:1rem;color:#8e8e8e;font-family:Crimson Text,serif}@media (max-width: 768px){.profile-container{padding:5rem 1.5rem 1.5rem}.profile-avatar-section{flex-direction:column;text-align:center}.save-btn{width:100%}}@media (max-width: 480px){.profile-container{padding:4.5rem 1rem 1rem}.profile-card{padding:1.5rem}}.rich-text-editor{border:1px solid #e0e0e0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .3s}.rich-text-editor:focus-within{border-color:#262626}.formatting-toolbar{display:flex;align-items:center;padding:8px 12px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;gap:4px;flex-wrap:wrap}.toolbar-group{display:flex;gap:4px}.toolbar-divider{width:1px;height:24px;background:#d0d0d0;margin:0 8px}.toolbar-spacer{flex:1}.toolbar-btn{padding:6px 10px;background:#fff;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-size:14px;color:#333;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-family:Crimson Text,serif}.toolbar-btn:hover{background:#262626;color:#fff;border-color:#262626}.toolbar-btn:active{transform:scale(.95)}.toolbar-btn strong{font-weight:700}.toolbar-btn em{font-style:italic}.preview-toggle{padding:6px 12px;min-width:auto}.preview-toggle.active{background:#262626;color:#fff;border-color:#262626}.editor-container{position:relative;min-height:300px}.editor-textarea{width:100%;min-height:400px;padding:16px;border:none;font-size:16px;line-height:1.6;font-family:Crimson Text,serif;resize:vertical;outline:none}.editor-preview{padding:16px;min-height:400px;font-family:Crimson Text,serif;line-height:1.6}.preview-content{color:#262626}.preview-content h1{font-size:2em;margin:.67em 0;font-weight:600;border-bottom:2px solid #e0e0e0;padding-bottom:.3em}.preview-content h2{font-size:1.5em;margin:.75em 0;font-weight:600;border-bottom:1px solid #e0e0e0;padding-bottom:.3em}.preview-content h3{font-size:1.25em;margin:.5em 0;font-weight:600}.preview-content p{margin:1em 0}.preview-content strong{font-weight:700;color:#000}.preview-content em{font-style:italic}.preview-content code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;color:#d14}.preview-content pre{background:#f5f5f5;padding:12px;border-radius:6px;overflow-x:auto;margin:1em 0}.preview-content pre code{background:none;padding:0;color:inherit}.preview-content blockquote{border-left:4px solid #262626;padding-left:16px;margin:1em 0;font-style:italic;color:#666}.preview-content ul,.preview-content ol{margin:1em 0;padding-left:2em}.preview-content li{margin:.5em 0}.preview-content a{color:#262626;text-decoration:underline}.preview-content a:hover{color:#000}.preview-empty{color:#999;font-style:italic;text-align:center;padding:40px 20px}.editor-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f9f9f9;border-top:1px solid #e0e0e0;font-size:13px;color:#666}.editor-hints{display:flex;gap:8px}.editor-hints kbd{background:#fff;border:1px solid #d0d0d0;border-radius:3px;padding:2px 4px;font-size:11px;font-family:monospace;box-shadow:0 1px #0000001a}.char-count{font-weight:500}@media (max-width: 768px){.formatting-toolbar{padding:6px}.toolbar-btn{padding:4px 8px;font-size:12px;min-width:28px;height:28px}.toolbar-divider{margin:0 4px}.editor-hints{display:none}.editor-textarea,.editor-preview{padding:12px;min-height:300px}}.create-story-container{min-height:100vh;padding:6rem 8rem 3rem;width:100%;max-width:1400px;margin:0 auto;animation:fadeInUp .6s ease-out}.create-story-header{margin-bottom:2.5rem}.create-story-header h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.create-story-subtitle{font-size:1.1rem;color:#3c3c3c;font-family:Crimson Text,serif}.revision-note{background:#fff3e0;border-left:4px solid #ff9800;padding:1rem;margin-top:1rem;border-radius:4px;font-family:Crimson Text,serif}.revision-note strong{color:#e65100;display:block;margin-bottom:.5rem;font-size:1.1rem}.create-story-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:600;color:#262626;font-family:Crimson Text,serif}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#262626}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.formatting-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;padding:.8rem;background:#f9fafb;border:1px solid #e0e0e0;border-radius:4px 4px 0 0;margin-bottom:-1px}.toolbar-group{display:flex;gap:.3rem}.toolbar-divider{width:1px;background:#d1d5db;margin:0 .3rem}.toolbar-btn{padding:.4rem .7rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-family:Crimson Text,serif;font-size:.9rem;cursor:pointer;transition:all .2s ease;color:#374151;display:flex;align-items:center;justify-content:center;min-width:32px}.toolbar-btn:hover{background:#f3f4f6;border-color:#9ca3af}.toolbar-btn:active{background:#e5e7eb}.toolbar-btn strong,.toolbar-btn em{font-size:.95rem;color:#262626}.char-count{font-size:.85rem;color:#8e8e8e;font-family:Crimson Text,serif;text-align:right}.file-input{padding:.5rem;cursor:pointer}.image-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem;max-width:100%}.image-preview img{width:100%;max-width:600px;height:auto;border-radius:4px;border:1px solid #e0e0e0;object-fit:cover}.remove-image-btn{margin-top:.5rem;padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:4px;font-family:Crimson Text,serif;font-size:.9rem;cursor:pointer;transition:background .3s ease}.remove-image-btn:hover{background:#e53935}.error-message{padding:1rem;background:#ffebee;color:#c62828;border:1px solid #c62828;border-radius:4px;font-family:Crimson Text,serif;font-size:1rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.discard-btn,.draft-btn,.submit-btn{padding:.8rem 1.5rem;border-radius:4px;font-family:Crimson Text,serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.discard-btn{background:transparent;color:#dc3545;border-color:#dc3545}.discard-btn:hover:not(:disabled){background:#dc3545;color:#fafafa}.draft-btn{background:transparent;color:#262626;border-color:#262626}.draft-btn:hover:not(:disabled){background:#262626;color:#fafafa}.submit-btn{background:#262626;color:#fafafa;border-color:#262626}.submit-btn:hover:not(:disabled){background:transparent;color:#262626}.discard-btn:disabled,.draft-btn:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.create-story-container{padding:5rem 1.5rem 1.5rem}.create-story-form{padding:1.5rem}.form-actions{flex-direction:column}.discard-btn,.draft-btn,.submit-btn{width:100%}.formatting-toolbar{gap:.3rem;padding:.6rem}.toolbar-btn{padding:.3rem .5rem;font-size:.85rem;min-width:28px}}@media (max-width: 480px){.create-story-container{padding:4.5rem 1rem 1rem}.create-story-form{padding:1rem}}.article-container{display:grid;grid-template-columns:1fr 300px;gap:4rem;max-width:1200px;margin:0 auto;padding:8rem 8rem 4rem;min-height:100vh;animation:fadeInUp .6s ease-out}.article-content{background:#fff;border-radius:8px;padding:3rem;box-shadow:0 2px 10px #0000000d}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.article-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#262626;font-family:Crimson Text,serif}.article-meta{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#666;flex-wrap:wrap}.author-name{color:#262626;font-weight:600}.meta-separator{color:#ccc}.reading-time{font-style:italic}.article-excerpt{font-size:1.3rem;line-height:1.8;color:#3c3c3c;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-left:4px solid #262626;font-family:Crimson Text,serif;font-style:italic}.article-body{font-size:1.2rem;line-height:1.9;color:#262626;font-family:Crimson Text,serif}.article-body p{margin-bottom:1.5rem}.article-body h1,.article-body h2,.article-body h3{font-weight:600;margin:2rem 0 1rem;color:#262626;font-family:Crimson Text,serif}.article-body h1{font-size:2rem}.article-body h2{font-size:1.7rem}.article-body h3{font-size:1.4rem}.article-body strong{font-weight:600;color:#1a1a1a}.article-body em{font-style:italic}.article-body blockquote{margin:2rem 0;padding:1rem 2rem;background:#f8f9fa;border-left:4px solid #262626;font-style:italic}.article-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.article-category{display:inline-block;padding:.5rem 1rem;background:#262626;color:#fff;border-radius:25px;font-size:.9rem;font-weight:600}.edit-link{color:#262626;text-decoration:none;padding:.5rem 1.5rem;border:2px solid #262626;border-radius:4px;transition:all .3s ease;font-weight:600}.edit-link:hover{background:#262626;color:#fff}.article-sidebar{position:sticky;top:100px;height:fit-content}.author-card,.share-card,.back-navigation{background:#fff;border-radius:8px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #0000000d}.author-card h3,.share-card h3{font-size:1.2rem;margin-bottom:1rem;color:#262626;font-family:Crimson Text,serif}.author-bio{color:#666;font-size:.95rem}.share-buttons{display:flex;gap:1rem}.share-btn{flex:1;padding:.7rem;background:#262626;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease;font-family:Crimson Text,serif}.share-btn:hover{background:#1a1a1a}.back-link{display:block;text-align:center;color:#262626;text-decoration:none;font-weight:600;transition:all .3s ease}.back-link:hover{color:#666}.article-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:4rem}.loading-spinner{width:50px;height:50px;border:3px solid #e0e0e0;border-top-color:#262626;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.article-error{text-align:center;padding:8rem 2rem}.article-error h2{font-size:2.5rem;margin-bottom:1rem;color:#262626;font-family:Crimson Text,serif}.article-error p{font-size:1.2rem;color:#666;margin-bottom:2rem}.back-home{display:inline-block;padding:.8rem 2rem;background:#262626;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease}.back-home:hover{background:#1a1a1a}@media (max-width: 1024px){.article-container{grid-template-columns:1fr;padding:6rem 4rem 3rem}.article-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.article-container{padding:6rem 2rem 2rem}.article-content{padding:2rem}.article-title{font-size:2rem}.article-body{font-size:1.1rem}.article-sidebar{grid-template-columns:1fr}}@media (max-width: 480px){.article-container{padding:5rem 1rem 2rem}.article-content{padding:1.5rem}.article-meta{font-size:.9rem}}.legal-container{min-height:100vh;max-width:900px;margin:0 auto;padding:6rem 2rem 3rem;animation:fadeInUp .6s ease-out}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.legal-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#262626;margin-bottom:.5rem;font-family:Crimson Text,serif}.legal-updated{font-size:1rem;color:#8e8e8e;font-family:Crimson Text,serif}.legal-content{background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 2px 10px #0000000d}.legal-section{margin-bottom:2.5rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.8rem;font-weight:600;color:#262626;margin-bottom:1rem;font-family:Crimson Text,serif;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.legal-section h3{font-size:1.3rem;font-weight:600;color:#3c3c3c;margin-top:1.5rem;margin-bottom:.75rem;font-family:Crimson Text,serif}.legal-section p{font-size:1.05rem;line-height:1.8;color:#3c3c3c;margin-bottom:1rem;font-family:Crimson Text,serif}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{font-size:1.05rem;line-height:1.8;color:#3c3c3c;margin-bottom:.5rem;font-family:Crimson Text,serif}.legal-section a{color:#262626;text-decoration:underline;transition:color .3s ease}.legal-section a:hover{color:#000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.legal-container{padding:5rem 1.5rem 2rem}.legal-header h1{font-size:2rem}.legal-content{padding:1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section p,.legal-section li{font-size:1rem}.legal-section ul{padding-left:1.5rem}}@media (max-width: 480px){.legal-container{padding:4.5rem 1rem 1.5rem}.legal-content{padding:1rem;box-shadow:none;border:1px solid #e0e0e0}}.app{min-height:100vh;display:flex;flex-direction:column;background:#fafafa}main{flex:1;width:100%;display:flex;flex-direction:column}
