.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.landing-content{text-align:center;color:#fff;max-width:600px;width:100%}.landing-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.landing-subtitle{font-size:1.5rem;opacity:.9;margin-bottom:3rem}.landing-buttons{display:flex;flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto}.landing-button{padding:1.25rem 2rem;font-size:1.2rem;font-weight:600;border:none;border-radius:2rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #0003}.admin-button{background:#fff;color:#667eea}.admin-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.viewer-button{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.viewer-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.password-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2.5rem;box-shadow:0 8px 30px #0000004d;max-width:400px;margin:0 auto}.password-form{display:flex;flex-direction:column;gap:1rem}.password-label{font-size:1.1rem;font-weight:600;color:#333;text-align:left}.password-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:.75rem;font-size:1rem;transition:border-color .2s}.password-input:focus{outline:none;border-color:#667eea}.password-error{background:#fee;color:#c33;padding:.75rem;border-radius:.5rem;font-size:.9rem;border-left:4px solid #ff6b6b}.password-buttons{display:flex;gap:1rem;margin-top:.5rem}.password-submit,.password-cancel{flex:1;padding:.75rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.password-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.password-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.password-cancel{background:#f0f0f0;color:#666}.password-cancel:hover{background:#e0e0e0}@media (max-width: 768px){.landing-title{font-size:2.5rem}.landing-subtitle{font-size:1.2rem}.landing-button{font-size:1rem;padding:1rem 1.5rem}}.location-form{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 10px #0000001a}.location-form h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group input.input-error{border-color:#ff6b6b;background-color:#fff5f5}.form-group input.input-error:focus{border-color:#ff6b6b}.transit-mode-select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:.5rem;font-size:1rem;transition:border-color .2s;background:#fff;cursor:pointer}.transit-mode-select:focus{outline:none;border-color:#667eea}.transit-mode-select:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #ff6b6b;display:flex;align-items:center;gap:.5rem}.error-message:before{content:"⚠️";font-size:1.2rem}.submit-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.timeline{flex:1;display:flex;flex-direction:column;min-height:0}.timeline h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.empty-message{color:#999;text-align:center;padding:2rem;font-style:italic}.timeline-list{overflow-y:auto;flex:1;padding-right:.5rem}.timeline-item{display:flex;align-items:center;padding:1rem;margin-bottom:.75rem;border-radius:.75rem;cursor:pointer;transition:all .2s;border:2px solid transparent;position:relative;background:#f9f9f9}.timeline-item:hover{background:#f0f0f0;transform:translate(4px)}.timeline-item.active{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea;box-shadow:0 2px 8px #667eea33}.timeline-marker{width:12px;height:12px;border-radius:50%;background:#ccc;margin-right:1rem;flex-shrink:0;position:relative}.timeline-item.active .timeline-marker{background:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b33}.pulse{position:absolute;width:12px;height:12px;border-radius:50%;background:#ff6b6b;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.timeline-content{flex:1;min-width:0}.timeline-city{font-weight:600;color:#333;margin-bottom:.25rem;font-size:1rem}.timeline-item.active .timeline-city{color:#667eea}.timeline-date{font-size:.85rem;color:#666}.delete-button{background:#ff6b6b;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,transform .2s;flex-shrink:0;margin-left:.5rem}.timeline-item:hover .delete-button{opacity:1}.delete-button:hover{transform:scale(1.1);background:#ff5252}.timeline-list::-webkit-scrollbar{width:6px}.timeline-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.timeline-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.timeline-list::-webkit-scrollbar-thumb:hover{background:#999}.story-media-upload{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.story-media-upload h3{margin:0 0 1rem;color:#333;font-size:1.2rem}.story-media-upload .form-group{margin-bottom:1rem}.story-media-upload label{display:block;margin-bottom:.5rem;color:#666;font-weight:500}.story-media-upload .location-select-wrapper{display:flex;gap:.5rem;align-items:stretch}.story-media-upload .location-select{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;background:#fff;box-sizing:border-box}.story-media-upload .location-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.story-media-upload .location-select:disabled{background:#f5f5f5;cursor:not-allowed}.story-media-upload .use-current-location-btn{background:#4ecdc4;color:#fff;border:none;padding:.75rem 1rem;border-radius:.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center}.story-media-upload .use-current-location-btn:hover:not(:disabled){background:#45b8b0;transform:translateY(-1px);box-shadow:0 2px 8px #4ecdc44d}.story-media-upload .use-current-location-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.story-media-upload .use-current-location-btn.active{background:#667eea}.story-media-upload .use-current-location-btn.active:hover:not(:disabled){background:#5568d3}.story-media-upload .location-info{margin-top:.5rem;font-size:.9rem;color:#666}.story-media-upload .location-info strong{color:#667eea}.story-media-upload .caption-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;box-sizing:border-box}.story-media-upload .caption-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.story-media-upload .caption-input:disabled{background:#f5f5f5;cursor:not-allowed}.story-media-upload .character-count{font-size:.85rem;color:#999;text-align:right;margin-top:.25rem}.story-media-upload textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box}.story-media-upload textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.story-media-upload textarea:disabled{background:#f5f5f5;cursor:not-allowed}.story-media-upload .date-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;box-sizing:border-box}.story-media-upload .date-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.story-media-upload .date-input:disabled{background:#f5f5f5;cursor:not-allowed}.story-media-upload .file-input{display:none}.story-media-upload .file-input-label{display:inline-block;padding:.75rem 1.5rem;background:#f5f5f5;border:2px dashed #ddd;border-radius:.25rem;cursor:pointer;text-align:center;transition:all .2s;width:100%;box-sizing:border-box}.story-media-upload .file-input-label:hover:not(:has(+input:disabled)){background:#eee;border-color:#667eea}.story-media-upload .file-input:disabled+.file-input-label{background:#f5f5f5;cursor:not-allowed;opacity:.6}.story-media-upload .selected-files{margin:1rem 0;padding:1rem;background:#f9f9f9;border-radius:.25rem}.story-media-upload .selected-files h4{margin:0 0 .5rem;font-size:.9rem;color:#666}.story-media-upload .files-list{display:flex;flex-direction:column;gap:.5rem}.story-media-upload .file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border-radius:.25rem}.story-media-upload .file-name{font-size:.9rem;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-media-upload .remove-file-btn{background:#e74c3c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.story-media-upload .remove-file-btn:hover:not(:disabled){background:#c0392b}.story-media-upload .remove-file-btn:disabled{background:#ccc;cursor:not-allowed}.story-media-upload .upload-progress{margin:1rem 0}.story-media-upload .progress-bar{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.story-media-upload .progress-fill{height:100%;background:#667eea;transition:width .3s}.story-media-upload .error-message{color:#e74c3c;font-size:.9rem;margin-bottom:1rem;padding:.5rem;background:#fee;border-radius:.25rem}.story-media-upload .submit-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%}.story-media-upload .submit-button:hover:not(:disabled){background:#5568d3}.story-media-upload .submit-button:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.story-media-upload .location-select-wrapper{flex-direction:column}.story-media-upload .use-current-location-btn{width:100%;padding:.75rem}}.input-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;flex-direction:column}.input-page-header{display:flex;justify-content:space-between;align-items:flex-start;color:#fff;margin-bottom:3rem}.input-page-header>div{text-align:center;flex:1}.logout-button{background:#fff3;color:#fff;border:2px solid white;padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-button:hover{background:#ffffff4d;transform:translateY(-2px)}.input-page-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.2rem;opacity:.9}.input-page-content{flex:1;max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;min-height:0}.input-section,.timeline-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a}.timeline-section{overflow-y:auto;max-height:600px;min-height:0}.input-page-footer{text-align:center;max-width:1200px;width:100%;margin:auto auto 0;padding-top:2rem;flex-shrink:0}.footer-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.view-journey-button{background:#fff;color:#667eea;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #0003}.view-journey-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.view-journey-button:disabled{opacity:.5;cursor:not-allowed}.manage-stories-button{background:#ffffffe6;color:#667eea;border:2px solid white;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #0003}.manage-stories-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.clear-data-button{background:#dc3545;color:#fff;border:2px solid #dc3545;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #dc35454d}.clear-data-button:hover:not(:disabled){background:#c82333;border-color:#c82333;transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.clear-data-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.view-journey-button,.manage-stories-button{position:relative;z-index:10}@media (max-width: 968px){.input-page-content{grid-template-columns:1fr}.input-page-header h1{font-size:2rem}}.scroll-page{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#000}.scroll-page-header{position:absolute;top:0;left:0;right:0;z-index:10;padding:0 2rem 1.5rem;background:linear-gradient(to bottom,rgba(0,0,0,.9),transparent);pointer-events:auto;display:flex;justify-content:space-between;align-items:flex-start;max-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.scroll-page-header .header-content{pointer-events:none}.back-button{background:#ffffffe6;color:#667eea;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s;pointer-events:auto!important;box-shadow:0 2px 10px #0003;position:relative;z-index:11;margin-top:1.5rem}.back-button-text-mobile{display:none}.back-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.header-content{text-align:left;margin-top:.75rem}.scroll-page-header h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.current-location-info{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.current-location-info h2{font-size:2rem;font-weight:600;margin-bottom:.25rem}.current-location-info p{font-size:1.3rem;opacity:.9}.scroll-page-content{flex:1;width:100%;height:100%;position:relative;overflow:hidden;padding-bottom:2rem;background:#000}.flight-info{position:absolute;bottom:3rem;left:1rem;right:1rem;z-index:10;display:flex;gap:1rem;justify-content:center;pointer-events:none;padding-bottom:.5rem}.flight-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 1.75rem;border-radius:1rem;box-shadow:0 4px 20px #0000004d;min-width:250px;text-align:center}.flight-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-weight:600}.flight-route{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.flight-city{font-size:1.1rem;font-weight:600;color:#333}.flight-arrow{color:#667eea;font-size:1.5rem;font-weight:700;display:inline-block;line-height:1}.flight-distance{font-size:.9rem;color:#667eea;font-weight:600;margin-bottom:.5rem}.flight-date{font-size:.85rem;color:#999}.previous-flight{border-left:4px solid #4ecdc4}.next-flight{border-left:4px solid #ff6b6b}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;background:#000000b3;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;pointer-events:none;animation:fadeInOut 3s ease-in-out infinite}.free-mode-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;background:#667eeae6;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;pointer-events:none;font-weight:600;box-shadow:0 4px 15px #667eea66}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 768px){.flight-info{flex-direction:column;align-items:center;bottom:2.5rem;left:.5rem;right:.5rem}.flight-card{width:100%;max-width:300px}.scroll-page-header{flex-direction:column;gap:.5rem;padding:0 1rem 1rem}.back-button{padding:.75rem 1.5rem;font-size:1.1rem;align-self:flex-start;margin-top:1rem}.back-button-text{display:none}.back-button-text-mobile{display:inline}.header-content{text-align:left;margin-top:1.25rem}.scroll-page-header h1{font-size:2rem;margin-bottom:.25rem}.current-location-info h2{font-size:1.5rem}.current-location-info p{font-size:1.15rem}}@media (max-width: 480px){.scroll-page-header{padding:.75rem;gap:.4rem}.back-button{padding:.4rem .8rem;font-size:.75rem}.scroll-page-header h1{font-size:1.25rem}.current-location-info h2{font-size:1rem}.current-location-info p{font-size:.8rem}}.story-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:visible;-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.story-viewer-container{position:relative;width:100%;max-width:800px;height:90vh;height:90dvh;display:flex;align-items:center;justify-content:center;overflow:visible}.story-viewer{background:#fff;border-radius:20px;max-width:800px;max-height:90vh;max-height:90dvh;width:100%;height:90vh;height:90dvh;display:flex;flex-direction:column;box-shadow:0 10px 40px #00000026;overflow:hidden;position:relative;transition:transform .3s ease-out;z-index:1}.story-preview-card{position:absolute;top:50%;left:50%;width:100%;max-width:800px;height:90vh;height:90dvh;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0;transform:translate(-50%,-50%)}.story-preview-card .story-viewer{opacity:.6;transform:scale(.95);box-shadow:0 5px 20px #00000026}.story-viewer-header{display:flex;justify-content:flex-end;align-items:center;padding:0;padding-top:max(1rem,env(safe-area-inset-top,0) + .5rem);flex-wrap:wrap;gap:.5rem;flex-shrink:0;position:absolute;top:0;right:0;left:0;z-index:15;background:transparent;border-bottom:none;pointer-events:none}.story-viewer-header .story-viewer-actions,.story-viewer-header .story-viewer-counters{pointer-events:auto;padding:.5rem 1rem;background:#ffffffe6;border-radius:0 0 0 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story-viewer-nav-info{display:flex;gap:1rem;align-items:center}.story-counter,.media-counter{font-size:.9rem;color:#666;font-weight:500}.story-viewer-close{background:#fffffff2;color:#666;border:none;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;position:relative;z-index:11;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 8px #0000001a;font-weight:300}.story-viewer-close:hover{background:#fff;box-shadow:0 2px 12px #00000026;transform:scale(1.05)}.story-viewer-close:hover{background:#000000e6}.story-viewer-actions{display:flex;gap:.5rem}.edit-story-btn,.delete-story-btn,.save-story-btn,.cancel-story-btn{padding:.5rem 1rem;border:none;border-radius:.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-story-btn{background:#4ecdc4;color:#fff}.edit-story-btn:hover:not(:disabled){background:#45b8b0}.delete-story-btn{background:#e74c3c;color:#fff}.delete-story-btn:hover{background:#c0392b}.save-story-btn{background:#667eea;color:#fff}.save-story-btn:hover{background:#5568d3}.cancel-story-btn{background:#ccc;color:#333}.cancel-story-btn:hover{background:#bbb}.story-content-card{display:flex;flex-direction:column;min-height:60vh}.story-media-single{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;min-height:400px;position:relative}.media-single-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.media-single-item img,.media-single-item video{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain}.media-nav-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.85rem;pointer-events:none;z-index:10}.story-text-container{padding:2rem;background:#fff}.story-text-wrapper{padding:1.5rem;background:#fff;margin:0}.story-text{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.story-nav-hint{padding:1rem 2rem;background:#f5f5f5;text-align:center;font-size:.9rem;color:#666;border-top:1px solid #eee}.story-content{padding:0;display:flex;flex-direction:column;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;background:#fff}.story-media-close{position:absolute;top:1rem;left:1rem;z-index:20;background:#fffffff2;color:#666;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;font-weight:300;border:none;cursor:pointer;transition:all .2s}.story-media-close:hover{background:#fff;box-shadow:0 2px 12px #0003;transform:scale(1.05)}.story-caption{padding:1.5rem 1.5rem .75rem;font-size:1.5rem;font-weight:700;color:#333;line-height:1.3}.story-card-info{display:flex;gap:1.5rem;padding:.75rem 1.5rem 1rem;flex-wrap:wrap;align-items:center}.story-card-location,.story-card-date{display:flex;align-items:center;gap:.5rem}.info-icon{font-size:1rem}.info-value{font-size:.9rem;font-weight:500;color:#666}.story-media-display{width:100%;max-width:100%;max-height:60vh;display:flex;align-items:center;justify-content:center;background:#000;margin:0;border-radius:0;overflow:hidden;position:relative;flex-shrink:0}.story-media-display img,.story-media-display video{width:100%;height:100%;max-width:100%;max-height:60vh;object-fit:contain;display:block}.edit-story-form{margin-bottom:1.5rem}.edit-story-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box;margin-bottom:.5rem}.edit-story-actions{display:flex;gap:.5rem}.story-media-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.media-item{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #0003}.media-item img,.media-item video{width:100%;height:auto;display:block}.delete-media-from-story-btn{position:absolute;top:.5rem;right:.5rem;background:#e74c3ce6;color:#fff;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10}.delete-media-from-story-btn:hover{background:#c0392b}.media-content{padding:2rem;display:flex;align-items:center;justify-content:center}.media-content img,.media-content video{max-width:100%;max-height:70vh;border-radius:.5rem;box-shadow:0 4px 20px #0000004d}@media (max-width: 768px){.story-viewer-overlay{padding:0;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.story-viewer-container{max-width:100%;width:100%;height:100vh;height:100dvh}.story-viewer{max-height:100vh;max-height:100dvh;height:100vh;height:100dvh;border-radius:0;max-width:100%;width:100%}.story-preview-card{max-width:100%;width:100%;height:100vh;height:100dvh}.story-viewer-header{padding:0;padding-top:max(1rem,env(safe-area-inset-top,0) + .5rem)}.story-caption{padding:1.25rem 1rem .5rem;font-size:1.25rem}.story-card-info{gap:1rem;padding:.5rem 1rem .75rem}.info-value{font-size:.85rem}.story-media-display{max-height:50vh}.story-media-display img,.story-media-display video{max-height:50vh}.story-media-close{top:.75rem;left:.75rem;width:36px;height:36px;min-width:36px;min-height:36px;font-size:1.3rem}.story-text-wrapper{padding:1rem}.story-text-wrapper{padding:1.25rem}.story-viewer-close{width:36px;height:36px;min-width:36px;min-height:36px;font-size:1.5rem}.story-content-card{min-height:70vh}.story-media-single{min-height:50vh}.media-single-item img,.media-single-item video{max-height:50vh}.story-text-container{padding:1.5rem}.story-text{font-size:1rem}.story-content{padding:1.5rem}.story-media-gallery{grid-template-columns:1fr}.media-content{padding:1rem}.story-viewer-header{padding:.75rem}.story-viewer-close{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.5rem;margin-top:env(safe-area-inset-top,0)}.media-nav-hint,.story-nav-hint{font-size:.75rem;padding:.4rem .8rem}.story-nav-hint{padding:.75rem 1rem}}.stories-management-page{min-height:100vh;background:#f5f5f5;padding:2rem}.management-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.management-header h1{margin:0 0 .5rem;color:#333;font-size:2rem}.management-header .subtitle{margin:0;color:#666;font-size:1rem}.management-header .back-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.management-header .back-button:hover{background:#5568d3}.management-controls{display:flex;gap:1.5rem;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap}.sort-controls,.filter-controls{display:flex;align-items:center;gap:.75rem}.sort-controls label,.filter-controls label{font-weight:500;color:#333}.sort-controls select,.filter-controls select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;background:#fff;cursor:pointer}.content-list{display:flex;flex-direction:column;gap:1rem}.content-item{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee;flex-wrap:wrap;gap:1rem}.content-info{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.content-type{font-weight:600;color:#667eea;font-size:1rem}.content-location{color:#666;font-size:.9rem}.content-date{color:#999;font-size:.85rem}.content-actions{display:flex;gap:.5rem}.edit-btn,.delete-btn,.save-btn,.cancel-btn{padding:.5rem 1rem;border:none;border-radius:.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-btn{background:#4ecdc4;color:#fff}.edit-btn:hover:not(:disabled){background:#45b8b0}.delete-btn{background:#e74c3c;color:#fff}.delete-btn:hover{background:#c0392b}.save-btn{background:#667eea;color:#fff}.save-btn:hover{background:#5568d3}.cancel-btn{background:#ccc;color:#333}.cancel-btn:hover{background:#bbb}.story-content{margin-top:1rem}.story-text{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap;margin-bottom:1rem}.edit-form{margin-bottom:1rem}.edit-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box;margin-bottom:.5rem}.edit-form label{display:block;margin-bottom:.5rem;color:#666;font-weight:500;font-size:.9rem}.edit-date-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem;font-size:1rem;font-family:inherit;box-sizing:border-box;margin-bottom:.5rem}.edit-date-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.edit-actions{display:flex;gap:.5rem}.story-caption-preview{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.story-media-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.media-preview-title{font-size:.9rem;font-weight:600;color:#666;margin:0 0 .75rem}.media-preview-item{position:relative;border-radius:.25rem;overflow:hidden;box-shadow:0 2px 8px #0003;min-height:150px;background:#f0f0f0}.media-preview-item img,.media-preview-item video{width:100%;height:100%;min-height:150px;object-fit:cover;display:block}.add-media-form{margin-top:1rem;padding:1rem;background:#f9f9f9;border-radius:.25rem;border:1px dashed #ddd}.add-media-form .file-input{width:100%;padding:.5rem;margin-bottom:.75rem;border:1px solid #ddd;border-radius:.25rem}.selected-files-list{margin-bottom:.75rem}.selected-file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border-radius:.25rem;margin-bottom:.5rem}.selected-file-item button{background:#e74c3c;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.add-media-actions{display:flex;gap:.5rem}.add-media-btn{background:#667eea;color:#fff;padding:.5rem 1rem;border:none;border-radius:.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.add-media-btn:hover:not(:disabled){background:#5568d3}.add-media-btn:disabled{background:#ccc;cursor:not-allowed}.delete-media-btn{position:absolute;top:.5rem;right:.5rem;background:#e74c3ce6;color:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.delete-media-btn:hover{background:#c0392b}.media-content{margin-top:1rem}.media-content img,.media-content video{max-width:100%;max-height:400px;border-radius:.25rem;box-shadow:0 2px 8px #0003}.empty-message{text-align:center;padding:3rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.empty-message p{color:#666;font-size:1.1rem}@media (max-width: 768px){.stories-management-page{padding:1rem}.management-header,.management-controls{flex-direction:column;gap:1rem}.content-header{flex-direction:column;align-items:flex-start}.content-info{flex-direction:column;align-items:flex-start;gap:.5rem}.story-media-preview{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;margin:0;padding:0}#root{width:100vw;min-height:100vh}
