{"id":654,"date":"2026-05-16T00:04:28","date_gmt":"2026-05-15T22:04:28","guid":{"rendered":"https:\/\/web.infn.it\/srf2027\/?page_id=654"},"modified":"2026-05-16T00:04:28","modified_gmt":"2026-05-15T22:04:28","slug":"maintenance","status":"publish","type":"page","link":"https:\/\/web.infn.it\/srf2027\/maintenance\/","title":{"rendered":"Maintenance"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Google+Sans:wght@700;800&display=swap');\n\n  .srf-cs-wrap {\n    font-family: 'Segoe UI', system-ui, sans-serif;\n    min-height: 60vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 60px 20px;\n    text-align: center;\n  }\n\n  .srf-cs-inner {\n    max-width: 560px;\n    width: 100%;\n  }\n\n  \/* Icona *\/\n  .srf-cs-icon {\n    width: 80px; height: 80px;\n    margin: 0 auto 28px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, rgba(226,90,68,0.12), rgba(206,219,223,0.2));\n    border: 1px solid rgba(226,90,68,0.25);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 36px;\n    position: relative;\n  }\n  .srf-cs-icon::before {\n    content: '';\n    position: absolute; inset: -4px;\n    border-radius: 50%;\n    border: 2px dashed rgba(226,90,68,0.2);\n    animation: srf-cs-spin 12s linear infinite;\n  }\n  @keyframes srf-cs-spin {\n    to { transform: rotate(360deg); }\n  }\n\n  \/* Tag *\/\n  .srf-cs-tag {\n    display: inline-block;\n    background: rgba(226,90,68,0.1);\n    border: 1px solid rgba(226,90,68,0.3);\n    border-radius: 20px;\n    padding: 5px 16px;\n    font-size: 12px; text-transform: uppercase; letter-spacing: 3px;\n    color: #E25A44; margin-bottom: 20px;\n  }\n\n  \/* Titolo *\/\n  .srf-cs-title {\n    font-family: 'Google Sans', 'Segoe UI', sans-serif;\n    font-size: 38px; font-weight: 800;\n    color: #0C4B60;\n    margin: 0 0 16px 0; line-height: 1.15;\n  }\n  .srf-cs-title span {\n    background: linear-gradient(135deg, #E25A44, #EA9986);\n    -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  \/* Testo *\/\n  .srf-cs-text {\n    font-size: 16px; line-height: 1.7;\n    color: #618A97;\n    margin: 0 0 36px 0;\n  }\n\n  \/* Divider *\/\n  .srf-cs-divider {\n    width: 48px; height: 3px;\n    background: linear-gradient(90deg, #E25A44, #EA9986);\n    border-radius: 2px;\n    margin: 0 auto 36px;\n  }\n\n  \/* Box info date *\/\n  .srf-cs-dates {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 36px;\n  }\n  .srf-cs-date-card {\n    background: linear-gradient(135deg, rgba(12,75,96,0.06), rgba(206,219,223,0.15));\n    border: 1px solid #CEDBDF;\n    border-radius: 12px;\n    padding: 16px;\n    position: relative; overflow: hidden;\n  }\n  .srf-cs-date-card::before {\n    content: '';\n    position: absolute; top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E25A44, #EA9986);\n  }\n  .srf-cs-date-label {\n    font-size: 10px; text-transform: uppercase; letter-spacing: 2px;\n    color: #E25A44; font-weight: 600; margin-bottom: 6px;\n  }\n  .srf-cs-date-value {\n    font-size: 14px; font-weight: 700; color: #0C4B60;\n    line-height: 1.3;\n  }\n  .srf-cs-date-place {\n    font-size: 12px; color: #618A97; margin-top: 4px;\n  }\n\n  \/* Bottone back *\/\n  .srf-cs-btn {\n    display: inline-block;\n    padding: 13px 32px;\n    background: #E25A44; color: #FFFFFF;\n    border: 2px solid #E25A44;\n    border-radius: 6px;\n    font-size: 14px; font-weight: 600;\n    text-decoration: none;\n    text-transform: uppercase; letter-spacing: 1px;\n    transition: all 0.3s ease;\n  }\n  .srf-cs-btn:hover {\n    background: #FFFFFF; color: #E25A44;\n    box-shadow: 0 8px 24px rgba(226,90,68,0.25);\n  }\n\n  @media (max-width: 480px) {\n    .srf-cs-title  { font-size: 28px; }\n    .srf-cs-dates  { grid-template-columns: 1fr; }\n  }\n<\/style>\n\n<div class=\"srf-cs-wrap\">\n  <div class=\"srf-cs-inner\">\n\n    <div class=\"srf-cs-icon\">\ud83d\udd27<\/div>\n\n    <div class=\"srf-cs-tag\">Coming Soon<\/div>\n\n    <h1 class=\"srf-cs-title\">Page Under <span>Construction<\/span><\/h1>\n\n    <div class=\"srf-cs-divider\"><\/div>\n\n    <p class=\"srf-cs-text\">\n      This section is currently being prepared.<br>\n      Please check back soon \u2014 more information will be available shortly.\n    <\/p>\n\n    <div class=\"srf-cs-dates\">\n      <div class=\"srf-cs-date-card\">\n        <div class=\"srf-cs-date-label\">\ud83c\udf93 Tutorials<\/div>\n        <div class=\"srf-cs-date-value\">June 22\u201326, 2027<\/div>\n        <div class=\"srf-cs-date-place\">\ud83d\udccd Milan, Italy<\/div>\n      <\/div>\n      <div class=\"srf-cs-date-card\">\n        <div class=\"srf-cs-date-label\">\ud83d\udd2c Conference<\/div>\n        <div class=\"srf-cs-date-value\">June 27 \u2013 July 2, 2027<\/div>\n        <div class=\"srf-cs-date-place\">\ud83d\udccd Padua, Italy<\/div>\n      <\/div>\n    <\/div>\n\n    <a href=\"https:\/\/web.infn.it\/srf2027\/\" class=\"srf-cs-btn\">\u2190 Back to Home<\/a>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd27 Coming Soon Page Under Construction This section is currently being prepared. Please check back soon \u2014 more information will be available shortly. \ud83c\udf93 Tutorials June 22\u201326, 2027 \ud83d\udccd Milan, Italy \ud83d\udd2c Conference June 27 \u2013 July 2, 2027 \ud83d\udccd Padua, Italy \u2190 Back to Home<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-654","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/pages\/654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/comments?post=654"}],"version-history":[{"count":2,"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/pages\/654\/revisions"}],"predecessor-version":[{"id":656,"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/pages\/654\/revisions\/656"}],"wp:attachment":[{"href":"https:\/\/web.infn.it\/srf2027\/wp-json\/wp\/v2\/media?parent=654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}