.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-2xl);animation:.3s ease-out Modal-module__7LRQSW__slideUp;overflow:hidden}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Modal-module__7LRQSW__header h3{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:.5rem;transition:all .2s}.Modal-module__7LRQSW__closeBtn:hover{background:var(--surface);color:var(--text)}.Modal-module__7LRQSW__body{padding:1.5rem}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--white)}.Button-module__8RiFmG__primary:hover{background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Button-module__8RiFmG__secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover{background:var(--border)}.Button-module__8RiFmG__outline{color:var(--primary);border:1px solid var(--primary);background:0 0}.Button-module__8RiFmG__outline:hover{background:#0066ff0d}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__fullWidth{width:100%;display:flex}
.Navbar-module__mCmXEa__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;background:#fffc;align-items:center;height:80px;display:flex;position:sticky;top:0}.Navbar-module__mCmXEa__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__mCmXEa__logo{color:var(--text);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__mCmXEa__logo span{color:var(--primary)}.Navbar-module__mCmXEa__desktopLinks{gap:2rem;display:flex}.Navbar-module__mCmXEa__desktopLinks a{color:var(--text-muted);font-weight:500;transition:color .2s}.Navbar-module__mCmXEa__desktopLinks a:hover{color:var(--primary)}.Navbar-module__mCmXEa__faqLink{position:relative;color:var(--text)!important;font-weight:600!important}.Navbar-module__mCmXEa__newBadge{background:var(--primary);width:6px;height:6px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite Navbar-module__mCmXEa__pulse;position:absolute;top:-2px;right:-8px}@keyframes Navbar-module__mCmXEa__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.Navbar-module__mCmXEa__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__mCmXEa__actions a{color:var(--text);font-weight:600}.Navbar-module__mCmXEa__mobileToggle{color:var(--text);cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__mCmXEa__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0006;width:100%;height:100dvh;animation:.3s Navbar-module__mCmXEa__fadeIn;position:fixed;top:0;left:0}@keyframes Navbar-module__mCmXEa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:968px){.Navbar-module__mCmXEa__nav{height:70px}.Navbar-module__mCmXEa__mobileToggle{display:block}.Navbar-module__mCmXEa__desktopLinks,.Navbar-module__mCmXEa__actions{display:none}.Navbar-module__mCmXEa__mobileDrawer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;opacity:0;visibility:hidden;background:#fffffffa;flex-direction:column;width:85%;max-width:380px;height:100dvh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Navbar-module__mCmXEa__mobileVisible{opacity:1;visibility:visible;transform:translate(0)}.Navbar-module__mCmXEa__mobileMenuHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Navbar-module__mCmXEa__closeBtn{background:var(--surface);cursor:pointer;width:40px;height:40px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__mCmXEa__mobileLinksList{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex;overflow-y:auto}.Navbar-module__mCmXEa__mobileLinksList a{border-radius:var(--radius-md);color:var(--text);opacity:0;background:0 0;align-items:center;gap:1rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;transform:translate(20px)}.Navbar-module__mCmXEa__mobileVisible .Navbar-module__mCmXEa__mobileLinksList a{animation:.4s forwards Navbar-module__mCmXEa__slideInRight;animation-delay:calc(var(--i) * 80ms)}@keyframes Navbar-module__mCmXEa__slideInRight{to{opacity:1;transform:translate(0)}}.Navbar-module__mCmXEa__mobileLinksList a:active{background:var(--surface);transform:scale(.98)}.Navbar-module__mCmXEa__linkIcon{background:var(--surface);width:40px;height:40px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.Navbar-module__mCmXEa__chevron{color:var(--text-muted);opacity:.5;margin-left:auto}.Navbar-module__mCmXEa__badgeWrapper{align-items:center;gap:.5rem;margin-left:auto;display:flex}.Navbar-module__mCmXEa__mobileMenuFooter{background:var(--surface);border-top:1px solid var(--border);padding:2rem 1.5rem}.Navbar-module__mCmXEa__authGroup{flex-direction:column;gap:1rem;display:flex}.Navbar-module__mCmXEa__mobileLoginLink,.Navbar-module__mCmXEa__mobilePanelLink{color:var(--text);justify-content:center;align-items:center;gap:.75rem;padding:.5rem;font-weight:600;display:flex}}@media (min-width:969px){.Navbar-module__mCmXEa__mobileDrawer,.Navbar-module__mCmXEa__backdrop{display:none!important}}
.FAQ-module__Eu89IW__faq{background-color:var(--background);padding:5rem 0}.FAQ-module__Eu89IW__title{text-align:center;margin-bottom:3rem}.FAQ-module__Eu89IW__title h2{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.FAQ-module__Eu89IW__title p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.FAQ-module__Eu89IW__accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__Eu89IW__item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);transition:all .3s;overflow:hidden}.FAQ-module__Eu89IW__item:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active{border-color:var(--primary);box-shadow:var(--shadow-lg)}.FAQ-module__Eu89IW__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.125rem;font-weight:600;transition:color .2s;display:flex}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__question{color:var(--primary)}.FAQ-module__Eu89IW__icon{color:var(--text-muted);transition:transform .3s}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__icon{color:var(--primary);transform:rotate(180deg)}.FAQ-module__Eu89IW__answer{max-height:0;transition:max-height .3s cubic-bezier(0,1,0,1);overflow:hidden}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__answer{max-height:1000px;transition:max-height .3s cubic-bezier(1,0,1,0)}.FAQ-module__Eu89IW__answerContent{color:var(--text-muted);padding:0 1.5rem 1.5rem;line-height:1.6}@media (max-width:768px){.FAQ-module__Eu89IW__title h2{font-size:2rem}}
.AdminBlog-module__a1nGga__container{padding:1rem 0}.AdminBlog-module__a1nGga__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.AdminBlog-module__a1nGga__header h1{align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.AdminBlog-module__a1nGga__tableCard{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.AdminBlog-module__a1nGga__table{border-collapse:collapse;text-align:left;width:100%}.AdminBlog-module__a1nGga__table th{text-transform:uppercase;color:#64748b;border-bottom:1px solid var(--border);background:#f8fafc;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.AdminBlog-module__a1nGga__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.5rem;font-size:.875rem}.AdminBlog-module__a1nGga__postThumb{object-fit:cover;background:#f1f5f9;border-radius:8px;width:48px;height:48px}.AdminBlog-module__a1nGga__postTitle{color:#0f172a;margin-bottom:.25rem;font-weight:700;display:block}.AdminBlog-module__a1nGga__postSlug{color:#64748b;font-family:monospace;font-size:.75rem}.AdminBlog-module__a1nGga__badge{text-transform:uppercase;border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.AdminBlog-module__a1nGga__published{color:#166534;background:#dcfce7}.AdminBlog-module__a1nGga__draft{color:#475569;background:#f1f5f9}.AdminBlog-module__a1nGga__actions{gap:.5rem;display:flex}.AdminBlog-module__a1nGga__iconBtn{border:1px solid var(--border);color:#64748b;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AdminBlog-module__a1nGga__iconBtn:hover{color:var(--primary);background:#f1f5f9}.AdminBlog-module__a1nGga__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.AdminBlog-module__a1nGga__editorGrid{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}.AdminBlog-module__a1nGga__mainCard,.AdminBlog-module__a1nGga__sideCard{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1.5rem}.AdminBlog-module__a1nGga__field{margin-bottom:1.5rem}.AdminBlog-module__a1nGga__field label{color:#334155;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.AdminBlog-module__a1nGga__input,.AdminBlog-module__a1nGga__select,.AdminBlog-module__a1nGga__textarea{border:1px solid var(--border);background:#f8fafc;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s}.AdminBlog-module__a1nGga__input:focus,.AdminBlog-module__a1nGga__textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0066ff1a}.AdminBlog-module__a1nGga__textarea{min-height:400px;font-family:inherit;line-height:1.6}.AdminBlog-module__a1nGga__editorWrapper{border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;width:100%;height:650px;display:flex;overflow:hidden}.AdminBlog-module__a1nGga__toolbar{border-bottom:1px solid var(--border);background:#f8fafc;flex-wrap:wrap;flex-shrink:0;gap:.25rem;padding:.75rem;display:flex}.AdminBlog-module__a1nGga__toolBtn{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.AdminBlog-module__a1nGga__toolBtn:hover{color:var(--primary);border-color:var(--border);background:#fff}.AdminBlog-module__a1nGga__toolBtnActive{color:var(--primary);border-color:var(--primary);background:#fff;box-shadow:0 2px 4px #0066ff1a}.AdminBlog-module__a1nGga__editor{color:#334155;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;background:#fff;outline:none;flex:1;width:100%;padding:2rem;font-size:1.0625rem;line-height:1.8;overflow:hidden auto}.AdminBlog-module__a1nGga__editor *{max-width:100%}.AdminBlog-module__a1nGga__editor img{border-radius:12px;max-width:100%;height:auto;margin:1.5rem 0;display:block}.AdminBlog-module__a1nGga__editor h2{color:#0f172a;margin:2rem 0 1rem;font-size:1.75rem;font-weight:800}.AdminBlog-module__a1nGga__editor h3{color:#1e293b;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:700}.AdminBlog-module__a1nGga__editor p{margin-bottom:1.25rem}.AdminBlog-module__a1nGga__editor ul,.AdminBlog-module__a1nGga__editor ol{margin-bottom:1.25rem;padding-left:1.5rem}.AdminBlog-module__a1nGga__blogContent img{border-radius:16px;max-width:100%;height:auto;margin:3rem auto;display:block;box-shadow:0 10px 30px #00000014}.AdminBlog-module__a1nGga__blogContent h2{color:#0f172a;letter-spacing:-.02em;margin:2.5rem 0 1rem;font-size:2rem;font-weight:800}.AdminBlog-module__a1nGga__blogContent h3{color:#1e293b;margin:2rem 0 1rem;font-size:1.5rem;font-weight:700}.AdminBlog-module__a1nGga__blogContent p{margin-bottom:1.25rem}.AdminBlog-module__a1nGga__blogContent ul,.AdminBlog-module__a1nGga__blogContent ol{margin-bottom:1.25rem;padding-left:1.5rem}.AdminBlog-module__a1nGga__blogContent li{margin-bottom:.5rem}.AdminBlog-module__a1nGga__imageUpload{border:2px dashed var(--border);text-align:center;cursor:pointer;background:#f8fafc;border-radius:12px;padding:2rem;transition:all .2s}.AdminBlog-module__a1nGga__imageUpload:hover{border-color:var(--primary);background:#eff6ff}.AdminBlog-module__a1nGga__previewImg{border-radius:8px;width:100%;margin-top:1rem}.AdminBlog-module__a1nGga__emptyState{text-align:center;color:#64748b;padding:4rem}@media (max-width:1024px){.AdminBlog-module__a1nGga__editorGrid{grid-template-columns:1fr}}
.Abonelik-module__2DeLeW__container{max-width:1000px;margin:0 auto;padding:1rem}.Abonelik-module__2DeLeW__header{text-align:center;margin-bottom:2.5rem}.Abonelik-module__2DeLeW__header h1{background:linear-gradient(to right, var(--primary), #6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:800}.Abonelik-module__2DeLeW__header p{color:var(--text-muted)}.Abonelik-module__2DeLeW__currentPlanCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 15px #00000008}.Abonelik-module__2DeLeW__currentInfo{align-items:center;gap:1.5rem;display:flex}.Abonelik-module__2DeLeW__planIcon{width:64px;height:64px;color:var(--primary);background:#0066ff1a;border-radius:16px;justify-content:center;align-items:center;display:flex}.Abonelik-module__2DeLeW__currentInfo h2{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Abonelik-module__2DeLeW__currentInfo p{color:var(--text-muted);font-size:.9375rem}.Abonelik-module__2DeLeW__statusBadge{color:#2e7d32;letter-spacing:.05em;background:#e8f5e9;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:800}.Abonelik-module__2DeLeW__plansGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Abonelik-module__2DeLeW__planCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Abonelik-module__2DeLeW__planCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.Abonelik-module__2DeLeW__featured{border:2px solid var(--primary);transform:scale(1.02)}.Abonelik-module__2DeLeW__badge{background:var(--primary);color:#fff;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Abonelik-module__2DeLeW__planCard h3{text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Abonelik-module__2DeLeW__price{text-align:center;color:var(--text);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.Abonelik-module__2DeLeW__price span:first-child{vertical-align:super;font-size:1.25rem}.Abonelik-module__2DeLeW__price span:last-child{color:var(--text-muted);font-size:1rem;font-weight:400}.Abonelik-module__2DeLeW__features{flex:1;margin:0 0 2.5rem;padding:0;list-style:none}.Abonelik-module__2DeLeW__features li{color:var(--text);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.Abonelik-module__2DeLeW__features li svg{color:#2ecc71;flex-shrink:0}.Abonelik-module__2DeLeW__paymentSection{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.Abonelik-module__2DeLeW__paymentCard{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:500px;animation:.3s ease-out Abonelik-module__2DeLeW__slideUp;overflow:hidden}@keyframes Abonelik-module__2DeLeW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Abonelik-module__2DeLeW__paymentHeader{background:var(--bg-surface);border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.5rem;display:flex}.Abonelik-module__2DeLeW__paymentHeader h2{font-size:1.25rem;font-weight:700}.Abonelik-module__2DeLeW__paymentBody{padding:2rem}.Abonelik-module__2DeLeW__discountAlert{color:#d35400;border-radius:var(--radius-lg);background:#f39c121a;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;display:flex}.Abonelik-module__2DeLeW__ibanInfo{background:var(--bg-surface);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem}.Abonelik-module__2DeLeW__ibanInfo p{font-variant-numeric:tabular-nums;margin-bottom:.5rem}.Abonelik-module__2DeLeW__instructions{color:var(--text-muted);gap:.75rem;margin-bottom:2rem;font-size:.8125rem;display:flex}.Abonelik-module__2DeLeW__usageContainer{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);margin-bottom:2rem;padding:2rem;box-shadow:0 4px 15px #00000005}.Abonelik-module__2DeLeW__usageDetails{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Abonelik-module__2DeLeW__detailItem{flex-direction:column;gap:.5rem;display:flex}.Abonelik-module__2DeLeW__detailItem label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Abonelik-module__2DeLeW__detailItem strong{color:var(--text);font-size:1.125rem;font-weight:800}.Abonelik-module__2DeLeW__progressSection{border-top:1px solid var(--border);padding-top:2rem}.Abonelik-module__2DeLeW__progressLabel{justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:flex}.Abonelik-module__2DeLeW__progressBar{background:var(--bg-surface);border-radius:99px;height:10px;margin-bottom:.75rem;overflow:hidden}.Abonelik-module__2DeLeW__progressFill{background:linear-gradient(to right, var(--primary), #6366f1);border-radius:99px;height:100%;transition:width .5s ease-out}.Abonelik-module__2DeLeW__progressHint{color:var(--text-muted);font-size:.8125rem}.Abonelik-module__2DeLeW__loading{color:var(--text-muted);justify-content:center;padding:4rem;display:flex}@media (max-width:768px){.Abonelik-module__2DeLeW__currentPlanCard{text-align:center;flex-direction:column;gap:1.5rem}.Abonelik-module__2DeLeW__currentInfo{flex-direction:column}}.Abonelik-module__2DeLeW__pInput{border:1px solid var(--border);border-radius:var(--radius-lg);outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.Abonelik-module__2DeLeW__pInput:focus{border-color:var(--primary)}.Abonelik-module__2DeLeW__reportForm{border-radius:var(--radius-xl);background:#f8fafc;border:1px solid #e2e8f0;padding:1.5rem}.Abonelik-module__2DeLeW__pendingAlert{border-radius:var(--radius-xl);color:#92400e;background:#fffbeb;border:1px solid #fef3c7;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;animation:.3s ease-out Abonelik-module__2DeLeW__fadeIn;display:flex}.Abonelik-module__2DeLeW__spin{color:#f59e0b;animation:2s linear infinite Abonelik-module__2DeLeW__spin}@keyframes Abonelik-module__2DeLeW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Abonelik-module__2DeLeW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Abonelik-module__2DeLeW__historyLink{color:var(--text-muted);background:#f1f5f9;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Abonelik-module__2DeLeW__historyLink:hover{color:var(--text);background:#e2e8f0}
.Appointments-module__Ew953W__container{flex-direction:column;gap:2rem;display:flex}.Appointments-module__Ew953W__titleArea{justify-content:space-between;align-items:center;display:flex}.Appointments-module__Ew953W__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Appointments-module__Ew953W__statCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.Appointments-module__Ew953W__statValue{color:var(--text);font-size:1.5rem;font-weight:800}.Appointments-module__Ew953W__statLabel{color:var(--text-muted);font-size:.875rem}.Appointments-module__Ew953W__tableContainer{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.Appointments-module__Ew953W__table{border-collapse:collapse;width:100%}.Appointments-module__Ew953W__table th{text-align:left;background:var(--surface);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.75rem}.Appointments-module__Ew953W__table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem}.Appointments-module__Ew953W__customerInfo{flex-direction:column;display:flex}.Appointments-module__Ew953W__customerName{color:var(--text);font-weight:700}.Appointments-module__Ew953W__customerPhone{color:var(--text-muted);font-size:.75rem}.Appointments-module__Ew953W__badge{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Appointments-module__Ew953W__badgePending{color:#b76e00;background:#fff4e5}.Appointments-module__Ew953W__badgeApproved{color:#087f5b;background:#e6fcf5}.Appointments-module__Ew953W__badgeCancelled{color:#c92a2a;background:#fff5f5}.Appointments-module__Ew953W__badgeNoShow{color:#fff;background:#2d3436}.Appointments-module__Ew953W__actions{gap:.5rem;display:flex}.Appointments-module__Ew953W__btnAction{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Appointments-module__Ew953W__btnConfirm:hover{color:#087f5b;background:#e6fcf5;border-color:#087f5b}.Appointments-module__Ew953W__btnCancel:hover{color:#c92a2a;background:#fff5f5;border-color:#c92a2a}.Appointments-module__Ew953W__empty{text-align:center;color:var(--text-muted);padding:4rem}.Appointments-module__Ew953W__searchFilterArea{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.Appointments-module__Ew953W__searchWrapper{flex:1;position:relative}.Appointments-module__Ew953W__searchInput{border:1px solid var(--border);background:var(--surface);border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.Appointments-module__Ew953W__searchInput:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #0066ff1a}.Appointments-module__Ew953W__filterSelect{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:10px;outline:none;min-width:160px;padding:.75rem 1rem;font-size:.875rem}.Appointments-module__Ew953W__desktopView{display:block}.Appointments-module__Ew953W__mobileView{display:none}.Appointments-module__Ew953W__cardList{flex-direction:column;gap:1rem;display:flex}.Appointments-module__Ew953W__appointmentCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 2px 4px #00000005}.Appointments-module__Ew953W__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:.75rem;display:flex}.Appointments-module__Ew953W__cardBody{flex-direction:column;gap:.5rem;display:flex}.Appointments-module__Ew953W__cardInfoRow{color:var(--text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Appointments-module__Ew953W__cardInfoRow strong{color:var(--text-muted);width:80px;font-size:.75rem}.Appointments-module__Ew953W__cardActions{gap:.75rem;margin-top:.5rem;display:flex}.Appointments-module__Ew953W__cardActions button,.Appointments-module__Ew953W__cardActions a{flex:1;justify-content:center}.Appointments-module__Ew953W__loadMoreArea{justify-content:center;padding:2rem 0;display:flex}@media (max-width:1024px){.Appointments-module__Ew953W__desktopView{display:none}.Appointments-module__Ew953W__mobileView{display:block}.Appointments-module__Ew953W__stats{grid-template-columns:1fr;gap:.75rem}.Appointments-module__Ew953W__statCard{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.Appointments-module__Ew953W__searchFilterArea{flex-direction:column;padding:1rem}.Appointments-module__Ew953W__filterSelect{width:100%}}
.Paketler-module__0jnoWa__main{min-height:calc(100vh - 80px)}.Paketler-module__0jnoWa__hero{text-align:center;background:linear-gradient(#0066ff0d 0%,#fff0 100%);padding:6rem 0 4rem}.Paketler-module__0jnoWa__hero h1{color:var(--text);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.Paketler-module__0jnoWa__hero h1 span{color:var(--primary);background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Paketler-module__0jnoWa__hero p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.25rem}.Paketler-module__0jnoWa__pricing{padding-bottom:5rem}.Paketler-module__0jnoWa__pricingGrid{z-index:10;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:-3rem;display:grid;position:relative}.Paketler-module__0jnoWa__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.Paketler-module__0jnoWa__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 30px 60px -12px #32325d1a,0 18px 36px -18px #0000001a}.Paketler-module__0jnoWa__card.Paketler-module__0jnoWa__featured{border:2px solid var(--primary);box-shadow:0 20px 40px -10px #0066ff26}.Paketler-module__0jnoWa__badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;position:absolute;top:-12px;right:2rem;box-shadow:0 4px 10px #0066ff4d}.Paketler-module__0jnoWa__planName{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Paketler-module__0jnoWa__price{align-items:baseline;margin-bottom:1rem;font-size:3rem;font-weight:800;display:flex}.Paketler-module__0jnoWa__currency{margin-right:.25rem;font-size:1.5rem;font-weight:600}.Paketler-module__0jnoWa__period{color:var(--text-muted);font-size:1rem;font-weight:400}.Paketler-module__0jnoWa__description{color:var(--text-muted);min-height:3rem;margin-bottom:2rem}.Paketler-module__0jnoWa__features{flex-direction:column;flex-grow:1;gap:1rem;margin-bottom:2.5rem;display:flex}.Paketler-module__0jnoWa__feature{color:var(--text);align-items:flex-start;gap:.75rem;font-size:.9375rem;display:flex}.Paketler-module__0jnoWa__checkIcon{color:var(--success);flex-shrink:0;margin-top:.2rem}.Paketler-module__0jnoWa__cta{width:100%}.Paketler-module__0jnoWa__ctaSection{text-align:center;background:var(--surface);padding:6rem 0}.Paketler-module__0jnoWa__ctaCard{background:linear-gradient(135deg, var(--primary) 0%, #004dc2 100%);border-radius:var(--radius-xl);color:var(--white);padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0066ff4d}.Paketler-module__0jnoWa__ctaCard:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffffff1a 0%,#0000 40%);position:absolute;inset:0}.Paketler-module__0jnoWa__ctaCard h2{margin-bottom:1.5rem;font-size:2.5rem}.Paketler-module__0jnoWa__ctaCard p{opacity:.9;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.Paketler-module__0jnoWa__whiteButton{background:var(--white)!important;color:var(--primary)!important;border:none!important}.Paketler-module__0jnoWa__whiteButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003;background:#f0f7ff!important}@media (max-width:768px){.Paketler-module__0jnoWa__hero h1{font-size:2.5rem}.Paketler-module__0jnoWa__pricingGrid{margin-top:1rem}.Paketler-module__0jnoWa__ctaCard h2{font-size:2rem}.Paketler-module__0jnoWa__ctaSection{padding:0}.Paketler-module__0jnoWa__ctaContainer{max-width:100%!important;padding:0!important}.Paketler-module__0jnoWa__ctaCard{border-radius:0;padding:4rem 1.5rem}}
