:root{--green:#0b5c4b;--green2:#16735e;--ink:#172720;--muted:#71827b;--line:#dfe8e4;--bg:#f3f7f5;--white:#fff}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,"Segoe UI",system-ui,sans-serif;background:#dfe7e4;color:var(--ink);-webkit-tap-highlight-color:transparent}a{text-decoration:none}button,input,textarea{font:inherit}a,button,label{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #58b89f;outline-offset:2px}
.app-viewport{min-height:100dvh}.mobile-shell{width:100%;max-width:540px;min-height:100dvh;margin:auto;background:var(--bg);position:relative;box-shadow:0 0 45px rgba(17,53,45,.13)}.app-header{height:calc(68px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 18px 0;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.app-brand{display:flex;align-items:center;gap:10px;color:#123b32}.app-logo{width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,#14745e,#07493b);color:#fff;display:grid;place-items:center;font-size:1.25rem;font-weight:900}.app-brand strong,.app-brand small{display:block}.app-brand strong{letter-spacing:.05em}.app-brand small{font-size:.65rem;color:#7d8e87}.notification-link{width:44px;height:44px;border-radius:14px;background:#edf5f2;color:var(--green);display:grid;place-items:center;position:relative}.notification-link span{font-size:1.3rem}.notification-link b{position:absolute;right:-2px;top:-3px;min-width:18px;height:18px;border-radius:9px;background:#e74e4e;color:#fff;display:grid;place-items:center;font-size:.63rem}.mobile-content{padding:22px 16px calc(108px + env(safe-area-inset-bottom));min-height:calc(100dvh - 68px)}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:30;width:100%;max-width:540px;height:calc(76px + env(safe-area-inset-bottom));padding:7px 10px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:rgba(255,255,255,.97);border-top:1px solid var(--line);box-shadow:0 -8px 26px rgba(24,54,47,.08);backdrop-filter:blur(16px)}.bottom-nav>a{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#778781}.bottom-nav>a span{font-size:1.35rem;line-height:1}.bottom-nav>a small{font-size:.64rem;font-weight:700}.bottom-nav>a.active{color:var(--green)}.bottom-nav .create-action{width:58px;height:58px;min-height:58px;border-radius:20px;margin:-28px auto 0;background:linear-gradient(145deg,#16745f,#084d3e);color:#fff;box-shadow:0 8px 22px rgba(10,91,72,.32)}.bottom-nav .create-action span{font-size:2rem}
.welcome{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.welcome>div>span{font-size:.82rem;color:var(--muted)}.welcome h1{font-size:1.65rem;font-weight:800;margin:2px 0}.welcome p{font-size:.84rem;color:#4f635b;margin:0}.weather{width:66px;height:66px;border-radius:20px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(24,65,54,.06)}.weather strong{font-size:1.25rem}.weather span{font-size:.65rem;color:var(--muted)}
.primary-action{min-height:90px;padding:16px;border-radius:22px;background:linear-gradient(135deg,#12715c,#08493c);color:#fff;display:flex;align-items:center;gap:14px;box-shadow:0 12px 28px rgba(10,88,69,.23)}.primary-icon{width:52px;height:52px;border-radius:17px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:2rem}.primary-action>span:nth-child(2){flex:1}.primary-action strong,.primary-action small{display:block}.primary-action strong{font-size:1.05rem}.primary-action small{font-size:.73rem;color:#cee8e0;margin-top:4px}.primary-action>b{font-size:1.8rem;font-weight:300}
.status-strip{display:grid;grid-template-columns:repeat(3,1fr);margin:14px 0 26px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px}.status-strip a{padding:8px;display:flex;flex-direction:column;align-items:center;color:var(--ink);border-right:1px solid var(--line)}.status-strip a:last-child{border:0}.status-strip strong{font-size:1.25rem;color:var(--green)}.status-strip span{font-size:.68rem;color:var(--muted)}
.page-section{margin:26px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.section-heading span,.mobile-page-header span,.form-page-header>div>span{font-size:.63rem;color:var(--green2);font-weight:800;letter-spacing:.09em}.section-heading h2{font-size:1.05rem;margin:3px 0 0}.section-heading>a{font-size:.76rem;font-weight:700;color:var(--green)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-grid>a{min-height:126px;padding:12px 7px;background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink)}.quick-grid i{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;font-style:normal;font-size:1.2rem}.quick-grid i.camera{background:#e9f3ff;color:#2673ba}.quick-grid i.location{background:#e8f6f0;color:#19765b}.quick-grid i.audio{background:#fff0ee;color:#c65a51}.quick-grid strong{font-size:.77rem;margin-top:8px}.quick-grid small{font-size:.61rem;color:var(--muted);margin-top:3px}
.request-list{display:flex;flex-direction:column;gap:10px}.request-card{min-height:94px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;gap:12px;color:var(--ink)}.category-symbol{flex:0 0 46px;height:46px;border-radius:14px;background:#fff1dc;color:#a56812;display:grid;place-items:center;font-weight:800}.request-info{flex:1;min-width:0}.request-info strong,.request-info small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-info strong{font-size:.86rem}.request-info small{font-size:.64rem;color:var(--muted);margin:3px 0 7px}.request-card>b{font-size:1.4rem;color:#98a7a1}.status{display:inline-block;padding:4px 8px;border-radius:8px;font-size:.61rem;font-style:normal;font-weight:750}.status.new{background:#e8effc;color:#416ba3}.status.working{background:#fff2da;color:#986015}.status.assigned{background:#ece9fd;color:#6654a1}.status.completed{background:#e7f5ed;color:#25704f}.status.rejected{background:#fce9e7;color:#9a433d}
.announcement-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:20px;background:#eaf5f1;border:1px solid #cfe6de;color:var(--ink)}.announcement-icon{width:42px;height:42px;border-radius:14px;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.3rem}.announcement-card>span:nth-child(2){flex:1}.announcement-card small,.announcement-card strong,.announcement-card p{display:block}.announcement-card small{font-size:.58rem;color:var(--green);font-weight:800;letter-spacing:.08em}.announcement-card strong{font-size:.84rem;margin:2px 0}.announcement-card p{font-size:.67rem;color:#60736c;margin:0}.announcement-card>b{font-size:1.4rem;color:#648078}
.mobile-page-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.mobile-page-header h1{font-size:1.55rem;margin:3px 0}.mobile-page-header p{font-size:.72rem;color:var(--muted);margin:0}.mobile-page-header>a{width:46px;height:46px;border-radius:15px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:1.7rem}.filter-tabs{display:flex;gap:7px;overflow:auto;margin-bottom:16px;padding-bottom:2px}.filter-tabs button{min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:20px;background:#fff;color:#6c7c76;font-size:.72rem;font-weight:700;white-space:nowrap}.filter-tabs button.active{background:#e6f3ee;color:var(--green);border-color:#bcded3}.filter-tabs b{margin-left:3px}.list-page-card{min-height:110px}.request-category{color:var(--green)!important;font-weight:700}
.form-page-header{display:flex;align-items:center;gap:12px}.form-page-header>a{width:42px;height:42px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);font-size:1.8rem}.form-page-header>div{flex:1}.form-page-header h1{font-size:1.35rem;margin:1px 0}.form-page-header>em{font-size:.68rem;font-style:normal;color:var(--muted)}.progress-track{height:5px;margin:16px 0 22px;background:#dce6e2;border-radius:5px;overflow:hidden}.progress-track i{display:block;width:50%;height:100%;background:var(--green2)}.field-form{display:flex;flex-direction:column}.field-label{font-size:.78rem;font-weight:800;margin:19px 0 9px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.category-option{position:relative}.category-option input{position:absolute;opacity:0}.category-option>span{min-height:73px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#53665e}.category-option small{font-size:.6rem;text-align:center}.category-option input:checked+span{border:2px solid var(--green2);background:#eaf5f1;color:var(--green)}.mobile-input{width:100%;padding:15px 16px;border:1px solid #d6e1dd;border-radius:16px;background:#fff;color:var(--ink);font-size:16px;resize:none}.mobile-input:focus{border-color:#2b8a72;box-shadow:0 0 0 4px rgba(43,138,114,.11);outline:0}.mobile-input::placeholder{color:#99a6a1}.field-error{font-size:.68rem;color:#b63838;margin-top:5px}.validation-summary{font-size:.7rem;color:#b63838}.validation-summary:empty{display:none}
.capture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.capture-button{min-height:108px;border:1px dashed #bdcec7;border-radius:17px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.capture-button i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-style:normal;margin-bottom:6px}.capture-button.photo i{background:#e9f3ff;color:#2472b9}.capture-button.video i{background:#f2ecff;color:#7854ad}.capture-button.audio i{background:#fff0ee;color:#c7574d}.capture-button strong{font-size:.68rem}.capture-button small{font-size:.56rem;color:var(--muted);margin-top:2px}.capture-button input{position:absolute;inset:0;opacity:0}.file-summary{padding:12px;margin-top:9px;border-radius:13px;background:#eaf5f1;color:#245a4c;font-size:.68rem}.location-button{width:100%;min-height:72px;margin-top:16px;padding:12px;border:1px solid var(--line);border-radius:17px;background:#fff;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink)}.location-button>i{width:44px;height:44px;border-radius:14px;background:#e9f6f0;color:#19755a;display:grid;place-items:center;font-style:normal;font-size:1.3rem}.location-button>span{flex:1}.location-button strong,.location-button small{display:block}.location-button strong{font-size:.8rem}.location-button small{font-size:.63rem;color:var(--muted);margin-top:3px}.location-button.success{border-color:#51a88f;background:#f3faf7}.urgent-toggle{min-height:68px;margin-top:12px;padding:12px 14px;border:1px solid #f1d8d3;border-radius:17px;background:#fff5f3;display:flex;align-items:center;gap:12px}.urgent-toggle input{width:22px;height:22px;accent-color:#c84940}.urgent-toggle strong,.urgent-toggle small{display:block}.urgent-toggle strong{font-size:.78rem;color:#9e3e37}.urgent-toggle small{font-size:.61rem;color:#8d6a67;margin-top:3px}.sticky-submit{margin-top:22px;text-align:center}.sticky-submit button{width:100%;min-height:58px;border:0;border-radius:17px;background:var(--green);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(10,88,69,.2)}.sticky-submit button span{float:right;margin-right:15px;font-size:1.3rem}.sticky-submit small{display:block;font-size:.61rem;color:var(--muted);margin-top:7px}
.success-message{display:flex;align-items:center;gap:10px;padding:13px;margin:16px 0;border-radius:15px;background:#e7f5ed;color:#246c4d;font-size:.76rem}.success-message b{width:30px;height:30px;border-radius:10px;background:#fff;display:grid;place-items:center}.detail-card,.timeline-card{padding:18px;margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:20px}.detail-category{font-size:.65rem;color:var(--green);font-weight:800}.detail-card h2{font-size:1.2rem;margin:7px 0}.detail-card p{font-size:.78rem;line-height:1.6;color:#53645e}.detail-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-top:14px;margin-top:15px}.detail-meta small,.detail-meta strong{display:block}.detail-meta small{font-size:.6rem;color:var(--muted)}.detail-meta strong{font-size:.72rem;margin-top:3px}.location-preview{display:flex;align-items:center;gap:12px;padding:14px;margin-top:12px;background:#eaf5f1;border-radius:17px}.location-preview>div{width:42px;height:42px;background:#fff;border-radius:13px;display:grid;place-items:center;color:var(--green)}.location-preview strong,.location-preview small{display:block}.location-preview strong{font-size:.78rem}.location-preview small{font-size:.63rem;color:var(--muted)}.timeline-card h2{font-size:.95rem}.timeline-item{display:flex;gap:12px;padding:12px 0}.timeline-item i{width:13px;height:13px;border-radius:50%;margin-top:3px;background:#d5e0dc;border:3px solid #fff;box-shadow:0 0 0 2px #d5e0dc}.timeline-item.active i{background:var(--green);box-shadow:0 0 0 2px var(--green)}.timeline-item strong,.timeline-item small{display:block}.timeline-item strong{font-size:.76rem}.timeline-item small{font-size:.62rem;color:var(--muted);margin-top:3px}
.announcement-list{display:flex;flex-direction:column;gap:12px}.announcement-list article{padding:18px;background:#fff;border:1px solid var(--line);border-radius:19px}.announcement-list span{font-size:.6rem;color:var(--green);font-weight:800}.announcement-list h2{font-size:1rem;margin:6px 0}.announcement-list p{font-size:.75rem;color:var(--muted);margin:0;line-height:1.5}.profile-card{text-align:center;padding:24px 18px;background:#fff;border:1px solid var(--line);border-radius:22px}.profile-avatar{width:76px;height:76px;margin:auto;border-radius:24px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:1.4rem;font-weight:800}.profile-card h1{font-size:1.25rem;margin:13px 0 2px}.profile-card>p{font-size:.72rem;color:var(--muted)}.profile-card dl{margin:24px 0;text-align:left}.profile-card dl>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.profile-card dt,.profile-card dd{font-size:.74rem;margin:0}.profile-card dt{color:var(--muted)}.profile-card button{width:100%;min-height:50px;border:1px solid var(--green);border-radius:15px;background:#fff;color:var(--green);font-weight:750}
@media(max-width:360px){.category-grid{grid-template-columns:repeat(3,1fr)}.quick-grid{gap:6px}.mobile-content{padding-left:12px;padding-right:12px}}@media(min-width:700px){.mobile-shell{margin:18px auto;min-height:calc(100dvh - 36px);border-radius:24px;overflow:hidden}.bottom-nav{bottom:18px;border-radius:0 0 24px 24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* AK PARTİ kurumsal tema: Pantone 144 C turuncu, kurumsal mavi ve turkuaz */
:root{--green:#f28c00;--green2:#d96f00;--ink:#20242a;--muted:#6f747b;--line:#eadfce;--bg:#fffaf3}
html,body{background:#eee7dd}.mobile-shell{background:var(--bg);box-shadow:0 0 45px rgba(55,43,28,.15)}
.app-header{height:calc(74px + env(safe-area-inset-top));border-bottom:3px solid #f28c00;padding-left:14px;padding-right:14px}.app-brand{gap:9px;color:#222}.app-brand img{width:104px;height:34px;object-fit:contain;object-position:left center}.brand-unit{padding-left:9px;border-left:1px solid #ddd0bd}.brand-unit strong,.brand-unit small{display:block}.brand-unit strong{font-size:.86rem;letter-spacing:.06em;color:#17365d}.brand-unit small{font-size:.55rem;color:#6e6255;white-space:nowrap}
.notification-link{background:#fff0d9;color:#0067b1}.bottom-nav>a.active{color:#d96f00}.bottom-nav .create-action{background:linear-gradient(145deg,#f5a623,#df7600);box-shadow:0 8px 22px rgba(217,111,0,.32)}
.welcome>div>span,.section-heading span,.mobile-page-header span,.form-page-header>div>span{color:#d96f00}.primary-action{background:linear-gradient(135deg,#f5a623,#dc7100);box-shadow:0 12px 28px rgba(217,111,0,.25)}.primary-action small{color:#fff3df}.status-strip strong{color:#d96f00}
.quick-grid i.camera{background:#e8f1fa;color:#0067b1}.quick-grid i.location{background:#e3f8fc;color:#008eaa}.quick-grid i.audio{background:#fde9e7;color:#d52b1e}.category-symbol{background:#fff0d8;color:#c86800}
.announcement-card{background:#eef7fb;border-color:#cbe4ef}.announcement-icon{color:#0067b1}.announcement-card small{color:#0067b1}.filter-tabs button.active{background:#fff0d9;color:#bd6200;border-color:#f0c68f}.mobile-page-header>a{background:#f28c00}
.category-option input:checked+span{border-color:#f28c00;background:#fff2df;color:#b95f00}.capture-button.location i,.location-button>i{background:#e3f8fc;color:#008eaa}.location-button.success{border-color:#00a6c8;background:#effcff}
.profile-party-logo{display:block;width:66px;height:78px;object-fit:contain;margin:0 auto 8px}.profile-card button{border-color:#f28c00;color:#c56600}
/* SEYBIS Talep Operasyon Merkezi */
.management-nav{display:flex;gap:.5rem;padding:.65rem 1rem;border-bottom:1px solid #eee;background:#fff;overflow:auto}.management-nav a{white-space:nowrap;text-decoration:none;color:#5d4630;font-size:.82rem;font-weight:700;padding:.5rem .8rem;border-radius:999px}.management-nav a.active,.management-nav a:hover{background:#fff0d6;color:#bb6300}
.operations-body{background:#f5f6f8}.operations-body .mobile-shell{max-width:1480px;background:#f5f6f8;box-shadow:none}.operations-body .mobile-content{padding:1rem 1rem 7rem}.operations-body .app-header{background:#fff}.operations-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem;border-radius:20px;background:linear-gradient(130deg,#ef7900,#f5a300);color:#fff;margin-bottom:1rem}.operations-hero span{font-size:.72rem;font-weight:800;letter-spacing:.16em}.operations-hero h1{font-size:1.75rem;margin:.25rem 0}.operations-hero p{margin:0;opacity:.9}.operations-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.operations-kpis{display:grid;grid-template-columns:repeat(8,minmax(110px,1fr));gap:.65rem;margin-bottom:1rem}.operations-kpis>a,.operations-kpis>span{background:#fff;border:1px solid #ececec;border-radius:14px;padding:1rem;text-decoration:none;color:#30343b;box-shadow:0 4px 16px rgba(30,30,30,.04)}.operations-kpis strong{display:block;font-size:1.65rem;color:#d96f00}.operations-kpis span,.operations-kpis small{display:block;font-style:normal;font-size:.75rem;color:#6f747b}.operations-kpis .danger strong{color:#cf253b}.operations-kpis.compact{grid-template-columns:repeat(4,1fr)}
.operations-filter,.operations-panel{background:#fff;border:1px solid #e9eaec;border-radius:16px;padding:1rem;margin-bottom:1rem;box-shadow:0 5px 20px rgba(28,34,42,.04)}.operations-filter summary{font-weight:800;cursor:pointer;margin-bottom:.8rem}.operations-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:.65rem}.operations-checks{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;font-size:.82rem}.operations-checks label{display:flex;align-items:center;gap:.3rem}.operations-panel-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.operations-panel h2,.operations-panel-title h2{font-size:1.05rem;margin:0}.operations-panel-title p{font-size:.78rem;color:#73777d;margin:.25rem 0 0}.operations-panel-title>a{color:#cc6900;font-weight:700;text-decoration:none}
.operations-table-wrap{overflow:auto}.operations-table{width:100%;border-collapse:separate;border-spacing:0}.operations-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#7b8087;padding:.7rem;border-bottom:1px solid #e9eaec}.operations-table td{padding:.75rem;border-bottom:1px solid #f0f0f0;vertical-align:middle;font-size:.82rem}.operations-table td strong,.operations-table td small{display:block}.operations-table td small{color:#777b82;margin-top:.2rem}.operations-table tr.unread{background:#fffaf1}.operations-table tr.overdue{box-shadow:inset 4px 0 #d7263d}.priority-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.35rem}.priority-normal{background:#76aa63}.priority-high{background:#f28c00}.priority-urgent{background:#d7263d}.operations-distributions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.operations-distributions article{background:#fff;border-radius:16px;padding:1rem;border:1px solid #e9eaec}.operations-distributions h2{font-size:1rem}.operations-distributions article div{display:flex;justify-content:space-between;border-top:1px solid #f0f0f0;padding:.55rem 0;font-size:.82rem}
.operations-detail-header{margin-bottom:1rem}.back-link{text-decoration:none;color:#b96000;font-weight:700}.operations-detail-heading{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem}.operations-detail-heading span{font-size:.72rem;color:#b96000;font-weight:800}.operations-detail-heading h1{font-size:1.65rem;margin:.2rem 0}.operations-detail-heading p{color:#73777d;margin:0}.operations-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:1rem}.request-description{font-size:1rem;line-height:1.65;white-space:pre-wrap}.request-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin:1rem 0}.request-facts span{background:#f7f7f8;border-radius:12px;padding:.8rem}.request-facts small,.request-facts strong{display:block}.request-facts small{color:#777;font-size:.7rem}.attachment-grid{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.attachment-grid a{padding:.55rem .8rem;background:#f7f7f8;border-radius:10px;text-decoration:none;color:#444}.message-timeline{display:grid;gap:.75rem;margin-bottom:1rem}.message-card{padding:1rem;border-radius:14px;border-left:4px solid #1877b8;background:#edf7fe}.message-card.internal{border-color:#e6a000;background:#fff7df}.message-card>div{display:flex;justify-content:space-between;gap:.5rem}.message-card span{font-size:.7rem;font-weight:700}.message-card p{margin:.55rem 0;white-space:pre-wrap}.message-card small{color:#6f747b}.operations-form{display:grid;gap:.65rem}.message-submit{display:grid;grid-template-columns:1fr auto;gap:.65rem}.current-assignment{margin-top:1rem;padding:1rem;border-radius:12px;background:#fff7e6}.current-assignment small,.current-assignment strong,.current-assignment span{display:block}.sticky-operation{position:sticky;top:1rem}.follower-chip{display:inline-block;padding:.45rem .7rem;background:#f1f2f4;border-radius:999px;font-size:.75rem}.audit-list>div{display:flex;gap:.7rem;padding:.7rem 0;border-bottom:1px solid #f0f0f0}.audit-list i{width:10px;height:10px;border-radius:50%;background:#f28c00;margin-top:.3rem;flex:none}.audit-list strong,.audit-list small{display:block}.audit-list small{color:#73777d}.empty-state{text-align:center;color:#7d8187;padding:1rem}
.seyhan-map{height:560px;border-radius:14px;overflow:hidden;background:#f2eee7}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#775c38}.map-placeholder small{margin-top:.35rem}.map-legend{display:flex;align-items:center;gap:.35rem;font-size:.7rem;flex-wrap:wrap}.map-legend span{width:14px;height:14px;border-radius:4px;margin-left:.45rem}.map-legend .low{background:#fff0d6}.map-legend .medium{background:#ffc247}.map-legend .high{background:#f28c00}.map-legend .critical{background:#d7263d}.neighborhood-heat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.neighborhood-heat-grid a{padding:.8rem;border-radius:12px;text-decoration:none;color:#3c332b;border-left:5px solid #e5bd76;background:#fff8eb}.neighborhood-heat-grid a.medium{background:#fff0c9;border-color:#ffc247}.neighborhood-heat-grid a.high{background:#ffe1b2;border-color:#f28c00}.neighborhood-heat-grid a.critical{background:#ffe4e7;border-color:#d7263d}.neighborhood-heat-grid strong,.neighborhood-heat-grid span,.neighborhood-heat-grid small{display:block}.neighborhood-heat-grid span,.neighborhood-heat-grid small{font-size:.72rem;margin-top:.2rem}
@media(max-width:991px){.operations-kpis{grid-template-columns:repeat(4,1fr)}.operations-filter-grid{grid-template-columns:repeat(2,1fr)}.operations-detail-grid{grid-template-columns:1fr}.sticky-operation{position:static}.neighborhood-heat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.operations-body .mobile-content{padding:.75rem .75rem 7rem}.operations-hero{align-items:flex-start;flex-direction:column}.operations-hero h1{font-size:1.35rem}.operations-kpis{grid-template-columns:repeat(2,1fr)}.operations-filter-grid{grid-template-columns:1fr}.operations-distributions{grid-template-columns:1fr}.operations-table thead{display:none}.operations-table,.operations-table tbody,.operations-table tr,.operations-table td{display:block}.operations-table tr{border:1px solid #ececec;border-radius:12px;margin-bottom:.7rem;padding:.5rem}.operations-table td{display:grid;grid-template-columns:95px 1fr;border:0;padding:.4rem}.operations-table td:before{content:attr(data-label);font-size:.66rem;font-weight:800;color:#85898f;text-transform:uppercase}.operations-table td:last-child{display:block}.request-facts{grid-template-columns:repeat(2,1fr)}.message-submit{grid-template-columns:1fr}.neighborhood-heat-grid{grid-template-columns:repeat(2,1fr)}.seyhan-map{height:430px}.operations-detail-heading{align-items:flex-start;gap:.5rem}.operations-detail-heading h1{font-size:1.3rem}}@media(max-width:420px){.neighborhood-heat-grid{grid-template-columns:1fr}}
/* Notifications */
.notification-link{position:relative}.notification-link b{position:absolute;right:-7px;top:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#d7263d;color:#fff;font-size:.62rem;display:grid;place-items:center;border:2px solid #fff}.notification-toolbar{display:flex;gap:.6rem;justify-content:space-between;margin-bottom:.75rem}.notification-list{display:grid;gap:.7rem}.notification-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:1rem}.notification-card.unread{border-left:5px solid #f28c00;background:#fffaf1}.notification-card>div{display:flex;justify-content:space-between;gap:.5rem}.notification-card small{color:#777}.notification-card p{margin:.6rem 0}
.owner-reply{border-left:4px solid #f28c00;background:#fff8e9;border-radius:12px;padding:1rem;margin-top:.7rem}.owner-reply p{margin:.45rem 0;white-space:pre-wrap}.owner-reply small{color:#777}
