@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--bg-gradient:radial-gradient(circle at 10% 20%, #e2f0fe66 0%, #fff7f766 90%);--glass-bg:#ffffffa6;--glass-border:#e2e8f0a6;--glass-shadow:0 8px 32px 0 #1f26870a;--glass-blur:blur(16px);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font-family);background:#f8fafc}.layout{color:#1f2937;background:var(--bg-gradient);min-height:100vh;font-family:var(--font-family);grid-template-columns:260px minmax(0,1fr);gap:2rem;padding:0;display:grid}.mainContent{min-width:0;padding:1.5rem 2rem 3rem 0}.sidebar{-webkit-backdrop-filter:var(--glass-blur);background:#ffffff73;border-right:1px solid #e2e8f080;flex-direction:column;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.sidebarBrand{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.sidebarSectionLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin:0 .5rem .75rem;font-size:.7rem;font-weight:700}.sidebarNav{flex-direction:column;gap:.25rem;display:flex}.sidebarNav button{text-align:left;color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.7rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.sidebarNav button:hover{color:#334155;background:#f8fafc}.sidebarNav button.active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;font-weight:600}.sidebarNav button.active .navIcon{color:#2563eb;background:#dbeafe;border-color:#93c5fd}.navIcon{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;place-items:center;width:22px;min-width:22px;height:22px;transition:all .15s;display:grid}.sidebarNav button:hover .navIcon{color:#64748b;border-color:#cbd5e1}.sidebarActions{border-top:1px solid #f1f5f9;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.sidebarActions button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .75rem;font-size:.85rem;font-weight:500;transition:all .15s}.sidebarActions button:hover{background:#f1f5f9;border-color:#cbd5e1}.sidebarActions small{color:#94a3b8;font-size:.75rem;line-height:1.4}.brand{align-items:center;gap:.75rem;display:flex}.logoMark{background:#2563eb;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.logoMark svg{width:24px;height:24px}.logoMark rect,.logoMark path{stroke:#fff;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.brandName{letter-spacing:-.01em;color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.brandSub{color:#64748b;margin:.05rem 0 0;font-size:.78rem}.hero{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding:.75rem 0}.heroTop{justify-content:space-between;align-items:center;gap:1rem;display:flex}.authActions{align-items:center;gap:.5rem;display:flex}.authActions button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:all .15s}.authActions button:hover{background:#f8fafc;border-color:#cbd5e1}.userTag{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:.35rem .65rem;font-size:.8rem;font-weight:500}.dashboardHero{margin-bottom:1.5rem}.dashboardHero h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.75rem;font-weight:700}.dashboardHero p{color:#64748b;margin:0;font-size:.95rem}.dashboardStats{grid-template-columns:repeat(3,minmax(0,1fr))!important}.quickActions{margin-top:1.5rem}.quickActions h3{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.85rem;font-weight:600}.quickGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.quickCard{border:1px solid var(--glass-border);background:var(--glass-bg);box-shadow:var(--glass-shadow);color:#475569;cursor:pointer;-webkit-backdrop-filter:var(--glass-blur);border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.quickCard:hover{background:#ffffffd9;border-color:#2563eb4d;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb0d}.quickCard svg{color:#2563eb;width:24px;height:24px}.guestBanner{background:#fffbeb!important;border-color:#fde68a!important;margin-top:1.5rem!important}.guestBanner p{color:#92400e;margin:0;font-size:.9rem}.linkButton{color:#2563eb;cursor:pointer;font-weight:600;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.linkButton:hover{color:#1d4ed8}.card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.statItem{border:1px solid var(--glass-border);background:var(--glass-bg);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:var(--glass-blur);border-radius:14px;padding:1.25rem;transition:all .2s}.statItem span{color:#94a3b8;margin-bottom:.25rem;font-size:.78rem;font-weight:500;display:block}.statItem strong{color:#0f172a;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.filters{grid-template-columns:280px 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.inlineFilters{gap:.5rem;display:grid}select,input,textarea,button{font:inherit}input,select,textarea{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.9rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #dbeafe}textarea{resize:vertical;min-height:120px}.decisionsHero{text-align:center;margin-bottom:2rem;padding:2.5rem 1rem 2rem}.decisionsHero h1{color:#0f172a;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2.4rem;font-weight:800}.decisionsHero p{color:#64748b;margin:0 0 1.5rem;font-size:1.05rem}.decisionsSearch{max-width:600px;margin:0 auto 1.25rem;position:relative}.decisionsSearch .searchIcon{color:#94a3b8;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.decisionsSearch input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.85rem 1rem .85rem 3rem;font-size:1rem;transition:all .2s}.decisionsSearch input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #dbeafe}.decisionsTags{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:800px;margin:0 auto;display:flex}.decisionsTags button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .15s}.decisionsTags button:hover{color:#2563eb;border-color:#93c5fd}.decisionsTags button.active{color:#fff;background:#2563eb;border-color:#2563eb}.decisionsToolbar{color:#475569;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;font-size:.9rem;display:flex}.decisionsToolbar strong{color:#0f172a;font-weight:700}.toolbarSort select{width:auto;min-width:160px;padding:.45rem .7rem;font-size:.85rem}.decisionsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.newsCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);cursor:default;border-radius:18px;flex-direction:column;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.newsCard:hover{background:#ffffffd9;border-color:#2563eb40;transform:translateY(-4px);box-shadow:0 12px 40px #2563eb0f}.newsCardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.newsCourt{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.newsCourt.danistay{color:#92400e;background:#fef3c7}.newsCourt.yargitay{color:#1e40af;background:#dbeafe}.newsCourt.sayistay{color:#065f46;background:#d1fae5}.newsDate{color:#94a3b8;font-size:.8rem;font-weight:500}.newsTitle{color:#0f172a;margin:0 0 .6rem;font-size:1.1rem;font-weight:700;line-height:1.3}.newsSummary{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 .75rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.newsMeta{justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.8rem;display:flex}.newsChamber{color:#64748b}.newsOutcome{border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.newsOutcome.DavaciLehine{color:#059669;background:#ecfdf5}.newsOutcome.DavaliLehine{color:#dc2626;background:#fef2f2}.newsOutcome.KamuLehine{color:#2563eb;background:#eff6ff}.newsOutcome.SanikAleyhine{color:#ea580c;background:#fff7ed}.newsTags{flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem;display:flex}.newsTag{color:#0e7490;background:#ecfeff;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.newsActions{gap:.5rem;display:flex}.newsButton{color:#fff;cursor:pointer;text-align:center;background:#2563eb;border:none;border-radius:8px;flex:1;padding:.55rem .75rem;font-size:.85rem;font-weight:600;transition:background .15s}.newsButton:hover{background:#1d4ed8}.newsButton.outline{color:#475569;background:#fff;border:1px solid #e2e8f0}.newsButton.outline:hover{background:#f8fafc;border-color:#cbd5e1}.newsExpand{border-top:1px dashed #e2e8f0;margin-top:1rem;padding-top:1rem;animation:.25s expandIn}.newsSourceLink{color:#2563eb;margin-top:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.newsSourceLink:hover{text-decoration:underline}.emptyState{text-align:center;color:#94a3b8;grid-column:1/-1;padding:3rem;font-size:1rem}.riskResult,.aiBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:1.25rem;padding:1.25rem}.riskResult h3,.aiBox h3{color:#0f172a;margin-top:0;font-size:1rem;font-weight:600}.similarChips{flex-wrap:wrap;gap:.4rem;display:flex}.similarChips button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .7rem;font-size:.82rem;font-weight:500;transition:all .15s}.similarChips button:hover{color:#2563eb;background:#f8fafc;border-color:#93c5fd}.expandNote{gap:.4rem;margin-top:.75rem;display:grid}.expandNote span{color:#374151;font-size:.85rem;font-weight:500}.expandNote textarea{min-height:80px;font-size:.85rem}.expandInfo p{color:#374151;margin:0 0 .35rem;font-size:.88rem}.expandSimilar{margin:.75rem 0}.expandSimilar strong{color:#0f172a;margin-bottom:.4rem;font-size:.85rem;display:block}.riskInputs label{color:#374151;gap:.5rem;font-size:.9rem;font-weight:500;display:grid}.riskResult p{margin:.5rem 0 1rem;font-size:1.1rem;font-weight:600}.progress{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}.progress span{background:linear-gradient(90deg,#10b981,#f59e0b,#ef4444);border-radius:999px;height:100%;transition:width .4s;display:block}.chatPage{background:#efeae2;border-radius:12px;flex-direction:column;height:calc(100vh - 120px);display:flex;overflow:hidden}.chatHeader{background:#f0f2f5;border-bottom:1px solid #e2e8f0;align-items:center;padding:.75rem 1rem;display:flex}.chatHeaderInfo{align-items:center;gap:.75rem;display:flex}.chatGroupAvatar{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chatHeaderText h3{color:#0f172a;margin:0;font-size:1rem;font-weight:600}.chatHeaderText span{color:#64748b;font-size:.8rem}.chatMessages{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.chatNotice{text-align:center;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.85rem}.chatBubble{align-items:flex-end;gap:.5rem;max-width:75%;animation:.2s bubbleIn;display:flex}@keyframes bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatBubbleOther{align-self:flex-start}.chatBubbleMe{flex-direction:row-reverse;align-self:flex-end}.chatAvatar{color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.chatBubbleContent{background:#fff;border-radius:2px 8px 8px;min-width:120px;padding:.6rem .8rem;position:relative;box-shadow:0 1px 2px #00000014}.chatBubbleMe .chatBubbleContent{background:#d9fdd3;border-top-left-radius:8px;border-top-right-radius:2px}.chatBubbleAuthor{color:#1e40af;margin-bottom:.2rem;font-size:.78rem;font-weight:600;display:block}.chatBubbleText{color:#1f2937;word-break:break-word;margin:0;font-size:.9rem;line-height:1.4}.chatBubbleMeta{justify-content:flex-end;align-items:center;gap:.3rem;margin-top:.25rem;display:flex}.chatBubbleTime{color:#9ca3af;font-size:.72rem}.chatBubbleStatus{color:#53bdeb;align-items:center;display:flex}.chatInputArea{background:#f0f2f5;border-top:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.chatInputWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:.3rem .5rem;display:flex}.chatInputField{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:.5rem .3rem;font-size:.9rem}.chatInputField::placeholder{color:#94a3b8}.chatInputButton{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:flex}.chatInputButton:hover{color:#334155;background:#f1f5f9}.chatInputButton:disabled{opacity:.4;cursor:not-allowed}.chatSendButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .15s;display:flex}.chatSendButton:hover{background:#1d4ed8}.chatSendButton:disabled{cursor:not-allowed;background:#94a3b8}.primaryAction{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:.65rem .85rem;font-size:.9rem;font-weight:500;transition:background .15s}.primaryAction:hover{background:#1d4ed8}.primaryAction{margin-top:.75rem}.primaryAction:disabled{opacity:.5;cursor:not-allowed}.secondaryAction{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;margin-top:0;padding:.65rem .85rem;font-size:.9rem;font-weight:500;transition:all .15s;display:inline-flex}.secondaryAction:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.secondaryAction:disabled{opacity:.5;cursor:not-allowed}.warningText{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin:0 0 1rem;padding:.75rem;font-size:.9rem}.successText{color:#15803d;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:.75rem;font-size:.9rem}.sidebarUser{background:#f8fafc;border-radius:10px;margin-bottom:.75rem;padding:1rem}.sidebarUserInfo{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.sidebarUserAvatar{color:#fff;text-transform:uppercase;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.sidebarUserInfo div{flex-direction:column;min-width:0;display:flex}.sidebarUserInfo strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.sidebarUserInfo span{color:#64748b;font-size:.78rem}.sidebarLogout,.sidebarLogin{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.5rem;font-size:.85rem;font-weight:500;transition:all .15s}.sidebarLogout:hover,.sidebarLogin:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.profilePage{max-width:900px;margin:0 auto}.profileLayout{grid-template-columns:380px 1fr;gap:1.25rem;display:grid}.profileCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:fit-content;overflow:hidden}.profileHeader{text-align:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:2rem}.profileAvatar{color:#fff;text-transform:uppercase;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1rem;font-size:2rem;font-weight:700;display:flex;box-shadow:0 4px 12px #2563eb33}.profileHeaderText h2{color:#0f172a;margin:0 0 .35rem;font-size:1.3rem;font-weight:700}.profileSpecialty{color:#64748b;margin-bottom:.5rem;font-size:.9rem;display:block}.profileBadge{text-transform:uppercase;letter-spacing:.04em;color:#065f46;background:#d1fae5;border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.profileStats{border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(2,1fr);gap:0;display:grid}.profileStat{text-align:center;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:1rem .5rem}.profileStat:nth-child(2n){border-right:none}.profileStat:nth-child(3),.profileStat:nth-child(4){border-bottom:none}.profileStat strong{color:#0f172a;margin-bottom:.2rem;font-size:1.3rem;font-weight:700;display:block}.profileStat span{color:#64748b;font-size:.78rem}.profileInfo{padding:1rem 1.25rem}.profileInfoRow{color:#374151;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:.65rem 0;font-size:.88rem;display:flex}.profileInfoRow:last-child{border-bottom:none}.profileInfoRow svg{color:#94a3b8;flex-shrink:0}.profileFooter{border-top:1px solid #f1f5f9;padding:1rem 1.25rem}.profileLogoutBtn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .15s;display:inline-flex}.profileLogoutBtn:hover{background:#fee2e2}.profileSide{flex-direction:column;gap:1rem;display:flex}.profileSectionCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem}.profileSectionCard h3{color:#0f172a;margin:0 0 .75rem;font-size:1rem;font-weight:600}.profileEmpty{color:#94a3b8;margin:0;padding:.5rem 0;font-size:.9rem}.profileFavorites{flex-direction:column;gap:.5rem;display:flex}.profileFavItem{cursor:pointer;background:#f8fafc;border-radius:8px;grid-template-columns:90px 1fr 80px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.85rem;transition:all .15s;display:grid}.profileFavItem:hover{background:#f1f5f9;border-color:#bfdbfe}.profileFavCourt{color:#2563eb;font-size:.78rem;font-weight:600}.profileFavSubject{color:#374151;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profileFavDate{color:#94a3b8;text-align:right;font-size:.78rem}.profileNotes{flex-direction:column;gap:.6rem;display:flex}.profileNoteItem{background:#f8fafc;border-radius:8px;padding:.75rem;font-size:.85rem}.profileNoteItem strong{color:#0f172a;margin-bottom:.3rem;font-size:.85rem;display:block}.profileNoteItem p{color:#475569;margin:0;font-size:.82rem;line-height:1.4}.profileUpgrade{text-align:center;background:#fefce8;border-top:1px solid #fde68a;padding:1.25rem 1.5rem}.profileUpgrade p{color:#78350f;margin:0 0 .75rem;font-size:.9rem}.profileUpgrade .primaryAction{align-items:center;gap:.5rem;margin-top:0;display:inline-flex}.profilePro{color:#15803d;background:#f0fdf4;border-top:1px solid #bbf7d0;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.profilePro svg{flex-shrink:0}.profilePro p{margin:0;font-size:.9rem;font-weight:500}.authCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:420px;margin:0 auto;padding:2rem}.authHeader{text-align:center;margin-bottom:1.5rem}.authHeader h2{color:#0f172a;margin:0 0 .3rem;font-size:1.4rem;font-weight:700}.authHeader p{color:#64748b;margin:0;font-size:.9rem}.authModeSwitch{background:#f1f5f9;border-radius:10px;gap:0;margin-bottom:1.5rem;padding:.3rem;display:flex}.authModeSwitch button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.55rem;font-size:.9rem;font-weight:500;transition:all .15s}.authModeSwitch button:hover{color:#334155}.authModeSwitch button.activeMode{color:#0f172a;background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.authForm{gap:.75rem;display:grid}.authInputGroup{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .15s;display:flex}.authInputGroup:focus-within{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #dbeafe}.authInputGroup svg{color:#94a3b8;flex-shrink:0}.authInputGroup input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:.4rem 0;font-size:.9rem}.authInputGroup input::placeholder{color:#94a3b8}.authSubmit{width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:600}.authError{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;display:flex}.authError svg{flex-shrink:0}.tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin-bottom:1rem;display:grid}.tabs .active{color:#fff;background:#2563eb;border-color:#2563eb}.riskPage{max-width:1100px}.riskLayout{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.riskInputsCard,.riskResultCard,.riskAdviceCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.riskInputsCard h3,.riskAdviceCard h3{color:#0f172a;margin:0 0 1rem;font-size:1rem;font-weight:600}.riskInputItem{margin-bottom:1rem}.riskInputItem:last-child{margin-bottom:0}.riskInputItem label{color:#374151;margin-bottom:.3rem;font-size:.85rem;font-weight:500;display:block}.riskInputItem select{padding:.55rem .7rem;font-size:.9rem}.sliderHeader{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.sliderValue{color:#2563eb;background:#eff6ff;border-radius:6px;padding:.15rem .5rem;font-size:.85rem;font-weight:700}.styledSlider{appearance:none;cursor:pointer;background:#e2e8f0;border-radius:999px;outline:none;width:100%;height:6px}.styledSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#2563eb;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;box-shadow:0 1px 4px #2563eb4d}.styledSlider::-webkit-slider-thumb:hover{transform:scale(1.15)}.styledSlider::-moz-range-thumb{cursor:pointer;background:#2563eb;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #2563eb4d}.gaugeContainer{flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex;position:relative}.gaugeText{flex-direction:column;align-items:center;display:flex;position:absolute}.gaugeScore{letter-spacing:-.03em;font-size:2.2rem;font-weight:800;line-height:1}.gaugeLabel{color:#94a3b8;margin-top:.2rem;font-size:.8rem;font-weight:500}.riskBreakdown{gap:.5rem;display:grid}.riskFactor{background:#f8fafc;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .7rem;font-size:.85rem;display:flex}.riskFactor span:nth-child(2){color:#374151;flex:1}.riskFactor strong{color:#0f172a;font-weight:700}.factorDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.riskFactor.good .factorDot{background:#10b981}.riskFactor.warn .factorDot{background:#f59e0b}.riskFactor.bad .factorDot{background:#ef4444}.riskAdviceCard{gap:1rem;display:grid}.riskLevel{border-radius:10px;padding:1rem}.riskLevel.low{background:#f0fdf4;border:1px solid #bbf7d0}.riskLevel.medium{background:#fffbeb;border:1px solid #fde68a}.riskLevel.high{background:#fef2f2;border:1px solid #fecaca}.riskLevelBadge{border-radius:6px;margin-bottom:.5rem;padding:.3rem .7rem;font-size:.8rem;font-weight:700;display:inline-block}.riskLevel.low .riskLevelBadge{color:#14532d;background:#86efac}.riskLevel.medium .riskLevelBadge{color:#78350f;background:#fcd34d}.riskLevel.high .riskLevelBadge{color:#7f1d1d;background:#fca5a5}.riskLevel p{color:#374151;margin:0;font-size:.9rem;line-height:1.5}.precedentImpact{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem}.precedentImpact strong{color:#0f172a;margin-bottom:.3rem;font-size:.85rem;display:block}.precedentImpact p{color:#475569;margin:0;font-size:.85rem;line-height:1.4}.aiPage{max-width:800px}.aiInputCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.aiLabel{color:#0f172a;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.aiTextarea{min-height:140px;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.aiMeta{gap:1rem;margin-bottom:1rem;display:flex}.aiMeta span{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.3rem .65rem;font-size:.8rem}.aiSubmit{align-items:center;gap:.5rem;margin-top:0;display:inline-flex}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.aiResponseCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;animation:.25s expandIn}.aiResponseHeader{color:#2563eb;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.aiResponseHeader h3{color:#0f172a;margin:0;font-size:1rem;font-weight:600}.aiResponseBody{color:#374151;font-size:.9rem;line-height:1.6}.aiResponseBody p{margin:0 0 .6rem}.aiResponseBody p:last-child{margin-bottom:0}.aiDisclaimer{color:#94a3b8;margin-top:1rem;font-size:.78rem;display:block}@media (width<=980px){.layout{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #e2e8f0;border-right:none;height:auto;position:static}.mainContent{padding:1rem}.tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.statsGrid,.dashboardStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quickGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.fileLayout{grid-template-columns:1fr}.decisionsGrid{grid-template-columns:repeat(2,1fr)}.riskLayout,.profileLayout{grid-template-columns:1fr}}@media (width<=640px){.heroTop{flex-direction:column;align-items:flex-start}.filters{grid-template-columns:1fr}.statsGrid,.dashboardStats{grid-template-columns:1fr!important}.quickGrid,.decisionsGrid{grid-template-columns:1fr}.decisionsHero h1{font-size:1.8rem}.decisionsTags{gap:.35rem}.decisionsTags button{padding:.3rem .7rem;font-size:.8rem}}.glassCard{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;transition:all .3s;box-shadow:0 8px 32px #1f26870d}.uyapPage{animation:.4s fadeIn}.uyapLayout{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;display:grid}.uyapInputCard,.uyapResultCard{flex-direction:column;min-height:500px;padding:1.5rem;display:flex}.cardHeader{border-bottom:1px solid #e2e8f099;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.cardHeader h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.uyapInstructions{color:#64748b;margin:0 0 1rem;font-size:.85rem;line-height:1.4}.uyapTextarea{resize:none;background:#ffffff80;border:1px solid #cbd5e1;border-radius:10px;flex:1;width:100%;min-height:280px;padding:1rem;font-size:.92rem;line-height:1.6;transition:all .25s}.uyapTextarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.uyapActions{gap:.75rem;margin-top:1rem;display:flex}.uyapSubmit{flex:2;justify-content:center;align-items:center;gap:.5rem;display:flex}.uyapErrorMsg{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-top:.75rem;padding:.75rem;font-size:.85rem;font-weight:500}.uyapEmptyState{text-align:center;color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.emptyStateIcon{margin-bottom:1rem;font-size:3rem;animation:3s ease-in-out infinite float}.uyapEmptyState h4{color:#334155;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.uyapEmptyState p{max-width:320px;margin:0;font-size:.88rem;line-height:1.5}.uyapLoadingState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.pulsingBrain{margin-bottom:1.5rem;font-size:3.5rem;animation:1.5s ease-in-out infinite pulse}.uyapLoadingState h4{color:#0f172a;margin:0 0 .5rem;font-size:1.1rem}.uyapLoadingState p{color:#64748b;max-width:360px;margin:0 0 1.5rem;font-size:.88rem;line-height:1.5}.loadingProgressBar{background:#e2e8f0;border-radius:99px;width:200px;height:6px;overflow:hidden}.loadingProgressFill{background:linear-gradient(90deg,#2563eb,#10b981);border-radius:99px;width:30%;height:100%;animation:2s linear infinite progressFill}.uyapReport{flex-direction:column;flex:1;max-height:480px;padding-right:.5rem;animation:.4s fadeIn;display:flex;overflow-y:auto}.uyapReport::-webkit-scrollbar{width:6px}.uyapReport::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.reportHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.sourceTag{color:#059669;background:#ecfdf5;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.timeTag{color:#94a3b8;font-size:.75rem}.reportContent{text-align:left}.reportSectionTitle{color:#1e3a8a;border-bottom:1px solid #e2e8f099;align-items:center;margin:1.25rem 0 .5rem;padding-bottom:.25rem;font-size:1rem;font-weight:700;display:flex}.reportParagraph{color:#334155;margin:0 0 .75rem;font-size:.9rem;line-height:1.6}.aiSummarizeBtn{box-shadow:0 4px 12px #2563eb33;background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;transition:all .2s!important}.aiSummarizeBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59;background:linear-gradient(135deg,#2563eb,#1e40af)!important}.favBtnCompact{justify-content:center;align-items:center;display:flex;max-width:42px!important;padding:.55rem 0!important;font-size:1.15rem!important}.modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;place-items:center;padding:1.5rem;animation:.25s fadeIn;display:grid;position:fixed;inset:0}.modalContent{background:#fff;flex-direction:column;width:100%;max-width:720px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modalHeaderBrand{align-items:center;gap:.75rem;display:flex}.modalHeaderBrand h3{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700}.modalCloseBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;padding:4px;transition:all .15s;display:grid}.modalCloseBtn:hover{color:#0f172a;background:#f1f5f9}.modalBody{flex:1;padding:1.5rem;overflow-y:auto}.aiBadgeContainer{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.aiBadgeContainer span{text-transform:uppercase;border-radius:6px;padding:.3rem .65rem;font-size:.78rem;font-weight:600}.courtBadge{color:#1e40af;background:#dbeafe}.chamberBadge{color:#92400e;background:#fef3c7}.decisionNoBadge{color:#334155;background:#e2e8f0}.summaryMarkdown{text-align:left}.summaryHeading{color:#1e3a8a;border-bottom:1px solid #f1f5f9;margin:1.25rem 0 .5rem;padding-bottom:.25rem;font-size:1rem;font-weight:700}.summaryParagraph{color:#334155;margin:0 0 .75rem;font-size:.92rem;line-height:1.6}.modalFooter{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes pulse{0%{filter:drop-shadow(0 0 2px #2563eb33);transform:scale(1)}50%{filter:drop-shadow(0 0 12px #2563eb73);transform:scale(1.08)}to{filter:drop-shadow(0 0 2px #2563eb33);transform:scale(1)}}@keyframes progressFill{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(-100%)}}@media (width<=900px){.decisionsGrid{grid-template-columns:1fr}.decisionsHero h1{font-size:1.8rem}.decisionsTags{gap:.35rem}.decisionsTags button{padding:.3rem .7rem;font-size:.8rem}}.autoPage{animation:.4s fadeIn}.autoFilterCard{border-left:4px solid #d97706;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.autoFormRow{align-items:flex-end;gap:1rem;display:flex}.autoFormGroup{text-align:left;flex-direction:column;flex:1;gap:.4rem;display:flex}.autoFormGroup label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.autoFormGroup input,.autoFormGroup select{background:#fff9;border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .75rem;font-size:.88rem;transition:all .2s}.autoFormGroup input:focus,.autoFormGroup select:focus{background:#fff;border-color:#d97706;box-shadow:0 0 0 3px #d9770626}.keywordGroup{flex:2.2}.autoBtnGroup{flex:1.8;gap:.5rem;display:flex}.autoSubmitBtn{color:#fff;border:none;flex:2.5;font-size:.88rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0f172a26;background:linear-gradient(135deg,#1e3a8a,#0f172a)!important}.autoSubmitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1e3a8a40;background:linear-gradient(135deg,#1e40af,#1e3a8a)!important}.autoSplitWorkspace{grid-template-columns:320px minmax(0,1fr);gap:1.5rem;height:calc(100vh - 290px);min-height:520px;display:grid}.autoListPanel{border-right:1px solid #e2e8f099;flex-direction:column;display:flex;overflow:hidden}.panelHeader{text-align:left;background:#f8fafc80;border-bottom:1px solid #e2e8f099;padding:1rem}.panelHeader h4{color:#1e293b;margin:0;font-size:.95rem;font-weight:700}.autoListScroll{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.autoListScroll::-webkit-scrollbar{width:5px}.autoListScroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.autoListItem{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem;transition:all .2s}.autoListItem:hover{background:#f8fafc;border-color:#93c5fd;transform:translate(2px)}.autoListItem.active{background:#fffbeb;border-color:#d97706;box-shadow:0 4px 12px #d9770614}.itemMeta{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.courtTag{text-transform:uppercase;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.courtTag.yargitay{color:#1e40af;background:#dbeafe}.courtTag.danistay{color:#92400e;background:#fef3c7}.courtTag.sayistay{color:#065f46;background:#d1fae5}.dateTag{color:#94a3b8;font-size:.75rem;font-weight:500}.itemSubject{color:#0f172a;margin:0 0 .25rem;font-size:.9rem;font-weight:700;line-height:1.3}.itemChamber{color:#64748b;margin:0;font-size:.78rem}.autoDetailPanel{flex-direction:column;display:flex;overflow:hidden}.autoDetailScroll{flex:1;padding:1.5rem;overflow-y:auto}.autoDetailScroll::-webkit-scrollbar{width:6px}.autoDetailScroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.detailHeader{text-align:left;border-bottom:1px solid #f1f5f9;margin-bottom:1.25rem;padding-bottom:1rem}.detailHeader h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.detailSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:500}.matchedLegislationCard{text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 4px 12px #d977060a}.legislationHeader{color:#d97706;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #fde68a99;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.8rem;font-weight:700;display:flex}.lawTitle{color:#92400e;margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.lawArticleTitle{color:#b45309;margin:0 0 .6rem;font-size:.9rem;font-weight:700}.lawText{color:#78350f;margin:0;font-size:.88rem;line-height:1.6}.matchedLegislationCard.noMatch{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;padding:1.5rem}.detailSection{text-align:left}.sectionTitle{color:#1e3a8a;border-bottom:2px solid #eff6ff;margin:1.5rem 0 .75rem;padding-bottom:.4rem;font-size:1.05rem;font-weight:700}.summarizePromptBox{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:.85rem;padding:1.5rem;display:flex}.summarizePromptBox p{color:#64748b;margin:0;font-size:.88rem}.summarizeBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #2563eb26;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;padding:.55rem 1.25rem!important;font-size:.85rem!important}.summarizeBtn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #2563eb40}.autoDetailPanel .emptyState{color:#64748b;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.emptyIcon{margin-bottom:1rem;font-size:3.5rem;animation:3s ease-in-out infinite float}.autoDetailPanel .emptyState h4{color:#334155;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.autoDetailPanel .emptyState p{max-width:320px;margin:0;font-size:.88rem;line-height:1.5}@media (width<=1024px){.autoSplitWorkspace{grid-template-columns:1fr;height:auto}.autoListPanel{max-height:300px}}@media (width<=768px){.autoFormRow{flex-direction:column;align-items:stretch}.autoBtnGroup{margin-top:.5rem}}.uyapPortalPage{padding-bottom:2rem;animation:.4s fadeIn}.uyapPortalHeader{color:#fff;background:linear-gradient(135deg,#1e3a8a,#0f172a);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #00000014}.uyapLogoContainer{align-items:center;gap:1rem;display:flex}.uyapCoatOfArms{background:#dc2626;border:2px solid #fff;border-radius:50%;width:44px;height:44px;position:relative;box-shadow:0 2px 8px #0003}.uyapCoatOfArms:before{content:"⚖️";font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.uyapLogoContainer h2{letter-spacing:.05em;text-align:left;margin:0;font-size:1rem;font-weight:700}.uyapLogoContainer h3{color:#bfdbfe;text-align:left;margin:.1rem 0 0;font-size:.85rem;font-weight:500}.uyapSystemStatus{text-align:right;flex-direction:column;gap:.15rem;display:flex}.uyapSystemStatus span{color:#10b981;font-size:.85rem;font-weight:700}.uyapSystemStatus small{color:#93c5fd;font-size:.72rem}.uyapPortalSearchCard{text-align:left;border-top:4px solid #1e3a8a;margin-bottom:1.5rem;padding:1.5rem}.portalSearchTitle{color:#1e3a8a;border-bottom:1px solid #e2e8f0;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:flex}.uyapSearchRow{gap:1rem;margin-bottom:1rem;display:flex}.uyapSearchGroup{flex-direction:column;flex:1;gap:.4rem;display:flex}.uyapSearchGroup label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.uyapSearchGroup input,.uyapSearchGroup select{background:#ffffffb3;border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .75rem;font-size:.9rem;transition:all .2s}.uyapSearchGroup input:focus,.uyapSearchGroup select:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a26}.uyapPortalBtnGroup{border-top:1px dashed #e2e8f0;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.uyapSorgulaBtn{color:#fff;border:none;font-weight:700;box-shadow:0 4px 12px #1e3a8a33;background:linear-gradient(135deg,#1e3a8a,#2563eb)!important}.uyapSorgulaBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1e3a8a59;background:linear-gradient(135deg,#1d4ed8,#1e3a8a)!important}.uyapPortalResults{padding:1.5rem}.resultsHeader{color:#475569;text-align:left;border-bottom:1px solid #f1f5f9;margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem}.resultsHeader strong{color:#0f172a}.uyapTableWrapper{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.uyapOfficialTable{border-collapse:collapse;text-align:left;background:#fff;width:100%;font-size:.88rem}.uyapOfficialTable th{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.85rem 1rem;font-size:.75rem;font-weight:700}.uyapOfficialTable td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem}.uyapOfficialTable tbody tr:hover{background:#f8fafc}.courtOfficialBadge{text-transform:uppercase;border-radius:6px;margin-bottom:.15rem;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.courtOfficialBadge.yargitay{color:#1e40af;background:#dbeafe}.courtOfficialBadge.danistay{color:#92400e;background:#fef3c7}.courtOfficialBadge.sayistay{color:#065f46;background:#d1fae5}.chamberSub{color:#64748b;font-size:.78rem;font-weight:500}.boldText{color:#0f172a;font-weight:700}.tableSummaryCol{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:250px;overflow:hidden}.outcomeOfficialBadge{white-space:nowrap;border-radius:4px;padding:.2rem .45rem;font-size:.72rem;font-weight:700;display:inline-block}.outcomeOfficialBadge.DavaciLehine{color:#059669;background:#ecfdf5}.outcomeOfficialBadge.DavaliLehine{color:#dc2626;background:#fef2f2}.outcomeOfficialBadge.KamuLehine{color:#2563eb;background:#eff6ff}.outcomeOfficialBadge.SanikAleyhine{color:#ea580c;background:#fff7ed}.uyapTableActions{justify-content:center;gap:.35rem;display:flex}.uyapRowBtn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.35rem .65rem;font-size:.78rem;font-weight:700;transition:all .15s}.uyapRowBtn.viewBtn{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.uyapRowBtn.viewBtn:hover{color:#fff;background:#2563eb;border-color:#2563eb}.uyapRowBtn.aiBtn{color:#059669;background:#ecfdf5;border-color:#a7f3d0;box-shadow:0 2px 4px #0596690d}.uyapRowBtn.aiBtn:hover{color:#fff;background:#059669;border-color:#059669}.uyapRowBtn.favBtn{color:#64748b;background:#fff;border-color:#cbd5e1;padding:.15rem .45rem;font-size:.95rem}.uyapRowBtn.favBtn.active{color:#d97706;background:#fffbeb;border-color:#fde68a}.tableEmptyState{text-align:center;color:#94a3b8;font-size:.95rem;padding:2.5rem!important}.officialJudgmentPaper{border-radius:12px;font-family:Courier New,Courier,monospace,serif;position:relative;background:#fdfcf7!important;border-top:8px solid #b91c1c!important;box-shadow:0 25px 50px -12px #00000040!important}.officialPaperHeader{border-bottom:2px solid #b91c1c;padding-bottom:1rem}.judgmentSeal{background:#b91c1c1a;border:2px dashed #b91c1c;border-radius:50%;width:48px;height:48px;position:relative}.judgmentSeal:before{content:"T.C.";color:#b91c1c;font-size:.9rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.officialPaperHeader h3{letter-spacing:.05em;margin:0;font-size:1.1rem;font-weight:800;color:#b91c1c!important}.officialPaperHeader p{color:#64748b;margin:.15rem 0 0;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500}.paperBody{background:#fdfcf7;padding:2rem!important}.officialJudgmentText{text-align:left;color:#1e293b;white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:.9rem;font-weight:500;line-height:1.8}.paperFooter{background:#f8fafc;border-top:1px solid #e2e8f0}.modalFooter button,.paperFooter button{margin-top:0!important;font-family:Inter,system-ui,-apple-system,sans-serif!important}.uyapPortalBtnGroup button,.autoBtnGroup button,.uyapActions button{margin-top:0!important}.dashboardContainer{flex-direction:column;gap:1.5rem;animation:.4s fadeIn;display:flex}.dashboardHeroCard{color:#fff;background:linear-gradient(135deg,#1e3a8a,#0f172a);border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a26}.heroCardContent{text-align:left;z-index:2;flex:1;max-width:680px}.heroCardContent h1{letter-spacing:-.02em;color:#fff;margin:0 0 .5rem;font-size:2.2rem;font-weight:800}.heroCardContent p{color:#bfdbfe;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.5}.dashboardHeroSearch{-webkit-backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:12px;align-items:center;max-width:620px;padding:.25rem .25rem .25rem 1rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000001a}.dashboardHeroSearch:focus-within{background:#ffffff26;border-color:#d97706;box-shadow:0 0 0 4px #d9770626}.dashboardHeroSearch .searchIcon{color:#93c5fd;flex-shrink:0;width:20px;height:20px}.dashboardHeroSearch input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.6rem .75rem;font-size:.95rem}.dashboardHeroSearch input::placeholder{color:#bfdbfe}.heroSearchBtn{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;color:#fff!important;background:#d97706!important}.heroSearchBtn:hover{background:#b45309!important}.heroCardIllustration{opacity:.12;-webkit-user-select:none;user-select:none;z-index:1;font-size:6rem;position:absolute;bottom:-1rem;right:2rem;transform:rotate(15deg)}.statItemPremium{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #00000005}.statItemPremium:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 12px 20px -8px #1f268714}.statIconWrapper{border-radius:10px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.statIconWrapper svg{width:24px;height:24px}.statIconWrapper.blue{color:#2563eb;background:#eff6ff}.statIconWrapper.green{color:#059669;background:#ecfdf5}.statIconWrapper.gold{color:#d97706;background:#fffbeb}.statIconWrapper.red{color:#dc2626;background:#fef2f2}.statIconWrapper.purple{color:#7c3aed;background:#faf5ff}.statIconWrapper.teal{color:#0d9488;background:#f0fdfa}.statItemInfo{flex-direction:column;display:flex}.statItemInfo span{color:#64748b;margin-bottom:.15rem;font-size:.78rem;font-weight:600}.statItemInfo strong{color:#0f172a;letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.dashboardSplitSection{grid-template-columns:1.2fr .8fr;gap:1.5rem;margin-top:.5rem;display:grid}.aiAdvisoryCard{text-align:left;background:#fffbeb;border:1px solid #fde68a;border-left:5px solid #d97706;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #d977060a}.aiAdvisoryCard:hover{box-shadow:0 10px 20px #d9770614}.cardHeaderCompact{margin-bottom:.75rem}.aiAdvisoryBadge{color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.sparkleIcon{animation:2.5s ease-in-out infinite float}.aiAdvisoryContent h4{color:#78350f;margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.aiAdvisoryContent p{color:#92400e;margin:0;font-size:.88rem;line-height:1.6}.aiAdvisoryFooter{border-top:1px dashed #fde68a99;margin-top:1rem;padding-top:.75rem}.courtDistributionCard{text-align:left;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.courtDistributionCard h4{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.distributionSubtitle{color:#64748b;margin:0 0 1.25rem;font-size:.8rem}.distributionBars{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.distBarItem{flex-direction:column;gap:.35rem;display:flex}.distBarLabel{color:#475569;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.distBarLabel strong{color:#0f172a}.distProgressBar{background:#e2e8f0;border-radius:99px;height:6px;overflow:hidden}.distProgressFill{border-radius:99px;height:100%}.distProgressFill.yargitay{background:#2563eb}.distProgressFill.danistay{background:#f59e0b}.distProgressFill.sayistay{background:#10b981}.featuredPrecedentsSection{text-align:left;margin-top:.5rem}.featuredPrecedentsSection h3{color:#0f172a;border-bottom:2px solid #f1f5f9;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.featuredGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.featuredCard{flex-direction:column;justify-content:space-between;min-height:220px;padding:1.5rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.featuredCard:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 12px 24px #1f268714}.featuredCardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.featuredCourtBadge{text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.featuredCourtBadge.yargitay{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.featuredCourtBadge.danistay{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.featuredCourtBadge.sayistay{color:#0d9488;background:#f0fdf4;border:1px solid #bbf7d0}.featuredChamber{color:#64748b;font-size:.78rem;font-weight:600}.featuredSubject{color:#0f172a;margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.35}.featuredSummary{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 1.25rem;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.featuredFooter{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.featuredDate{color:#94a3b8;font-size:.78rem;font-weight:500}.featuredActionBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:700;transition:all .15s}.featuredActionBtn:hover{color:#1d4ed8;transform:translate(2px)}@media (width<=1024px){.dashboardSplitSection,.featuredGrid{grid-template-columns:1fr}}.riskPage{padding-bottom:2rem;animation:.4s fadeIn}.panelTitle{color:#1e293b;text-align:left;border-bottom:1px solid #e2e8f0;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:flex}.panelTitle svg{flex-shrink:0}.selectLabel{color:#475569;text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:.8rem;font-weight:700;display:block}.strategicModifiersSection{text-align:left;border-top:1px dashed #cbd5e1;margin-top:1.5rem;padding-top:1.25rem}.strategicModifiersSection h4{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .85rem;font-size:.85rem;font-weight:700}.modifierCheckbox{cursor:pointer;color:#334155;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.modifierCheckbox:hover{color:#0f172a}.modifierCheckbox input[type=checkbox]{cursor:pointer;accent-color:#2563eb;border:1px solid #cbd5e1;border-radius:4px;width:18px;height:18px}.gaugesSplit{background:#f8fafc80;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-around;align-items:center;gap:1rem;margin:1rem 0 1.5rem;padding:1.5rem;display:flex}.radialGaugeWrapper{justify-content:center;align-items:center;display:flex;position:relative}.gaugeInnerInfo{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.gaugeInnerInfo .gaugeVal{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.gaugeInnerInfo .gaugeLbl{color:#64748b;margin-top:.15rem;font-size:.72rem;font-weight:600}.interactiveBarSection{text-align:left;margin-top:1.5rem}.interactiveBarSection h4{color:#475569;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #eff6ff;margin:0 0 1rem;padding-bottom:.35rem;font-size:.85rem;font-weight:700}.factorBarItem{flex-direction:column;gap:.35rem;margin-bottom:.85rem;display:flex}.factorBarLabel{color:#475569;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.factorBarLabel strong{color:#0f172a}.factorProgress{background:#e2e8f0;border-radius:99px;height:6px;overflow:hidden}.factorProgressFill{border-radius:99px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.factorProgressFill.blue{background:#2563eb}.factorProgressFill.green{background:#10b981}.factorProgressFill.gold{background:#f59e0b}.strategicTipsWrapper{flex-direction:column;gap:.75rem;margin:1.25rem 0 1.5rem;display:flex}.strategicTipItem{text-align:left;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;animation:.3s fadeIn;display:flex}.strategicTipItem p{flex:1;margin:0;font-size:.88rem;line-height:1.5}.strategicTipItem.danger{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.strategicTipItem.danger .tipBadge{color:#b91c1c;background:#fecaca}.strategicTipItem.warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.strategicTipItem.warning .tipBadge{color:#b45309;background:#fef3c7}.strategicTipItem.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.strategicTipItem.success .tipBadge{color:#065f46;background:#d1fae5}.tipBadge{text-transform:uppercase;border-radius:6px;flex-shrink:0;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.decisionSubjectTitle{color:#1e3a8a;text-align:left;margin-bottom:.15rem;font-size:.92rem;font-weight:700;line-height:1.4;display:block}.trendAnalizCard{text-align:left;padding:1.75rem}.trendHeader{align-items:center;margin-bottom:.5rem;display:flex}.trendHeader h4{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.trendSubtitle{color:#64748b;margin:0 0 1.25rem;font-size:.85rem}.wordCloud{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.cloudWord{cursor:pointer;background:#f8fafcb3;border:1px solid #e2e8f0cc;border-radius:99px;outline:none;align-items:center;gap:.35rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 4px #0f172a05}.cloudWord:hover{background:#fff;transform:translateY(-2px)scale(1.03);box-shadow:0 6px 16px #0f172a14}.cloudWord.size-lg{padding:.6rem 1.2rem;font-size:1.05rem}.cloudWord.size-md{padding:.5rem 1rem;font-size:.95rem}.cloudWord.size-sm{padding:.4rem .8rem;font-size:.86rem}.cloudWord.size-xs{padding:.35rem .65rem;font-size:.78rem}.cloudWord.color-gold{color:#b45309;border-color:#d977064d}.cloudWord.color-gold:hover{background-color:#fef3c766;border-color:#d97706}.cloudWord.color-blue{color:#1d4ed8;border-color:#2563eb4d}.cloudWord.color-blue:hover{background-color:#eff6ff66;border-color:#2563eb}.cloudWord.color-teal{color:#0f766e;border-color:#0d94884d}.cloudWord.color-teal:hover{background-color:#f0fdfa66;border-color:#0d9488}.cloudWord.color-purple{color:#7e22ce;border-color:#9333ea4d}.cloudWord.color-purple:hover{background-color:#faf5ff66;border-color:#9333ea}.cloudWord.color-red{color:#b91c1c;border-color:#dc26264d}.cloudWord.color-red:hover{background-color:#fef2f266;border-color:#dc2626}.cloudWord.color-green{color:#15803d;border-color:#16a34a4d}.cloudWord.color-green:hover{background-color:#f0fdf466;border-color:#16a34a}.cloudWord.color-navy{color:#1e3a8a;border-color:#1e3a8a4d}.cloudWord.color-navy:hover{background-color:#eff6ff80;border-color:#1e40af}.trendBadge{border-radius:4px;margin-left:.25rem;padding:.1rem .35rem;font-size:.7rem;font-weight:700}.trendBadge.success{color:#065f46;background:#d1fae5}.trendBadge.danger{color:#991b1b;background:#fee2e2}.trendBadge.warning{color:#475569;background:#f1f5f9}.compareFloatingBar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;width:80%;max-width:960px;padding:1.15rem 1.75rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:2rem;left:55%;transform:translate(-50%);box-shadow:0 20px 45px #0000004d;background:#0f172ae6!important;border:1px solid #ffffff26!important}.compareBarInfo{color:#fff;text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.compareBarInfo span{font-size:.92rem;font-weight:600}.compareBarTags{flex-wrap:wrap;gap:.5rem;display:flex}.compareBarTag{color:#fff;background:#ffffff1f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.8rem;font-weight:500;display:inline-flex}.compareTagClose{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;display:inline-flex}.compareTagClose:hover{color:#ef4444}.compareBarActions{align-items:center;gap:.75rem;display:flex}.compareTriggerBtn{cursor:pointer;color:#fff!important;background:linear-gradient(135deg,#d97706,#b45309)!important;border:none!important;border-radius:8px!important;padding:.6rem 1.2rem!important;font-family:inherit!important;font-weight:700!important;box-shadow:0 4px 12px #d977064d!important}.compareTriggerBtn:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(135deg,#f59e0b,#d97706)!important}.compareClearBtn{cursor:pointer;color:#cbd5e1!important;background:0 0!important;border:1px solid #ffffff40!important;border-radius:8px!important;padding:.6rem 1.2rem!important;font-family:inherit!important;font-weight:600!important}.compareClearBtn:hover{color:#fff!important;border-color:#fff!important}.timelinePage{animation:.4s fadeIn}.timelineLayout{grid-template-columns:1fr 1.8fr;gap:1.5rem;margin-top:1.5rem;display:grid}.timelineInputCard,.timelineResultCard{text-align:left;padding:1.75rem}.timelineFormGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.timelineFormGroup label{color:#475569;font-size:.88rem;font-weight:600}.timelineInput,.timelineSelect{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem;transition:all .2s}.timelineInput:focus,.timelineSelect:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.timelineInstructions{color:#475569;background:#f8fafc;border-left:3px solid #3b82f6;border-radius:0 8px 8px 0;margin-top:1.5rem;padding:.85rem;font-size:.82rem;line-height:1.5}.timelineEmptyState{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.timelineEmptyState span{margin-bottom:1rem;font-size:3.5rem}.timelineEmptyState h4{color:#334155;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.timelineEmptyState p{max-width:320px;font-size:.88rem}.timelineRoadmap{padding:1rem 0 1rem 1rem;position:relative}.timelineTrack{z-index:1;background:#e2e8f0;width:3px;position:absolute;top:1.5rem;bottom:1.5rem;left:2.1rem}.timelineNode{z-index:2;gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}.timelineNode:last-child{margin-bottom:0}.timelineBadge{color:#fff;z-index:3;border-radius:99px;flex-shrink:0;place-items:center;width:2.25rem;height:2.25rem;font-size:.9rem;font-weight:700;display:grid;box-shadow:0 0 0 4px #fff}.timelineContent{background:#f8fafc99;border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 4px #00000005}.timelineNode:hover .timelineContent{background:#fff;transform:translate(4px);box-shadow:0 8px 20px #0000000f}.timelineNodeHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.timelineNodeHeader h4{color:#0f172a;margin:0;font-size:.98rem;font-weight:700}.timelineNodeDate{font-size:.85rem;font-weight:700}.timelineNodeDesc{color:#475569;margin:0;font-size:.85rem;line-height:1.5}.dilekceWizardContent{max-width:820px!important}.dilekceWizardBody{padding:2rem!important}.wizardInputForm{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.wizardInfoBox{color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:1rem;font-size:.88rem}.wizardInfoBox strong{color:#1e3a8a;margin-bottom:.25rem;display:block}.wizardInfoBox p{margin:0;font-style:italic}.wizardFormGroup{flex-direction:column;gap:.5rem;display:flex}.wizardFormGroup label{color:#334155;font-size:.88rem;font-weight:600}.wizardFormGroup textarea{resize:vertical;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;line-height:1.6}.wizardFormGroup textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.wizardFormGroup input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem}.wizardFormGroup input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.wizardFormRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.wizardFormGroup select{color:#64748b;cursor:not-allowed;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem}.wizardSubmitBtn{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#d97706,#b45309)!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;width:100%!important;padding:.85rem!important;font-family:inherit!important;font-size:1rem!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 14px #d9770633!important}.wizardSubmitBtn:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#d97706)!important}.wizardResultForm{flex-direction:column;gap:1.5rem;display:flex}.dilekcePaperWrapper{background:#e2e8f0;border-radius:12px;max-height:480px;padding:2rem 1.5rem;overflow-y:auto;box-shadow:inset 0 2px 8px #00000014}.dilekcePaper{text-align:left;box-sizing:border-box;background:#fff;border-radius:2px;width:100%;min-height:297mm;padding:3.5rem 3rem;position:relative;box-shadow:0 10px 25px #0000001a}.dilekcePaperLine{background:#dc262640;width:1px;position:absolute;top:0;bottom:0}.dilekcePaperLine.left{left:2rem}.dilekcePaperLine.right{right:2rem}.dilekcePaperContent{color:#1a1a1a;padding:0 1.25rem;font-family:Courier New,Courier,monospace;font-size:.88rem;line-height:1.8}.dilekcePaperParagraph{white-space:pre-wrap;margin:0 0 1rem}.wizardResultActions{justify-content:flex-end;gap:.75rem;display:flex}.compareModalContent{max-width:920px!important}.compareModalBody{padding:1.5rem!important}.compareLoadingState{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.compareResultContainer{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.compareSplitHeader{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.25rem;display:grid}.compareSplitCol{flex-direction:column;gap:.35rem;display:flex}.compareSplitCol h5{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin:0;font-size:.78rem;font-weight:700}.compareHeaderInfo{flex-direction:column;display:flex}.compareHeaderInfo strong{color:#1e3a8a;font-size:.95rem}.compareHeaderInfo span{color:#475569;font-size:.82rem}.compareReportContent{background:#fff;border:1px solid #f1f5f9;border-radius:12px;max-height:400px;padding:1.25rem;overflow-y:auto;box-shadow:0 4px 6px #00000003}.compareReportContent::-webkit-scrollbar{width:6px}.compareReportContent::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}@media print{body *{visibility:hidden!important}.dilekcePaperWrapper,.dilekcePaperWrapper *,.aiMutalaaPaper,.aiMutalaaPaper *{visibility:visible!important}.dilekcePaperWrapper,.aiMutalaaPaper.printOnly{width:100%!important;max-height:none!important;box-shadow:none!important;background:0 0!important;padding:0!important;position:absolute!important;top:0!important;left:0!important;overflow:visible!important}.dilekcePaper,.aiMutalaaPaper{box-shadow:none!important;border:none!important;min-height:0!important;padding:0!important}.dilekcePaperLine,.mutalaaBorderLeft{display:none!important}}.aiCockpitPage{animation:.4s fadeIn}.aiCockpitLayout{grid-template-columns:1fr 1.3fr;gap:1.5rem;margin-top:1.5rem;display:grid}.aiParamCard,.aiInputCard{text-align:left;padding:1.75rem}.aiCockpitGroup{margin-bottom:1.5rem}.aiCockpitGroup:last-child{margin-bottom:0}.aiCaseGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.aiCaseCard{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;flex-direction:column;align-items:center;gap:.35rem;padding:.6rem .5rem;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.aiCaseCard:hover{background:#fff;border-color:#2563eb;transform:translateY(-1px)}.aiCaseCard.active{color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-color:#1e3a8a;box-shadow:0 4px 12px #2563eb33}.caseCardIcon{font-size:1.25rem}.caseCardLabel{white-space:nowrap;font-size:.75rem;font-weight:700}.aiRiskHeader{color:#475569;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.aiRiskBar{background:#e2e8f0;border-radius:99px;height:8px;overflow:hidden}.aiRiskProgress{border-radius:99px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.aiTemplatesList{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.aiTemplateBtn{text-align:left;color:#334155;cursor:pointer;background:#f8fafcb3;border:1px dashed #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.aiTemplateBtn:hover{color:#1d4ed8;background:#fff;border-color:#2563eb;transform:translate(2px)}.aiFormGroup{flex-direction:column;gap:.5rem;display:flex}.aiCockpitTextarea{resize:vertical;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.6;transition:all .2s}.aiCockpitTextarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.aiTextareaFooter{color:#64748b;justify-content:space-between;padding:0 .25rem;font-size:.78rem;font-weight:500;display:flex}.aiActionsRow{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.aiCockpitSubmit{flex:1;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#1e3a8a,#2563eb)!important;border:none!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;padding:.8rem!important;font-family:inherit!important;font-size:.95rem!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 14px #2563eb33!important}.aiCockpitSubmit:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(135deg,#2563eb,#3b82f6)!important;box-shadow:0 6px 18px #2563eb59!important}.aiMutalaaPaper{text-align:left;background:#fff;border-radius:16px;margin-top:1.5rem;padding:3.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0a;border:1px solid #e2e8f0cc!important}.mutalaaBorderLeft{background:linear-gradient(#d97706,#f59e0b);width:6px;position:absolute;top:0;bottom:0;left:0}.mutalaaHeader{border-bottom:2px double #e2e8f0;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.sealEmblem{background:#fef3c780;border:1.5px solid #d97706;border-radius:99px;place-items:center;width:3.5rem;height:3.5rem;font-size:2.25rem;display:grid}.mutalaaHeader h3{color:#1e3a8a;letter-spacing:.02em;margin:0 0 .25rem;font-size:1.25rem;font-weight:800}.mutalaaHeader p{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.8rem;font-weight:600}.mutalaaMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;margin-left:auto;display:flex}.mutalaaMeta span{color:#475569;background:#f1f5f9;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.mutalaaBody{color:#1e293b;font-family:inherit;font-size:.95rem;line-height:1.7}.mutalaaSectionTitle{color:#b45309;border-bottom:1.5px solid #e2e8f099;align-items:center;margin:1.75rem 0 .5rem;padding-bottom:.35rem;font-size:1.05rem;font-weight:800;display:flex}.mutalaaParagraph{margin:0 0 1rem}.mutalaaFooter{border-top:1px solid #e2e8f0;flex-direction:column;gap:1.25rem;margin-top:2rem;padding-top:1.5rem;display:flex}.mutalaaFooter .primaryAction{align-self:flex-start;color:#fff!important;background:linear-gradient(135deg,#d97706,#b45309)!important;border:none!important;border-radius:8px!important;padding:.75rem 1.5rem!important;font-weight:700!important;box-shadow:0 4px 12px #d9770633!important}.mutalaaFooter .primaryAction:hover{transform:translateY(-1px);background:linear-gradient(135deg,#f59e0b,#d97706)!important}.mutalaaFooter .secondaryAction{align-self:flex-start;font-weight:600!important}.disclaimerText{color:#94a3b8;border-top:1px dashed #cbd5e1;padding-top:.75rem;font-size:.76rem;font-style:italic;line-height:1.4}.statusWidget{background:#f1f5f9a6;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.25rem;margin:.5rem .5rem 1rem;padding:.75rem;display:flex}.statusIndicatorRow{align-items:center;gap:.5rem;display:flex}.statusDot{background:#10b981;border-radius:99px;width:8px;height:8px;box-shadow:0 0 8px #10b981cc}.statusDot.pulsating{animation:2s infinite pulseNeonGreen}.statusText{color:#1e293b;font-size:.8rem;font-weight:700}.statusSub{color:#64748b;font-size:.7rem;font-weight:500}@keyframes pulseNeonGreen{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.profileOverviewCard{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff14;border-radius:20px;padding:2.25rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a26}.profileOverviewBackground{pointer-events:none;background:radial-gradient(circle,#d9770626 0%,#0000 70%);border-radius:999px;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.profileHeader{z-index:2;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}.profileAvatar{color:#fff;background:linear-gradient(135deg,#d97706 0%,#b45309 100%);border:3px solid #ffffff40;border-radius:99px;place-items:center;width:80px;height:80px;font-size:1.85rem;font-weight:700;display:grid;position:relative;box-shadow:0 8px 24px #00000040}.profileAvatarGlow{pointer-events:none;border:1px solid #d9770666;border-radius:99px;animation:8s linear infinite rotateGlow;position:absolute;inset:-6px}@keyframes rotateGlow{to{transform:rotate(360deg)}}.profileHeaderText h2{color:#fff;letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.65rem;font-weight:800}.profileRoleBadge{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;background:#d977061f;border:1px solid #d9770640;border-radius:6px;margin-bottom:.4rem;padding:.25rem .65rem;font-size:.8rem;font-weight:700;display:inline-block}.profileOfficeName{color:#94a3b8;margin:0;font-size:.9rem;font-weight:500}.profileSystemStatus{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:8px;align-items:center;gap:.5rem;margin-left:auto;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:flex}.profileStatsGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid;position:relative}.profileStatCard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:1rem;padding:1.15rem;transition:all .2s;display:flex}.profileStatCard:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.statCardIcon{font-size:1.85rem}.profileStatCard strong{color:#fff;margin-bottom:.15rem;font-size:1.45rem;font-weight:800;display:block}.profileStatCard span{color:#94a3b8;font-size:.78rem;font-weight:500}.workspaceCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000005}.workspaceTableWrapper{overflow-x:auto}.workspaceTable{border-collapse:collapse;text-align:left;width:100%}.workspaceTable th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0;padding:.75rem 1rem;font-size:.78rem;font-weight:700}.workspaceTable td{color:#334155;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem;font-size:.86rem}.workspaceTable tr:hover td{background:#f8fafc}.responsibleUser{align-items:center;gap:.5rem;font-weight:600;display:flex}.userAvatarMini{color:#fff;border-radius:99px;place-items:center;width:24px;height:24px;font-size:.68rem;font-weight:700;display:grid}.userAvatarMini.blue{background:#3b82f6}.userAvatarMini.red{background:#ef4444}.userAvatarMini.green{background:#10b981}.userAvatarMini.gold{background:#d97706}.progressCell{flex-direction:column;gap:.25rem;min-width:100px;display:flex}.progressCell span{font-size:.75rem;font-weight:700}.progressTrack{background:#e2e8f0;border-radius:99px;height:6px;overflow:hidden}.progressFill{border-radius:99px;height:100%}.uyapSyncBadge{text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.uyapSyncBadge.success{color:#059669;background:#ecfdf5;border:1px solid #05966940}.uyapSyncBadge.warning{color:#d97706;background:#fffbeb;border:1px solid #d9770640;animation:1.5s infinite pulseWarning}@keyframes pulseWarning{50%{opacity:.7}}.memberAvatar{color:#fff;border-radius:99px;place-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:grid}.memberAvatar.blue{background:#3b82f6}.memberAvatar.red{background:#ef4444}.memberAvatar.green{background:#10b981}.memberAvatar.gold{background:#d97706}.memberAvatar.purple{background:#8b5cf6}.onlineIndicator{border:2px solid #fff;margin-left:auto}.authDualLayout{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:460px 1fr;min-height:560px;display:grid;overflow:hidden;box-shadow:0 10px 40px #0000000d}.authBrandPanel{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);flex-direction:column;justify-content:space-between;padding:3rem 2rem;display:flex;position:relative}.authBrandOverlay{pointer-events:none;background:radial-gradient(circle at 10% 20%,#d9770626 0%,#0000 50%);position:absolute;inset:0}.authBrandContent{z-index:2;text-align:left;position:relative}.logoMark.large{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);border-radius:14px;place-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:2.2rem;display:grid;box-shadow:0 8px 20px #d9770659}.authBrandContent h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.85rem;font-weight:800}.authBrandSubtitle{color:#94a3b8;margin:0 0 2.5rem;font-size:.95rem;font-weight:500;line-height:1.4}.authBenefitsList{flex-direction:column;gap:1.5rem;display:flex}.benefitItem{align-items:flex-start;gap:1rem;display:flex}.benefitIcon{background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:1.5rem;display:grid}.benefitItem h4{color:#fff;margin:0 0 .25rem;font-size:.9rem;font-weight:700}.benefitItem p{color:#cbd5e1;margin:0;font-size:.82rem;line-height:1.4}.authBrandFooter{z-index:2;color:#64748b;font-size:.78rem;font-weight:500;position:relative}.authFormPanel{background:#f8fafc;justify-content:center;align-items:center;padding:3rem;display:flex}.authFormPanel .authCard{width:100%;max-width:400px;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.authFormPanel .authHeader h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.45rem;font-weight:800}.authFormPanel .authHeader p{color:#64748b;margin-bottom:1.5rem;font-size:.88rem}.eDevletBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f01414,#c81010);border:1px solid #fca5a5;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;width:100%;margin-bottom:1.25rem;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .15s;display:flex;box-shadow:0 4px 12px #f0141426}.eDevletBtn:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #f0141440}.eDevletLogo{color:#c81010;text-transform:uppercase;letter-spacing:-.03em;background:#fff;border-radius:4px;padding:.1rem .35rem;font-family:Arial,Helvetica,sans-serif;font-size:.72rem}.authDivider{text-align:center;color:#94a3b8;align-items:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:flex}.authDivider:before,.authDivider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.authDivider:before{margin-right:.5em}.authDivider:after{margin-left:.5em}.authInputGroup{margin-bottom:.85rem;position:relative}.authInputGroup svg{color:#94a3b8;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.authInputGroup input{border:1px solid #cbd5e1!important;border-radius:8px!important;padding-left:2.5rem!important;font-size:.88rem!important}.authInputGroup input:focus{border-color:#2563eb!important}.authFormRegisterFields{animation:.2s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.authError{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.82rem;font-weight:600;display:flex}.adminPage{animation:.25s fadeIn}.devConsoleLog::-webkit-scrollbar{width:8px}.devConsoleLog::-webkit-scrollbar-track{background:#0f172a}.devConsoleLog::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}.devConsoleLog::-webkit-scrollbar-thumb:hover{background:#334155}.adminForm select,.adminForm input,.adminForm textarea{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;font-size:.88rem!important}.adminForm select:focus,.adminForm input:focus,.adminForm textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.copilotWidget{z-index:9999;font-family:var(--font-family);position:fixed;bottom:2rem;right:2rem}.copilotFab{cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 8px 32px #2563eb4d}.copilotFab:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 12px 40px #2563eb73}.copilotFab.active{background:#1e293b;transform:rotate(90deg);box-shadow:0 8px 32px #1e293b33}.fabIcon{font-size:1.8rem;line-height:1}.fabPulse{pointer-events:none;border:2px solid #2563eb;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite fabPulse;position:absolute;top:0;left:0}@keyframes fabPulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.copilotPopover{background:var(--glass-bg);width:360px;height:520px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;animation:.3s cubic-bezier(.4,0,.2,1) popoverSlideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 12px 40px #0f172a14}@keyframes popoverSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.copilotHeader{background:#ffffffb3;border-bottom:1px solid #e2e8f099;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.copilotHeader h4{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.statusOnline{color:#10b981;margin-top:1px;font-size:.7rem;font-weight:600;display:block}.copilotCloseBtn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.copilotMessages{background:#fff3;flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.copilotMsg{align-items:flex-start;gap:.5rem;max-width:85%;display:flex}.copilotMsg.user{flex-direction:row-reverse;align-self:flex-end}.copilotMsg .avatar{background:#eff6ff;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.95rem;display:grid;box-shadow:0 2px 4px #0000000a}.copilotMsg .textBubble{color:#334155;background:#fff;border:1px solid #e2e8f0cc;border-radius:2px 14px 14px;padding:.65rem .85rem;font-size:.85rem;line-height:1.45;box-shadow:0 2px 8px #00000005}.copilotMsg.user .textBubble{color:#fff;background:#2563eb;border:none;border-radius:14px 2px 14px 14px}.copilotQuickPrompts{scrollbar-width:none;background:#ffffff4d;border-top:1px dashed #e2e8f099;gap:.35rem;padding:.6rem 1.25rem;display:flex;overflow-x:auto}.copilotQuickPrompts::-webkit-scrollbar{display:none}.copilotQuickPrompts button{white-space:nowrap;color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0cc;border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:500;transition:all .15s}.copilotQuickPrompts button:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.copilotInputArea{background:#fff;border-top:1px solid #e2e8f099;align-items:center;gap:.5rem;padding:.75rem 1.25rem 1rem;display:flex}.copilotInputArea input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;flex:1;padding:.55rem .75rem;font-size:.85rem}.copilotSendBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;place-items:center;width:36px;height:36px;transition:all .15s;display:grid}.copilotSendBtn:hover{background:#1d4ed8}.copilotSendBtn:disabled{cursor:not-allowed;background:#cbd5e1}.copilotSpinner{border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;width:12px;height:12px;margin-right:6px;animation:1s linear infinite spin;display:inline-block}.dashboardAlertsSection{margin-bottom:1.5rem;animation:.25s fadeIn}.alertsHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.alertsHeader h3{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.85rem;font-weight:700}.bellIcon{font-size:1.1rem}.alertsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.alertCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex}.alertCard:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000008}.alertCard.danger{border-left:4px solid #ef4444}.alertCard.warning{border-left:4px solid #f59e0b}.alertCard.info{border-left:4px solid #3b82f6}.alertCard h4{color:#1e293b;margin:0;font-size:.95rem;font-weight:700}.alertCard p{color:#64748b;flex:1;margin:0;font-size:.8rem;line-height:1.45}.alertHeader{justify-content:space-between;align-items:center;display:flex}.alertBadge{color:#64748b;letter-spacing:.02em;font-size:.68rem;font-weight:700}.alertTime{font-size:.78rem}.alertActionBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.8rem;font-weight:700;transition:color .15s}.alertActionBtn:hover{color:#1d4ed8}.mobileTopBar{display:none}@media (width<=1024px){.layout{grid-template-columns:1fr!important;gap:1rem!important;padding-top:60px!important}.mainContent{min-width:0;padding:1rem!important}.sidebar{z-index:1000!important;-webkit-backdrop-filter:blur(20px)!important;background:#fffffffa!important;border-right:1px solid #e2e8f0cc!important;width:260px!important;height:calc(100vh - 60px)!important;transition:left .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important;top:60px!important;left:-280px!important;box-shadow:10px 0 30px #0000000d!important}.sidebar.open{left:0!important}.mobileTopBar{-webkit-backdrop-filter:blur(12px);z-index:1001;box-sizing:border-box;background:#ffffffd9;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #00000005}.hamburgerBtn{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .15s;display:flex}.hamburgerBtn:hover{background:#f1f5f9}.hamburgerBtn svg{width:24px;height:24px}.mobileBrand{align-items:center;gap:.5rem;display:flex}.mobileLogo{font-size:1.5rem}.mobileBrandName{color:#0f172a;letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.mobileUserActions{align-items:center;display:flex}.mobileUserAvatar{color:#fff;cursor:pointer;background:#2563eb;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:grid;box-shadow:0 2px 8px #2563eb33}.mobileLoginBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.82rem;font-weight:600}.sidebarOverlay{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0f172a4d;animation:.2s fadeIn;position:fixed;inset:60px 0 0}.decisionsGrid{grid-template-columns:repeat(2,1fr)!important}.templatesPage{grid-template-columns:1fr!important}.authDualLayout{border-radius:16px!important;grid-template-columns:1fr!important;min-height:auto!important}.authBrandPanel{text-align:center!important;padding:2rem 1.5rem!important}.authBrandContent{text-align:center!important}.logoMark.large{margin:0 auto 1rem!important}.authBrandSubtitle{margin-bottom:0!important}.authBenefitsList,.authBrandFooter{display:none!important}.authFormPanel{padding:2.25rem 1.5rem!important}}@media (width<=768px){.statsGrid,.dashboardStats,.profileStatsGrid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.quickGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.alertsGrid{grid-template-columns:1fr!important}.dashboardSplitSection,.profileKnowledgeBase,.workspaceGrid,.riskLayout,.aiCockpitLayout,.uyapLayout{grid-template-columns:1fr!important;gap:1.5rem!important}.decisionsGrid{grid-template-columns:1fr!important}.uyapSearchRow{flex-direction:column!important;gap:.75rem!important}.uyapSearchGroup{width:100%!important}.modalContent{width:95%!important;max-height:90vh!important;margin:1rem!important;padding:1.5rem!important}.dilekcePaper{padding:1.5rem!important}.heroTop{flex-direction:column;align-items:flex-start;gap:.75rem}.heroTop .authActions{align-self:flex-end}.hero{display:none!important}.adminDashboard>div,.devDashboard{grid-template-columns:1fr!important}}@media (width<=480px){.statsGrid,.dashboardStats,.profileStatsGrid,.quickGrid{grid-template-columns:1fr!important}.uyapPortalHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.uyapPortalBtnGroup{flex-direction:column;gap:.5rem}.uyapPortalBtnGroup button{width:100%!important}.compareFloatingBar{flex-direction:column;gap:.75rem;align-items:stretch!important;padding:1rem!important}.compareBarActions{justify-content:stretch!important;width:100%!important}.compareBarActions button{flex:1!important}}
