@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:4px}.skeleton-text{height:16px;margin-bottom:8px;border-radius:4px}.skeleton-heading{height:24px;margin-bottom:12px;border-radius:6px}.skeleton-card{height:120px;border-radius:12px}.skeleton-circle{border-radius:50%}.skeleton-button{height:44px;border-radius:8px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;min-height:200px}.spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#2d9b8a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:14px;color:#666;font-weight:500}.skeleton-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}@media(min-width:768px){.skeleton-stats-grid{grid-template-columns:repeat(4,1fr)}}.skeleton-stat-card{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:100px;border-radius:12px}.skeleton-list{display:flex;flex-direction:column;gap:12px}.skeleton-list-item{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:140px;border-radius:12px}.skeleton-pipeline{display:flex;flex-direction:column;gap:24px}@media(min-width:1024px){.skeleton-pipeline{flex-direction:row}}.skeleton-pipeline-column{flex:1;min-width:0}.skeleton-pipeline-column .skeleton-column-header{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:80px;border-radius:12px;margin-bottom:12px}.skeleton-pipeline-column .skeleton-column-cards{display:flex;flex-direction:column;gap:8px}.skeleton-pipeline-column .skeleton-column-card{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:120px;border-radius:12px}.skeleton-calendar{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:600px;border-radius:12px;margin-top:16px}.skeleton-chart{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 80px);background-size:200px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;height:300px;border-radius:12px;margin-bottom:24px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;min-height:300px;text-align:center}.error-icon{width:64px;height:64px;stroke:#d84646;margin-bottom:8px}.error-title{font-family:var(--font-display);font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 8px}.error-message{font-size:14px;color:#666;line-height:1.5;max-width:400px;margin:0 0 16px}.error-details{font-size:12px;color:#999;font-family:monospace;background:#f5f5f5;padding:8px 12px;border-radius:4px;margin:0 0 16px;max-width:500px;word-break:break-all}.retry-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#2d9b8a,#1a6b5f);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-height:44px}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2d9b8a4d}.retry-btn:active{transform:translateY(0)}.retry-btn svg{width:16px;height:16px;stroke:currentColor}.error-state-network .error-icon{stroke:#e5a854}.error-state-not-found .error-icon{stroke:#999}.error-state-permission .error-icon{stroke:#d84646}.inline-error{display:flex;align-items:center;gap:8px;padding:12px;background:#d846461a;border-left:3px solid #d84646;border-radius:4px;margin:16px 0}.inline-error .inline-error-icon{width:20px;height:20px;stroke:#d84646;flex-shrink:0}.inline-error .inline-error-message{font-size:14px;color:#d84646;font-weight:500;line-height:1.4}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000026;z-index:9999;animation:slideUp .3s ease;max-width:90%}@media(min-width:768px){.toast{bottom:24px;max-width:500px}}.toast.toast-error{border-left:4px solid #d84646}.toast.toast-error .toast-icon{stroke:#d84646}.toast.toast-success{border-left:4px solid #4caf50}.toast.toast-success .toast-icon{stroke:#4caf50}.toast.toast-warning{border-left:4px solid #e5a854}.toast.toast-warning .toast-icon{stroke:#e5a854}.toast.toast-info{border-left:4px solid #2196f3}.toast.toast-info .toast-icon{stroke:#2196f3}.toast .toast-icon{width:24px;height:24px;flex-shrink:0}.toast .toast-message{font-size:14px;color:#2c3e50;font-weight:500;line-height:1.4}.toast .toast-close{width:20px;height:20px;padding:0;margin-left:auto;background:transparent;border:none;cursor:pointer;stroke:#999;flex-shrink:0}.toast .toast-close:hover{stroke:#666}@keyframes slideUp{0%{transform:translate(-50%,100px);opacity:0}to{transform:translate(-50%);opacity:1}}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%;height:100%}body{font-family:Manrope,sans-serif;font-weight:400;background:linear-gradient(180deg,#f9fafa,#f8fafb);margin:0;padding:0;min-height:100vh;color:#1a2332;font-size:15px;line-height:1.6;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}h1,h2,h3,h4,h5,h6{margin:0 0 16px;color:#1a2332}h1{font-family:Sora,sans-serif;font-weight:700;letter-spacing:-.5px;font-size:40px;line-height:1.2}@media(max-width:767px){h1{font-size:32px}}h2{font-family:Sora,sans-serif;font-weight:700;letter-spacing:-.5px;font-size:32px;line-height:1.2}@media(max-width:767px){h2{font-size:24px}}h3{font-family:Sora,sans-serif;font-weight:700;letter-spacing:-.5px;font-size:24px;line-height:1.5}@media(max-width:767px){h3{font-size:20px}}h4{font-family:Sora,sans-serif;font-weight:700;letter-spacing:-.5px;font-size:18px;line-height:1.5}p{margin:0 0 16px}a{color:#0c5449;text-decoration:none;transition:color .3s ease}a:hover{color:#2d9b8a}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:100%;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{max-width:100%;padding:0 24px}}@media(min-width:1024px){.container{max-width:1400px;padding:0 32px}}.text-center{text-align:center}.text-primary{color:#1a2332}.text-secondary{color:#5a6c7d}.text-light{color:#8b9daf}.text-naar{color:#0c5449}.mt-xs{margin-top:8px}.mt-sm{margin-top:12px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:32px}.mb-xs{margin-bottom:8px}.mb-sm{margin-bottom:12px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.mb-xl{margin-bottom:32px}.pt-xs{padding-top:8px}.pt-sm{padding-top:12px}.pt-md{padding-top:16px}.pt-lg{padding-top:24px}.pt-xl{padding-top:32px}.pb-xs{padding-bottom:8px}.pb-sm{padding-bottom:12px}.pb-md{padding-bottom:16px}.pb-lg{padding-bottom:24px}.pb-xl{padding-bottom:32px}@media(max-width:767px){input[type=text],input[type=email],input[type=tel],input[type=number],textarea,select{font-size:16px!important}body{-webkit-overflow-scrolling:touch}}@media print{body{background:#fff}.no-print{display:none!important}}
