.jwt-decoder-container{background:#f8f9fa;flex-direction:column;width:100%;height:calc(100vh - 69px);display:flex;overflow-y:auto}.decoder-header{color:#fff;text-align:center;background:linear-gradient(135deg,#f36e2b 0%,#e55a1a 100%);flex-shrink:0;padding:2rem}.decoder-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:600}.decoder-header p{opacity:.9;margin:0;font-size:1rem}.main-content{flex-shrink:0;gap:1rem;min-height:400px;padding:1rem;display:flex}.input-panel{background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:400px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.panel-header{background:#f7fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.panel-header h3{color:#2d3748;margin:0;font-size:1rem;font-weight:600}.panel-controls{gap:.5rem;display:flex}.panel-btn{cursor:pointer;color:#718096;background:0 0;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;transition:all .2s;display:flex;position:relative}.panel-btn:hover{color:#f36e2b;background:#f7fafc;border-color:#f36e2b}.panel-btn:disabled{cursor:not-allowed;opacity:.7}.panel-btn:disabled:hover{color:#718096;background:0 0;border-color:#e2e8f0}.token-input-container{flex-direction:column;flex:1;display:flex;position:relative}.token-input{resize:none;color:#2d3748;background:#fff;border:none;outline:none;flex:1;min-height:300px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.token-input::placeholder{color:#a0aec0}.copy-token-btn{cursor:pointer;color:#718096;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;transition:all .2s;display:flex;position:relative;top:.5rem;right:.5rem}.copy-token-btn:hover{color:#f36e2b;background:#fff;border-color:#f36e2b}.control-panel{background:#f36e2b;border-radius:8px;flex-direction:column;flex-shrink:0;gap:.75rem;width:280px;min-height:400px;padding:1rem;display:flex;overflow-y:auto}.control-btn{color:#2d3748;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.control-btn:hover{background:#f7fafc;border-color:#f36e2b}.control-btn:disabled{cursor:not-allowed;opacity:.7}.control-btn:disabled:hover{background:#fff;border-color:#e2e8f0}.control-btn.primary{color:#fff;background:#f36e2b;border-color:#e55a1a}.control-btn.primary:hover{background:#e55a1a}.control-btn.featured{color:#fff;background:linear-gradient(135deg,#f36e2b 0%,#e55a1a 100%);border:2px solid #e55a1a;padding:1rem 1.25rem;font-size:1rem;font-weight:600;transform:scale(1.02);box-shadow:0 4px 12px #f36e2b4d}.control-btn.featured:hover{background:linear-gradient(135deg,#e55a1a 0%,#d44a0a 100%);transform:scale(1.05);box-shadow:0 6px 16px #f36e2b66}.control-btn.featured:disabled{opacity:.7;transform:scale(1)}.control-btn.featured:disabled:hover{transform:scale(1);box-shadow:0 4px 12px #f36e2b4d}.panel-footer{color:#fff;text-align:center;border-top:1px solid #fff3;margin-top:auto;padding-top:1rem;font-size:.75rem}.info-panel{background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:400px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.info-content{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex}.info-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.info-label{color:#718096;font-size:.875rem;font-weight:500}.info-value{color:#2d3748;font-size:.875rem;font-weight:600}.tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;background:#374151;border-radius:6px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.75rem;transition:all .2s;position:absolute;bottom:120%;left:50%;transform:translate(-50%)}.tooltip:after{content:"";border:4px solid #0000;border-top-color:#374151;position:absolute;top:100%;left:50%;transform:translate(-50%)}.control-btn:hover .tooltip,.panel-btn:hover .tooltip{opacity:1;visibility:visible}.copied-indicator{color:#fff;white-space:nowrap;background:#48bb78;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;animation:2s ease-in-out fadeInOut;position:absolute;top:-25px;right:0}.results-section{background:#fff;border-radius:8px;flex-shrink:0;margin:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.results-header{background:#f7fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.results-header h3{color:#2d3748;margin:0;font-size:1.125rem;font-weight:600}.results-controls{gap:.5rem;display:flex}.copy-btn{cursor:pointer;color:#718096;background:0 0;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;transition:all .2s;display:flex;position:relative}.copy-btn:hover{color:#f36e2b;background:#f7fafc;border-color:#f36e2b}.error-message{color:#c53030;background:#fed7d7;border-left:4px solid #e53e3e;padding:1rem 1.5rem}.error-message h4{margin:0 0 .5rem;font-size:1rem;font-weight:600}.error-message p{margin:0;font-size:.875rem;line-height:1.5}.decoded-content{padding:1.5rem}.decoded-section{margin-bottom:2rem}.decoded-section:last-child{margin-bottom:0}.section-header{margin-bottom:1rem}.section-header h4{color:#2d3748;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.section-subtitle{color:#718096;font-size:.875rem}.json-display{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;overflow-x:auto}.json-display pre{color:#2d3748;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.token-analysis{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.token-analysis h5{color:#2d3748;margin:0 0 1rem;font-size:1rem;font-weight:600}.analysis-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.analysis-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.analysis-label{color:#718096;font-size:.875rem;font-weight:500}.analysis-value{color:#2d3748;text-align:right;word-break:break-word;font-size:.875rem;font-weight:600}.analysis-value.expired{color:#e53e3e}.analysis-value.valid{color:#38a169}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:1}}@media (max-width:1200px){.control-panel{width:250px}}@media (max-width:768px){.main-content{flex-direction:column;gap:.5rem}.control-panel{width:100%;height:auto;max-height:300px}.input-panel,.info-panel{min-height:200px}.analysis-grid{grid-template-columns:1fr}}
