body{margin:0px;padding:0px;background-color:#fff;background-size:cover;}
*{padding:0px;margin:0px;font-family:roboto,arial;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;}
ul{margin:0px;padding:0px;}
ul li{list-style:none;}
a{outline:none;text-decoration:none;-webkit-tap-highlight-color: transparent;}
h1{margin:0px;padding:0px;font-size:20pt;margin-top:10px;font-weight:300;color:#629aa9;}
h2{margin:0px;padding:0px;font-size:11pt;margin-bottom:10px;}
h1 i{margin-right:5px;}
h2 i{margin-right:5px;}
form h2{margin-top:20px;margin-bottom:15px;font-size:14pt;font-weight:bold;color:#629aa9;padding-bottom:5px;border-bottom:2px solid #1a74fe;}
h2:not(form h2){margin-top:24px;margin-bottom:16px;font-size:16pt;font-weight:600;color:#1f2937;padding-bottom:8px;border-bottom:2px solid #e8f0f8;}
h2:not(form h2) i{margin-right:8px;color:#1a74fe;}

button:active{transform:scale(0.95);}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.row:after{content:"";display:table;clear:both;}
[class*="col-"]{float:left;position:relative;padding:10px;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container{margin:0px auto;max-width:600px;padding:10px;}

.logo{width:100%;position:relative;}
.logo img{height:80px;max-width:100%;}
.status-indicator{position:absolute;top:0;right:0;width:16px;height:16px;z-index:10;}
.status-indicator-dot{width:16px;height:16px;border-radius:50%;background-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,0.2),0 2px 8px rgba(16,185,129,0.3);animation:pulse-green 2s ease-in-out infinite;}
@keyframes pulse-green{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.8;transform:scale(1.1);}}

.circle{float:right;width:100px;height:100px;line-height:100px;text-align:center;font-size:18pt;font-weight:bold;background-image:url('/public/images/loader.gif');background-size:300px;background-position:center center;}

.profile-image{width:100%;max-width:80px;aspect-ratio: 1 / 1;background-size:cover;border-radius:50%;background-color:#f3f4f6;box-shadow:0 4px 16px rgba(0,0,0,0.12)}
/* Profil bölümü için padding azaltıldı - ad soyad profil resmine yaklaştırıldı */
.profile-section .col-3{padding-right:2px;padding-left:10px;}
.profile-section .col-9{padding-left:2px;padding-right:10px;}
.profile-name{font-size:15pt;font-weight:bold;margin-top:15px;}
.profile-status{font-size:16pt;}

.pool-address{font-size:12pt;}
.pool-image{aspect-ratio: 10 / 8;background-size:cover;border-radius:20px;margin-top:10px;box-shadow:0 4px 16px rgba(0,0,0,0.1);}
.pool-features div{font-size:10pt;padding:10px 0px;}
.progress-circle{float:right;width:100px;height:100px;border-radius:50%;position:relative;overflow:hidden;--progress-color:#00ff41;--progress-shadow:#00cc33;--background-color:#0d0d0d;background:radial-gradient(circle at 30% 30%,#1a1a1a,#000 70%);box-shadow:0 0 10px rgba(0,0,0,.6) inset,0 4px 10px rgba(0,0,0,.6);transition:transform 0.2s ease;}
.progress-circle:hover{transform:scale(1.05);}
.progress-circle:active{transform:scale(0.95);}
.progress-circle.has-error{--progress-color:#ef4444;--progress-shadow:#dc2626;}
/* Unverified / warning state */
.progress-circle.is-warning{--progress-color:#f59e0b;--progress-shadow:#d97706;}
/* warning ::after - light amber tint */
.progress-circle.is-warning::after{background:conic-gradient(#fde68a60,transparent 150deg)}
.progress-circle.has-error .fill,.progress-circle.has-error .mask{background:var(--progress-color);box-shadow:0 0 9px var(--progress-shadow);}
.progress-circle.has-error .progress-number{color:var(--progress-color);text-shadow:0 0 5px rgba(239,68,68,.7);}
.progress-circle.has-error .progress-click-text{color:var(--progress-color);text-shadow:0 0 3px rgba(239,68,68,.5);}
.progress-circle.has-error .inner-circle{box-shadow:0 0 6px rgba(239,68,68,.4) inset,0 0 9px rgba(0,0,0,.5);}
.progress-circle .progress-number{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);font-size:18px;font-weight:700;color:var(--progress-color);z-index:4;text-shadow:0 0 5px rgba(0,255,65,.7)}
.progress-click-text{position:absolute;top:58%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:500;color:var(--progress-color);z-index:5;text-shadow:0 0 3px rgba(0,255,65,.5);opacity:0.8;letter-spacing:0.5px;}
.inner-circle{width:75px;height:75px;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border-radius:50%;position:absolute;top:12.5px;left:12.5px;box-shadow:0 0 6px rgba(0,255,65,.4) inset,0 0 9px rgba(0,0,0,.5);z-index:3}

/* Progress Detail Modal Styles */
.progress-detail-modal{max-width:100%;}
.progress-detail-content{text-align:center;}
.progress-detail-header{margin-bottom:30px;}
.progress-detail-circle{display:flex;justify-content:center;margin-bottom:16px;}
.progress-circle-small{width:120px;height:120px;border-radius:50%;position:relative;overflow:hidden;--progress-color:#00ff41;--progress-shadow:#00cc33;--background-color:#0d0d0d;background:radial-gradient(circle at 30% 30%,#1a1a1a,#000 70%);box-shadow:0 0 10px rgba(0,0,0,.6) inset,0 4px 10px rgba(0,0,0,.6);}
.progress-circle-small .fill,.progress-circle-small .mask{position:absolute;width:100%;height:100%;border-radius:50%}
.progress-circle-small .fill{clip:rect(0,120px,120px,60px);background:var(--progress-color);box-shadow:0 0 9px var(--progress-shadow);transform:rotate(0deg)}
.progress-circle-small .mask{clip:rect(0,60px,120px,0);background:var(--progress-color);box-shadow:0 0 10px var(--progress-shadow);transform:rotate(0deg)}
.progress-circle-small[data-percent="75"] .fill{animation:fill180 2s ease-out forwards}
.progress-circle-small[data-percent="75"] .mask{animation:fill90 2s ease-out forwards}
.progress-number-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:22px;font-weight:700;color:var(--progress-color);z-index:4;text-shadow:0 0 5px rgba(0,255,65,.7)}
.inner-circle-small{width:90px;height:90px;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border-radius:50%;position:absolute;top:15px;left:15px;box-shadow:0 0 6px rgba(0,255,65,.4) inset,0 0 9px rgba(0,0,0,.5);z-index:3}
.progress-detail-title{font-size:18pt;font-weight:700;color:#1f2937;margin-top:12px;}
.progress-detail-section{margin-top:24px;text-align:left;}
.progress-detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f4f8;}
.progress-detail-item:last-child{border-bottom:none;}
.detail-item-label{display:flex;align-items:center;font-size:14pt;color:#374151;font-weight:500;}
.detail-item-value{font-size:14pt;font-weight:600;color:#1f2937;}
.progress-detail-activity{display:flex;flex-direction:column;gap:12px;}
.activity-item{padding:12px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;border:1px solid #e8f0f8;}
.activity-date{font-size:11pt;color:#6b7280;margin-bottom:4px;}
.activity-text{font-size:13pt;color:#374151;font-weight:500;}

/* Weekly Data Styles */
.weekly-data-list{display:flex;flex-direction:column;gap:12px;}
.weekly-data-item{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;border:1px solid #e8f0f8;}
.weekly-data-date{display:flex;flex-direction:column;align-items:center;min-width:50px;flex-shrink:0;}
.weekly-day{font-size:11pt;color:#6b7280;font-weight:500;}
.weekly-date-num{font-size:14pt;font-weight:700;color:#1f2937;}
.weekly-data-value{font-size:16pt;font-weight:700;color:#1a74fe;min-width:60px;flex-shrink:0;}
.weekly-data-value-error{color:#ef4444;}
.weekly-data-bar{flex:1;height:8px;background:#e8f0f8;border-radius:4px;overflow:hidden;position:relative;}
.weekly-data-bar-fill{height:100%;background:linear-gradient(90deg,#5a9cff 0%,#1a74fe 100%);border-radius:4px;transition:width 0.3s ease;}
.weekly-data-bar-error{background:linear-gradient(90deg,#f87171 0%,#ef4444 100%);}
.weekly-data-error{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-color:#fecaca;}
.progress-circle::after{content:"";position:absolute;width:87px;height:87px;top:6.5px;left:6.5px;border-radius:50%;background:conic-gradient(#00ff4150,transparent 150deg);filter:blur(.5px);z-index:1;animation:spin-glass 4s linear infinite}
@keyframes spin-glass{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.progress-circle .fill,.progress-circle .mask{position:absolute;width:100%;height:100%;border-radius:50%}
.fill{clip:rect(0,100px,100px,50px);background:var(--progress-color);box-shadow:0 0 9px var(--progress-shadow);transform:rotate(0deg)}
.mask{clip:rect(0,50px,100px,0);background:var(--progress-color);box-shadow:0 0 10px var(--progress-shadow);transform:rotate(0deg)}
.progress-circle[data-percent="25"] .fill{animation:fill90 2s ease-out forwards}
.progress-circle[data-percent="25"] .mask{display:none}
.progress-circle[data-percent="50"] .fill{animation:fill180 2s ease-out forwards}
.progress-circle[data-percent="50"] .mask{display:none}
.progress-circle[data-percent="75"] .fill{animation:fill180 2s ease-out forwards}
.progress-circle[data-percent="75"] .mask{animation:fill90 2s ease-out forwards}
.progress-circle[data-percent="100"] .fill{animation:fill180 2s ease-out forwards}
.progress-circle[data-percent="100"] .mask{animation:fill180 2s ease-out forwards}
@keyframes fill90{to{transform:rotate(90deg)}}
@keyframes fill180{to{transform:rotate(180deg)}}

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

.buton1{display:block;width:100%;cursor:pointer;padding:14px 18px;background:#fff;color:#1a74fe;border:1.5px solid #e0e8f5;border-radius:16px;text-align:left;font-weight:600;font-size:14pt;transition:all 0.3s ease;position:relative;box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.buton1.center{text-align:center;}
.buton1.center i:first-child{margin-right:0;}
.buton1 i:first-child{margin-right:10px;font-size:18px;}
.buton1:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.12);border-color:#b8d4ff;}
.buton1:active{transform:translateY(0);}
.buton2{display:block;width:100%;cursor:pointer;padding:14px 18px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border:none;border-radius:16px;text-align:left;font-weight:600;font-size:14pt;transition:all 0.3s ease;position:relative;box-shadow:0 4px 12px rgba(26,116,254,0.25);margin-top:12px;}
.buton2.center{text-align:center;}
.buton2.center i:first-child{margin-right:0;}
.buton2 i:first-child{margin-right:10px;font-size:18px;}
.buton2:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(26,116,254,0.35);}
.buton2:active{transform:translateY(0);}
.buton2:first-child{margin-top:15px;}

.login-title{font-size:28pt;font-weight:700;color:#1f2937;margin-bottom:8px;text-align:center;}
.login-subtitle{font-size:14pt;color:#6b7280;text-align:center;margin-bottom:30px;}
.input-wrapper{position:relative;}
.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;z-index:1;pointer-events:none;}
.login-input{padding-left:48px;position:relative;z-index:2;background-color:#fafbfc;}
.login-input:focus{background-color:#fff;}
.login-input[type="password"],.login-input[type="text"]#password-input{padding-right:45px;}
.login-input::placeholder{color:#9ca3af;opacity:1;}
.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;cursor:pointer;z-index:2;transition:color 0.3s ease;}
.password-toggle:hover{color:#1a74fe;}
.login-options{display:flex;justify-content:space-between;align-items:center;margin-top:10px;margin-bottom:20px;}
.remember-me{display:flex;align-items:center;font-size:12pt;color:#6b7280;cursor:pointer;}
.remember-me input[type="checkbox"]{width:18px;height:18px;cursor:pointer;accent-color:#1a74fe;}
.forgot-password{font-size:12pt;color:#1a74fe;text-decoration:none;font-weight:500;transition:all 0.3s ease;cursor:pointer;}
.forgot-password:hover{color:#5a9cff;text-decoration:underline;}
.signup-link{font-size:13pt;color:#6b7280;margin-top:30px;}
.signup-link a{color:#1a74fe;text-decoration:none;font-weight:600;transition:all 0.3s ease;}
.signup-link a:hover{color:#5a9cff;text-decoration:underline;}

.report-header-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px;padding:20px;margin-bottom:20px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);display:flex;justify-content:space-between;align-items:center;}
.report-header-info{flex:1;}
.report-header-date{font-size:18pt;font-weight:700;color:#1f2937;margin-bottom:8px;}
.report-header-number{font-size:13pt;color:#6b7280;margin-bottom:4px;}
.report-header-technician{font-size:13pt;color:#6b7280;}
.report-status-badge{display:inline-block;padding:8px 16px;border-radius:8px;font-size:12pt;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,0.05);}
.status-completed{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1px solid #a7f3d0;}

.report-detail-card{background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);border-radius:16px;padding:20px;margin-bottom:20px;border:1px solid #f0f4f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.report-detail-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f4f8;}
.report-detail-item:last-child{border-bottom:none;}
.detail-label{font-size:13pt;color:#6b7280;font-weight:500;}
.detail-value{font-size:13pt;color:#1f2937;font-weight:600;text-align:right;flex:1;margin-left:20px;}

.finding-item{display:flex;align-items:flex-start;padding:16px 0;border-bottom:1px solid #f0f4f8;}
.finding-item:last-child{border-bottom:none;}
.finding-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;font-size:18px;}
.finding-normal{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;}
.finding-warning{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);color:#92400e;}
.finding-content{flex:1;}
.finding-title{font-size:14pt;font-weight:600;color:#1f2937;margin-bottom:6px;}
.finding-description{font-size:12pt;color:#6b7280;line-height:1.5;}

.technician-notes{font-size:13pt;color:#374151;line-height:1.6;margin:0;}

.recommendations-list{list-style:none;padding:0;margin:0;}
.recommendations-list li{padding:12px 0;padding-left:28px;position:relative;font-size:13pt;color:#374151;line-height:1.6;}
.recommendations-list li::before{content:'\f058';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:0;color:#1a74fe;font-size:16px;}

.media-tab{display:flex;align-items:center;justify-content:center;padding:14px;background:linear-gradient(135deg,#f5f7fa 0%,#eef2f6 100%);border-radius:12px;cursor:pointer;transition:all 0.3s ease;border:1.5px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,0.04);font-weight:600;font-size:13pt;color:#6b7280;}
.media-tab.active{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;box-shadow:0 4px 12px rgba(26,116,254,0.25);}
.media-tab i{margin-right:8px;font-size:16px;}
.media-content{display:none;margin-top:20px;}
.media-content.active{display:block;}

.photo-item{cursor:pointer;margin-bottom:16px;transition:all 0.3s ease;display:block;text-decoration:none;color:inherit;}
.photo-thumbnail{width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s ease;}
.photo-item:hover .photo-thumbnail{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.photo-label{font-size:12pt;color:#374151;font-weight:500;margin-top:8px;text-align:center;}

.video-item{cursor:pointer;margin-bottom:20px;background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);border-radius:16px;padding:16px;border:1px solid #f0f4f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:all 0.3s ease;}
.video-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.video-thumbnail{width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;border-radius:12px;position:relative;margin-bottom:12px;}
.video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(26,116,254,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 12px rgba(0,0,0,0.3);}
.video-label{font-size:14pt;font-weight:600;color:#1f2937;margin-bottom:4px;}
.video-duration{font-size:12pt;color:#6b7280;}

.photo-modal .modal-content{max-width:90%;max-height:90vh;}
.photo-modal img{max-height:70vh;object-fit:contain;}
.video-modal .modal-content{max-width:90%;max-height:90vh;}
.video-player-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;min-height:300px;}

.title{line-height:40px;font-size:18pt;}


label{margin-bottom:5px;display:block;}

.input1{width:100%;height:44px;padding:12px 16px;font-size:14pt;border:1.5px solid #e0e8f5;border-radius:12px;background-color:#fafbfc;transition:all 0.3s ease;}
.input1:hover{border-color:#b8d4ff;background-color:#fff;}
.input1:focus{border-color:#1a74fe;background-color:#fff;outline:none;box-shadow:0 0 0 3px rgba(26,116,254,0.1);}
textarea.input1{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5;}
.email-message{min-height:150px;}
.email-modal .modal-content{max-height:85vh;}

.profile-image-container{position:relative;display:inline-block;margin:20px 0;}
.profile-image-large{width:120px;height:120px;aspect-ratio:1/1;background-size:cover;border-radius:50%;background-color:#f3f4f6;box-shadow:0 4px 20px rgba(26,116,254,0.2);margin:0 auto;border:4px solid #e0e8ff;transition:all 0.3s ease;}
.profile-image-large:hover{box-shadow:0 6px 24px rgba(26,116,254,0.3);}
.change-profile-image-button{display:block;margin-top:15px;padding:10px 18px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border-radius:12px;cursor:pointer;font-size:12pt;text-align:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(26,116,254,0.25);font-weight:500;}
.change-profile-image-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,116,254,0.35);}
.change-profile-image-button:active{transform:translateY(0);}
.change-profile-image-button i{margin-right:6px;}

.setting-label{display:flex;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all 0.3s ease;border:1px solid #e8f0f8;box-shadow:0 1px 3px rgba(0,0,0,0.04);}
.setting-label:hover{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.setting-label input[type="checkbox"]{width:22px;height:22px;cursor:pointer;accent-color:#1a74fe;}

select.input1{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a74fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:20px;padding-right:40px;cursor:pointer;}

form .row{margin-bottom:10px;}

hr{border:none;border-top:1px solid #e8f0f8;margin:20px 0;}

.tab-button{display:flex;align-items:center;justify-content:flex-start;padding:16px 12px;background:linear-gradient(135deg,#f5f7fa 0%,#eef2f6 100%);border-radius:16px;cursor:pointer;transition:all 0.3s ease;min-height:80px;gap:12px;border:1.5px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.tab-button i{font-size:24px;color:#6b9eff;flex-shrink:0;transition:all 0.3s ease;}
.tab-button span{font-size:11pt;font-weight:500;color:#6b7280;line-height:1.3;text-align:left;display:block;transition:all 0.3s ease;}
.tab-button.active{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;box-shadow:0 4px 12px rgba(26,116,254,0.25);border-color:transparent;}
.tab-button.active i{color:#fff;}
.tab-button.active span{color:#fff;}
.tab-button:hover:not(.active){background:linear-gradient(135deg,#f0f4f8 0%,#e8ecf0 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.08);}
.tab-content{display:none;margin-top:20px;}
.tab-content.active{display:block;}

.report-card{background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 2px 12px rgba(0,0,0,0.06);display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border:1px solid #f0f4f8;transition:all 0.3s ease;}
.report-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.1);}
.report-card-content{flex:1;}
.report-date{font-size:16pt;font-weight:600;margin-bottom:10px;color:#1f2937;}
.report-details{font-size:12pt;color:#6b7280;}
.report-details div{margin-bottom:4px;}
.report-number{font-weight:600;color:#5a9cff;font-size:14pt;}
.report-name{color:#374151;font-weight:500;}
.report-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:140px;}
.report-action-button{width:100%;padding:10px 12px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:11pt;font-weight:500;transition:all 0.3s ease;text-align:center;box-shadow:0 2px 8px rgba(26,116,254,0.2);}
.report-action-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,116,254,0.3);}
.report-action-button:active{transform:translateY(0);}
.report-action-button i{margin-right:6px;font-size:10pt;}

/* Tüm modallar: aşağıdan yukarı tam genişlik kart (bottom sheet), yan boşluk yok */
.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);backdrop-filter:blur(4px);overflow:hidden;align-items:flex-end;justify-content:center;}
.modal.show{display:flex;}
.modal .modal-content{width:100%;max-width:100%;box-sizing:border-box;}
.modal-content{background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);padding:0;border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(100%);transition:transform 0.4s cubic-bezier(0.16,1,0.3,1);box-shadow:0 -4px 24px rgba(0,0,0,0.12);}
.modal.show .modal-content.modal-slide-visible{transform:translateY(0);}
@keyframes slideUp{from{transform:translateY(100%);opacity:0;}to{transform:translateY(0);opacity:1;}}
.modal-header{padding:24px 20px;border-bottom:1px solid #f0f4f8;position:relative;background:transparent;}
.modal-header h2{margin:0;font-size:18pt;font-weight:600;color:#1f2937;}
.close-modal{position:absolute;right:20px;top:24px;font-size:24px;font-weight:300;color:#9ca3af;cursor:pointer;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all 0.3s ease;}
.close-modal:hover{color:#374151;background-color:#f3f4f6;}
.modal-body{padding:24px 20px;}

.appointment-details-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px;padding:20px;margin-bottom:20px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.appointment-info{display:flex;justify-content:space-between;align-items:flex-start;}
.appointment-date-time{flex:1;}
.appointment-date{font-size:16pt;font-weight:600;color:#1f2937;margin-bottom:6px;}
.appointment-time{font-size:14pt;color:#6b7280;margin-bottom:12px;}
.appointment-status{display:inline-block;padding:6px 12px;border-radius:8px;font-size:12pt;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,0.05);}
.status-in-progress{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1px solid #a7f3d0;}
.status-scheduled{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);color:#92400e;border:1px solid #fde68a;}
.technician-info{text-align:center;}
.technician-avatar{width:64px;height:64px;border-radius:50%;background-size:cover;background-color:#f3f4f6;margin:0 auto 8px;border:3px solid #e0e8ff;box-shadow:0 2px 8px rgba(26,116,254,0.15);}
.technician-name{font-size:12pt;font-weight:600;color:#374151;}

.buton1-outline{display:block;width:100%;cursor:pointer;padding:12px 0px;border:1.5px solid #5a9cff;background-color:#fff;color:#1a74fe;border-radius:16px;text-align:center;font-weight:500;margin-top:12px;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(26,116,254,0.1);}
.buton1-outline i{margin-right:5px;}
.buton1-outline:hover{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,116,254,0.25);border-color:transparent;}
.buton1-outline:active{transform:translateY(0);}

.map-container{margin:20px 0;border-radius:16px;overflow:hidden;background-color:#f8fafc;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.map-placeholder{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 50%,#e0e7ff 100%);}
.map-placeholder i{font-size:48px;color:#5a9cff;margin-bottom:12px;opacity:0.8;}
.map-placeholder p{color:#6b7280;font-size:14pt;font-weight:500;}
#map{border-radius:16px;}
.technician-eta{text-align:center;padding:12px;background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);font-size:12pt;color:#374151;font-weight:500;border-top:1px solid #f0f4f8;}

.progress-timeline{margin:24px 0;padding-left:36px;position:relative;}
.progress-timeline::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#e0e8ff 0%,#e8e8e8 100%);}
.progress-timeline.step-1::before{background:linear-gradient(180deg,#1a74fe 0%,#e0e8ff 20%,#e8e8e8 100%);}
.progress-timeline.step-2::before{background:linear-gradient(180deg,#1a74fe 0%,#1a74fe 20%,#e0e8ff 40%,#e8e8e8 100%);}
.progress-timeline.step-3::before{background:linear-gradient(180deg,#1a74fe 0%,#1a74fe 40%,#e0e8ff 60%,#e8e8e8 100%);}
.progress-timeline.step-4::before{background:linear-gradient(180deg,#1a74fe 0%,#1a74fe 60%,#e0e8ff 80%,#e8e8e8 100%);}
.progress-timeline.step-5::before{background:linear-gradient(180deg,#1a74fe 0%,#1a74fe 80%,#e8e8e8 100%);}
.timeline-item{position:relative;margin-bottom:24px;display:flex;align-items:flex-start;}
.timeline-item.active .timeline-icon{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border-color:transparent;box-shadow:0 2px 8px rgba(26,116,254,0.3);}
.timeline-item.active .timeline-content{color:#1a74fe;font-weight:600;}
.timeline-icon{width:36px;height:36px;border-radius:50%;background-color:#fff;border:2px solid #e0e8ff;display:flex;align-items:center;justify-content:center;position:absolute;left:-44px;color:#9ca3af;font-size:12px;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05);}
.timeline-content{margin-left:12px;color:#9ca3af;font-size:12pt;padding-top:8px;transition:all 0.3s ease;}

.contact-support-text{font-size:14pt;color:#6b7280;margin:24px 0;text-align:center;}
.contact-support-link{color:#5a9cff;text-decoration:none;font-weight:600;transition:all 0.3s ease;border-bottom:1.5px solid transparent;}
.contact-support-link:hover{color:#1a74fe;border-bottom-color:#1a74fe;}

.customer-global-support-btn {
    position: fixed;
    right: 16px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a74fe 0%, #0ea5e9 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(26, 116, 254, 0.35);
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

.customer-global-support-btn:hover {
    transform: translateY(-1px);
}

.contact-modal .modal-content{border-radius:24px 24px 0 0;max-height:50vh;}
.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px;}
.contact-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:16px;cursor:pointer;transition:all 0.3s ease;min-height:110px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.contact-option:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,0.1);background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);}
.contact-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:28px;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:all 0.3s ease;}
.contact-option:hover .contact-icon{transform:scale(1.1);}
.message-icon{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);}
.email-icon{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);}
.chat-icon{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);}
.call-icon{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);}
.contact-label{font-size:12pt;font-weight:600;color:#374151;transition:all 0.3s ease;}
.contact-option:hover .contact-label{color:#1f2937;}

.technician-contact-button{display:block;width:100%;cursor:pointer;padding:14px 0px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);color:#374151;border:1.5px solid #e8f0f8;border-radius:16px;text-align:center;font-weight:600;font-size:13pt;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.technician-contact-button i{margin-right:8px;color:#5a9cff;}
.technician-contact-button:hover{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);border-color:#d0e4ff;}
.technician-contact-button:active{transform:translateY(0);}

.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;}
.page-loader.active{opacity:1;visibility:visible;}
.loader-spinner{width:60px;height:60px;border:4px solid #e0e8ff;border-top-color:#1a74fe;border-radius:50%;animation:spin 0.8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.loader-text{position:absolute;top:calc(50% + 50px);color:#6b7280;font-size:14pt;font-weight:500;}

.container{opacity:1;transform:translateY(0);}


.appointment-status-bar{display:flex;justify-content:space-between;align-items:flex-start;margin:20px 0;padding:0;position:relative;}
.appointment-status-bar::before{content:'';position:absolute;top:16px;left:0;right:0;height:3px;background-color:#e8e8e8;z-index:0;}
.appointment-status-bar::after{content:'';position:absolute;top:16px;left:0;width:var(--progress-width,50%);height:3px;background:linear-gradient(90deg,#1a74fe 0%,#5a9cff 100%);z-index:1;transition:width 0.3s ease;}
.status-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2;}
.status-circle{width:32px;height:32px;border-radius:50%;background-color:#e8e8e8;border:2px solid #e8e8e8;display:flex;align-items:center;justify-content:center;position:relative;z-index:3;transition:all 0.3s ease;}
.status-item.active .status-circle{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);border-color:#1a74fe;color:#fff;box-shadow:0 2px 8px rgba(26,116,254,0.3);}
.status-item.active .status-circle i{font-size:12px;}
.status-item span{font-size:11pt;color:#9ca3af;margin-top:10px;font-weight:500;text-align:center;}
.status-item.active span{color:#1a74fe;font-weight:600;}

/* Randevu kartları (Türkçe class eşleştirmeleri) */
.appointment-card,.randevu-karti{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#e8f4fd 0%,#d0e8ff 100%);border-radius:16px;margin-bottom:16px;text-decoration:none;color:inherit;transition:all 0.3s ease;border:1px solid #b8d9f5;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.appointment-card:hover,.randevu-karti:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);background:linear-gradient(135deg,#d0e8ff 0%,#b8d9f5 100%);}
.appointment-icon,.randevu-ikon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;font-size:28px;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.leak-icon{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);}
.repair-icon{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);}
.appointment-content,.randevu-icerik{flex:1;}
.appointment-title,.randevu-baslik{font-size:16pt;font-weight:bold;color:#1f2937;margin-bottom:6px;}
.appointment-description,.randevu-aciklama{font-size:13pt;color:#374151;}

/* Appointment Modal Styles */
.appointment-modal-content{max-height:90vh;overflow-y:auto;}
.appointment-header-section{display:flex;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f4f8;}
.appointment-header-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#1f2937 0%,#374151 100%);display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;}
.appointment-header-icon i{font-size:24px;color:#fff;}
.appointment-header-text{flex:1;}
.appointment-main-title{font-size:18pt;font-weight:700;color:#1f2937;margin:0 0 6px 0;}
.appointment-pool-info{font-size:13pt;color:#6b7280;margin:0;}

/* Info Box */
.appointment-info-box{background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border-radius:12px;padding:16px;margin-bottom:24px;border:1px solid #bae6fd;display:flex;align-items:flex-start;}
.appointment-info-icon{width:24px;height:24px;border-radius:50%;background:#1a74fe;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;}
.appointment-info-icon i{font-size:14px;color:#fff;}
.appointment-info-content{flex:1;}
.appointment-info-title{font-size:14pt;font-weight:700;color:#1a74fe;margin-bottom:6px;}
.appointment-info-description{font-size:12pt;color:#1e40af;line-height:1.5;margin:0;}

/* Date Section */
.appointment-date-section{margin-top:24px;}
.section-title{font-size:16pt;font-weight:700;color:#1f2937;margin:0 0 16px 0;display:flex;align-items:center;}
.section-title i{margin-right:8px;color:#1a74fe;font-size:18px;}

/* Calendar Styles */
.appointment-calendar{background:#fff;border-radius:16px;padding:20px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f4f8;}
.calendar-month{font-size:16pt;font-weight:700;color:#1f2937;}
.calendar-nav-button{background:none;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all 0.3s ease;}
.calendar-nav-button:hover{background:#f3f4f6;color:#1a74fe;}
.calendar-nav-button i{font-size:14px;}
.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:12px;}
.calendar-weekday{text-align:center;font-size:11pt;font-weight:600;color:#6b7280;padding:8px 0;}
.calendar-dates{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;}
.appointment-calendar-date-empty{height:40px;}
.appointment-calendar-date{height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:13pt;font-weight:500;color:#374151;cursor:pointer;transition:all 0.3s ease;background:#fff;border:1px solid transparent;}
.appointment-calendar-date:hover:not(.past):not(.selected){background:#f3f4f6;border-color:#e0e8f5;}
.appointment-calendar-date.selected{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border-color:#1a74fe;box-shadow:0 2px 8px rgba(26,116,254,0.3);font-weight:600;}
.appointment-calendar-date.past{color:#d1d5db;cursor:not-allowed;opacity:0.5;}

/* Form Screen Styles */
.appointment-form-title{font-size:24pt;font-weight:700;color:#1f2937;margin-bottom:24px;text-align:center;}

/* Form Date Section */
.appointment-form-date-section{margin-bottom:24px;}
.appointment-form-date-title{font-size:16pt;font-weight:700;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;}
.appointment-form-date-title i{margin-right:8px;color:#1a74fe;font-size:18px;}
.appointment-form-calendar-small{background:#fff;border-radius:16px;padding:16px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.appointment-form-calendar-dates{display:flex;gap:12px;overflow-x:auto;padding:4px 0;}
.appointment-form-date-card{min-width:60px;padding:12px 8px;border-radius:12px;text-align:center;cursor:pointer;transition:all 0.3s ease;background:#fff;border:2px solid #e8f0f8;}
.appointment-form-date-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);border-color:#b8d4ff;}
.appointment-form-date-card.selected{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);border-color:#1a74fe;box-shadow:0 4px 12px rgba(26,116,254,0.3);}
.appointment-form-date-day{font-size:11pt;font-weight:600;color:#6b7280;margin-bottom:4px;}
.appointment-form-date-card.selected .appointment-form-date-day{color:rgba(255,255,255,0.9);}
.appointment-form-date-number{font-size:18pt;font-weight:700;color:#1f2937;}
.appointment-form-date-card.selected .appointment-form-date-number{color:#fff;}

/* Time Slot Section */
.appointment-time-section{margin-bottom:24px;}
.time-section-title{font-size:16pt;font-weight:700;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;}
.time-section-title i{margin-right:8px;color:#1a74fe;font-size:18px;}
.time-slots{display:flex;flex-direction:column;gap:12px;}
.time-slot{display:flex;align-items:center;padding:16px 20px;background:#fff;border-radius:12px;border:2px solid #e8f0f8;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.time-slot:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);border-color:#b8d4ff;}
.time-slot.selected{background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border-color:#1a74fe;box-shadow:0 4px 12px rgba(26,116,254,0.2);}
.time-slot i{margin-right:12px;font-size:18px;color:#1a74fe;}
.time-slot span{font-size:14pt;font-weight:500;color:#374151;}
.time-slot.selected span{color:#1a74fe;font-weight:600;}

/* Notes Section */
.appointment-notes-section{margin-bottom:24px;}
.notes-section-title{font-size:16pt;font-weight:700;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;}
.notes-section-title i{margin-right:8px;color:#1a74fe;font-size:18px;}
.notes-field{width:100%;padding:16px;font-size:14pt;border:2px solid #e8f0f8;border-radius:12px;background:#fff;resize:vertical;font-family:inherit;line-height:1.5;transition:all 0.3s ease;min-height:120px;}
.notes-field:focus{outline:none;border-color:#1a74fe;box-shadow:0 0 0 3px rgba(26,116,254,0.1);}
.notes-field::placeholder{color:#9ca3af;}

/* Buttons */
.cancel-button{display:block;width:100%;padding:14px 18px;background:#fff;color:#6b7280;border:2px solid #e8f0f8;border-radius:16px;font-size:14pt;font-weight:600;cursor:pointer;transition:all 0.3s ease;margin-bottom:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.cancel-button i{margin-right:8px;color:#9ca3af;}
.cancel-button:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.08);}
.cancel-button:active{transform:translateY(0);}

.create-appointment-button{display:block;width:100%;padding:14px 18px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border:none;border-radius:16px;font-size:14pt;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-align:center;box-shadow:0 4px 12px rgba(26,116,254,0.25);}
.create-appointment-button i{margin-right:8px;color:#fff;}
.create-appointment-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(26,116,254,0.35);}
.create-appointment-button:active{transform:translateY(0);}

/* Appointment Page Styles */
.appointment-progress-title{font-size:18pt;font-weight:700;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;}
.appointment-progress-title i{margin-right:8px;color:#1a74fe;font-size:20px;}
.create-new-appointment-button{display:block;width:100%;padding:16px 20px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border:none;border-radius:16px;font-size:16pt;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-align:center;box-shadow:0 4px 12px rgba(26,116,254,0.25);margin-bottom:20px;}
.create-new-appointment-button i{margin-right:10px;font-size:18px;color:#fff;}
.create-new-appointment-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(26,116,254,0.35);}
.create-new-appointment-button:active{transform:translateY(0);}

/* Empty Appointment Message */
.empty-appointment-message{padding:40px 20px;text-align:center;}
.empty-appointment-message i{font-size:64px;color:#d1d5db;margin-bottom:20px;display:block;}
.empty-appointment-message h3{font-size:24pt;font-weight:700;color:#1f2937;margin:0 0 12px 0;}
.empty-appointment-message p{font-size:14pt;color:#6b7280;margin:0;}

/* Device Number Display */
.device-number-display{font-size:14pt;color:#6b7280;margin-top:12px;padding:12px 20px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;border:1px solid #e8f0f8;display:inline-block;}
.device-number-display i{margin-right:8px;color:#1a74fe;}
.device-number-display span{font-weight:600;color:#1f2937;font-family:monospace;}

/* Address Autocomplete Styles - Google Places */
.pac-container{background:#fff;border:1px solid #e8f0f8;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.1);margin-top:4px;z-index:1000;font-family:roboto,arial,sans-serif !important;}
.pac-item{border-top:1px solid #f0f4f8;padding:12px 16px;cursor:pointer;font-size:14pt !important;color:#374151 !important;transition:all 0.2s ease;font-family:roboto,arial,sans-serif !important;line-height:1.6 !important;font-weight:normal !important;}
.pac-item-query{font-family:roboto,arial,sans-serif !important;font-size:14pt !important;font-weight:normal !important;color:#374151 !important;}
.pac-item-query span{font-family:roboto,arial,sans-serif !important;font-size:14pt !important;}
.pac-matched{font-weight:600 !important;color:#1f2937 !important;}
.pac-item:first-child{border-top:none;}
.pac-item:hover{background:#f3f4f6;}
.pac-item-selected{background:#e0f2fe;color:#1a74fe;}
.pac-icon{width:15px;height:20px;margin-right:10px;background-image:none;background-color:#1a74fe;mask-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE1IDIwIj48cGF0aCBmaWxsPSIjMUE3NEZGIiBkPSJNNy41IDBDMy4zNiAwIDAgMy4zNiAwIDcuNUMwIDEzIDEzIDIwIDEzIDIwUzIwIDEzIDIwIDcuNUMxNSAzLjM2IDExLjY0IDAgNy41IDB6bTAgMTAuNUM2LjEyIDEwLjUgNSA5LjM4IDUgOCA1IDYuNjIgNi4xMiA1LjUgNy41IDUuNUM4Ljg4IDUuNSAxMCA2LjYyIDEwIDhDMCA5LjM4IDguODggMTAuNSA3LjUgMTAuNXoiLz48L3N2Zz4=');-webkit-mask-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE1IDIwIj48cGF0aCBmaWxsPSIjMUE3NEZGIiBkPSJNNy41IDBDMy4zNiAwIDAgMy4zNiAwIDcuNUMwIDEzIDEzIDIwIDEzIDIwUzIwIDEzIDIwIDcuNUMxNSAzLjM2IDExLjY0IDAgNy41IDB6bTAgMTAuNUM2LjEyIDEwLjUgNSA5LjM4IDUgOCA1IDYuNjIgNi4xMiA1LjUgNy41IDUuNUM4Ljg4IDUuNSAxMCA2LjYyIDEwIDhDMCA5LjM4IDguODggMTAuNSA3LjUgMTAuNXoiLz48L3N2Zz4=');mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}
.pac-matched{font-weight:600;}
/* Google Places - "powered by Google" gizle */
.pac-container::after{display:none !important;background-image:none !important;height:0 !important;padding:0 !important;margin:0 !important;}

/* Live Chat Styles */
.chat-container{background:#fff;border-radius:16px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.04);height:calc(100vh - 200px);min-height:500px;display:flex;flex-direction:column;overflow:hidden;}
.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:#f8fafc;}
.chat-message{display:flex;gap:12px;align-items:flex-start;max-width:85%;animation:fadeIn 0.3s ease;}
.chat-message.user-message{margin-left:auto;flex-direction:row-reverse;}
.chat-message.support-message{margin-right:auto;}
.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;color:#fff;}
.user-message .message-avatar{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);}
.support-message .message-avatar{background:linear-gradient(135deg,#10b981 0%,#059669 100%);}
.message-content{flex:1;display:flex;flex-direction:column;gap:4px;}
.message-text{padding:12px 16px;border-radius:12px;font-size:14pt;line-height:1.5;word-wrap:break-word;}
.user-message .message-text{background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border-bottom-right-radius:4px;}
.support-message .message-text{background:#fff;color:#374151;border:1px solid #e8f0f8;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.05);}
.message-time{font-size:11pt;color:#9ca3af;padding:0 4px;}
.user-message .message-time{text-align:right;}
.support-message .message-time{text-align:left;}
.chat-input-area{border-top:1px solid #e8f0f8;padding:16px;background:#fff;}
.chat-input-wrapper{display:flex;gap:12px;align-items:center;}
.chat-input{flex:1;padding:12px 16px;border:2px solid #e8f0f8;border-radius:24px;font-size:14pt;outline:none;transition:all 0.3s ease;background:#f8fafc;}
.chat-input:focus{border-color:#1a74fe;background:#fff;box-shadow:0 0 0 3px rgba(26,116,254,0.1);}
.chat-send-button{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(26,116,254,0.25);}
.chat-send-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,116,254,0.35);}
.chat-send-button:active{transform:translateY(0);}
.chat-message.message-failed .message-text{opacity:0.7;border:1px solid #fecaca;}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

/* Paket Seçim Kartları */
.paket-kart{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);border-radius:16px;margin-bottom:16px;cursor:pointer;transition:all 0.3s ease;border:2px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.06);position:relative;}
.paket-kart:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);border-color:#b8d4ff;}
.paket-kart.mevcut-paket{border-color:#1a74fe;background:linear-gradient(135deg,#f0f7ff 0%,#e8f4fd 100%);}
.paket-kart.devre-disi{opacity:0.5;cursor:not-allowed;}
.paket-kart.devre-disi:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,0.06);border-color:#e8f0f8;}
.paket-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;font-size:28px;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.silver-icon{background:linear-gradient(135deg,#94a3b8 0%,#64748b 100%);}
.gold-icon{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);}
.paket-content{flex:1;}
.paket-baslik{font-size:16pt;font-weight:bold;color:#1f2937;margin-bottom:6px;display:flex;align-items:center;gap:10px;}
.paket-aciklama{font-size:13pt;color:#374151;line-height:1.5;}
.paket-tikla-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;flex-shrink:0;}
.paket-kart:hover .paket-tikla-icon{color:#1a74fe;}
.mevcut-paket-badge{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#5a9cff 0%,#1a74fe 100%);color:#fff;border-radius:12px;font-size:10pt;font-weight:600;box-shadow:0 2px 6px rgba(26,116,254,0.3);}

/* Paket Detay Bölümleri */
.paket-detay-bolumu{background:linear-gradient(135deg,#ffffff 0%,#fafbfc 100%);border-radius:16px;padding:20px;margin-top:20px;margin-bottom:20px;border:1px solid #e8f0f8;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.paket-detay-liste{display:flex;flex-direction:column;gap:12px;}
.paket-detay-ozellik{display:flex;align-items:flex-start;font-size:13pt;color:#374151;line-height:1.6;}
.paket-detay-ozellik i{flex-shrink:0;margin-top:2px;}
.paket-detay-ozellik span{flex:1;}
