:root{--blue:#0066b3;--blue-dark:#004f8a;--blue-soft:#e6f0f9;--green:#00a060;--green-dark:#00804c;--green-soft:#e3f5ec;--gold:#e8a317;--red:#c0392b;--red-soft:#fbeceb;--amber-soft:#fdf4e1;--text:#1c2733;--muted:#5f6f7e;--line:#dfe6ec;--bg:#f4f7f6;--card:#fff;--radius:10px;--shadow:0 1px 2px #10283c0f, 0 4px 16px #10283c14;--header-h:76px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}*{box-sizing:border-box}body{margin:0}h1,h2,h3{margin:0 0 .5em;line-height:1.25}h1{font-size:1.7rem}h2{font-size:1.3rem}h3{font-size:1.05rem}a{color:var(--blue)}img{max-width:100%}.app{flex-direction:column;min-height:100vh;display:flex}.header{height:var(--header-h);background:var(--card);z-index:20;align-items:center;gap:24px;padding:0 20px;display:flex;position:relative}.flag-stripe{background:linear-gradient(to bottom, var(--blue) 0 33%, #fff 33% 66%, var(--green) 66%);height:4px;box-shadow:0 1px 0 var(--line)}.brand{color:var(--text);white-space:nowrap;align-items:center;gap:10px;text-decoration:none;display:flex}.brand img{width:auto;height:64px;display:block}.brand-sub{color:#02402d;font-size:.85rem;font-weight:600;line-height:1.25}.nav{gap:4px;display:flex}.nav a{color:var(--text);border-radius:8px;padding:6px 12px;font-weight:500;text-decoration:none}.nav a:hover{background:var(--bg)}.nav a.active{background:var(--blue-soft);color:var(--blue)}.header-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.user-menu{align-items:center;gap:6px;display:flex}.user-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.9rem;overflow:hidden}.main{flex-direction:column;flex:1;display:flex}.page{width:100%;max-width:1200px;margin:0 auto;padding:28px 20px 60px}.page.narrow{max-width:460px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.page-head h1{margin:0}.page-loading{text-align:center;color:var(--muted);padding:40px}@media (width<=900px){.brand-sub,.user-email{display:none}}@media (width<=720px){.header{flex-wrap:wrap;gap:8px 12px;height:auto;padding:10px 16px}.nav{order:3;width:100%;overflow-x:auto}.header-actions .btn-primary{padding:6px 10px}.brand img{height:52px}}.btn{border:1px solid var(--line);background:var(--card);color:var(--text);font:inherit;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.btn:hover{border-color:var(--blue)}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--green);border-color:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--bg);border-color:#0000}.btn-danger{background:var(--red);border-color:var(--red);color:#fff}.btn-small{padding:4px 10px;font-size:.88rem}.btn-block{width:100%}.danger-text{color:var(--red)}.link{color:var(--blue);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;text-decoration:underline}.input{border:1px solid var(--line);width:100%;font:inherit;color:inherit;background:#fff;border-radius:8px;padding:9px 12px}.input:focus,.place-search input:focus{outline:2px solid var(--blue-soft);border-color:var(--blue)}textarea.input{resize:vertical;min-height:120px}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field>span{font-size:.92rem;font-weight:600}.hint{color:var(--muted);margin:6px 0;font-size:.85rem}.muted{color:var(--muted)}.small{font-size:.85rem}.center{text-align:center}.form-error{color:var(--red);background:var(--red-soft);border-radius:8px;margin:8px 0;padding:8px 12px}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card.empty{text-align:center;padding:40px 20px}.form h1{text-align:center}.badge{background:var(--blue-soft);color:var(--blue);white-space:nowrap;border-radius:99px;padding:2px 10px;font-size:.8rem;font-weight:600;display:inline-block}.badge-success{background:var(--green-soft);color:var(--green-dark)}.badge-warning{background:var(--amber-soft);color:#9a6400}.badge-danger{background:var(--red-soft);color:var(--red)}.chip{border:1.5px solid var(--blue);color:var(--blue);border-radius:99px;padding:1px 10px;font-size:.8rem;font-weight:600;display:inline-block}.moderator-note,.info-note{border-left:4px solid var(--red);background:var(--red-soft);border-radius:8px;margin:10px 0 16px;padding:12px 16px}.info-note{border-left-color:var(--blue);background:var(--blue-soft)}.segmented{border:1px solid var(--line);border-radius:8px;display:inline-flex;overflow:hidden}.segmented button{font:inherit;cursor:pointer;color:var(--muted);background:#fff;border:0;padding:6px 14px;font-weight:600}.segmented button+button{border-left:1px solid var(--line)}.segmented button.active{background:var(--blue);color:#fff}.row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.confirm{align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.map-page{flex:1;min-height:480px;position:relative}.map-full{position:absolute;inset:0}.map-box{background:#e9eef0;border-radius:8px;height:460px;position:relative;overflow:hidden}.map-box-small{height:280px}.map-error{text-align:center;color:var(--red);z-index:1;background:#f0f3f4;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.map-panel{z-index:10;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);position:absolute;top:12px}.filters{flex-direction:column;width:300px;max-height:calc(100% - 24px);display:flex;left:12px}.filters:not(.open){width:auto}.panel-toggle{font:inherit;color:var(--blue);text-align:left;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-weight:600}.filters-body{flex-direction:column;gap:10px;padding:0 14px 14px;display:flex;overflow-y:auto}.filters-head{justify-content:space-between;align-items:baseline;margin-top:4px;display:flex}.filters-head .link{font-size:.85rem}.category-list{margin:0;padding:0;list-style:none}.category-list label{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:5px 4px;display:flex}.category-list label:hover{background:var(--bg)}.category-list input{accent-color:var(--green);width:16px;height:16px;margin:0}.dot{border-radius:50%;flex:none;width:12px;height:12px}.category-name{flex:1}.count{color:var(--muted);font-size:.85rem}.story-panel{width:420px;max-height:calc(100% - 24px);padding:20px;right:12px;overflow-y:auto}.panel-close{float:right;background:var(--bg);cursor:pointer;z-index:1;border:0;border-radius:50%;width:32px;height:32px;margin:-8px -8px 0 8px;font-size:1.4rem;line-height:1;position:sticky;top:0}.panel-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:12px;display:flex}@media (width<=720px){.filters{width:calc(100% - 24px)}.filters:not(.open){width:auto}.story-panel{border-radius:var(--radius) var(--radius) 0 0;width:100%;max-height:70%;inset:auto 0 0}}.balloon-img{object-fit:cover;border-radius:6px;width:100%;max-width:240px;height:120px;margin-bottom:6px;display:block}.balloon-title{margin-bottom:6px;font-weight:600}.balloon-link{color:var(--blue);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.place-search{gap:6px;display:flex;position:relative}.place-search input{border:1px solid var(--line);min-width:0;font:inherit;border-radius:8px;flex:1;padding:7px 10px}.place-search-results{z-index:30;box-shadow:var(--shadow);background:#fff;border-radius:8px;max-height:300px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}div.place-search-results{padding:10px}.place-search-results li.muted{padding:8px}.place-search-results button{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-direction:column;padding:8px;display:flex}.place-search-results button:hover{background:var(--bg)}.place-search-results span{color:var(--muted);font-size:.85rem}.story-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;font-size:.88rem;display:flex}.story-title{font-size:1.4rem}.story-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65}.gallery{margin:12px 0 16px}.gallery-main{cursor:zoom-in;background:#eef2f3;border:0;border-radius:8px;width:100%;padding:0;display:block;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;max-height:320px;display:block}.gallery-thumbs{gap:6px;margin-top:6px;display:flex;overflow-x:auto}.gallery-thumbs button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:6px;flex:none;width:60px;height:46px;padding:0;overflow:hidden}.gallery-thumbs button.active{border-color:var(--green)}.gallery-thumbs img{object-fit:cover;width:100%;height:100%}.lightbox{z-index:100;cursor:zoom-out;background:#0a141ee0;place-items:center;display:grid;position:fixed;inset:0}.lightbox img{cursor:default;max-width:94vw;max-height:90vh}.lightbox-count{color:#fff;position:absolute;bottom:16px}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:0;font-size:2rem;position:absolute;top:12px;right:16px}.story-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.story-row{gap:16px;padding:14px;display:flex}.story-row-preview{background:var(--bg);width:120px;height:90px;color:var(--muted);border-radius:8px;flex:none;place-items:center;font-size:.8rem;display:grid;overflow:hidden}.story-row-preview img{object-fit:cover;width:100%;height:100%}.story-row-body{flex:1;min-width:0}.story-row-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.story-row-top h3{margin:0}.story-row .muted.small{margin:2px 0 8px}.story-row .moderator-note{margin:8px 0}@media (width<=560px){.story-row{flex-direction:column}.story-row-preview{width:100%;height:140px}}.story-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.story-form-submit{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px;display:flex}.story-form-submit .form-error{width:100%}@media (width<=900px){.story-form{grid-template-columns:1fr}}.geo-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.geo-toolbar .place-search{flex:220px}.uploader-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;display:grid}.thumb{aspect-ratio:4/3;background:var(--bg);border-radius:8px;margin:0;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb-cover{outline:3px solid var(--gold);outline-offset:-3px}.thumb-label{background:var(--gold);color:#3a2800;border-radius:99px;padding:1px 8px;font-size:.75rem;font-weight:700;position:absolute;top:6px;left:6px}.thumb-actions{gap:3px;display:flex;position:absolute;bottom:4px;right:4px}.thumb-actions button{cursor:pointer;background:#ffffffeb;border:0;border-radius:6px;width:26px;height:26px;font-size:.9rem}.thumb-loading{color:var(--muted);place-items:center;font-size:.85rem;display:grid}.thumb-add{border:2px dashed var(--line);color:var(--muted);font:inherit;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;font-size:.85rem;display:flex}.thumb-add span{color:var(--green);font-size:1.8rem;line-height:1}.thumb-add:hover{border-color:var(--green)}.table-wrap{padding:0;overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 16px}.table td:first-child{white-space:normal;min-width:220px}.table th{color:var(--muted);font-size:.85rem;font-weight:600}.table tr:last-child td{border-bottom:0}.review-grid{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:20px;margin:16px 0;display:grid}@media (width<=900px){.review-grid{grid-template-columns:1fr}}.published-compare{margin-top:16px}.compare-box{border:1px dashed var(--line);opacity:.85;border-radius:8px;margin-top:10px;padding:14px}.review-actions{position:sticky;bottom:12px}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:start;gap:20px;display:grid}.plain-list{margin:12px 0 20px;padding:0;list-style:none}.plain-list li{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 0;display:flex}.inline-form{flex-direction:column;gap:8px;display:flex}.inline-form h3{margin:0}.inline-form .btn{align-self:flex-start}.inline-edit{gap:6px;width:100%;display:flex}
