.fyplugins-core-wrapper{width:100%;padding:1rem;box-sizing:border-box;}.fyplugins-core-header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;}.fyplugins-core-tabs{display:flex;flex-direction:column;font-family:sans-serif;}.fyplugins-core-tab-header{display:flex;align-items:center;justify-content:space-between;}.fyplugins-core-tab-title{font-size:1.2rem;font-weight:bold;padding:1rem;flex:1;border-bottom:1px solid #ddd;}.fyplugins-core-tab-buttonss{display:flex;}.fyplugins-core-tab-input{position:absolute;opacity:0;pointer-events:none;}.fyplugins-core-tab-buttons label.fyplugins-core-tab-button{padding:1rem;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;transition:background 0.2s;border-radius:10px 10px 0 0;margin:0;}.fyplugins-core-tab-buttons label.fyplugins-core-tab-button:hover{background:#e0e0e0;}.fyplugins-core-tab-buttons label.fyplugins-core-tab-button.active{background:#fff;border-bottom:1px solid #fff;font-weight:bold;}.fyplugins-core-tab-content{background:#fff;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;padding:1rem;display:none;border-radius:0 0 10px 10px;}.fyplugins-core-tab-content.active{display:block;}.fyplugins-core-content{width:100%;padding:1rem;box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;}.fyplugins-core-main{flex:3;box-sizing:border-box;margin-top:1rem;border-radius:10px;}.fyplugins-core-form{max-width:95%;margin:0 auto;padding:2rem 1.5rem;box-sizing:border-box;}.fyplugins-form-success{background:#e6f9ec;color:#217a3c;border:1px solid #b6e2c6;padding:1rem 1.5rem;border-radius:6px;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600;text-align:center;box-shadow:0 2px 8px rgba(33, 122, 60, 0.05);}.fyplugins-form-error{background:#fdecea;color:#b71c1c;border:1px solid #f5c6cb;padding:1rem 1.5rem;border-radius:6px;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600;text-align:center;box-shadow:0 2px 8px rgba(183, 28, 28, 0.05);}.fyplugins-core-form fieldset{border:none;margin-bottom:1.5rem;}.fyplugins-core-form fieldset:has(legend){border-top:2px solid #ec8b00;}.fyplugins-core-form legend{font-size:1.1rem;font-weight:bold;margin-bottom:1rem;padding-right:1rem;color:#2d2d2d;}.fyplugins-core-form .fyplugins-core-form-field{display:flex;flex-direction:column;gap:0.5rem;padding:1rem 0.5rem;margin:0 1rem;position:relative;border-bottom:1px solid #f2f2f2;}.fyplugins-core-form .fyplugins-core-form-field:first-of-type{border-top:1px solid #f2f2f2;}.fyplugins-core-form .fyplugins-core-form-field:hover{background:#f9f9f9;}.fyplugins-core-form .fyplugins-core-field-input{display:flex;align-items:center;gap:1rem;}.fyplugins-core-form .fyplugins-core-field-input > label:first-of-type{font-weight:500;margin-top:0.5rem;color:#222;cursor:pointer;flex:1;}.fyplugins-core-form input[type="text"],.fyplugins-core-form input[type="tel"],.fyplugins-core-form input[type="number"],.fyplugins-core-form input[type="password"],.fyplugins-core-form input[type="url"],.fyplugins-core-form input[type="email"],.fyplugins-core-form select,.fyplugins-core-form textarea{padding:0.1rem 0.75rem;border:1px solid #ccd0d4;border-radius:4px;font-size:1rem;background:#fafbfc;transition:border 0.2s;box-sizing:border-box;flex:2;}.fyplugins-core-form select{background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><path fill='%23666' d='m0,1 1,1 1,-1'/></svg>");background-repeat:no-repeat;background-position:right 0.75rem bottom;background-size:1.5rem;padding-right:2.5rem;}.fyplugins-core-form input[type="color"]{width:80px;height:40px;border:none;background:none;padding:0;}.fyplugins-core-form input[type="checkbox"]{margin-top:0.6rem;margin-right:0.5rem;accent-color:#ec8b00;}.fyplugins-core-form .fyplugins-core-checkbox-multiple{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:0.5rem 1rem;width:100%;margin-top:0.5rem;flex:2;}.fyplugins-core-form .fyplugins-core-checkbox-multiple label{display:flex;align-items:flex-start;gap:0.5rem;margin:0;padding:0.3rem 0;cursor:pointer;font-weight:normal;line-height:1.4;word-break:break-word;width:100%;}.fyplugins-core-form .fyplugins-core-checkbox-multiple input[type="checkbox"]{margin:0.2rem 0 0 0;flex-shrink:0;}.fyplugins-core-form .fyplugins-core-checkbox-multiple span{flex:1;word-wrap:break-word;}.fyplugins-core-checkbox-multiple.single-column{grid-template-columns:1fr;}.fyplugins-core-checkbox-multiple.two-columns{grid-template-columns:repeat(2, 1fr);}.fyplugins-core-checkbox-multiple.three-columns{grid-template-columns:repeat(3, 1fr);}@media (max-width:1024px){.fyplugins-core-form .fyplugins-core-checkbox-multiple.three-columns{grid-template-columns:repeat(2, 1fr);}}@media (max-width:768px){.fyplugins-core-form .fyplugins-core-checkbox-multiple{grid-template-columns:1fr;}}.fyplugins-core-form .switch{position:relative;display:inline-block;width:60px;height:34px;}.fyplugins-core-form .switch input{opacity:0;width:0;height:0;}.fyplugins-core-form .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:0.4s;transition:0.4s;border-radius:34px;width:60px;}.fyplugins-core-form .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition:0.4s;transition:0.4s;border-radius:50%;}.fyplugins-core-form input:checked + .slider{background-color:#ec8b00;}.fyplugins-core-form input:focus + .slider{box-shadow:0 0 1px #ec8b00;}.fyplugins-core-form input:checked + .slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);}.fyplugins-core-form textarea{resize:vertical;min-height:80px;}.fyplugins-core-form .description{margin:0;font-size:0.9rem;color:#666;font-style:italic;}.fyplugins-core-form .fyplugins-core-text-align-group,.fyplugins-core-form .fyplugins-core-text-decoration-group,.fyplugins-core-form .fyplugins-core-text-transform-group{display:flex;align-items:left;gap:0.5rem;width:100%;}.fyplugins-core-form .fyplugins-core-text-align-group input[type="radio"],.fyplugins-core-form .fyplugins-core-text-decoration-group input[type="radio"],.fyplugins-core-form .fyplugins-core-text-transform-group input[type="radio"]{display:none;}.fyplugins-core-form .fyplugins-core-text-align-group > label,.fyplugins-core-form .fyplugins-core-text-align-group img,.fyplugins-core-form .fyplugins-core-text-decoration-group > label,.fyplugins-core-form .fyplugins-core-text-decoration-group img,.fyplugins-core-form .fyplugins-core-text-transform-group > label,.fyplugins-core-form .fyplugins-core-text-transform-group img{min-width:22px;width:22px;height:22px;margin:0;padding:1px;cursor:pointer;border:2px solid #fff;}.fyplugins-core-form.fyplugins-core-text-align-groupinput[type="radio"]:checked+ img,.fyplugins-core-form.fyplugins-core-text-align-groupinput[type="radio"]:checked~ img,.fyplugins-core-form.fyplugins-core-text-decoration-groupinput[type="radio"]:checked+ img,.fyplugins-core-form.fyplugins-core-text-decoration-groupinput[type="radio"]:checked~ img,.fyplugins-core-form.fyplugins-core-text-transform-groupinput[type="radio"]:checked+ img,.fyplugins-core-form.fyplugins-core-text-transform-groupinput[type="radio"]:checked~ img{border:2px solid #000;}.fyplugins-core-form .error-message{color:#d9534f;font-size:0.9rem;margin-top:0.5rem;}.fyplugins-core-form button[type="submit"]{margin-top:1rem;padding:0.7rem 2rem;border-radius:4px;background:#ec8b00;color:#fff;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background 0.2s;}.fyplugins-core-form button[type="submit"]:hover{background:#d77a00;}.fyplugins-core-form .fyplugins-core-form-group-font{display:flex;flex-direction:row;align-items:center;gap:0.5rem;margin-bottom:1.5rem;flex-wrap:wrap;flex-basis:calc(33.333% - 0.34rem);}.fyplugins-core-form .fyplugins-core-form-group-font .fyplugins-core-field{width:calc(33.333% - 0.34rem);flex-direction:column;align-items:stretch;}.fyplugins-core-form.fyplugins-core-form-group-font.fyplugins-core-field> label{display:block;width:100%;margin-bottom:0.1rem;text-align:center;}.fyplugins-core-form .fyplugins-core-form-group-font input[type="color"]{margin:auto;}.fyplugins-core-admin-table{width:95%;margin:0 auto;padding:2rem 1.5rem;box-sizing:border-box;border-collapse:collapse;}.fyplugins-core-admin-table th,.fyplugins-core-admin-table td{padding:0.75rem 1rem;border-bottom:1px solid #eee;vertical-align:top;word-wrap:break-word;}.fyplugins-core-admin-table th{background:#f5f5f5;text-align:left;width:30%;max-width:200px;}.fyplugins-core-admin-table td{max-width:0;width:70%;min-width:50px;overflow-wrap:break-word;}.fyplugins-core-admin-table tr:hover{background:#f9f9f9;}.fyplugins-core-admin-table h4{margin:0;font-size:1.1rem;font-weight:600;}.fyplugins-core-admin-table p{margin:0.2rem 0;font-size:0.95rem;color:#555;}.fyplugins-core-cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin:2rem 0;}.fyplugins-core-card{border:1px solid #ddd;border-radius:8px;padding:16px;background:#fff;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);display:flex;flex-direction:row;align-items:flex-start;transition:box-shadow 0.2s, border-color 0.2s;}.fyplugins-core-card:hover{box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);border-color:#bbb;}.fyplugins-core-card img{max-width:100px;margin-bottom:0;margin-right:16px;border-radius:4px;background:#fafafa;align-self:flex-start;}.fyplugins-core-card .fyplugins-core-card-content{flex:1;display:flex;flex-direction:column;}.fyplugins-core-card h3{margin:0 0 5px;font-size:1.15rem;font-weight:600;color:#000;}.fyplugins-core-card p{font-size:0.95em;color:#2d2d2d;margin:0 0 8px;}.fyplugins-core-card .fyplugins-core-card-link{font-size:0.95em;color:#ec8b00;margin-top:auto;align-self:flex-end;}.fyplugins-core-card .fyplugins-core-card-link a{color:#fff;text-decoration:none;font-weight:500;background:#ec8b00;padding:8px 12px;border-radius:4px;transition:background 0.2s, color 0.2s;}.fyplugins-core-card .fyplugins-core-card-link a:hover{background:#d77a00;color:#fff;}.fyplugins-core-sidebar{flex:1;box-sizing:border-box;border-radius:6px;margin-top:1rem;height:auto;}.fyplugins-core-sidebar-widget{padding:1rem;background:#f9f9f9;border:1px solid #ccd0d4;border-radius:6px;margin-bottom:20px;text-align:center;}.fyplugins-core-sidebar-widget h3{margin-top:0;margin-bottom:12px;font-size:16px;font-weight:600;}.fyplugins-core-sidebar-widget p{font-size:14px;color:#555;margin-bottom:16px;}.fyplugins-core-sidebar-widget a{color:#2271b1;text-decoration:none;}.fyplugins-core-sidebar-widget a:hover{text-decoration:underline;}.fyplugins-core-sidebar-widget a.button{display:inline-block;text-decoration:none;padding:10px 20px;border-radius:4px;font-weight:600;font-size:14px;background:#ec8b00;color:#fff;}.fyplugins-core-sidebar-widget a.button:hover{background:#d77a00;color:#fff;}.fyplugins-core-sidebar-widget a.buy-me-a-coffee{background:#ffdd00;color:#000;}.fyplugins-core-sidebar-widget a.buy-me-a-coffee:hover{background:#e6c200;color:#000;}.fyplugins-core-form .fyplugins-core-field-description{margin-left:calc(33.33% + 1rem);}.fyplugins-core-form .fyplugins-core-field-error{margin-left:calc(33.33% + 1rem);margin-top:0.25rem;}.fyplugins-core-form .fyplugins-core-field-error .error{background:#fdecea;color:#b71c1c;border:1px solid #f5c6cb;border-left:4px solid #dc3545;padding:0.5rem 0.75rem;border-radius:4px;margin:0;font-size:0.9rem;font-weight:500;box-shadow:0 1px 3px rgba(183, 28, 28, 0.1);}#delete-all-transients,#delete-all-options{background:#dc3545 !important;border-color:#dc3545 !important;color:white !important;transition:background-color 0.2s, border-color 0.2s;}#delete-all-transients:hover:not(:disabled),#delete-all-options:hover:not(:disabled){background:#c82333 !important;border-color:#bd2130 !important;}#delete-all-transients:disabled,#delete-all-options:disabled{opacity:0.6;cursor:not-allowed;}#transient-delete-feedback .notice,#options-delete-feedback .notice{margin:0;padding:8px 12px;border-radius:4px;}#transient-delete-feedback .notice p,#options-delete-feedback .notice p{margin:0;font-size:0.9rem;}.fyplugins-debug-container{max-width:100%;overflow:hidden;}.fyplugins-debug-list-content.collapsed{display:none;}.fyplugins-debug-value{font-family:"Consolas", "Monaco", "Courier New", monospace;font-size:0.9rem;line-height:1.4;word-break:break-word;}.fyplugins-debug-list{font-family:"Consolas", "Monaco", "Courier New", monospace;font-size:0.9rem;line-height:1.4;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin:5px 0;padding:8px 12px;max-height:500px;overflow-y:auto;}.fyplugins-debug-list-header{font-weight:600;color:#495057;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center;}.fyplugins-debug-collapse-toggle{color:#0073aa;text-decoration:none;font-size:0.8rem;font-weight:normal;cursor:pointer;margin-left:10px;transition:color 0.2s;}.fyplugins-debug-collapse-toggle:hover{color:#005a87;text-decoration:underline;}.fyplugins-debug-list-items{list-style:none;margin:0;padding:0;}.fyplugins-debug-list-item{margin:4px 0;padding:2px 0;border-left:2px solid transparent;padding-left:8px;transition:border-color 0.2s;}.fyplugins-debug-list-item:hover{border-left-color:#0073aa;background:rgba(0, 115, 170, 0.05);}.fyplugins-debug-list .fyplugins-debug-list{margin-left:16px;margin-top:4px;border-left:2px solid #e9ecef;padding-left:12px;background:rgba(248, 249, 250, 0.5);}.fyplugins-debug-array{font-family:"Consolas", "Monaco", "Courier New", monospace;font-size:0.9rem;line-height:1.4;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin:5px 0;max-height:400px;overflow-y:auto;}.fyplugins-debug-header{background:#e9ecef;padding:6px 10px;border-bottom:1px solid #dee2e6;font-weight:600;color:#495057;font-size:0.9rem;}.fyplugins-debug-content{padding:8px 12px;}.fyplugins-debug-item{margin:4px 0;padding:4px 0;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;align-items:flex-start;}.fyplugins-debug-item-compact{margin:2px 0;padding:3px 0;border-bottom:1px solid #f8f9fa;font-family:"Consolas", "Monaco", "Courier New", monospace;font-size:0.85rem;line-height:1.3;}.fyplugins-debug-item-compact:last-child{border-bottom:none;}.fyplugins-debug-item:last-child{border-bottom:none;}.fyplugins-debug-object-key,.fyplugins-debug-array-key{color:#0073aa;font-weight:600;flex-shrink:0;min-width:fit-content;}.fyplugins-debug-compact-summary{color:#6c757d;font-style:italic;background:#f8f9fa;padding:2px 6px;border-radius:3px;border:1px solid #e9ecef;font-size:0.8rem;}.fyplugins-debug-inline{color:#495057;font-size:0.85rem;background:#f8f9fa;padding:2px 6px;border-radius:3px;border:1px solid #e9ecef;display:inline-block;max-width:100%;word-break:break-word;}.fyplugins-debug-string{color:#d63384;}.fyplugins-debug-number{color:#198754;font-weight:600;}.fyplugins-debug-bool{color:#fd7e14;font-weight:600;font-style:italic;}.fyplugins-debug-null,.fyplugins-debug-empty{color:#6c757d;font-style:italic;}.fyplugins-debug-empty-collection{color:#6c757d;font-style:italic;background:#f8f9fa;padding:4px 8px;border-radius:3px;border:1px solid #e9ecef;}.fyplugins-debug-truncated{color:#856404;font-style:italic;background:#fff3cd;padding:4px 8px;border-radius:3px;border:1px solid #ffeaa7;}.fyplugins-debug-more{margin:10px 0;padding:8px;background:#f8f9fa;border-radius:4px;}.toggle-link,.toggle-array-link{color:#0073aa;text-decoration:none;font-size:0.85rem;cursor:pointer;padding:2px 6px;background:#f0f6fc;border:1px solid #0073aa;border-radius:3px;transition:all 0.2s;display:inline-block;}.toggle-link:hover,.toggle-array-link:hover{background:#0073aa;color:white;text-decoration:none;}.hidden-items{margin-top:10px;padding:10px;background:#ffffff;border:1px solid #dee2e6;border-radius:4px;}.fyplugins-debug-json-label{color:#0073aa;font-weight:bold;}.fyplugins-debug-full-value{display:none;}.fyplugins-debug-inline-header{display:inline-block;}.fyplugins-debug-inline-toggle{margin-left:10px;font-size:12px;}.fyplugins-debug-item-depth-0{margin-left:0;margin-bottom:5px;}.fyplugins-debug-item-depth-1{margin-left:30px;margin-bottom:5px;}.fyplugins-debug-item-depth-2{margin-left:45px;margin-bottom:5px;}.fyplugins-debug-item-depth-3{margin-left:60px;margin-bottom:5px;}.fyplugins-debug-item-depth-4{margin-left:75px;margin-bottom:5px;}.fyplugins-debug-item-depth-5{margin-left:90px;margin-bottom:5px;}.fyplugins-debug-actions{margin-bottom:20px;text-align:right;}.fyplugins-debug-download-btn{background:#0073aa;border-color:#0073aa;}.fyplugins-debug-action-wrapper{margin-top:10px;}.fyplugins-debug-delete-btn{background:#dc3545;color:white;border-color:#dc3545;}.fyplugins-debug-feedback{margin-top:10px;display:none;}@media (max-width:768px){.fyplugins-debug-array{max-height:250px;font-size:0.8rem;}.fyplugins-debug-value{font-size:0.8rem;}.fyplugins-debug-item{flex-direction:column;gap:4px;}.fyplugins-core-admin-table th,.fyplugins-core-admin-table td{padding:0.5rem;font-size:0.9rem;}}