*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6;color:#333;background-color:#f5f5f5}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px;text-decoration:none;z-index:10000}.skip-link:focus{top:0}button:focus,a:focus,input:focus,textarea:focus,select:focus{outline:3px solid #4a90e2;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.container{padding-inline:16px;margin-inline:auto;max-width:1300px;width:100%}header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.main-header{min-height:60px;padding-block:16px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand-name{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;white-space:nowrap}.brand-name:hover{opacity:.9}.navigation-drawer{min-height:100vh;width:250px;padding:20px;background-color:#fff;position:fixed;inset-block-start:0;inset-inline-start:0;box-shadow:2px 0 8px #00000026;transform:translate(-100%);transition:transform .3s ease-out;z-index:999}.navigation-drawer.open{transform:translate(0)}.close-drawer-btn{display:none;background:none;border:none;font-size:28px;cursor:pointer;margin-bottom:16px;width:40px;height:40px;padding:0}.nav-list{list-style:none;display:flex;flex-direction:column;gap:0}.nav-list li{border-bottom:1px solid #eee}.nav-list li:last-child{border-bottom:none}.nav-list a{display:block;padding:16px 12px;color:#333;text-decoration:none;font-weight:500;transition:background-color .2s}.nav-list a:hover,.nav-list a:focus{background-color:#f0f0f0}.logout-btn{width:100%;padding:16px 12px;background:none;border:none;text-align:left;font-size:1rem;color:#e74c3c;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-btn:hover,.logout-btn:focus{background-color:#f0f0f0}.drawer-button{padding:8px 12px;border:none;border-radius:4px;background-color:#fff3;font-size:24px;color:#fff;cursor:pointer;transition:background-color .2s}.drawer-button:hover{background-color:#ffffff4d}.main-content{min-height:calc(100vh - 120px);padding-block:20px}.main-content.fade-out{opacity:0;transition:opacity .2s ease-out}.main-content.fade-in{opacity:1;transition:opacity .3s ease-in}footer{background-color:#333;color:#fff;padding-block:20px;margin-top:40px;text-align:center}.footer-content{font-size:.9rem}.auth-main{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding-block:20px}.auth-container{width:100%;max-width:400px}.auth-card{background:#fff;border-radius:8px;padding:32px 24px;box-shadow:0 2px 8px #0000001a}.auth-card h1{margin-bottom:24px;text-align:center;color:#333;font-size:1.75rem}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-input,.form-textarea{padding:12px;border:2px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-input:hover,.form-textarea:hover{border-color:#999}.form-input:focus,.form-textarea:focus{border-color:#667eea;outline:none}.form-textarea{resize:vertical;min-height:120px}.error-text{font-size:.85rem;color:#e74c3c;margin-top:4px}.error-message,.success-message{padding:12px;border-radius:4px;font-weight:500;text-align:center}.error-message{background-color:#ffe6e6;color:#c0392b;border:1px solid #e74c3c}.success-message{background-color:#e6ffe6;color:#27ae60;border:1px solid #2ecc71}.auth-button{padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-link{text-align:center;margin-top:16px;color:#666}.auth-link a{color:#667eea;text-decoration:none;font-weight:600}.auth-link a:hover,.auth-link a:focus{text-decoration:underline}.auth-prompt{background-color:#e8f4f8;padding:20px;border-radius:8px;text-align:center;margin-bottom:20px}.auth-prompt a{color:#667eea;text-decoration:none;font-weight:600}.auth-prompt a:hover,.auth-prompt a:focus{text-decoration:underline}.home-main h1{text-align:center;margin-bottom:20px;font-size:2rem;color:#333}.home-container{padding-bottom:40px}.home-content{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:30px}.stories-sidebar{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a}.stories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}.stories-header h2{font-size:1.25rem;margin:0}.filter-btn{padding:8px 16px;background-color:#f0f0f0;border:2px solid #ddd;border-radius:20px;cursor:pointer;font-weight:600;transition:all .2s;font-size:.9rem}.filter-btn:hover,.filter-btn:focus{border-color:#667eea;background-color:#f9f9f9}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.stories-list{display:flex;flex-direction:column;gap:12px;max-height:600px;overflow-y:auto}.story-card{display:flex;gap:12px;padding:12px;background-color:#f9f9f9;border-radius:6px;cursor:pointer;transition:all .2s;border:2px solid transparent}.story-card:hover,.story-card:focus{background-color:#eef2f9;border-color:#667eea}.story-card.active{background-color:#e8ecf8;border-color:#667eea;box-shadow:0 2px 8px #667eea33}.story-image{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.story-content{flex:1;min-width:0}.story-content h3{font-size:.95rem;margin-bottom:4px;color:#333}.story-description{font-size:.85rem;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-date{font-size:.75rem;color:#999}.story-actions{display:flex;gap:8px;margin-top:10px}.story-actions button{border:none;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:.8rem;transition:background-color .2s,border-color .2s,color .2s}.story-actions button:hover,.story-actions button:focus{background-color:#eef2ff;border-color:#667eea;color:#1e293b}.favorite-story-btn.active{background-color:#667eea;border-color:transparent;color:#fff}.favorite-controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.favorites-search,.favorites-sort{flex:1;min-width:180px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;background:#fff;color:#334155}.favorites-sort{max-width:220px}.favorites-list{display:flex;flex-direction:column;gap:14px;max-height:700px;overflow-y:auto}.favorite-card{display:flex;gap:12px;padding:14px;background-color:#fbfbff;border-radius:8px;border:1px solid #dbeafe}.favorite-card img{width:80px;height:80px;object-fit:cover;border-radius:6px}.favorite-card-content{flex:1}.favorite-card h3{margin:0 0 6px;font-size:1rem}.favorite-card button{width:100%;max-width:140px;border:none;background-color:#ef4444;color:#fff;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s}.favorite-card button:hover,.favorite-card button:focus{background-color:#dc2626}.map-section{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.map-container{width:100%;height:400px;z-index:1}.map-popup{min-width:200px}.map-popup h3{margin-bottom:8px;font-size:.95rem}.map-popup p{font-size:.85rem;color:#666;margin:0}.no-data,.loading-text{text-align:center;color:#999;padding:20px}.add-story-btn-container{display:flex;justify-content:center;margin-top:30px;padding-block:20px}.add-story-btn{padding:14px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;display:inline-block;transition:transform .2s,box-shadow .2s}.add-story-btn:hover,.add-story-btn:focus{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-story-main h1{margin-bottom:24px;font-size:2rem;color:#333}.add-story-container{max-width:700px;margin-inline:auto}.add-story-form{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:20px}.photo-input-group{display:flex;flex-direction:column;gap:12px}.photo-input-option{display:flex;flex-direction:column;gap:8px}.photo-label{display:block;padding:16px;background-color:#f0f0f0;border:2px dashed #999;border-radius:6px;text-align:center;cursor:pointer;transition:all .2s;font-weight:600;color:#333}.photo-label:hover,.photo-label:focus{border-color:#667eea;background-color:#f9f9f9}.file-input{display:none}.upload-text{display:block}.photo-divider{text-align:center;color:#999;font-weight:600;position:relative}.photo-divider:before,.photo-divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background-color:#ddd}.photo-divider:before{left:0}.photo-divider:after{right:0}.camera-button{padding:12px 16px;background-color:#f0f0f0;border:2px solid #999;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s;font-size:.95rem}.camera-button:hover,.camera-button:focus{border-color:#667eea;background-color:#f9f9f9}.photo-preview-container{margin-top:12px}.photo-preview{border-radius:6px;overflow:hidden;max-width:100%}.photo-preview img{width:100%;height:300px;object-fit:cover}.location-hint{margin:0 0 12px;font-size:.9rem;color:#666}.location-info{margin-top:12px;padding:12px;background-color:#e8f4f8;border-radius:4px;font-size:.95rem;color:#333;border-left:4px solid #667eea}.camera-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000}.camera-modal-content{background:#fff;border-radius:8px;padding:24px;max-width:500px;width:90%;display:flex;flex-direction:column;gap:16px;position:relative}.close-modal-btn{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-modal-btn:hover,.close-modal-btn:focus{background-color:#f0f0f0}.camera-modal-content h2{margin:0;font-size:1.25rem;color:#333}#camera-video{width:100%;border-radius:6px;background:#000}.camera-capture-btn{padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;font-size:1rem}.camera-capture-btn:hover,.camera-capture-btn:focus{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.about-container{max-width:700px;margin-inline:auto;padding-bottom:40px}.about-container h1{margin-bottom:32px;font-size:2rem;color:#333}.about-content{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.about-section{margin-bottom:32px}.about-section:last-child{margin-bottom:24px}.about-section h2{margin-bottom:12px;font-size:1.5rem;color:#333}.about-section p{color:#666;line-height:1.8}.about-list{list-style:none;margin-left:0;padding-left:0}.about-list li{padding:8px 0 8px 24px;position:relative;color:#666}.about-list li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.back-link-container{margin-top:32px;padding-top:32px;border-top:1px solid #eee}.back-link{color:#667eea;text-decoration:none;font-weight:600;display:inline-block;transition:transform .2s}.back-link:hover,.back-link:focus{transform:translate(-4px);text-decoration:underline}@media (max-width: 375px){.container{padding-inline:12px}.brand-name{font-size:1.25rem}.auth-card,.add-story-form,.about-content{padding:24px 16px}.home-main h1,.add-story-main h1,.about-container h1{font-size:1.5rem}.stories-header{flex-direction:column;align-items:stretch}.filter-btn{width:100%}.map-container{height:300px}.main-header{min-height:50px;padding-block:12px}.close-drawer-btn{display:block}}@media (min-width: 376px) and (max-width: 768px){.container{padding-inline:20px}.home-content{grid-template-columns:1fr}.map-container{height:450px}.close-drawer-btn{display:block}.auth-card,.add-story-form{padding:28px 20px}.add-story-container{max-width:90%}.about-content{padding:28px 20px}}@media (min-width: 769px){.container{padding-inline:32px}.navigation-drawer{min-height:auto;width:auto;padding:0;background-color:transparent;position:static;box-shadow:none;transform:translate(0)}.nav-list{flex-direction:row;gap:0}.nav-list li{border-bottom:none}.nav-list a{padding:8px 20px;color:#fff}.nav-list a:hover,.nav-list a:focus{background-color:#fff3}.logout-btn{padding:8px 20px;color:#fff;background:transparent}.logout-btn:hover,.logout-btn:focus{background-color:#fff3}.drawer-button,.close-drawer-btn{display:none}.home-content{grid-template-columns:300px 1fr}.stories-sidebar{order:2}.map-section{order:1}.map-container{height:500px}.stories-list{max-height:500px}.auth-card,.add-story-form,.about-content{padding:40px 32px}.about-section h2{font-size:1.75rem}}@media (min-width: 1200px){.container{padding-inline:40px}.home-content{gap:30px}.map-container{height:600px}.stories-list{max-height:600px}}
