.data-container{min-height:100vh;background:#000000;color:#ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}.loading-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:#ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{font-size:16px;color:rgba(255,255,255,.7);margin:0;text-align:center}.auth-prompt-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:radial-gradient(ellipse at center,#111111 0,#000000 100%)}.auth-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:48px 32px;text-align:center;max-width:400px;width:100%;box-shadow:0 20px 40px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.auth-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.15)}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(45deg,#333333,#1a1a1a);border-radius:50%;margin-bottom:24px;box-shadow:0 8px 16px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1)}.lock-icon{width:32px;height:32px;color:#ffffff}.auth-title{font-size:28px;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,#ffffff,#cccccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-description{font-size:16px;color:rgba(255,255,255,.7);line-height:1.6;margin:0 0 32px}.login-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#ffffff,#e0e0e0);color:#000000;text-decoration:none;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.3)}.login-button:hover{background:linear-gradient(135deg,#f5f5f5,#d0d0d0);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.4)}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.login-button:hover .arrow-icon{transform:translateX(4px)}.homepage-wrapper{max-width:1200px;margin:0 auto;padding:40px 20px;min-height:100vh}.homepage-header{text-align:center;margin-bottom:60px;padding-top:40px}.welcome-badge{display:inline-block;background:linear-gradient(135deg,#333333,#1a1a1a);color:#ffffff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:500;margin-bottom:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.homepage-title{font-size:clamp(36px,5vw,48px);font-weight:800;margin:0 0 16px;background:linear-gradient(135deg,#ffffff,#cccccc);letter-spacing:-.02em}.homepage-subtitle{font-size:18px;color:rgba(255,255,255,.7);line-height:1.6;max-width:600px;margin:0 auto}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:40px}.content-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 24px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3)}.content-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.content-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.2);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.1)}.content-card:hover:before{opacity:1}.card-title{font-size:20px;font-weight:700;margin:0 0 12px;color:#ffffff}.card-description{font-size:15px;color:rgba(255,255,255,.6);line-height:1.6;margin:0}@media (max-width:768px){.auth-card{padding:32px 24px;margin:0 16px}.auth-title{font-size:24px}.login-button{padding:14px 24px;font-size:15px}.homepage-wrapper{padding:20px 16px}.homepage-header{margin-bottom:40px;padding-top:20px}.content-grid{grid-template-columns:1fr;gap:16px}.content-card{padding:24px 20px}}@media (max-width:480px){.auth-card{padding:24px 20px}.icon-wrapper{width:60px;height:60px}.lock-icon{width:24px;height:24px}.auth-title{font-size:22px}.auth-description{font-size:15px}.loading-wrapper{padding:20px}.homepage-subtitle{font-size:16px}}html{scroll-behavior:smooth}.login-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.auth-card,.homepage-wrapper,.loading-wrapper{animation:fadeIn .6s ease-out}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.homepage-title{background:linear-gradient(-45deg,#ffffff,#cccccc,#ffffff,#e0e0e0);background-size:400% 400%;animation:gradientShift 4s ease-in-out infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-tab-nav{display:flex;gap:8px;margin:24px 0 0;padding:6px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;width:-moz-fit-content;width:fit-content}.data-tab-btn{display:flex;align-items:center;gap:8px;padding:10px 22px;border-radius:10px;border:1px solid transparent;background:transparent;color:rgba(255,255,255,.5);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease}.data-tab-btn:hover:not(.data-tab-active){background:rgba(255,255,255,.07);color:rgba(255,255,255,.8)}.data-tab-active{background:linear-gradient(135deg,rgba(74,222,128,.15),rgba(34,197,94,.1));border-color:rgba(74,222,128,.35);color:#4ade80}.data-tab-history.data-tab-history-active{background:linear-gradient(135deg,rgba(167,139,250,.15),rgba(124,58,237,.1));border-color:rgba(167,139,250,.35);color:#a78bfa}.data-tab-icon{font-size:13px}@media (max-width:480px){.data-tab-nav{width:100%;justify-content:center}.data-tab-btn{flex:1 1;justify-content:center;padding:10px 12px}}.enhanced-recharge-container{min-height:100vh;background:#000000;color:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:24px;overflow-x:hidden}.enhanced-recharge-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.enhanced-header-content{flex:1 1}.enhanced-page-title{font-size:clamp(28px,4vw,36px);font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#ffffff,#cccccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:12px;letter-spacing:-.02em}.enhanced-title-icon{color:#4ade80;font-size:.8em}.enhanced-page-subtitle{font-size:16px;color:rgba(255,255,255,.6);margin:0;font-weight:400}.enhanced-add-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#000000;border:none;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(74,222,128,.3),inset 0 1px 0 rgba(255,255,255,.2);min-width:120px}.enhanced-add-button:hover{background:linear-gradient(135deg,#22c55e,#16a34a);transform:translateY(-2px);box-shadow:0 6px 20px rgba(74,222,128,.4),inset 0 1px 0 rgba(255,255,255,.3)}.enhanced-search-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.05)}.enhanced-search-container{display:flex;align-items:center;gap:12px;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 20px;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;overflow:hidden}.enhanced-search-container:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4ade80,transparent);opacity:0;transition:opacity .3s ease}.enhanced-search-container.enhanced-search-focused{border-color:rgba(74,222,128,.4);box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 0 3px rgba(74,222,128,.1)}.enhanced-search-container.enhanced-search-focused:before{opacity:1}.enhanced-search-input-wrapper{display:flex;align-items:center;gap:8px;flex:1 1}.enhanced-search-input-zone{position:relative;overflow:hidden;flex:1 1;display:flex;align-items:center;height:100%}.enhanced-search-submit-btn{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(74,222,128,.3);background:rgba(74,222,128,.07);color:rgba(74,222,128,.45);display:flex;align-items:center;justify-content:center;font-size:13px;cursor:not-allowed;z-index:2;transition:left .42s cubic-bezier(.4,0,.2,1),color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.enhanced-search-input-zone--typing .enhanced-search-submit-btn{left:calc(100% - 38px);color:#4ade80;background:rgba(74,222,128,.12);border-color:rgba(74,222,128,.55);cursor:pointer;box-shadow:0 0 0 3px rgba(74,222,128,.1)}.enhanced-search-input-zone--typing .enhanced-search-submit-btn:hover{background:rgba(74,222,128,.25);border-color:#4ade80;box-shadow:0 0 10px rgba(74,222,128,.3);color:#86efac}.enhanced-search-input-zone--typing .enhanced-search-submit-btn:active{background:rgba(74,222,128,.35);transform:translateY(-50%) scale(.92)}.enhanced-search-input{flex:1 1;background:transparent;border:none;outline:none;color:#ffffff;font-size:16px;font-weight:500;font-family:inherit;line-height:1.4;min-width:0;padding-left:44px;padding-right:8px;transition:padding-left .42s cubic-bezier(.4,0,.2,1),padding-right .42s cubic-bezier(.4,0,.2,1)}.enhanced-search-input-zone--typing .enhanced-search-input{padding-left:8px;padding-right:46px}.enhanced-search-input::placeholder{color:rgba(255,255,255,.4);font-weight:400}.enhanced-search-clear{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:6px;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:12px}.enhanced-search-clear:hover{background:rgba(239,68,68,.3);border-color:rgba(239,68,68,.5);transform:scale(1.05)}.enhanced-search-filter-icon{color:rgba(255,255,255,.4);font-size:14px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s ease}.enhanced-search-container.enhanced-search-focused .enhanced-search-filter-icon{color:rgba(255,255,255,.6)}.enhanced-search-results-info{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:14px}.enhanced-results-count{color:#4ade80;font-weight:600;background:rgba(74,222,128,.1);padding:4px 10px;border-radius:6px;border:1px solid rgba(74,222,128,.2)}.enhanced-search-query{color:rgba(255,255,255,.6);font-style:italic}.enhanced-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeInOverlay .3s ease-out;overflow-y:auto}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.enhanced-form-modal{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 rgba(255,255,255,.1);animation:slideInModal .3s ease-out}@keyframes slideInModal{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.enhanced-form-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.enhanced-form-title{font-size:20px;font-weight:700;margin:0;color:#ffffff}.enhanced-close-button{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;font-size:16px}.enhanced-close-button:hover{background:rgba(255,255,255,.1);color:#ffffff}.enhanced-recharge-form{padding:32px}.enhanced-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.enhanced-form-group{display:flex;flex-direction:column}.enhanced-form-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:rgba(255,255,255,.8);margin-bottom:8px}.enhanced-label-icon{font-size:12px;color:#4ade80}.enhanced-form-input{padding:12px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff;font-size:14px;font-family:inherit;transition:all .2s ease}.enhanced-form-input:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.1);background:rgba(255,255,255,.08)}.enhanced-form-input::placeholder{color:rgba(255,255,255,.4)}.enhanced-form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.enhanced-cancel-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.1);border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.enhanced-cancel-button:hover{background:rgba(255,255,255,.1);color:#ffffff}.enhanced-submit-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#000000;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px;justify-content:center}.enhanced-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#22c55e,#16a34a)}.enhanced-submit-button:disabled{opacity:.6;cursor:not-allowed}.enhanced-delete-modal{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:450px;box-shadow:0 25px 50px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 rgba(255,255,255,.1);animation:slideInModal .3s ease-out}.enhanced-delete-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.enhanced-delete-title{font-size:20px;font-weight:700;margin:0;color:#ef4444;display:flex;align-items:center;gap:12px}.enhanced-delete-icon{color:#ef4444}.enhanced-delete-content{padding:32px}.enhanced-delete-warning{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:32px}.enhanced-warning-icon{font-size:48px;color:#f59e0b;margin-bottom:16px}.enhanced-delete-warning p{font-size:16px;color:#ffffff;margin:0 0 8px;font-weight:500}.enhanced-delete-subtext{font-size:14px;color:rgba(255,255,255,.6);font-weight:400}.enhanced-delete-actions{display:flex;gap:12px;justify-content:center}.enhanced-delete-confirm-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#ffffff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px;justify-content:center}.enhanced-delete-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.enhanced-delete-confirm-button:disabled{opacity:.6;cursor:not-allowed}.enhanced-records-section{margin-top:40px}.enhanced-records-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.enhanced-section-title{font-size:20px;font-weight:700;margin:0;color:#ffffff}.enhanced-records-info{font-size:14px;color:rgba(255,255,255,.6);background:rgba(255,255,255,.05);padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.enhanced-records-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.enhanced-record-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);min-height:auto;height:-moz-fit-content;height:fit-content}.enhanced-record-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4ade80,#22c55e);opacity:0;transition:opacity .3s ease}.enhanced-record-card.enhanced-open:before{opacity:1}.enhanced-record-card.enhanced-closed{opacity:.7;border-color:rgba(239,68,68,.3)}.enhanced-record-card.enhanced-closed:before{background:linear-gradient(90deg,#ef4444,#dc2626);opacity:1}.enhanced-record-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.1)}.enhanced-record-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.enhanced-record-name{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#ffffff}.enhanced-record-icon{color:#4ade80;font-size:16px}.enhanced-record-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.enhanced-status-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.enhanced-status-badge.enhanced-open{background:rgba(74,222,128,.2);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.enhanced-status-badge.enhanced-closed{background:rgba(239,68,68,.2);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.enhanced-paid-badge.enhanced-paid{background:rgba(16,185,129,.2);color:#10b981;border:1px solid rgba(16,185,129,.3)}.enhanced-paid-badge.enhanced-unpaid{background:rgba(245,158,11,.2);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.enhanced-edit-button{background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.3);color:#3b82f6;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.enhanced-edit-button:hover{background:rgba(59,130,246,.3);border-color:rgba(59,130,246,.5)}.enhanced-delete-button{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.enhanced-delete-button:hover{background:rgba(239,68,68,.3);border-color:rgba(239,68,68,.5);transform:translateY(-1px)}.enhanced-record-details{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.enhanced-detail-item{display:flex;align-items:center;gap:8px;font-size:14px}.enhanced-detail-icon{color:#4ade80;font-size:12px;min-width:12px}.enhanced-detail-label{color:rgba(255,255,255,.6);font-weight:500;min-width:80px}.enhanced-detail-value{color:#ffffff;font-weight:400;flex:1 1}.enhanced-phone-value-wrap{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.enhanced-copy-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);cursor:pointer;flex-shrink:0;transition:all .2s ease}.enhanced-copy-button:hover{border-color:rgba(74,222,128,.6);color:#4ade80;background:rgba(74,222,128,.12)}.enhanced-detail-value.enhanced-amount{color:#4ade80;font-weight:600}.enhanced-detail-value.enhanced-deadline{color:#f59e0b}.enhanced-record-footer{padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.enhanced-checkbox-group{display:flex;flex-direction:column;gap:12px}.enhanced-checkbox-container{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:rgba(255,255,255,.8);font-weight:500;position:relative}.enhanced-status-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;background:transparent;cursor:pointer;position:relative;transition:all .2s ease}.enhanced-status-checkbox:checked{background:#4ade80;border-color:#4ade80}.enhanced-paid-checkbox:checked{background:#10b981;border-color:#10b981}.enhanced-status-checkbox:checked:after{content:"✓";position:absolute;top:-1px;left:2px;color:#000000;font-size:12px;font-weight:700}.enhanced-checkmark{position:absolute;left:0;height:18px;width:18px}.enhanced-notification-popup{position:fixed;top:24px;right:24px;z-index:2000;max-width:400px;width:auto;min-width:300px;animation:slideInNotification .3s ease-out;box-shadow:0 10px 25px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.enhanced-notification-popup.success{background:linear-gradient(135deg,rgba(74,222,128,.15),rgba(34,197,94,.15));border:1px solid rgba(74,222,128,.3)}.enhanced-notification-popup.error{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(220,38,38,.15));border:1px solid rgba(239,68,68,.3)}.enhanced-notification-content{display:flex;align-items:center;gap:12px;padding:16px 20px;background:rgba(26,26,26,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.enhanced-notification-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;flex-shrink:0}.enhanced-notification-popup.success .enhanced-notification-icon{color:#4ade80;background:rgba(74,222,128,.2)}.enhanced-notification-popup.error .enhanced-notification-icon{color:#ef4444;background:rgba(239,68,68,.2)}.enhanced-notification-message{flex:1 1;font-size:14px;font-weight:500;color:#ffffff;line-height:1.4}.enhanced-notification-close{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.enhanced-notification-close:hover{background:rgba(255,255,255,.1);color:#ffffff}.enhanced-view-more-section{display:flex;justify-content:center;margin:40px 0}.enhanced-view-more-button{display:flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(145deg,#333333,#1a1a1a);color:#ffffff;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.3)}.enhanced-view-more-button:hover{background:linear-gradient(145deg,#404040,#252525);border-color:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.4)}.enhanced-rtd-button{display:flex;align-items:center;gap:5px;padding:5px 10px;background:linear-gradient(135deg,rgba(251,191,36,.15),rgba(245,158,11,.1));border:1px solid rgba(251,191,36,.45);color:#fbbf24;border-radius:8px;font-size:11px;font-weight:800;font-family:inherit;cursor:pointer;letter-spacing:.05em;transition:all .2s ease;white-space:nowrap}.enhanced-rtd-button:hover{background:linear-gradient(135deg,rgba(251,191,36,.28),rgba(245,158,11,.2));border-color:rgba(251,191,36,.7);transform:translateY(-1px);box-shadow:0 4px 12px rgba(251,191,36,.25)}.enhanced-rtd-button svg{font-size:10px}.enhanced-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:rgba(255,255,255,.6)}.enhanced-empty-icon{font-size:48px;color:rgba(255,255,255,.3);margin-bottom:20px}.enhanced-empty-state h3{font-size:20px;font-weight:600;margin:0 0 8px;color:rgba(255,255,255,.8)}.enhanced-empty-state p{font-size:14px;margin:0 0 20px;color:rgba(255,255,255,.5)}.enhanced-clear-search-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#000000;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:12px}.enhanced-clear-search-button:hover{background:linear-gradient(135deg,#22c55e,#16a34a);transform:translateY(-1px)}@media (max-width:1024px){.enhanced-records-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.enhanced-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.enhanced-recharge-container{padding:16px}.enhanced-recharge-header{flex-direction:column;gap:16px;align-items:stretch}.enhanced-header-content{text-align:center}.enhanced-add-button{align-self:center;min-width:140px}.enhanced-search-container{padding:14px 16px;border-radius:12px}.enhanced-search-input{font-size:15px}.enhanced-search-input::placeholder{font-size:14px}.enhanced-records-grid{grid-template-columns:1fr;gap:12px}.enhanced-record-card{padding:14px}.enhanced-record-header{margin-bottom:12px;padding-bottom:8px;flex-direction:column;gap:12px;align-items:flex-start}.enhanced-record-actions{align-self:flex-end;flex-wrap:wrap;gap:8px}.enhanced-checkbox-group{gap:10px}.enhanced-record-details{gap:7px;margin-bottom:12px}.enhanced-record-footer{padding-top:8px}.enhanced-notification-popup{top:16px;right:16px;left:16px;max-width:none;min-width:auto}.enhanced-notification-content{padding:14px 16px}.enhanced-notification-message{font-size:13px}.enhanced-detail-item{flex-wrap:wrap;gap:6px}.enhanced-detail-label{min-width:auto;flex-basis:100%;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.enhanced-detail-value{font-size:15px;margin-left:20px}.enhanced-phone-value-wrap{width:100%;margin-left:20px}.enhanced-delete-modal,.enhanced-form-modal{margin:10px;max-height:calc(100vh - 20px);max-width:calc(100vw - 20px)}.enhanced-delete-content,.enhanced-recharge-form{padding:24px}.enhanced-delete-header,.enhanced-form-header{padding:20px 24px}.enhanced-delete-actions,.enhanced-form-actions{flex-direction:column;gap:8px}.enhanced-cancel-button,.enhanced-delete-confirm-button,.enhanced-submit-button{width:100%;justify-content:center}.enhanced-records-header{flex-direction:column;gap:8px;align-items:flex-start}}@media (max-width:480px){.enhanced-recharge-container{padding:12px}.enhanced-page-title{font-size:24px}.enhanced-record-card{padding:16px}.enhanced-record-name{font-size:16px}.enhanced-detail-item{font-size:13px}.enhanced-detail-value{font-size:14px}.enhanced-delete-modal,.enhanced-form-modal{margin:5px;border-radius:12px}.enhanced-delete-content,.enhanced-recharge-form{padding:20px}.enhanced-delete-header,.enhanced-form-header{padding:16px 20px}.enhanced-view-more-button{padding:12px 24px;font-size:14px}}.suggestion-container{width:100%;background:#000000;color:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.05);min-height:auto;overflow:hidden}.suggestion-header{margin-bottom:20px}.suggestion-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#ffffff}.suggestion-title-icon{color:#f59e0b;font-size:16px}.suggestion-count{background:linear-gradient(135deg,#f59e0b,#d97706);color:#000000;font-size:12px;font-weight:700;padding:4px 8px;border-radius:12px;min-width:20px;text-align:center}.suggestion-slider{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;min-height:120px;overflow:visible}.suggestion-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);cursor:pointer;transform-origin:center}.suggestion-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f59e0b,#d97706);opacity:0;transition:opacity .4s ease}.suggestion-card.transitioning{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.suggestion-main{width:100%;max-width:400px;flex-shrink:0;transform:scale(1);z-index:10;opacity:1}.suggestion-main.transitioning{animation:slideInFromRight .4s cubic-bezier(.25,.46,.45,.94)}.suggestion-main:before{opacity:1}.suggestion-main:hover{transform:scale(1.02);border-color:rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.1)}.suggestion-today{background:linear-gradient(145deg,#1a1a0d,#0d0d05);border-color:rgba(245,158,11,.3);animation:pulse-today 2s ease-in-out infinite}.suggestion-today:before{background:linear-gradient(90deg,#f59e0b,#eab308,#f59e0b);animation:shimmer 2s ease-in-out infinite}.suggestion-urgent{background:linear-gradient(145deg,#1a0d0d,#0d0505);border-color:rgba(239,68,68,.3)}.suggestion-urgent:before{background:linear-gradient(90deg,#ef4444,#dc2626)}.suggestion-preview{width:80px;max-width:80px;padding:12px;opacity:.6;transform:scale(.8);flex-shrink:0;z-index:5;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.suggestion-preview.transitioning{animation:scalePreview .4s cubic-bezier(.25,.46,.45,.94)}.suggestion-preview:hover{opacity:.8;transform:scale(.85)}.suggestion-prev{margin-right:-8px}.suggestion-next{margin-left:-8px}.suggestion-nav{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;z-index:15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.suggestion-nav:disabled{opacity:.5;cursor:not-allowed}.suggestion-nav:not(:disabled):hover{background:rgba(255,255,255,.1);color:#ffffff;transform:scale(1.1)}.suggestion-nav-prev{left:-20px}.suggestion-nav-next{right:-20px}.suggestion-priority-indicator{position:absolute;top:12px;right:12px;z-index:20}.suggestion-fire{color:#f59e0b;font-size:18px;animation:flicker 1.5s ease-in-out infinite alternate}.suggestion-warning{color:#ef4444;font-size:16px;animation:pulse-warning 1.5s ease-in-out infinite}.suggestion-card-content{display:flex;flex-direction:column;gap:16px;position:relative;z-index:10}.suggestion-info{display:flex;flex-direction:column;gap:8px}.suggestion-name-section,.suggestion-phone-section{display:flex;align-items:center;gap:8px}.suggestion-icon{color:#4ade80;font-size:12px;min-width:12px}.suggestion-name{font-size:16px;font-weight:600;color:#ffffff}.suggestion-name,.suggestion-phone{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-phone{font-size:14px;color:rgba(255,255,255,.7);font-weight:400}.suggestion-deadline{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.suggestion-deadline-info{display:flex;align-items:center;gap:8px}.suggestion-deadline-icon{color:#f59e0b;font-size:12px}.suggestion-deadline-text{display:flex;flex-direction:column;gap:2px}.suggestion-days{font-size:14px;font-weight:600;color:#ffffff}.suggestion-days.overdue{color:#ef4444;animation:pulse-overdue 1.5s ease-in-out infinite}.suggestion-date{font-size:12px;color:rgba(255,255,255,.6)}.suggestion-amount{font-size:16px;font-weight:700;color:#4ade80}.suggestion-reason,.suggestion-validity{padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.suggestion-reason-text,.suggestion-validity-text{font-size:12px;color:rgba(255,255,255,.6);font-style:italic}.suggestion-progress{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.05);min-height:20px}.suggestion-progress-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.suggestion-progress-dot.active{background:#f59e0b;transform:scale(1.3);box-shadow:0 0 8px rgba(245,158,11,.5)}.suggestion-progress-dot:hover{background:rgba(255,255,255,.5);transform:scale(1.2)}.suggestion-counter{display:flex;align-items:center;justify-content:center}.suggestion-counter-text{font-size:12px;font-weight:500;color:rgba(255,255,255,.7);background:rgba(255,255,255,.1);padding:4px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.suggestion-preview .suggestion-card-content{gap:4px;align-items:center;text-align:center}.suggestion-preview .suggestion-name{font-size:11px;font-weight:500}.suggestion-preview .suggestion-phone{font-size:10px;opacity:.7}.suggestion-preview .suggestion-deadline,.suggestion-preview .suggestion-info,.suggestion-preview .suggestion-progress,.suggestion-preview .suggestion-reason,.suggestion-preview .suggestion-validity{display:none}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px) scale(.95)}50%{opacity:.7}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes scalePreview{0%{transform:scale(.7);opacity:.4}50%{transform:scale(.85);opacity:.7}to{transform:scale(.8);opacity:.6}}@keyframes pulse-today{0%,to{box-shadow:0 4px 20px rgba(0,0,0,.3),0 0 0 0 rgba(245,158,11,.4)}50%{box-shadow:0 4px 20px rgba(0,0,0,.3),0 0 0 4px rgba(245,158,11,.2)}}@keyframes pulse-warning{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes pulse-overdue{0%,to{opacity:1}50%{opacity:.7}}@keyframes flicker{0%,to{opacity:1;transform:scale(1)}25%{opacity:.8;transform:scale(1.05)}50%{opacity:1;transform:scale(.95)}75%{opacity:.9;transform:scale(1.02)}}@keyframes shimmer{0%{background:linear-gradient(90deg,#f59e0b,#eab308,#f59e0b)}50%{background:linear-gradient(90deg,#eab308,#f59e0b,#eab308)}to{background:linear-gradient(90deg,#f59e0b,#eab308,#f59e0b)}}@media (max-width:768px){.suggestion-container{padding:16px 20px}.suggestion-slider{gap:12px;min-height:100px}.suggestion-main{max-width:320px;padding:16px}.suggestion-preview{width:60px;max-width:60px;padding:8px}.suggestion-nav{width:36px;height:36px}.suggestion-nav-prev{left:-18px}.suggestion-nav-next{right:-18px}.suggestion-name{font-size:15px}.suggestion-days,.suggestion-phone{font-size:13px}.suggestion-amount{font-size:15px}.suggestion-title{font-size:16px}.suggestion-preview .suggestion-name{font-size:10px}.suggestion-preview .suggestion-phone{font-size:9px}}@media (max-width:480px){.suggestion-container{padding:12px 16px}.suggestion-slider{gap:8px;min-height:90px}.suggestion-main{max-width:280px;padding:14px}.suggestion-preview{width:50px;max-width:50px;padding:6px}.suggestion-nav{width:32px;height:32px;font-size:12px}.suggestion-nav-prev{left:-16px}.suggestion-nav-next{right:-16px}.suggestion-card-content{gap:12px}.suggestion-info{gap:6px}.suggestion-deadline{padding-top:8px}.suggestion-progress{margin-top:12px;padding-top:8px}.suggestion-progress-dot{width:5px;height:5px}.suggestion-title{font-size:15px}.suggestion-count{font-size:11px;padding:3px 6px}}@media (max-width:360px){.suggestion-container{padding:10px 12px}.suggestion-main{max-width:250px;padding:12px}.suggestion-preview{display:none}.suggestion-nav{width:28px;height:28px;font-size:10px}.suggestion-nav-prev{left:-14px}.suggestion-nav-next{right:-14px}.suggestion-name{font-size:14px}.suggestion-days,.suggestion-phone{font-size:12px}.suggestion-amount{font-size:14px}}@media (prefers-contrast:high){.suggestion-card{border-color:rgba(255,255,255,.3)}.suggestion-today{background:rgba(245,158,11,.1)}.suggestion-urgent{background:rgba(239,68,68,.1)}}@media (prefers-reduced-motion:reduce){.suggestion-card,.suggestion-main,.suggestion-nav,.suggestion-preview,.suggestion-progress-dot{animation:none;transition:none}.suggestion-main:hover,.suggestion-nav:hover,.suggestion-preview:hover{transform:none}.suggestion-fire,.suggestion-warning{animation:none}}.suggestion-card:focus,.suggestion-nav:focus,.suggestion-progress-dot:focus{outline:2px solid rgba(245,158,11,.5);outline-offset:2px}@media (hover:none) and (pointer:coarse){.suggestion-preview{opacity:.8}.suggestion-nav{width:44px;height:44px}.suggestion-progress-dot{width:8px;height:8px}}.suggestion-container.loading{opacity:.7;pointer-events:none}.suggestion-container{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");.history-container{min-height:100vh;background:#000000;color:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:24px;overflow-x:hidden}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.history-spinner{width:46px;height:46px;border:3px solid rgba(255,255,255,.1);border-top-color:#a78bfa;border-radius:50%;animation:history-spin .9s linear infinite}@keyframes history-spin{to{transform:rotate(1turn)}}@keyframes history-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.history-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1);gap:16px;flex-wrap:wrap}.history-header-content{flex:1 1}.history-title{font-size:clamp(26px,4vw,34px);font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#ffffff,#cccccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:12px;letter-spacing:-.02em}.history-title-icon{color:#a78bfa;font-size:.8em;-webkit-text-fill-color:#a78bfa}.history-subtitle{font-size:15px;color:rgba(255,255,255,.55);margin:0;font-weight:400}.history-refresh-button{display:flex;align-items:center;gap:8px;padding:11px 20px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#ffffff;border:none;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(124,58,237,.3);white-space:nowrap;align-self:flex-start}.history-refresh-button:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.4)}.history-refresh-button:disabled{opacity:.65;cursor:not-allowed}.history-refresh-button.spinning svg{animation:history-spin .9s linear infinite}.history-controls{margin-bottom:20px;display:flex;flex-direction:column;gap:16px}.history-search-container{display:flex;align-items:center;gap:12px;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 20px;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;overflow:hidden}.history-search-container:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#a78bfa,transparent);opacity:0;transition:opacity .3s ease}.history-search-focused{border-color:rgba(167,139,250,.4);box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 0 3px rgba(167,139,250,.1)}.history-search-focused:before{opacity:1}.history-search-input-wrapper{display:flex;align-items:center;gap:8px;flex:1 1}.history-search-input-zone{position:relative;overflow:hidden;flex:1 1;display:flex;align-items:center;height:100%}.history-search-icon-btn{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(167,139,250,.35);background:rgba(167,139,250,.08);color:rgba(167,139,250,.5);display:flex;align-items:center;justify-content:center;font-size:13px;cursor:not-allowed;z-index:2;transition:left .42s cubic-bezier(.4,0,.2,1),color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.history-search-input-zone--typing .history-search-icon-btn{left:calc(100% - 38px);color:#a78bfa;background:rgba(167,139,250,.15);border-color:rgba(167,139,250,.55);cursor:pointer;box-shadow:0 0 0 3px rgba(167,139,250,.12)}.history-search-input-zone--typing .history-search-icon-btn:hover{background:rgba(167,139,250,.28);border-color:#a78bfa;box-shadow:0 0 10px rgba(167,139,250,.35);color:#c4b5fd}.history-search-input-zone--typing .history-search-icon-btn:active{background:rgba(167,139,250,.38);transform:translateY(-50%) scale(.92)}.history-search-input{flex:1 1;background:transparent;border:none;outline:none;color:#ffffff;font-size:15px;font-weight:500;font-family:inherit;min-width:0;padding-left:44px;padding-right:8px;transition:padding-left .42s cubic-bezier(.4,0,.2,1),padding-right .42s cubic-bezier(.4,0,.2,1)}.history-search-input-zone--typing .history-search-input{padding-left:8px;padding-right:46px}.history-search-input::placeholder{color:rgba(255,255,255,.4);font-weight:400}.history-search-clear{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:5px 8px;border-radius:6px;cursor:pointer;font-size:12px;display:flex;align-items:center;transition:all .2s}.history-search-clear:hover{background:rgba(239,68,68,.3)}.history-filter-icon{color:rgba(255,255,255,.4);font-size:14px;flex-shrink:0}.history-filter-pills{display:flex;flex-wrap:wrap;gap:10px}.history-pill{display:flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}.history-pill:hover{background:rgba(255,255,255,.1);color:#ffffff}.history-pill-active{background:rgba(167,139,250,.15);border-color:rgba(167,139,250,.5);color:#a78bfa}.history-pill-create.history-pill-active{background:rgba(74,222,128,.1);border-color:rgba(74,222,128,.4);color:#4ade80}.history-pill-update.history-pill-active{background:rgba(96,165,250,.1);border-color:rgba(96,165,250,.4);color:#60a5fa}.history-pill-delete.history-pill-active{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.4);color:#ef4444}.history-results-info{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:16px;color:rgba(255,255,255,.6)}.history-results-count{color:#a78bfa;font-weight:700;background:rgba(167,139,250,.1);padding:3px 10px;border-radius:6px;border:1px solid rgba(167,139,250,.2)}.history-records-section{margin-top:32px}.history-records-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap;gap:8px}.history-section-title{font-size:18px;font-weight:700;margin:0;color:#ffffff}.history-records-info{font-size:13px;color:rgba(255,255,255,.55);background:rgba(255,255,255,.05);padding:5px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.08)}.history-timeline{display:flex;flex-direction:column;gap:16px}.history-card{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.3);transition:all .3s ease;animation:history-fade-in .3s ease-out}.history-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.history-card-create:before{background:linear-gradient(90deg,#4ade80,#22c55e)}.history-card-update:before{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.history-card-delete:before{background:linear-gradient(90deg,#ef4444,#dc2626)}.history-card-rtd:before{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.history-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.15);box-shadow:0 8px 30px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.07)}.history-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:8px}.history-card-left{display:flex;align-items:center;gap:10px}.history-card-right{display:flex;align-items:center;gap:8px}.history-card-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;border-radius:8px;padding:2px 0;transition:opacity .15s}.history-card-summary:hover{opacity:.9}.history-card-summary-left{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.history-summary-log{margin:0;font-size:14px;font-weight:500;color:rgba(255,255,255,.82);line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-summary-log--expanded{white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.history-card-summary-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.history-chevron{font-size:11px;color:rgba(255,255,255,.35);transition:transform .25s ease}.history-chevron-open{transform:rotate(180deg)}.history-card-detail{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);animation:history-fade-in .2s ease-out}.history-detail-row{margin-bottom:10px}.history-action-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.history-badge-create{background:rgba(74,222,128,.12);border:1px solid rgba(74,222,128,.35);color:#4ade80}.history-badge-update{background:rgba(96,165,250,.12);border:1px solid rgba(96,165,250,.35);color:#60a5fa}.history-badge-delete{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#ef4444}.history-badge-rtd{background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.4);color:#fbbf24}.history-record-type{font-size:12px;color:rgba(255,255,255,.4);background:rgba(255,255,255,.05);padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.08);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.history-time-ago{display:flex;align-items:center;gap:5px;font-size:13px;color:rgba(255,255,255,.45)}.history-time-icon{font-size:11px}.history-log-message{display:flex;align-items:flex-start;gap:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px 16px;margin-bottom:14px}.history-log-icon{color:rgba(255,255,255,.35);font-size:14px;flex-shrink:0;margin-top:2px}.history-log-message p{margin:0;font-size:14px;font-weight:500;color:rgba(255,255,255,.85);line-height:1.5}.history-changes-section{margin-bottom:14px}.history-changes-title{font-size:12px;color:rgba(255,255,255,.45);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.history-changes-grid{display:flex;flex-direction:column;gap:6px}.history-change-item{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 14px;background:rgba(96,165,250,.05);border:1px solid rgba(96,165,250,.12);border-radius:8px;font-size:13px}.history-change-field{font-weight:700;color:#60a5fa;min-width:80px;text-transform:capitalize}.history-change-old{color:rgba(239,68,68,.85);background:rgba(239,68,68,.08);padding:2px 8px;border-radius:5px;font-weight:500;text-decoration:line-through;-webkit-text-decoration-color:rgba(239,68,68,.5);text-decoration-color:rgba(239,68,68,.5)}.history-change-arrow{color:rgba(255,255,255,.3);font-size:11px;flex-shrink:0}.history-change-new{color:rgba(74,222,128,.9);background:rgba(74,222,128,.08);padding:2px 8px;border-radius:5px;font-weight:600}.history-card-footer{justify-content:space-between;padding-top:12px;border-top:1px solid rgba(255,255,255,.07);gap:10px}.history-card-footer,.history-footer-left{display:flex;align-items:center;flex-wrap:wrap}.history-footer-left{gap:14px}.history-card-date,.history-card-user{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.45)}.history-date-icon,.history-user-icon{font-size:11px}.history-delete-entry-btn{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:8px;border:1px solid rgba(239,68,68,.35);background:rgba(239,68,68,.08);color:rgba(239,68,68,.75);font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.history-delete-entry-btn:hover{background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.6);color:#ef4444;transform:translateY(-1px);box-shadow:0 3px 10px rgba(239,68,68,.2)}.history-delete-entry-btn svg{font-size:11px}.history-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:12px}.history-empty-icon{font-size:56px;color:rgba(255,255,255,.1);margin-bottom:8px}.history-empty-state h3{font-size:20px;font-weight:700;color:rgba(255,255,255,.7);margin:0}.history-empty-state p{font-size:14px;color:rgba(255,255,255,.4);margin:0}.history-clear-filters-button{margin-top:8px;padding:10px 24px;background:rgba(167,139,250,.15);border:1px solid rgba(167,139,250,.35);color:#a78bfa;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.history-clear-filters-button:hover{background:rgba(167,139,250,.25)}.history-view-more-section{display:flex;justify-content:center;margin-top:32px}.history-view-more-button{display:flex;align-items:center;gap:8px;padding:12px 32px;background:linear-gradient(135deg,rgba(167,139,250,.15),rgba(124,58,237,.15));border:1px solid rgba(167,139,250,.3);color:#a78bfa;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease}.history-view-more-button:hover{background:linear-gradient(135deg,rgba(167,139,250,.25),rgba(124,58,237,.25));transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.25)}@media (max-width:600px){.history-container{padding:16px}.history-header{flex-direction:column;align-items:flex-start}.history-refresh-button{align-self:flex-start}.history-card{padding:16px}.history-change-item{flex-wrap:wrap}.history-card-footer{gap:4px}.history-card-footer,.history-records-header{flex-direction:column;align-items:flex-start}}.history-notification-popup{position:fixed;top:24px;right:24px;z-index:2000;max-width:400px;width:auto;min-width:300px;animation:slideInNotification .3s ease-out;box-shadow:0 10px 25px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05);border-radius:12px;overflow:hidden}.history-notification-popup.success{background:linear-gradient(135deg,rgba(74,222,128,.15),rgba(34,197,94,.15));border:1px solid rgba(74,222,128,.3)}.history-notification-popup.error{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(220,38,38,.15));border:1px solid rgba(239,68,68,.3)}.history-notification-content{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(26,26,26,.95)}.history-notification-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.history-notification-popup.success .history-notification-icon{color:#4ade80}.history-notification-popup.error .history-notification-icon{color:#ef4444}.history-notification-message{flex:1 1;color:#fff;font-weight:500}.history-notification-close{background:none;border:none;color:rgba(255,255,255,.6)}@keyframes slideInNotification{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}