@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--tip-red: #e43442;--tip-red-dark: #b3202d;--tip-ink: #111827;--tip-bg: #f3f4f6;--tip-card: #ffffff;--tip-border: #e5e7eb;--tip-muted: #6b7280;--app-page-gutter: 1rem;--app-card-pad-y: 1rem;--app-card-pad-x: 1.1rem;--app-section-gap: 1rem}:root{--bs-link-color: var(--tip-ink);--bs-link-hover-color: #000;--bs-link-color-rgb: 17, 24, 39;--bs-link-hover-color-rgb: 0, 0, 0}a,.btn-link{color:var(--tip-ink)}a:hover,a:focus,.btn-link:hover,.btn-link:focus{color:#000}.btn-link:not(.text-decoration-none):hover{text-decoration:underline}.btn-outline-primary{--bs-btn-color: var(--tip-ink);--bs-btn-border-color: var(--tip-border);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: var(--tip-ink);--bs-btn-hover-border-color: var(--tip-ink);--bs-btn-active-color: #fff;--bs-btn-active-bg: #000;--bs-btn-active-border-color: #000}.btn-primary{--bs-btn-bg: var(--tip-ink);--bs-btn-border-color: var(--tip-ink);--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;--bs-btn-active-bg: #000;--bs-btn-active-border-color: #000}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--tip-bg);color:var(--tip-ink)}.app-shell{min-height:100vh;display:flex;flex-direction:row;background:var(--tip-bg)}.app-sidebar{width:300px;background:var(--tip-ink);color:#fff;display:flex;flex-direction:column;padding:1rem;transition:all .25s ease}.app-brand-row{gap:.75rem;margin-bottom:1.25rem}.app-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.tip-logo-circle{width:44px;height:44px;border-radius:999px;background:var(--tip-red);display:grid;place-items:center;box-shadow:0 0 0 2px #ffffff1a inset,0 1px 2px #00000026;flex:0 0 auto}.tip-logo-img{width:32px;height:32px;object-fit:contain;image-rendering:-webkit-optimize-contrast}.app-logo img{width:40px;height:40px;border-radius:999px;background:var(--tip-red);padding:4px}.app-logo-text{font-weight:700;font-size:.98rem;line-height:1.2}.app-logo-text small{display:block;font-size:.72rem;color:#fffc}.app-user-name{font-weight:700;font-size:.98rem;line-height:1.2}.badge-ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25);font-size:.72rem}.monogram{width:40px;height:40px;border-radius:999px;background:#fff;color:var(--tip-red);font-weight:800;align-items:center;justify-content:center;display:flex;flex:0 0 auto}.app-nav{flex:1;display:flex;flex-direction:column;gap:.25rem}.app-nav-group{margin-top:.35rem}.app-nav-group:first-child{margin-top:0}.app-nav-group-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffb8;padding:.4rem .75rem .2rem}.app-nav-divider{height:1px;margin:0 .75rem .35rem;background:linear-gradient(90deg,#ffffff40,#ffffff0a)}.app-nav .nav-link{color:#e5e7eb;padding:.55rem .75rem;border-radius:.5rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .2s ease}.app-nav .nav-link i{font-size:.9rem;width:18px;text-align:center}.app-nav .nav-link:hover{background:#ffffff1a;color:#fff;transform:translate(2px)}.app-nav .nav-link.active{background:#ffffff14;color:#fff;font-weight:600;transform:translate(2px);box-shadow:0 0 0 1px #ffffff24}.app-nav .nav-link.active .app-nav-indicator{background:var(--tip-red)}.app-sidebar .btn-logout{margin-top:auto;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;font-size:.82rem;padding:.4rem .8rem;transition:all .2s}.app-sidebar .btn-logout:hover{background:#ffffff26;border-color:#fff6}.app-main{flex:1;display:flex;flex-direction:column}.app-topbar{height:56px;background:#fff;border-bottom:1px solid var(--tip-border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;position:sticky;top:0;z-index:10;box-shadow:0 1px #1118270f}.app-topbar-title{font-weight:600;font-size:.96rem}.app-topbar-title-wrap{min-width:0}.app-topbar-nav-arrows{display:inline-flex;align-items:center;gap:.45rem;color:#4b5563}.app-topbar-nav-arrows .btn{color:#4b5563}.app-topbar-nav-arrows .btn:hover{color:#111827}.app-topbar-user{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.app-topbar-user span{font-weight:500}.app-topbar-identity-web{min-width:0;align-items:center}.app-topbar-identity-web-text{font-weight:700;font-size:.92rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-content{padding:var(--app-page-gutter)}.app-content>.container,.app-content>.container-sm,.app-content>.container-md,.app-content>.container-lg,.app-content>.container-xl,.app-content>.container-xxl,.app-content>.container-fluid{padding-left:0!important;padding-right:0!important}.page-intro{margin-bottom:1rem;border-left:4px solid var(--tip-red)}.page-intro-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:800;color:#0f172a}.page-intro-desc{margin:0;font-size:.9rem;color:var(--tip-muted)}.card-tip{background:var(--tip-card);border-radius:.75rem;border:1px solid var(--tip-border);padding:var(--app-card-pad-y) var(--app-card-pad-x);margin-bottom:var(--app-section-gap)}.btn-tip{background:var(--tip-red);border-color:var(--tip-red);color:#fff;border-radius:.6rem;box-shadow:0 2px #0000000d}.btn-tip:hover{background:var(--tip-red-dark);border-color:var(--tip-red-dark);color:#fff}.btn-tip:active{transform:translateY(1px)}.btn-tip-outline{background:#fff;border-color:var(--tip-red);color:var(--tip-red);border-radius:.6rem}.btn-tip-outline:hover{background:#e4344214;border-color:var(--tip-red);color:var(--tip-red-dark)}.btn-outline-tip{background:#fff;border-color:var(--tip-red);color:var(--tip-red);border-radius:.6rem}.btn-outline-tip:hover{background:var(--tip-red);color:#fff;border-color:var(--tip-red)}.text-tip{color:var(--tip-red)}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(228,52,66,.08),transparent),radial-gradient(circle at bottom,rgba(15,23,42,.08),transparent),#f3f4f6}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:1rem;padding:1.5rem 1.75rem;box-shadow:0 24px 50px #0f172a1f}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;font-size:.72rem}.calendar-day{min-height:64px;border-radius:.5rem;border:1px solid var(--tip-border);padding:.25rem;background:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.calendar-day.has-events{border-color:var(--tip-red);box-shadow:0 0 0 1px #e434424d}.calendar-day-number{font-weight:600;font-size:.75rem}.calendar-day-events{margin-top:.25rem;font-size:.65rem;color:var(--tip-red)}.reminder-item{border-bottom:1px solid var(--tip-border);padding:.75rem 0}.reminder-item:last-child{border-bottom:none}.reminder-meta{font-size:.75rem;color:var(--tip-muted)}.app-user-panel{padding:.75rem .25rem 1rem}.user-tile{display:flex;align-items:center;gap:.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.65rem .75rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.user-tile:hover{transform:translateY(-1px);background:#ffffff14;box-shadow:0 10px 20px #0000002e}.user-avatar{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;font-weight:700;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,var(--tip-red),var(--tip-red-dark));box-shadow:inset 0 0 0 2px #fff3;flex:0 0 auto}.user-info{min-width:0;color:#fff}.user-name{font-size:.95rem;font-weight:700;line-height:1.05}.user-tags{margin-top:2px;display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#ffffffd9}.tag{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .5rem;border-radius:999px;line-height:1;border:1px solid rgba(255,255,255,.18);background:#ffffff14;white-space:nowrap}.tag-role{border-color:#e4344273;background:#e4344224;color:#fff}.tag-place{color:#fff;opacity:.92}.tag-sep{color:#ffffff8c;-webkit-user-select:none;user-select:none}@media (min-width: 992px) and (max-width: 1199.98px){.user-name{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.topbar-logo{width:40px;height:40px;box-shadow:0 0 0 2px #fff3 inset,0 2px 6px #00000040}.topbar-identity{margin-left:.5rem;gap:.5rem;display:flex;align-items:center}.monogram-mini{width:28px;height:28px;border-radius:999px;background:#fff;color:var(--tip-red);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.8rem;box-shadow:0 1px 2px #00000026}.role-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .5rem;border-radius:999px;line-height:1;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;font-size:.75rem;font-weight:600}.mobile-nav-summary{background:#0b1e3b;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:.55rem 1rem}.mobile-nav-jump{width:calc(50% - .25rem);display:inline-flex;align-items:center;gap:.45rem;color:#fff;opacity:.95;font-size:.8rem;font-weight:700;text-decoration:none}.mobile-nav-jump-prev{justify-content:flex-start}.mobile-nav-jump-next{justify-content:flex-end}.mobile-menu-sheet-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200}.mobile-menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border:0;width:100%;height:100%}.mobile-menu-sheet{position:absolute;left:0;right:0;bottom:0;height:min(86dvh,calc(100dvh - 56px));max-height:min(86dvh,calc(100dvh - 56px));background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -18px 40px #00000047;overflow:hidden;display:flex;flex-direction:column;animation:mobileSheetIn .2s ease-out}.mobile-menu-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem .7rem;border-bottom:1px solid var(--tip-border)}.mobile-menu-sheet-title{font-weight:800;font-size:1rem}.mobile-menu-sheet-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:.5rem .7rem calc(1.25rem + env(safe-area-inset-bottom))}.mobile-menu-group{margin-top:.55rem}.mobile-menu-group-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tip-muted);margin:.4rem .35rem}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:var(--tip-ink);border:1px solid var(--tip-border);border-radius:12px;padding:.65rem .75rem;margin-bottom:.4rem;background:#fff}.mobile-menu-link.active{border-color:var(--tip-red);background:#e4344214}.mobile-menu-link-left{display:inline-flex;align-items:center;min-width:0;gap:.55rem;font-size:.92rem;font-weight:600}.mobile-menu-link-icon{width:18px;text-align:center}.mobile-menu-link-arrow{color:#9ca3af;font-size:.82rem}@keyframes mobileSheetIn{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-nav-list{padding:.5rem .6rem 0}.mobile-nav-list .list-group-item{border:1px solid var(--tip-border);border-radius:12px;margin-bottom:4px;font-size:12px;background:#fff;font-weight:400}.mobile-nav-list .list-group-item i{width:18px;text-align:center}.mobile-nav-list .list-group-item.active{background:#e434421a;border-color:var(--tip-red);color:var(--tip-ink)}@media (max-width: 991.98px){:root{--app-page-gutter: .75rem;--app-card-pad-y: .75rem;--app-card-pad-x: .75rem;--app-section-gap: .75rem}.app-shell{flex-direction:column}.card-tip[class*=" p-"]{padding:var(--app-card-pad-y) var(--app-card-pad-x)!important}.app-sidebar{width:100%;padding:.75rem 1rem;align-items:flex-start;box-shadow:0 2px 6px #0000001a}.app-logo{margin-bottom:.75rem}.app-logo-text small{display:none}.app-nav{width:100%}.app-nav .nav-link{width:100%;font-size:.88rem;padding:.55rem .75rem;border-radius:.5rem}.app-nav .nav-link.active{background:#ffffff14;font-weight:600}.app-sidebar .btn-logout{align-self:center;margin-top:.75rem;width:100%}.app-topbar{height:auto;padding:.6rem 1rem;gap:.5rem;background:#0b1e3b;border-bottom:0;box-shadow:0 2px 12px #0b1e3b40}.app-topbar-title,.app-topbar-user{display:none}.app-topbar-user-mobile{display:flex}.app-content{padding:var(--app-page-gutter)}.app-content .card-tip,.app-content .card-tip *{min-width:0}.app-content .card-tip p,.app-content .card-tip span,.app-content .card-tip a,.app-content .card-tip td,.app-content .card-tip th,.app-content .card-tip .badge,.app-content .card-tip .btn{overflow-wrap:anywhere;word-break:break-word}.app-content .card-tip .badge{white-space:normal;max-width:100%}.app-content .card-tip .d-flex{max-width:100%}.app-content .card-tip .d-flex>*{min-width:0}.app-content .list-group-item{overflow-wrap:anywhere;word-break:break-word}.app-content .table-responsive{max-width:100%;overflow-x:auto}.app-content .table-responsive table{min-width:0}}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.loading-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#111827a6;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:auto}.loading-overlay__center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none}.loading-overlay .spinner-border{width:3rem;height:3rem;color:#fff;border-width:.25rem}.btn-ghost-tip{position:relative;border:1px solid var(--tip-red);color:var(--tip-red);background:#fff;border-radius:.7rem;font-weight:700;padding:.6rem .9rem;transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .06s ease}.btn-ghost-tip:before{left:10px}.btn-ghost-tip:after{right:10px}.btn-ghost-tip:hover{background:#e434420f}.btn-ghost-tip:active{transform:translateY(1px)}.btn-ghost-tip:disabled{opacity:.7;box-shadow:none}.btn-tip-primary{background-color:var(--tip-red);border-color:var(--tip-red);color:#fff;border-radius:.6rem;font-weight:700}.btn-tip-primary:hover{background-color:var(--tip-red-dark);border-color:var(--tip-red-dark);color:#fff}.btn-tip-primary:active{transform:translateY(1px)}@media (min-width: 992px){.app-topbar{background:#fff;border-bottom:1px solid var(--tip-border);box-shadow:0 1px #1118270f;height:56px}.app-topbar-title{display:block}}.tipkatil-row-wrong-il>td{background-color:#8b5a2b!important;color:#fff!important}.tipkatil-row-wrong-il>td .badge{border-color:#ffffff73!important}.tipkatil-table{table-layout:fixed;width:100%}.tipkatil-table th,.tipkatil-table td{vertical-align:middle}.tipkatil-cell-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tipkatil-district-header{color:#111!important;background:#f5f5f5!important;border-top:2px solid #333!important;border-bottom:2px solid #333!important}.gt-page{min-width:0}.gt-form{display:flex;flex-direction:column;gap:1rem}.gt-field{display:flex;flex-direction:column;gap:.35rem}.gt-label{font-weight:600;color:var(--tip-ink);margin:0}.gt-req{color:var(--tip-red)}.gt-field-help{font-size:.82rem;color:var(--tip-muted);line-height:1.35}.gt-form-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.gt-form-2col{grid-template-columns:1fr}}.gt-radios{display:flex;flex-wrap:wrap;gap:.5rem}.gt-radio{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;padding:.4rem .7rem;border:1px solid var(--tip-border);border-radius:.6rem;background:#fff;font-size:.9rem;-webkit-user-select:none;user-select:none}.gt-radio input{accent-color:var(--tip-red)}.gt-radio.is-active{border-color:var(--tip-red);background:#fdecee;color:var(--tip-red-dark);font-weight:600}.gt-tabs{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.gt-tab{border:1px solid var(--tip-border);background:#fff;border-radius:999px;padding:.35rem .9rem;font-size:.9rem;color:var(--tip-ink);cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:all .15s}.gt-tab:hover{border-color:var(--tip-red)}.gt-tab.is-active{background:var(--tip-red);border-color:var(--tip-red);color:#fff}.gt-tab-count{min-width:1.4rem;text-align:center;background:#00000014;border-radius:999px;font-size:.78rem;padding:0 .35rem;font-weight:600}.gt-tab.is-active .gt-tab-count{background:#ffffff47}.gt-search{position:relative;display:inline-flex;align-items:center}.gt-search i{position:absolute;left:.6rem;color:var(--tip-muted);font-size:.85rem}.gt-search input{padding-left:1.9rem;min-width:240px}.gt-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem}.gt-card{text-align:left;background:#fff;border:1px solid var(--tip-border);border-radius:.8rem;padding:.85rem .9rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s,transform .1s,border-color .15s;min-width:0}.gt-card:hover{border-color:var(--tip-red);box-shadow:0 6px 18px #00000014;transform:translateY(-1px)}.gt-card-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gt-card-ilce{font-size:.78rem;color:var(--tip-muted);font-weight:600}.gt-card-tur{font-size:.74rem;color:var(--tip-red-dark);background:#fdecee;border-radius:999px;padding:.1rem .55rem;margin-left:auto}.gt-card-title{font-weight:700;color:var(--tip-ink);line-height:1.3}.gt-card-meta{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:var(--tip-muted);min-width:0}.gt-card-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gt-card-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed var(--tip-border);padding-top:.5rem;margin-top:.1rem}.gt-card-badges{display:inline-flex;gap:.7rem;font-size:.82rem;color:var(--tip-muted)}.gt-card-date{font-size:.74rem;color:var(--tip-muted)}.gt-empty{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 1rem;color:var(--tip-muted)}.gt-empty i{font-size:2.2rem;opacity:.5}.gt-status-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:700;border-radius:999px;padding:.15rem .6rem}.gt-status-pill.is-open{background:#fff4e5;color:#b45309}.gt-status-pill.is-done{background:#e7f6ec;color:#1a7f43}.gt-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118278c;z-index:1080;display:flex;align-items:center;justify-content:center;padding:1rem}.gt-modal{background:#fff;border-radius:1rem;width:min(860px,100%);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d}.gt-modal-head{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--tip-border)}.gt-modal-head-main{display:flex;align-items:center;gap:.6rem;min-width:0;flex:1}.gt-modal-title{margin:0;font-size:1.05rem;font-weight:700;min-width:0}.gt-modal-x{color:var(--tip-muted);font-size:1.25rem;line-height:1}.gt-modal-x:hover{color:var(--tip-red)}.gt-modal-body{padding:1rem 1.1rem;overflow-y:auto}.gt-detail-card{border:1px solid var(--tip-border);border-radius:.75rem;padding:.85rem;background:#fafafa;margin-bottom:1rem}.gt-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .9rem}@media (max-width: 640px){.gt-detail-grid{grid-template-columns:1fr}}.gt-detail-grid>div{display:flex;flex-direction:column;min-width:0}.gt-detail-grid .gt-col-2{grid-column:1 / -1}.gt-k{font-size:.74rem;text-transform:uppercase;letter-spacing:.02em;color:var(--tip-muted);font-weight:700}.gt-v{color:var(--tip-ink);word-break:break-word}.gt-pre{white-space:pre-wrap}.gt-detail-foot{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.75rem;padding-top:.6rem;border-top:1px dashed var(--tip-border)}.gt-thread{display:flex;flex-direction:column;gap:.7rem}.gt-msg{display:flex}.gt-msg.is-mine{justify-content:flex-end}.gt-msg-bubble{max-width:82%;background:#f3f4f6;border:1px solid var(--tip-border);border-radius:.8rem;padding:.55rem .75rem;min-width:0}.gt-msg.is-mine .gt-msg-bubble{background:#fdecee;border-color:#f6c9ce}.gt-msg-head{display:flex;align-items:baseline;gap:.5rem;justify-content:space-between}.gt-msg-author{font-weight:700;font-size:.85rem;color:var(--tip-ink);display:inline-flex;gap:.4rem;align-items:center}.gt-msg-role{font-size:.68rem;background:var(--tip-red);color:#fff;border-radius:999px;padding:.05rem .45rem;font-weight:700}.gt-msg-time{font-size:.72rem;color:var(--tip-muted);white-space:nowrap}.gt-msg-text{margin-top:.3rem;white-space:pre-wrap;word-break:break-word;color:var(--tip-ink)}.gt-att-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.gt-att{width:150px;border:1px solid var(--tip-border);border-radius:.55rem;overflow:hidden;background:#fff;display:flex;flex-direction:column}.gt-att-thumb-wrap{display:block;height:110px;background:#f0f0f0}.gt-att-thumb{width:100%;height:110px;object-fit:cover;display:block}.gt-att-video{width:150px;height:110px;object-fit:cover;background:#000;display:block}.gt-att-file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;height:110px;text-decoration:none;color:var(--tip-ink);padding:.5rem}.gt-att-file i{font-size:1.8rem;color:var(--tip-muted)}.gt-att-file-name{font-size:.72rem;max-width:100%}.gt-att-meta{display:flex;align-items:center;gap:.35rem;padding:.3rem .4rem;border-top:1px solid var(--tip-border)}.gt-att-name{font-size:.72rem;flex:1;min-width:0}.gt-att-size{font-size:.68rem;color:var(--tip-muted);white-space:nowrap}.gt-att-dl{padding:.1rem .4rem;line-height:1}.gt-composer{border-top:1px solid var(--tip-border);padding:.75rem 1.1rem;background:#fff}.gt-composer-closed{color:var(--tip-muted);font-size:.9rem;text-align:center}.gt-composer-row{display:flex;gap:.5rem;align-items:flex-end}.gt-composer-text{resize:vertical}.gt-composer-actions{display:flex;gap:.4rem}.gt-pick-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;align-items:center}.gt-pick-chip{display:inline-flex;align-items:center;gap:.35rem;max-width:220px;background:#f3f4f6;border:1px solid var(--tip-border);border-radius:999px;padding:.2rem .55rem;font-size:.78rem}.gt-pick-chip .text-truncate{max-width:120px}.gt-pick-size{color:var(--tip-muted);font-size:.7rem}.gt-pick-x{border:none;background:none;color:var(--tip-muted);line-height:1;padding:0;cursor:pointer}.gt-pick-x:hover{color:var(--tip-red)}.gt-pick-total{font-size:.74rem;color:var(--tip-muted);font-weight:600}.dash-page{min-width:0}.dash-hero{margin-bottom:1.2rem;position:relative;overflow:hidden;padding:1.15rem 1.3rem 1.15rem 1.5rem;background:linear-gradient(135deg,#fff,#fff 55%,#fdf2f0);border-radius:1rem}.dash-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--tip-red),#e0604f)}.dash-hero-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem 1.4rem;flex-wrap:wrap}.dash-hero-main{min-width:0;flex:1 1 320px}.dash-hero-title{font-size:1.5rem;font-weight:800;color:var(--tip-ink);margin:0 0 .25rem}.dash-hero-desc{color:var(--tip-muted)}.dash-hero-fonzip{background:#fff;border:1px solid #f1d8d4;border-radius:.9rem;padding:.7rem .9rem;box-shadow:0 4px 14px #c0392b12;flex:0 0 auto;min-width:220px}.dash-fonzip-label{font-size:.78rem;color:var(--tip-muted);font-weight:600;display:flex;align-items:center;gap:.4rem}.dash-fonzip-label i{color:var(--tip-red)}.dash-fonzip-row{display:flex;align-items:center;gap:.7rem;margin-top:.4rem}.dash-fonzip-amount{font-size:1.55rem;font-weight:800;line-height:1;color:#1a7f43}.dash-fonzip-btn{display:inline-flex;align-items:center;gap:.4rem;height:33px;padding:0 13px;border-radius:999px;border:1px solid #e5e8ec;background:#f7f8fa;color:#374151;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;margin-left:auto}.dash-fonzip-btn:hover{background:#fdece9;border-color:#e8b4ad;color:var(--tip-red-dark)}.dash-applink-btn{display:inline-flex;align-items:center;gap:.45rem;margin-top:.8rem;height:38px;padding:0 16px;border-radius:999px;border:1px solid var(--tip-red);background:var(--tip-red);color:#fff;font-size:.87rem;font-weight:700;cursor:pointer;transition:all .15s}.dash-applink-btn:hover:not(:disabled){background:var(--tip-red-dark);border-color:var(--tip-red-dark)}.dash-applink-btn:disabled{opacity:.65;cursor:default}.dash-applink-btn:focus-visible{outline:3px solid rgba(228,52,66,.35);outline-offset:2px}.dash-applink-error{margin:.5rem 0 0;font-size:.82rem;font-weight:600;color:var(--tip-red-dark)}.uye-gruplar{display:flex;flex-direction:column}.uye-grup{padding-top:.25rem}.uye-grup-ayrik{margin-top:1.6rem;padding-top:1.5rem;border-top:1px solid #eceff3}.uye-grup-baslik{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.uye-grup-ad{font-size:.95rem;font-weight:800;letter-spacing:.01em;color:var(--tip-ink);white-space:nowrap}.uye-grup-ad .uye-grup-alt{display:block;line-height:1.2}.uye-grup-ad .uye-grup-birim{display:block;margin-top:.1rem;font-size:.68rem;font-weight:600;letter-spacing:.02em;color:var(--tip-muted);text-transform:none}.uye-grup-cizgi{flex:1 1 auto;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--tip-red) 0%,#f3d6d3 42%,#eceff3 100%)}.uye-grup-sayi{font-size:.74rem;font-weight:700;color:var(--tip-muted);white-space:nowrap;padding:.12rem .5rem;border-radius:999px;background:#f7f8fa}.uye-yan-gorevler{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.35rem}.uye-yan-rozet{font-size:.68rem;font-weight:700;line-height:1.5;padding:.05rem .45rem;border-radius:999px;color:var(--tip-red-dark);background:#fdf0ee;border:1px solid #f5d9d4}@media (max-width: 575.98px){.uye-grup-ayrik{margin-top:1.2rem;padding-top:1.1rem}.uye-grup-ad{font-size:.88rem}}@media (max-width: 575.98px){.dash-hero{padding:1rem 1rem 1rem 1.2rem}.dash-hero-title{font-size:1.25rem}.dash-hero-fonzip{width:100%;min-width:0}}.dash-section{margin-top:1.5rem}.dash-section-title{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--tip-ink);margin:0 0 .7rem;padding-bottom:.4rem;border-bottom:2px solid var(--tip-red)}.dash-section-title i{color:var(--tip-red)}.dash-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}.dash-stat{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--tip-border);border-radius:.8rem;padding:.9rem 1rem;min-height:84px;transition:box-shadow .15s,transform .1s,border-color .15s}.dash-stat.is-clickable{cursor:pointer}.dash-stat.is-clickable:hover{border-color:var(--tip-red);box-shadow:0 6px 18px #00000014;transform:translateY(-1px)}.dash-stat-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:#f3f4f6;color:var(--tip-muted);font-size:1.15rem;flex:0 0 auto}.dash-stat-body{display:flex;flex-direction:column;min-width:0}.dash-stat-value{font-size:1.7rem;font-weight:800;line-height:1;color:var(--tip-ink)}.dash-stat-label{font-size:.8rem;color:var(--tip-muted);margin-top:.25rem;line-height:1.25}.dash-stat-skeleton{min-height:84px;background:linear-gradient(90deg,#f3f4f6,#eaeaea,#f3f4f6);border-color:transparent}.dash-stat-amber .dash-stat-icon{background:#fff4e5;color:#b45309}.dash-stat-rose .dash-stat-icon{background:#fdecee;color:var(--tip-red-dark)}.dash-stat-blue .dash-stat-icon{background:#e8f0fe;color:#1d4ed8}.dash-stat-green .dash-stat-icon{background:#e7f6ec;color:#1a7f43}.dash-stat.is-alert{border-color:var(--tip-red)}.dash-stat.is-alert .dash-stat-value{color:var(--tip-red-dark)}.dash-stat-wide{grid-column:span 2}.dash-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.dash-tile{text-align:left;background:#fff;border:1px solid var(--tip-border);border-radius:.8rem;padding:.9rem 1rem;cursor:pointer;display:flex;flex-direction:column;gap:.45rem;min-width:0;transition:box-shadow .15s,transform .1s,border-color .15s}.dash-tile:hover{border-color:var(--tip-red);box-shadow:0 6px 18px #00000014;transform:translateY(-1px)}.dash-tile-head{display:flex;align-items:center;gap:.6rem}.dash-tile-icon{width:38px;height:38px;border-radius:999px;background:var(--tip-red);display:grid;place-items:center;color:#fff;font-size:.95rem;flex:0 0 auto}.dash-tile-title{font-weight:700;color:var(--tip-ink)}.dash-tile-desc{font-size:.82rem;color:var(--tip-muted);line-height:1.35}.dash-tile-badge{margin-left:auto;flex:0 0 auto;min-width:2.1rem;height:1.85rem;padding:0 .6rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e8eefb;color:#1e3a8a;border:1px solid #c9d6f2;font-size:.95rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.dash-tiles-duo{grid-template-columns:repeat(2,1fr)}.dash-tiles-duo>*:last-child:nth-child(odd){grid-column:1 / -1}@media (max-width: 575.98px){.dash-stats,.dash-tiles{grid-template-columns:repeat(2,1fr);gap:.55rem}.dash-tile{padding:.7rem .75rem;gap:.35rem;border-radius:.7rem}.dash-tile-icon{width:32px;height:32px;font-size:.85rem}.dash-tile-title{font-size:.86rem;line-height:1.2}.dash-tile-desc{font-size:.72rem;line-height:1.3}.dash-tile-badge{min-width:1.8rem;height:1.6rem;padding:0 .45rem;font-size:.82rem}.dash-tiles>*:last-child:nth-child(odd),.dash-stats>*:last-child:nth-child(odd){grid-column:1 / -1}}.gt-wa-btn{background:#25d366;border-color:#25d366;color:#fff}.gt-wa-btn:hover{background:#1ebe5d;border-color:#1ebe5d;color:#fff}.gt-quick-replies{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.6rem}.gt-quick-label{font-size:.78rem;color:var(--tip-muted);font-weight:600}.gt-quick-chip{border:1px solid var(--tip-border);background:#fff;border-radius:999px;padding:.28rem .7rem;font-size:.8rem;color:var(--tip-ink);cursor:pointer;transition:all .15s}.gt-quick-chip:hover:not(:disabled){border-color:var(--tip-red);background:#fdecee;color:var(--tip-red-dark)}.gt-quick-chip:disabled{opacity:.55;cursor:default}.gt-modal{position:relative}.gt-dropzone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;border-radius:1rem;background:#e434421a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:3px dashed var(--tip-red);display:grid;place-items:center;pointer-events:none}.gt-dropzone-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--tip-red-dark);font-weight:700}.gt-dropzone-inner i{font-size:2.6rem}.gt-form-heading{font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--tip-ink);margin:1.5rem 0 .6rem;padding-bottom:.4rem;border-bottom:2px solid var(--tip-red);display:flex;align-items:center}.gt-form-heading i{color:var(--tip-red)}.mobil-page{display:grid;gap:1rem}.mobil-hero{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem}.mobil-hero-icon{flex:0 0 auto;width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--tip-red);color:#fff;font-size:1.35rem}.mobil-hero-title{font-size:1.25rem;font-weight:800;margin:0 0 .35rem}.mobil-hero-desc{font-size:.92rem;line-height:1.55;color:var(--bs-secondary-color, #5b6472)}.mobil-adimlar{padding:1.25rem 1.35rem}.mobil-baslik{font-size:1rem;font-weight:800;margin:0 0 .75rem}.mobil-liste{margin:0 0 1rem;padding-left:1.1rem;display:grid;gap:.5rem}.mobil-liste li{font-size:.9rem;line-height:1.5}.mobil-store-row{display:flex;flex-wrap:wrap;gap:.6rem}.mobil-store-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:10px;border:1px solid var(--bs-border-color, #d9dee6);background:var(--bs-body-bg, #fff);color:inherit;font-size:.88rem;font-weight:600;text-decoration:none}.mobil-store-btn:hover{border-color:var(--tip-red);color:var(--tip-red)}.mobil-baglan-kart{padding:1.25rem 1.35rem}.mobil-baglan-bilgi{margin-bottom:.9rem}.mobil-baglan-etiket{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--bs-secondary-color, #6b7280)}.mobil-baglan-ad{font-size:1.05rem;font-weight:700;margin-top:.15rem}.mobil-baglan-mail{font-size:.85rem;color:var(--bs-secondary-color, #6b7280)}.mobil-not{font-size:.8rem;color:var(--bs-secondary-color, #6b7280);margin:.75rem 0 0}.us-ilce-liste{display:flex;flex-direction:column}.us-ilce-satir{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;border-bottom:1px solid var(--bs-border-color, #e9ecef)}.us-ilce-satir:last-child{border-bottom:0}.us-ilce-sira{flex:0 0 auto;width:1.55rem;height:1.55rem;display:grid;place-items:center;border-radius:50%;background:var(--bs-tertiary-bg, #f1f3f5);color:var(--bs-secondary-color, #6b7280);font-size:.72rem;font-weight:700}.us-ilce-satir:nth-child(-n+3) .us-ilce-sira{background:var(--tip-red, #e43442);color:#fff}.us-ilce-govde{flex:1 1 auto;min-width:0}.us-ilce-ad{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.us-ilce-sayi{font-size:.85rem;font-weight:800;white-space:nowrap}.us-ilce-oran{margin-left:.4rem;font-size:.72rem;font-weight:600;color:var(--bs-secondary-color, #6b7280)}.us-ilce-yatak{margin-top:.25rem;height:5px;border-radius:3px;background:var(--bs-tertiary-bg, #f1f3f5);overflow:hidden}.us-ilce-dolgu{height:100%;border-radius:3px;background:var(--tip-red, #e43442)}.panel-bolum{border:1px solid var(--tip-border);border-left:4px solid var(--tip-red);border-radius:.7rem;background:#00000004;padding:1rem}.panel-bolum+.panel-bolum{margin-top:1rem}.panel-bolum-baslik{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--tip-ink);margin:0 0 .85rem;padding-bottom:.4rem;border-bottom:1px solid var(--tip-border)}.panel-bolum-baslik i{color:var(--tip-red)}.panel-bolum-baslik .panel-bolum-not{margin-left:auto;font-size:.72rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--tip-muted)}.panel-bolum .form-label{font-size:.82rem;font-weight:600;color:var(--tip-ink);margin-bottom:.3rem}.panel-bolum .form-text{font-size:.74rem;color:var(--tip-muted)}.bl-ozet{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.bl-ozet-kart{display:flex;align-items:center;gap:.75rem;border:1px solid var(--tip-border);border-radius:.8rem;background:#fff;padding:.8rem .9rem}.bl-ozet-ikon{width:38px;height:38px;border-radius:.6rem;display:grid;place-items:center;background:#e4344217;color:var(--tip-red);flex:0 0 auto}.bl-ozet-deger{font-size:1.35rem;font-weight:800;line-height:1.1;color:var(--tip-ink)}.bl-ozet-etiket{font-size:.75rem;color:var(--tip-muted)}.tip-etkinlik-liste{display:flex;flex-direction:column;gap:.5rem}.tip-etkinlik{position:relative;display:flex;align-items:flex-start;gap:.75rem;width:100%;text-align:left;padding:.8rem 2.4rem .8rem .9rem;border:1px solid var(--tip-border);border-left:3px solid var(--tip-red);border-radius:.7rem;background:#fff;cursor:pointer;transition:box-shadow .15s,transform .1s,border-color .15s}.tip-etkinlik:hover{box-shadow:0 6px 18px #00000012;transform:translateY(-1px)}.tip-etkinlik.gecmis{border-left-color:var(--tip-border);background:#fbfbfc}.tip-etkinlik-tarih{flex:0 0 auto;width:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.3rem 0;border:1px solid var(--tip-border);border-radius:.5rem;background:#f8f9fb}.tip-etkinlik .tip-gun{font-size:1.05rem;font-weight:800;line-height:1;color:var(--tip-red)}.tip-etkinlik.gecmis .tip-gun{color:var(--tip-muted)}.tip-etkinlik .tip-ay{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tip-muted);margin-top:.1rem}.tip-etkinlik-govde{min-width:0;display:flex;flex-direction:column}.tip-etkinlik-baslik{font-size:.92rem;font-weight:700;line-height:1.35;color:var(--tip-ink)}.tip-etkinlik-aciklama{font-size:.78rem;color:var(--tip-muted);margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tip-etkinlik-rozetler{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.45rem}.tip-etkinlik-rozetler .badge{font-size:.66rem;font-weight:700}.tip-etkinlik-ikon{position:absolute;top:.8rem;right:.9rem;color:var(--tip-border);font-size:1rem}.tip-etkinlik:hover .tip-etkinlik-ikon{color:var(--tip-red)}.takvim-ustbar{position:relative;display:flex;align-items:center;justify-content:center;min-height:56px;padding:.45rem 3.25rem;margin-bottom:.9rem;border-radius:14px;color:#fff;text-align:center;background:linear-gradient(135deg,var(--tip-red) 0%,var(--tip-red-dark) 100%);box-shadow:0 6px 18px #e4344238}.takvim-ustbar-ay{font-size:1.02rem;font-weight:700;letter-spacing:.2px;line-height:1.15}.takvim-ustbar-bugun{font-size:.72rem;opacity:.85;margin-top:2px}.takvim-ok{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:50%;background:#ffffff2e;color:#fff;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,transform .15s ease}.takvim-ok:hover:not(:disabled){background:#ffffff52}.takvim-ok:active:not(:disabled){transform:translateY(-50%) scale(.94)}.takvim-ok:disabled{opacity:.32;cursor:default}.takvim-ok.sol{left:10px}.takvim-ok.sag{right:10px}.takvim-ustbar-yukleniyor{position:absolute;left:52px;top:50%;transform:translateY(-50%);font-size:.7rem;opacity:.9;display:flex;align-items:center;gap:.3rem}.calendar-grid-wrapper{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-header-cell{text-align:center;padding:2px 0 6px;font-weight:700;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--tip-muted)}.calendar-day-cell{background-color:var(--tip-card);border:1px solid var(--tip-border);border-radius:10px;min-height:84px;position:relative;display:flex;flex-direction:column;padding:6px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.calendar-day-cell:hover{border-color:#e4344273;box-shadow:0 4px 12px #11182714;transform:translateY(-1px)}.calendar-gun-bos{border:1px dashed var(--tip-border);border-radius:10px;min-height:84px;background:#00000004}.day-number-box{align-self:flex-start;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background-color:transparent;color:var(--tip-ink);font-size:.82rem;font-weight:700;border-radius:50%}.day-number-box.today{background-color:var(--tip-red);color:#fff;box-shadow:0 2px 6px #e4344259}.is-past{background-color:#fbfbfc}.is-past .day-number-box{color:var(--tip-muted)}.event-count-badge{margin-top:auto;align-self:flex-end;min-width:24px;height:24px;padding:0 6px;border-radius:12px;background-color:var(--tip-red);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #e434424d}.modal-date-box{background:#f8f9fa;border:1px solid var(--tip-border);border-radius:12px;padding:12px;text-align:center;min-width:90px}.modal-date-day{font-size:2rem;font-weight:800;color:var(--tip-red);line-height:1}.modal-date-my{font-size:.8rem;text-transform:uppercase;font-weight:600;color:var(--tip-muted)}.modal-open-scroll{overflow-y:auto}@media (max-width: 575.98px){.takvim-ustbar{min-height:50px;padding:.4rem 2.9rem}.takvim-ustbar-ay{font-size:.92rem}.takvim-ustbar-yukleniyor{display:none}.calendar-grid-wrapper{gap:4px}.calendar-day-cell,.calendar-gun-bos{min-height:62px;border-radius:8px}.calendar-day-cell{padding:4px}.day-number-box{width:22px;height:22px;font-size:.75rem}.event-count-badge{min-width:20px;height:20px;font-size:.68rem}}.dash-fonzip-uyari{font-size:.74rem;color:var(--tip-muted);margin-top:.3rem;max-width:240px;line-height:1.35}.dash-fonzip-kayit{display:inline-flex;align-items:center;gap:.45rem;margin-top:.55rem;height:34px;padding:0 15px;border-radius:999px;border:1px solid var(--tip-red);background:var(--tip-red);color:#fff;font-size:.82rem;font-weight:700;text-decoration:none;transition:background-color .15s ease,box-shadow .15s ease}.dash-fonzip-kayit:hover{background:var(--tip-red-dark);border-color:var(--tip-red-dark);color:#fff;box-shadow:0 4px 12px #e4344247}.rapor-baslik-onizleme{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px dashed var(--tip-border);border-radius:.5rem;background:#fafbfc;font-weight:600;color:var(--tip-ink);font-size:.9rem}.rapor-baslik-onizleme i{color:var(--tip-red)}.rapor-katlanir-baslik{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:1px solid var(--tip-border);border-radius:.5rem;background:#fafbfc;font-size:.82rem;font-weight:700;color:var(--tip-ink);text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.rapor-katlanir-baslik:hover{background:#f3f4f6;border-color:#d7dae0}.rapor-katlanir-baslik i{color:var(--tip-muted);width:12px}.rapor-fab,.tip-fab{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1030;width:52px;height:52px;border:0;border-radius:50%;background:var(--tip-red);color:#fff;font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px #e4344259;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.rapor-fab:hover,.tip-fab:hover{background:var(--tip-red-dark);transform:translateY(-2px)}.tip-fab.ikinci{bottom:5.25rem}.tip-fab.ucuncu{bottom:9.25rem}.rapor-fab-rozet,.tip-fab-rozet{position:absolute;top:-6px;right:-8px;background:#fff;color:var(--tip-red);border:1px solid rgba(228,52,66,.3);border-radius:999px;font-size:.62rem;font-weight:800;padding:1px 6px;box-shadow:0 2px 6px #0000001f}.rapor-ozet-kutular{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.6rem;margin-bottom:1rem}.rapor-ozet-kutu{border:1px solid var(--tip-border);border-radius:.7rem;padding:.65rem .75rem;background:#fff}.rapor-ozet-kutu.uyari{border-color:#e4344259;background:#e434420a}.rapor-ozet-deger{font-size:1.4rem;font-weight:800;line-height:1;color:var(--tip-ink)}.rapor-ozet-bolu{font-size:.9rem;font-weight:700;color:var(--tip-muted)}.rapor-ozet-etiket{font-size:.7rem;color:var(--tip-muted);margin-top:.25rem;font-weight:600}.rapor-bos-ilceler{border:1px solid rgba(228,52,66,.25);background:#e434420d;border-radius:.7rem;padding:.65rem .75rem;margin-bottom:1rem}.rapor-bos-baslik{font-size:.76rem;font-weight:800;color:var(--tip-red-dark);margin-bottom:.45rem}.rapor-istatistik-liste{display:flex;flex-direction:column;gap:2px}.rapor-istatistik-satir{display:grid;grid-template-columns:minmax(0,1fr) 110px 42px;align-items:center;gap:.6rem;width:100%;padding:.45rem .55rem;border:1px solid transparent;border-radius:.5rem;background:transparent;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.rapor-istatistik-satir:hover:not(:disabled){background:#f7f8fa;border-color:var(--tip-border)}.rapor-istatistik-satir.secili{background:#e4344214;border-color:#e4344259}.rapor-istatistik-satir.il-duzeyi{cursor:default;background:#f7f8fa}.rapor-istatistik-ad{font-size:.8rem;font-weight:700;color:var(--tip-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rapor-istatistik-cubuk{height:7px;border-radius:999px;background:#eef0f3;overflow:hidden}.rapor-istatistik-cubuk>span{display:block;height:100%;border-radius:999px;background:var(--tip-red)}.rapor-istatistik-sayi{font-size:.85rem;font-weight:800;text-align:right;color:var(--tip-ink)}@media (max-width: 575.98px){.rapor-istatistik-satir{grid-template-columns:minmax(0,1fr) 60px 38px}}.rapor-ek-not{border:1px solid var(--tip-border);border-left:3px solid var(--tip-red);border-radius:.5rem;background:#fafbfc;padding:.55rem .7rem}.rapor-ek-not-baslik{font-size:.7rem;font-weight:800;color:var(--tip-red-dark);text-transform:uppercase;letter-spacing:.03em}.rapor-ek-not-metin{font-size:.82rem;color:var(--tip-ink);white-space:pre-wrap;margin-top:.25rem}.takvim-ozet-vurgu{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;border-radius:.6rem;background:#e434420f;border:1px solid rgba(228,52,66,.2);font-size:.84rem;color:var(--tip-ink);margin-bottom:1rem}.takvim-ozet-vurgu i{color:var(--tip-red)}.takvim-ozet-bolumler{display:flex;flex-direction:column;gap:1rem}.takvim-ozet-bolum-baslik{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--tip-muted);margin-bottom:.4rem}.takvim-ozet-bolum-baslik i{color:var(--tip-red);margin-right:.25rem}.gt-ust{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;background:var(--tip-card);border:1px solid var(--tip-border);border-radius:.9rem;padding:.9rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #1118270a}.gt-ust-ikon{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--tip-red) 0%,var(--tip-red-dark) 100%);color:#fff;font-size:1.05rem}.gt-ust-metin{min-width:0;flex:1 1 260px}.gt-ust-baslik{font-size:.98rem;font-weight:800;color:var(--tip-ink)}.gt-ust-aciklama{font-size:.78rem;color:var(--tip-muted);margin-top:.12rem}.gt-ust-sayilar{display:flex;gap:.5rem}.gt-ust-sayi{display:flex;flex-direction:column;align-items:center;min-width:62px;padding:.3rem .55rem;border:1px solid var(--tip-border);border-radius:.6rem;background:#fafbfc}.gt-ust-sayi-deger{font-size:1.05rem;font-weight:800;line-height:1.1;color:var(--tip-ink)}.gt-ust-sayi-etiket{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tip-muted)}.gt-card{position:relative;padding-right:1.9rem;border-left:3px solid var(--tip-border)}.gt-card.is-open{border-left-color:#e6a23c}.gt-card.is-done{border-left-color:#1a7f43}.gt-card-ok{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--tip-border);font-size:.85rem;transition:color .15s ease,transform .15s ease}.gt-card:hover .gt-card-ok{color:var(--tip-red);transform:translateY(-50%) translate(2px)}.gt-card-badges .dolu{color:var(--tip-ink);font-weight:700}@media (max-width: 575.98px){.gt-ust-sayilar{order:3}.gt-search input{min-width:0;width:100%}.gt-search{width:100%}}.fonzip-durum{display:inline-flex;align-items:center;gap:.35rem;font-size:.74rem;font-weight:700;border-radius:999px;padding:.15rem .6rem;white-space:nowrap}.fonzip-durum.bekliyor{background:#fff4e5;color:#b45309}.fonzip-durum.yapildi{background:#e7f6ec;color:#1a7f43}.fonzip-talep-tablo tbody tr.fonzip-mukerrer{background:#ffc10714}.fonzip-yapildi-tarih{font-size:.68rem;color:#1a7f43;font-weight:600}.kullanici-avatari{border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.kullanici-avatari-monogram{color:#fff;font-weight:700;background:linear-gradient(135deg,#c0392b,#e0604f);box-shadow:0 2px 6px #c0392b40}.avatar-secim{border:2px dashed var(--tip-border);border-radius:1rem;padding:2.2rem 1rem;text-align:center;cursor:pointer;color:var(--tip-ink);transition:border-color .15s ease,background-color .15s ease}.avatar-secim:hover{border-color:var(--tip-red);background:#fdf4f4}.avatar-secim i{font-size:1.8rem;color:var(--tip-red);display:block;margin-bottom:.5rem}.avatar-kirp-cerceve{position:relative;margin:0 auto;overflow:hidden;border-radius:.75rem;background:#111827;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.avatar-kirp-cerceve:active{cursor:grabbing}.avatar-kirp-cerceve img{position:absolute;top:50%;left:50%;max-width:none;pointer-events:none}.avatar-kirp-maske{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:0 0 0 9999px #00000059 inset;border-radius:50%;border:2px solid rgba(255,255,255,.85)}.profil-foto-satir{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profil-foto-onizleme{position:relative}.profil-foto-onizleme .kullanici-avatari{border:3px solid #fff;box-shadow:0 4px 14px #1118271f}.guvenlik-sayfa-baslik{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.guvenlik-sayfa-ikon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--tip-red) 0%,var(--tip-red-dark) 100%);color:#fff}.guvenlik-sayfa-ad{font-size:.98rem;font-weight:800;color:var(--tip-ink)}.guvenlik-sayfa-aciklama{font-size:.78rem;color:var(--tip-muted)}.guvenlik-aktif-rozet{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;background:#e7f6ec;color:#1a7f43}.guvenlik-aktif-rozet i{font-size:.5rem}.sifre-guc{display:flex;align-items:center;gap:.6rem}.sifre-guc-cubuk{flex:1 1 auto;height:6px;border-radius:999px;background:#eef0f3;overflow:hidden}.sifre-guc-cubuk>span{display:block;height:100%;border-radius:999px;transition:width .2s ease}.sifre-guc-cubuk>span.zayif{background:#dc3545}.sifre-guc-cubuk>span.orta{background:#e6a23c}.sifre-guc-cubuk>span.guclu{background:#1a7f43}.sifre-guc-etiket{font-size:.72rem;font-weight:800}.sifre-guc-etiket.zayif{color:#dc3545}.sifre-guc-etiket.orta{color:#b45309}.sifre-guc-etiket.guclu{color:#1a7f43}.oturum-liste{display:flex;flex-direction:column;gap:.55rem}.oturum-satir{display:flex;align-items:flex-start;gap:.75rem;border:1px solid var(--tip-border);border-left:3px solid var(--tip-border);border-radius:.7rem;padding:.7rem .8rem;background:#fff}.oturum-satir.bu-cihaz{border-left-color:var(--tip-red);background:snow}.oturum-satir.iptal{opacity:.6;background:#fbfbfc}.oturum-ikon{width:38px;height:38px;flex:0 0 38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.95rem}.oturum-ikon.web{background:#eef2ff;color:#3b5bdb}.oturum-ikon.mobil{background:#fdecee;color:var(--tip-red-dark)}.oturum-govde{min-width:0;flex:1 1 auto}.oturum-ad{font-size:.87rem;font-weight:700;color:var(--tip-ink)}.oturum-detay{display:flex;flex-wrap:wrap;gap:.15rem .8rem;font-size:.73rem;color:var(--tip-muted);margin-top:.25rem}.oturum-kaynak{font-weight:700}.islem-liste{display:flex;flex-direction:column;max-height:460px;overflow-y:auto}.islem-satir{padding:.5rem 0;border-bottom:1px solid #f1f2f4}.islem-satir:last-child{border-bottom:0}.islem-satir.hatali .islem-ad{color:var(--tip-red-dark)}.islem-ust{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.islem-ad{font-size:.82rem;font-weight:700;color:var(--tip-ink)}.islem-zaman{font-size:.7rem;color:var(--tip-muted);white-space:nowrap}.islem-alt{font-size:.7rem;color:var(--tip-muted);margin-top:.1rem}.ayar-menu-sarmal{position:relative}.ayar-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:230px;background:#fff;border:1px solid var(--tip-border);border-radius:.75rem;box-shadow:0 12px 32px #11182724;padding:.35rem;z-index:1050}.ayar-menu-oge{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .6rem;border:0;background:transparent;border-radius:.5rem;font-size:.84rem;font-weight:600;color:var(--tip-ink);text-align:left;text-decoration:none;cursor:pointer}.ayar-menu-oge:hover{background:#f6f7f9;color:var(--tip-ink)}.ayar-menu-oge i{width:16px;color:var(--tip-red)}.ayar-menu-ayrac{height:1px;background:var(--tip-border);margin:.3rem .4rem}.ayar-menu-oge.cikis,.ayar-menu-oge.cikis i{color:var(--tip-red-dark)}.mobil-anahtar{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .5rem;border:1px solid var(--tip-border);border-radius:999px;background:#fff;color:var(--tip-muted);font-size:.74rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.mobil-anahtar:hover{border-color:var(--tip-red)}.mobil-anahtar.acik{color:#1a7f43;border-color:#1a7f4366;background:#f2fbf5}.mobil-anahtar:disabled{opacity:.55;cursor:default}.mobil-anahtar-yazi{font-size:.74rem}.mobil-anahtar-kutu{width:30px;height:17px;border-radius:999px;background:#d7dae0;position:relative;transition:background-color .15s ease}.mobil-anahtar-kutu>span{position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .15s ease}.mobil-anahtar.acik .mobil-anahtar-kutu{background:#1a7f43}.mobil-anahtar.acik .mobil-anahtar-kutu>span{transform:translate(13px)}.uye-grup-sorumlu{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:var(--tip-red-dark);background:#fdecee;border-radius:999px;padding:.12rem .6rem;white-space:nowrap}.giris-ayar-liste{display:flex;flex-direction:column;gap:.6rem}.giris-ayar-satir{display:flex;align-items:center;gap:.9rem;width:100%;text-align:left;padding:.85rem 1rem;border:1px solid var(--tip-border);border-radius:.85rem;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.giris-ayar-satir:hover:not(:disabled){border-color:#e4344266;box-shadow:0 4px 14px #1118270f}.giris-ayar-satir.acik{border-color:#1a7f4359;background:#f9fdfb}.giris-ayar-satir.kilitli{cursor:default}.giris-ayar-satir.kilitli:not(.acik){background:#fbfbfc;opacity:.85}.giris-ayar-ikon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fdecee;color:var(--tip-red-dark)}.giris-ayar-ikon.acik{background:#e7f6ec;color:#1a7f43}.giris-ayar-metin{flex:1 1 auto;min-width:0}.giris-ayar-baslik{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.88rem;font-weight:800;color:var(--tip-ink)}.giris-ayar-kilit{font-size:.66rem;font-weight:700;color:var(--tip-muted);background:#f1f2f4;border-radius:999px;padding:.1rem .5rem}.giris-ayar-aciklama{display:block;font-size:.76rem;color:var(--tip-muted);line-height:1.45;margin-top:.15rem}.giris-ayar-sag{display:flex;align-items:center;gap:.7rem;flex:0 0 auto}.giris-ayar-durum{font-size:.7rem;font-weight:800;padding:.15rem .6rem;border-radius:999px;background:#f1f2f4;color:var(--tip-muted)}.giris-ayar-durum.aktif{background:#e7f6ec;color:#1a7f43}.giris-ayar-durum.yakinda{background:#fff4e5;color:#b45309}.giris-ayar-anahtar{width:42px;height:24px;border-radius:999px;background:#d7dae0;position:relative;flex:0 0 auto;transition:background-color .15s ease}.giris-ayar-anahtar>span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .15s ease}.giris-ayar-anahtar.acik{background:#1a7f43}.giris-ayar-anahtar.acik>span{transform:translate(18px)}.giris-ayar-anahtar.kilitli{opacity:.55}@media (max-width: 575.98px){.giris-ayar-satir{align-items:flex-start}.giris-ayar-sag{flex-direction:column;align-items:flex-end;gap:.4rem}}.islem-liste-genis{max-height:none}.iletisim-degistir{border:1px solid rgba(228,52,66,.3);background:snow;border-radius:.75rem;padding:.85rem .9rem}.iletisim-degistir-baslik{display:flex;align-items:center;gap:.5rem;font-size:.84rem;font-weight:800;color:var(--tip-ink);margin-bottom:.6rem}.iletisim-degistir-baslik i{color:var(--tip-red)}.yetkisiz-alan{text-align:center;padding:2.4rem 1.2rem}.yetkisiz-ikon{width:62px;height:62px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fdecee;color:var(--tip-red);font-size:1.5rem}.yetkisiz-baslik{font-size:1.2rem;font-weight:800;color:var(--tip-ink);margin-bottom:.4rem}.yetkisiz-aciklama{font-size:.9rem;color:var(--tip-muted);max-width:620px;margin:0 auto 1.4rem;line-height:1.55}.yetkisiz-cta{border:1px dashed var(--tip-border);border-radius:.9rem;padding:1.1rem;max-width:460px;margin:0 auto;background:#fbfbfc}.yetkisiz-kutu{max-width:460px;margin:0 auto;text-align:left}.yetkisiz-bilgi{font-size:.78rem;color:var(--tip-muted);max-width:560px;margin:1.2rem auto 0;line-height:1.5}.talep-liste{display:flex;flex-direction:column;gap:.6rem}.talep-satir{display:flex;align-items:flex-start;gap:.9rem;flex-wrap:wrap;border:1px solid var(--tip-border);border-left:3px solid var(--tip-border);border-radius:.7rem;padding:.8rem .9rem;background:#fff}.talep-satir.durum-bekliyor{border-left-color:#e6a23c;background:#fffdf8}.talep-satir.durum-onaylandi{border-left-color:#1a7f43}.talep-satir.durum-reddedildi{opacity:.72}.talep-govde{flex:1 1 320px;min-width:0}.talep-ust{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.talep-ad{font-size:.92rem;font-weight:800;color:var(--tip-ink)}.talep-durum{font-size:.7rem;font-weight:800;padding:.12rem .6rem;border-radius:999px;background:#f1f2f4;color:var(--tip-muted)}.talep-durum.bekliyor{background:#fff4e5;color:#b45309}.talep-durum.onaylandi{background:#e7f6ec;color:#1a7f43}.talep-durum.reddedildi{background:#fdecee;color:var(--tip-red-dark)}.talep-alan{font-size:.82rem;color:var(--tip-ink);margin-top:.35rem}.talep-alan i{color:var(--tip-red)}.talep-not{font-size:.8rem;color:var(--tip-muted);font-style:italic;margin-top:.3rem;padding-left:.6rem;border-left:2px solid var(--tip-border)}.talep-detay{font-size:.72rem;color:var(--tip-muted);margin-top:.35rem}.talep-islemler{display:flex;align-items:center;gap:.4rem;margin-left:auto}.oturum-kunye{font-size:.73rem;font-weight:700;color:var(--tip-ink);margin-top:.3rem}.oturum-kunye i{color:var(--tip-muted)}.gt-liste-kutu .gt-tabs{margin-bottom:.75rem}.gt-ust-bilgi{font-size:.8rem;color:var(--tip-muted);margin-bottom:.9rem;padding-bottom:.8rem;border-bottom:1px solid var(--tip-border)}.gt-ust-bilgi i{color:var(--tip-red)}.gt-liste-kutu .gt-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.uye-sefer-bilgi{font-size:.8rem;line-height:1.55;color:var(--tip-muted);background:#fff;border:1px solid var(--tip-border);border-radius:.6rem;padding:.7rem .85rem}.uye-sefer-bilgi .fw-semibold{color:var(--tip-ink)}.kunye-bina-kutu{border:1px solid var(--tip-border);border-left:3px solid var(--tip-red);border-radius:.8rem;padding:.95rem 1rem;background:#fbfbfc;margin-bottom:.6rem}.kunye-bina-ust{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.7rem}.kunye-bina-baslik{font-size:.9rem;font-weight:800;color:var(--tip-ink)}.kunye-bina-baslik i{color:var(--tip-red);margin-right:.35rem}.kunye-bina-kaynak{font-size:.72rem;color:var(--tip-muted);margin-top:.15rem}.kunye-bina-durum{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:800;padding:.2rem .7rem;border-radius:999px;background:#f1f2f4;color:var(--tip-muted);margin-bottom:.7rem}.kunye-bina-durum.var{background:#e7f6ec;color:#1a7f43}.kunye-bina-durum.kapandi{background:#fdecee;color:var(--tip-red-dark)}.kunye-bina-durum.yok{background:#fff4e5;color:#b45309}.kunye-bina-satir{display:flex;gap:.75rem;padding:.3rem 0;font-size:.84rem}.kunye-bina-etiket{flex:0 0 74px;color:var(--tip-muted);font-weight:700;font-size:.76rem;padding-top:.1rem}.kunye-bina-deger{color:var(--tip-ink);min-width:0}.kunye-bina-bekleyen{font-size:.78rem;background:#fff4e5;color:#8a5a12;border:1px solid rgba(230,162,60,.35);border-radius:.6rem;padding:.5rem .7rem;margin-bottom:.7rem}.kunye-sube-liste{margin-top:.85rem;border-top:1px dashed var(--tip-border);padding-top:.7rem}.kunye-sube-baslik{font-size:.78rem;font-weight:800;color:var(--tip-ink);margin-bottom:.45rem}.kunye-sube-baslik i{color:var(--tip-red)}.kunye-sube{border:1px solid var(--tip-border);border-radius:.55rem;padding:.5rem .65rem;background:#fff;margin-bottom:.4rem}.kunye-sube-ad{font-size:.82rem;font-weight:700;color:var(--tip-ink)}.kunye-sube-adres,.kunye-sube-tel{font-size:.76rem;color:var(--tip-muted);margin-top:.1rem}.kunye-durum-secim{display:flex;gap:.5rem;flex-wrap:wrap}.kunye-durum-dugme{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--tip-border);background:#fff;font-size:.8rem;font-weight:700;color:var(--tip-ink);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.kunye-durum-dugme:hover{border-color:#e4344273}.kunye-durum-dugme.secili{background:var(--tip-red);border-color:var(--tip-red);color:#fff}.kunye-sube-duzen{border-top:1px dashed var(--tip-border);padding-top:.8rem}.kunye-sube-satir{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(0,1.6fr) 150px 38px;gap:.4rem;margin-bottom:.4rem}@media (max-width: 767.98px){.kunye-sube-satir{grid-template-columns:1fr 1fr}.kunye-bina-satir{flex-direction:column;gap:.1rem}}.talep-tur{font-size:.7rem;font-weight:800;padding:.12rem .6rem;border-radius:999px;background:#eef2ff;color:#3b5bdb}.talep-degisiklik{margin-top:.5rem;border:1px solid var(--tip-border);border-radius:.55rem;background:#fbfbfc;padding:.55rem .7rem;font-size:.8rem;color:var(--tip-ink);display:flex;flex-direction:column;gap:.3rem}.talep-degisiklik-etiket{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--tip-muted);margin-bottom:.1rem}.talep-sube{font-size:.78rem;color:var(--tip-muted)}.kunye-bina-durum.m-0{margin-bottom:0}.rapor-satir{display:flex;align-items:flex-start;gap:.8rem;width:100%}.rapor-tarih-kutu{flex:0 0 auto;width:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.3rem 0;border:1px solid var(--tip-border);border-radius:.5rem;background:#f8f9fb;line-height:1.1}.rapor-gun{font-size:1.02rem;font-weight:800;color:var(--tip-red)}.rapor-ay{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tip-muted)}.rapor-yil{font-size:.58rem;font-weight:600;color:var(--tip-muted)}.rapor-govde{flex:1 1 auto;min-width:0}.rapor-baslik-satir{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.rapor-alt-satir{display:flex;align-items:center;gap:.1rem .75rem;flex-wrap:wrap;font-size:.72rem;color:var(--tip-muted);margin-top:.2rem}.rapor-org{font-weight:700;text-transform:uppercase;letter-spacing:.02em}.rapor-tur{background:#fdecee;color:var(--tip-red-dark);border-radius:999px;padding:.05rem .5rem;font-weight:700}.rapor-tur-ikon{flex:0 0 auto;padding-top:.15rem}.toplanti-turleri{display:flex;flex-wrap:wrap;gap:.4rem}.toplanti-tur-dugme{padding:.45rem .85rem;border:1px solid var(--tip-border);border-radius:999px;background:#fff;font-size:.82rem;font-weight:600;color:var(--tip-ink);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.toplanti-tur-dugme:hover:not(:disabled){border-color:#e4344273}.toplanti-tur-dugme.secili{background:var(--tip-red);border-color:var(--tip-red);color:#fff;font-weight:700}.toplanti-tur-dugme:disabled{opacity:.6;cursor:default}.gorunum-ozet{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem;margin-bottom:1rem}.gorunum-ozet-kutu{border:1px solid var(--tip-border);border-radius:.7rem;padding:.65rem .75rem;background:#fff}.gorunum-ozet-deger{font-size:1.4rem;font-weight:800;line-height:1;color:var(--tip-ink)}.gorunum-ozet-etiket{font-size:.7rem;color:var(--tip-muted);margin-top:.25rem;font-weight:600}.gorunum-liste{display:flex;flex-direction:column;gap:.5rem}.gorunum-satir{border:1px solid var(--tip-border);border-left:3px solid var(--tip-border);border-radius:.7rem;padding:.7rem .85rem;background:#fff}.gorunum-satir.birlesik{border-left-color:var(--tip-red);background:snow}.gorunum-ust{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.gorunum-ad{font-size:.9rem;font-weight:800;color:var(--tip-ink)}.gorunum-alt{font-size:.74rem;color:var(--tip-muted);margin-top:.15rem}.gorunum-islemler{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.gorunum-detay{margin-top:.7rem;padding-top:.7rem;border-top:1px dashed var(--tip-border);display:flex;flex-direction:column;gap:.7rem}.gorunum-detay-baslik{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--tip-muted);margin-bottom:.35rem}.gorunum-onizleme{border:1px solid rgba(228,52,66,.3);background:snow;border-radius:.7rem;padding:.8rem .9rem;font-size:.84rem}.gorunum-onizleme-etiket{display:inline-block;min-width:140px;font-size:.72rem;font-weight:700;color:var(--tip-muted)}.rapor-pano-blok{border:1px solid var(--tip-border);border-radius:.7rem;padding:.8rem .9rem;background:#fff;margin-bottom:1rem}.rapor-pano-baslik{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--tip-muted);margin-bottom:.6rem}.rapor-pano-baslik i{color:var(--tip-red);margin-right:.3rem}.rapor-aylar{display:flex;align-items:flex-end;gap:.5rem;height:108px}.rapor-ay-sutun{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:.25rem;min-width:0}.rapor-ay-sayi{font-size:.72rem;font-weight:800;color:var(--tip-ink)}.rapor-ay-cubuk{width:100%;max-width:42px;flex:1 1 auto;display:flex;align-items:flex-end;background:#f1f2f4;border-radius:.35rem;overflow:hidden}.rapor-ay-cubuk>span{width:100%;border-radius:.35rem;background:linear-gradient(180deg,var(--tip-red) 0%,var(--tip-red-dark) 100%)}.rapor-ay-etiket{font-size:.66rem;color:var(--tip-muted);font-weight:600;white-space:nowrap}.rapor-sira{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.62rem;font-weight:800;margin-right:.4rem;background:#f1f2f4;color:var(--tip-muted)}.rapor-sira.sira-1{background:#fde68a;color:#92400e}.rapor-sira.sira-2{background:#e5e7eb;color:#4b5563}.rapor-sira.sira-3{background:#fed7aa;color:#9a3412}.gorunum-ilce-rozetleri{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.gorunum-ilce-rozet{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;border:1px solid var(--tip-border);background:#fff;font-size:.76rem;font-weight:700;color:var(--tip-ink);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.gorunum-ilce-rozet:hover{border-color:var(--tip-red);background:#fff5f5}.gorunum-ilce-rozet i{font-size:.62rem;color:var(--tip-muted)}.gorunum-ilce-rozet:hover i{color:var(--tip-red)}.gorunum-ilce-rozet.atanmamis{background:#fff4e5;border-color:#e6a23c66;color:#8a5a12;cursor:default}.gorunum-ilce-sayi{background:#f1f2f4;border-radius:999px;padding:0 .38rem;font-size:.68rem;font-weight:800;color:var(--tip-muted)}.calendar-day-cell.secili-gun{border-color:var(--tip-red);box-shadow:0 0 0 2px #e434422e;background:snow}.giris-deneme-ozet{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.gd-ozet-kart{background:#fff;border:1px solid #e6e8ec;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 2px #1018280a}.gd-ozet-kart.gd-ozet-kirmizi{border-color:#f3c2c2;background:#fff7f7}.gd-ozet-sayi{font-size:1.6rem;font-weight:700;line-height:1.1;color:#111827}.gd-ozet-kirmizi .gd-ozet-sayi{color:#b42318}.gd-ozet-etiket{font-size:.82rem;color:#667085}.gd-sekmeler{display:flex;gap:8px;border-bottom:1px solid #e6e8ec}.gd-sekme{border:0;background:transparent;padding:10px 14px;font-size:.92rem;color:#667085;border-bottom:2px solid transparent;margin-bottom:-1px}.gd-sekme.aktif{color:#b42318;border-bottom-color:#b42318;font-weight:600}.gd-arac-cubugu{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.gd-ekle-kutu{display:grid;grid-template-columns:150px minmax(160px,1fr) minmax(160px,2fr) auto;gap:8px;background:#fff7f7;border:1px solid #f3c2c2;border-radius:12px;padding:12px;margin-bottom:12px}@media (max-width: 767px){.gd-ekle-kutu{grid-template-columns:1fr}}.gd-liste{display:flex;flex-direction:column;gap:10px}.gd-satir{display:grid;grid-template-columns:190px 1fr auto;gap:14px;align-items:start;background:#fff;border:1px solid #e6e8ec;border-left:4px solid #d92d20;border-radius:14px;padding:14px 16px}.gd-satir.gd-kalkti{border-left-color:#12b76a;opacity:.78}.gd-satir-sol{display:flex;flex-direction:column;gap:6px;min-width:0}.gd-tur-rozet{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:.74rem;font-weight:600;padding:3px 9px;border-radius:999px;background:#eef2ff;color:#3538cd}.gd-tur-rozet.gd-tur-cihaz{background:#f4f3ff;color:#6941c6}.gd-deger{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;font-weight:600;color:#111827;overflow-wrap:anywhere}.gd-satir-orta{min-width:0;display:flex;flex-direction:column;gap:6px}.gd-sebep{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gd-deneme{font-size:.82rem;color:#667085}.gd-aciklama{font-size:.88rem;color:#344054;overflow-wrap:anywhere}.gd-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.78rem;color:#667085}.gd-kaldirma{font-size:.8rem;color:#067647;background:#ecfdf3;border-radius:8px;padding:6px 10px}.gd-satir-sag{display:flex;flex-direction:column;gap:8px}@media (max-width: 991px){.gd-satir{grid-template-columns:1fr}.gd-satir-sag{flex-direction:row}}.gd-bos{text-align:center;padding:44px 16px;color:#667085;background:#fff;border:1px dashed #d0d5dd;border-radius:14px}.gd-bos i{font-size:1.9rem;display:block;margin-bottom:10px;color:#12b76a}.gd-olay-liste{display:flex;flex-direction:column;gap:8px}.gd-olay{display:flex;gap:12px;background:#fff;border:1px solid #e6e8ec;border-radius:12px;padding:10px 14px}.gd-olay-ikon{font-size:1rem;padding-top:2px}.gd-olay-govde{min-width:0;flex:1}.gd-olay-ust{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.gd-olay-zaman{font-size:.78rem;color:#98a2b3}.gd-olay-alt{display:flex;flex-wrap:wrap;gap:12px;font-size:.78rem;color:#667085;margin-top:2px}.gd-olay-detay{font-size:.8rem;color:#475467;background:#f9fafb;border-radius:8px;padding:6px 10px;margin-top:6px;overflow-wrap:anywhere}.gd-detay-ust{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.gd-detay-ust>div{display:flex;flex-direction:column}.gd-detay-ust span{font-size:.75rem;color:#98a2b3}.gd-detay-ust strong{font-size:.9rem;color:#101828;overflow-wrap:anywhere}.gd-detay-genis{grid-column:1 / -1}.engel-ekrani{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(160deg,#2b1414,#431a1a 55%,#1f1010);overflow-y:auto}.engel-kutu{width:min(560px,100%);background:#fff;border-radius:20px;padding:34px 30px;text-align:center;box-shadow:0 24px 60px #00000059}.engel-ikon{width:74px;height:74px;margin:0 auto 18px;border-radius:50%;background:#fee4e2;color:#b42318;display:flex;align-items:center;justify-content:center;font-size:2rem}.engel-baslik{font-size:1.45rem;font-weight:700;color:#101828;margin-bottom:12px}.engel-metin{color:#475467;font-size:.96rem;line-height:1.6;margin-bottom:10px}.engel-zaman{font-size:.82rem;color:#98a2b3;margin-bottom:18px}.engel-yardim{text-align:left;background:#f9fafb;border:1px solid #eaecf0;border-radius:14px;padding:16px 18px}.engel-yardim-baslik{font-weight:600;color:#101828;margin-bottom:8px;font-size:.92rem}.engel-yardim ul{margin:0;padding-left:18px;color:#475467;font-size:.88rem;line-height:1.7}.auth-card-outer{max-width:440px;padding:24px;border-radius:20px;background:#fff;box-shadow:0 30px 60px #0b1e3b1a;border:1px solid var(--tip-border)}.brand-chip{width:48px;height:48px;border-radius:999px;background:var(--tip-red);display:grid;place-items:center;box-shadow:inset 0 0 0 2px #fff3,0 4px 10px #e4344240}.auth-input:focus{border-color:var(--tip-red);box-shadow:0 0 0 .2rem #e4344226}.auth-btn-wrap{position:relative;border-radius:12px;padding:4px;background:linear-gradient(180deg,#e434422e,#e4344214);border:1px solid rgba(228,52,66,.35)}.auth-primary-btn{border-radius:10px!important;font-weight:700;padding-top:10px;padding-bottom:10px;background:var(--tip-red)!important;border:1px solid var(--tip-red)!important;color:#fff!important;box-shadow:0 6px 16px #e4344247;transition:transform .06s ease,box-shadow .2s ease,filter .2s ease}.auth-primary-btn:hover{filter:brightness(.98);box-shadow:0 10px 22px #e4344257}.auth-primary-btn:active{transform:translateY(1px)}.auth-primary-btn:disabled{opacity:.8;box-shadow:none;cursor:not-allowed}.ilce-abonelik-alt-baslik{font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--tip-muted);padding-top:.75rem;border-top:1px dashed var(--tip-border)}.ilce-abonelik-alt-baslik.ilk{padding-top:0;border-top:0}.ilce-abonelik-alt-baslik i{color:var(--tip-red)}
